body {
	font-family: 'Poppins', sans-serif;
}
.body-front {
	overflow: hidden;
}
a {
	text-decoration: none;
}
.modal-close {
	color: #000!important;
}
.logo-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
header {
	border-bottom: 1px solid #ccc;
	z-index: 100;
}
footer {
	color: #fff;
	background-color: #000;
/*	background-image: url(/media/site/footer-bg.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;*/
	min-height: 30vh;
}
footer a {
	color: #fff!important;
}
.dots {
	border-bottom: 0.15em dotted #999;
}
.small-slider {
	background-color: #f5f5f5;
}
.small-slider .bg-cover {
	max-width: 50vw;
}
.bg-black {
	background-color: #000;
}
.text-welcome {
	font-family: 'Charm', cursive;
}
#hero {
	color: #fff;
	height: 70vh;
	border-bottom: 1px solid #ccc;
}
.btn-app {
	display: inline-block;
	color: #fff!important;
	background-color: #dd5903!important;
}
.btn-outline-app {
	display: inline-block;
	color: #dd5903!important;
	background-color: #fff!important;
	border-color: #dd5903!important;
}
.btn-app-success {
	display: inline-block;
	color: #fff!important;
	background-color: #259800!important;
}
.text-app-primary {
	color: #dd5903!important;
}
.text-app-success {
	color: #259800!important;
}
.test-sub {
	color: #dd5903;
}
.btn-round-close {
	font-size: 1.5rem;
	line-height: 2;
	background-color: #fff;
	width: 3rem;
	border: 1px solid #555;
	border-radius: 50%;
	padding: 0;
}

.order-dot {
	position: absolute;
	top: -1px;
	left: -1px;
}
#vplayer {
	left: 5px;
	right: 5px;
	bottom: 0;
}

#basket {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #000;
	background-color: #fff;
	z-index: 999;
}
body.basketopen #basket {
	display: block;
}

#floatingmenu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	background-color: #dd5903;
	transition: transform 0.25s ease;
}
#floatingmenu.up {
	transform: translateY(-100%);
}
#floatingmenu .foodicon {
	font-size: 3rem;
}
#floatingmenu .foodicon.bi {
	font-size: 2.5rem;
}
.item3 {
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.order-dot {
		position: absolute;
		top: -6px;
		left: -6px;
	}
	
	#vplayer {
		left: auto;
		right: 5px;
		bottom: 0;
		width: 360px;
	}
	
	#basket {
		display: block;
		left: auto;
		right: 0;
		width: 340px;
		margin-right: -340px;
		transition: margin .2s;
	}
	body.basketopen #basket {
		display: block;
		margin-right: 0;
	}
	body.basketopen .basketbtn {
		visibility: hidden;
	}
}
@media (min-width: 992px) {
	.small-slider .bg-cover {
		max-width: 25vw;
	}
}
@media (min-width: 1200px) {
	.small-slider .bg-cover {
		max-width: 20vw;
	}
}