*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
}
/*nav*/
nav{
	padding: 1em 5em !important;
	background-color: transparent !important;
	transition: 0.3s padding;
}
nav.scroll{
	background: #fff !important;
	padding: 0.4em 5em !important;
}
nav.white-nav{
	background: #fff !important;
}
.banner{
	position: relative;
	background-image: url(../img/banner3.jpg);
	height: 400px;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.banner-overlay{
	width: 100%;
	height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.underline{
	position: relative;
}
.underline::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 20px;
	background-color: #f76b2b;
	left: 0;
	bottom: -15px;
}
.banner-text{
	width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto auto auto 15%;
    display: inline-block;
	color: #fff;
}
.banner-text h1{
	font-size: 4rem;
	font-weight: bolder;
	position: relative;
}
.sub-title h1{
	font-size: 3rem;
	font-weight: bolder;
	position: relative;
}
.banner-text a{
	border-radius: 0;
    padding: 10px 30px;
    font-weight: bolder;
	background-color: #f76b2b !important;
	border: 2px solid #f76b2b;
}
.banner-text .involved{
	background-color: transparent !important;
}
.banner-text a:hover{
	background-color: #271955 !important;
	border-color: #271955 !important;
}
.htext{
	color: #f76b2b;
}
.title{
	font-size: 1.8rem;
	color: #271955;
	font-weight: bolder;
	position: relative;
	display: inline-block;
	margin-bottom: 3rem;
}
.title::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: #f76b2b;
	left: 0;
	bottom: -10px;
}
.title::after{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f005";
	display: inline-block;
	font-size: .8rem;
	width: 2rem;
	color: #f76b2b;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #fff;
}
.pre-title{
	display: inline-block;
    height: 75px;
    margin-right: 10px;
}
.pre-title img{
	width: 100%;
	height: 100%;
}
.icon-container{
	display: inline-block;
	width: 68px;
	height: 68px;
	border: 1px solid #ddd;
	text-align: center;
    border-radius: 5px;
}
.icon-container i{
	color: #ff5e14;
	font-size: 35px;
	margin-top: 12px;
}
.about-title{
	font-weight: bolder;
}
.contact-title{
	font-size: 0.9em;
	font-weight: bolder;
	color: #777;
}
.detail-title{
	font-weight: bolder;
	font-size: 2em;
}
.news-title{
	font-weight: bolder;
	border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
	color: #271955;
}
.cat-title{
	font-weight: bolder;
	color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: left;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0;
}
.date-title{
	font-weight: bolder;
	color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: right;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0;
	font-size: 1em;
}
footer h3{
	text-align: left !important;
}
.detail{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 0 12px;
}
.detail .img-container {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 402px; */
	position: relative;
	overflow: hidden;
}
.detail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	transition: .2s all;
}
.detail .info{
	padding: 30px;
}
.detail a{
	text-decoration: none;
}
.detail a:hover h5{
	color: #f76b2b;
}
.detail span{
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #f76b2b !important;
}

.nav-tabs {
    border: 1px solid #dee2e6 !important;
    background: #fff;
    padding-top: 15px;
}
.nav-tabs .nav-link{
	padding-left: 0.5em !important;
}
#nav-tabContent{
	padding: 0 5px 25px 5px;
    border-bottom: 2px dashed #dee2e6 !important;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.social i{
	font-size: 5rem !important;
	margin: 0 10%;
	transition: .2s all;
}
.social i:hover{
	text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
}
.map{
	height: 100%;
}
.locations li{
	margin-bottom: 10px;
}
.locale{
	width: 40px !important;
    height: 25px !important;
    border-radius: 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #271955 !important;
	color: #fff;
}
.bg{
	background-color: rgb(39 25 85 / 80%);
    color: #fff;
}
#nav_close{
	position: absolute;
	left: 20px;
    top: 20px;
	background-color: #d4413c !important;
	color: #fff;
}


.swiper-pagination-bullet-active{
	background-color: #ff5e14 !important;
}

.navbar-brand{
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	transition: 0.3s color;
	font-size: 2em;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.navbar{
	position: fixed;
	width: 100%;
	background-color: #fff !important;
	top: 0;
	box-shadow: 0 1px 3px 0 #a9a9a9;
	z-index: 5;
}
.navbar-brand img{
	width: 165px;
}
nav.scroll{
	box-shadow: 0 1px 3px 0 #a9a9a9;	
}
nav.white-nav{
	box-shadow: 0 1px 3px 0 #a9a9a9;
}
nav.scroll .navbar-brand{
	color: #000 !important;
}
nav.white-nav .navbar-brand{
	color: #000 !important;
}
nav.scroll .navbar-brand:hover{
	color: #d4413c !important;
}
nav.white-nav .navbar-brand:hover{
	color: #d4413c !important;
}
.navbar-brand:hover{
	color: #d4413c !important;
}
.nav-link{
	color: #000 !important;
	text-transform: capitalize;
    font-weight: bold;
    margin-left: 1.5em;
    transition: 0.3s color;
    font-size: 0.9em;
}
nav .nav-link img{
	width: 1.7em;
	height: 1.7em;
	border-radius: 100%;
	border: 1px solid #d4413c;
}
nav.scroll .nav-link{
	color: #a9a9a9 !important;
}
nav.white-nav .nav-link{
	color: #a9a9a9 !important;
}
nav.scroll .nav-link:hover{
	/*color: #d4413c !important;*/
	color: #f76b2b !important;
}
nav.white-nav .nav-link:hover{
	/*color: #d4413c !important;*/
	color: #f76b2b !important;
}
.nav-link:hover{
	/*color: #271955 !important;*/
	color: #f76b2b !important;
}
.nav-link.active{
	color: #f76b2b !important;
	font-weight: bold;
}
nav.scroll .nav-link.active{
	color: #d4413c !important;
	font-weight: bold;
}
nav.white-nav .nav-link.active{
	color: #d4413c !important;
	font-weight: bold;
}
.navbar-toggler{
	border: 2px solid transparent !important;
	background: #fff !important;
	transition: 0.2s border;
}
.navbar-toggler:active{
	border: 2px solid #f76b2b !important;
	/*background: #d4413c !important;	*/
}
.navbar-toggler:focus{
	outline: none !important;
}
.navbar-nav .dropdown-menu{
	border-radius: 0;
}
/*content*/
.content-search{
	margin-top: 4em;
	margin-bottom: 2em;
}
.content-search input{
	box-shadow: 0 0 0 0 rgba(0,0,0,0.3) !important;
	border-color: #000;
	border-radius: 0;
	border-right: none;
}
.content-search input:focus{
	border-color: #000 !important;
}
.content-search input::-webkit-input-placeholder { /* Edge */
	color: #555 !important;
}

.content-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #555 !important;
}
.content-search input::placeholder{
	color: #555 !important;
	font-weight: bold;
}
.content-search #basic-addon2{
	background: transparent !important;
	border-color: #000 !important;
	border-radius: 0;
	border-left: none;
}
.content-header{
	color: #d4413c;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}
.cat-menu .image img{
	width: 75px;
	height: 75px;
}
.cat-menu .cat-item{
	margin-top: 1em;
}
.cat-menu .description{
	margin-top: 1em;
}
.cat-menu .description h5{
    padding: 0;
    margin-bottom: 3px;
    font-size: 1em;
    font-weight: bold;
}
.cat-menu .description p{
	margin: 0;
    padding: 0;
    font-size: 1em;
    color: #a9a9a9;
}
.cat-price{
	text-align: right;
}
.cat-price p{
	margin-top: 1.7em;
	font-size: 1em;
    color: #a9a9a9;
    font-weight: bold;
}
.cat-price span i{
	color: #d4413c;
	margin: 0 0.3em;
	cursor: pointer;
	user-select: none;
}
.cat-price span .count{
	user-select: none;
}
.cat-price span i:hover{
	color: #28a745 !important;
}
.bottom-checkout{
	display: none;
	position: fixed;
	bottom: 0;
	background: #3a3a3a;
}
.bottom-checkout img{
	width: 5.3em;
	height: 5.3em;
	border-radius: 100%;
}
.bottom-checkout .total-items{
	color: #fff;
    position: absolute;
    left: 4em;
    top: 0.5em;
    background: #d4413c;
    border-radius: 100%;
    padding: 0.1em 0.3em;
}
.bottom-checkout .price{
	color: #fff;
	margin-left: 1em;
}
.bottom-checkout .checkout{
	color: #fff;
	display: inline-block;
    width: 100%;
    background: #d4413c;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 2em;
    text-decoration: none;
}
.bottom-checkout .checkout:hover{
	font-weight: bold;
}
.cat-price span i{
	font-size: 1em;
}
.cat-item hr{
	width: 100%;
    margin: 10px 1em;
}
/*side bar*/
.side-bar{
    /*text-align: center;*/
    margin-top: 4em;
}
.side-bar h5{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.side-bar i{
	margin-right: 1em;
}
.side-bar a{
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none !important;
	color: #000 !important;
}
.side-bar hr{
	margin: 0.6rem 0;
}
.side-bar a:hover{
	color: #d4413c !important;
}
.fixed-side-bar{
    position: fixed;
    top: 0;
    margin-top: 6em;
    max-height: 425px;
    overflow-y: scroll;
}
#right-sidebar{
    margin-top: 4em;
    margin-bottom: 2em;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}
#right-sidebar .title{
	margin-top: 1em;
	font-size: 0.9em;
	font-weight: bold;
}
#right-sidebar .title i{
	margin-right: 1em;
}
#right-sidebar .title span{
	margin-top: 0.2em;
	font-size: 0.8em !important;
	text-align: right;
	cursor: pointer;
}
#right-sidebar .title span:hover{
	color: #d4413c;
}
#right-sidebar .info{
	margin-bottom: 2em;
}
#right-sidebar .orders p{
	font-size: 0.8em;
}
#right-sidebar .orders i{
	font-size: 0.8em;
	margin-left: 0.2em
}
#right-sidebar .orders .change i{
	cursor: pointer;
}
#right-sidebar .orders .change i:hover{
	color: #d4413c;
}
#right-sidebar .second{
	background-color: #f3f2f2;
}
#right-sidebar .checkout{
	color: #fff;
	text-decoration: none;
	background-color: #d4413c;
	margin-bottom: 2em;
}
.fixed-cart{
    position: fixed;
    top: 0;
    width: 21em;
    margin-top: 3em;
    max-height: 465px;
    overflow-y: scroll;
}
/*footer*/
footer{
	margin-top: 4em;
	text-align: center;
	background: #0b0b0b;
    padding: 2em 0;
    color: #fff;
}
footer p{
	padding: 0;
	margin: 0;
}
footer a{
	color: #d4413c;
	text-decoration: none !important;
}
footer a:hover{
	color: #d4413c !important;
	font-weight: bold;
}
footer .text{
	color: #848484 !important;
	font-weight: bold;
    font-size: .8rem !important;
	margin-bottom: 5px;
}
footer .text i{
	color: #fff;
	font-size: 1rem !important;
}
/*Go top*/
.go-top{
    position: fixed;
    bottom: 3.3em;
    right: 0.5em;
    cursor: pointer;
    font-size: 2.5em;
    transition: 0.3s opacity;
	z-index: 5;
}
.go-top i{
    color: #f76b2b;
    background: #fff;
    padding: 5px 10px;
    margin: 0;
    box-shadow: 0 0 2px 0px #a9a9a9;
}
.go-top:hover i{
	background: #a9a9a9;
}
#map{
	margin-top: 4em;
}
/*contact From*/
#contact-form{
	/* margin-top: 10em; */
}
#contact-form h5{
	font-weight: bold;
	font-size: 1.5em;
}
#contact-form p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#contact-form form label{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.7em;
	cursor: pointer;
}
#contact-form form input{
	border-radius: 0;
	padding: 1.5em 1em;
	background: #f3f1f1;
}
#contact-form form textarea{
	border-radius: 0;
	padding: 1em 1em;
	background: #f3f1f1;
}
#contact-form form input:focus, #contact-form form textarea:focus{
	border-color: #ff5e14;
    box-shadow: 0 0 0 0.2rem rgba(212,65,60,0.25);
}
#contact-form form .submit{
	margin-top: 0.7em;
	border-radius: 0;
	background: #ff5e14;
	border-color: #ff5e14;
	margin-bottom: 1em !important;
}
#contact-form form .submit:hover{
	box-shadow: 0 0 0 0.2rem rgba(212,65,60,0.25);
}
#contact-form form a{
	text-decoration: none;
}
#contact-form form a:hover{
	text-decoration: none;
	color: #d4413c;
}
/*Profile*/
#profile{
	margin-top: 10em;
}
#profile .username{
	font-size: 1.3em;
	font-weight: bolder;
}
#profile .username a{
	font-size: 0.7em;
	background-color: #d4413c;
	padding: 0.7em 1.7em;
	border-radius: 1.5em;
	color: #000;
	text-decoration: none;
	transition: 0.3s color;

}
#profile .username a:hover{
	color: #fff;
}
#profile .date{
	font-size: 0.9em;
	font-weight: bold;
}
#profile hr{
	margin: 2em 0;
}
#profile .qr{
	width: 100px;
	height: 100px;
	margin-right: 2em;
}
#profile .profile-img{
	width: 150px;
	height: 150px;
	border-radius: 100%;
}
#profile .info{
	margin-top: 1em;
}
#profile .info span{
	margin-left: 4em;
}
#profile .info .point{
	color: #d4413c;
	font-weight: bold;
}
/*cart*/
#cart{
	margin-top: 10em;
}
#cart h5{
	font-weight: bold;
	font-size: 1.5em;
}
#cart p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#cart .cart-empty{
	font-size: 1.3em;
	margin-top: 5em;
	margin-bottom: 7em;
	padding: 1em;
}
#cart .order-title{
	font-size: 1.2em;
}
#cart .order-title span{
	font-size: 0.8em;
	cursor: pointer;
	color: #d4413c;
}
#cart .order-title span:hover{
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
#cart .order-container{
	margin-bottom: 10em;
}
#cart #cart-orders .title{
	font-size: 1em;
	margin: 0;
}
#cart #cart-orders .extra{
	margin-top: 0.4em;
	margin-left: 3em;
	color: #a9a9a9 !important;
	margin-bottom: 0;
}
#cart #cart-orders .extra i{
	color: #28a745;
	margin-right: 1em;
}
#cart #cart-orders .info{
	margin-top: 0.5em;
	margin-bottom: 0;
}
#cart #cart-orders .info i{
	margin-right: 1em;
}
#cart #cart-orders .row{
	padding: 1em 0;
	margin-bottom: 1em;
}
#cart #cart-orders .second{
	background-color: #f3f2f2;
}
#cart #cart-orders .price{
	font-size: 1em;
	font-weight: bold;
}
#cart #cart-orders .price p{
	margin-bottom: 0;
	margin-top: 0.4em;
}
#cart #cart-orders .price i{
	margin: 0 1em;
	color: #d4413c;
}
#cart #cart-orders .edit a{
	text-decoration: none;
	font-size: 0.8em;
	background-color: #d4413c;
	padding: 0.3em 0.5em;
	color: #fff;
	margin-left: 0.3em;
}
#cart #cart-orders .edit a:hover{
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
}
#cart .total{
	font-weight: bold;
	font-size: 1em;
}
#cart .total span{
	color: #28a745;
}
#cart .delivery{
	font-weight: bold;
	padding-left: 15px;
	font-size: 1em;
	margin-top: 1em;
}
#cart .delivery a{
	text-decoration: none;
	font-size: 0.8em;
	/*background-color: #d4413c;*/
	padding: 0.3em 0.5em;
	color: #fff;
	margin-left: 1em;
	border-radius: 0;
}
#cart .confirm-order{
	margin-top: 2em;
	background-color: #d4413c;
	color: #fff;
	text-decoration: none;
}
/*checkout*/
#checkout{
	margin-top: 10em;
}
#checkout h5{
	font-weight: bold;
	font-size: 1.5em;
}
#checkout p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#checkout .nav-link{
	color: #000 !important;
	border: none !important;
	margin: 0;
	margin-right: 1.5em;
	margin-top: 2em;
}
#checkout .nav-link.active{
	color: #d4413c !important;
	border-bottom: 2px solid #d4413c !important;
}
#checkout .nav-link:hover{
	color: #d4413c !important;
	border-bottom: 2px solid #d4413c !important;
}
#checkout form label{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.7em;
	cursor: pointer;
}
#checkout form input, #checkout form textarea{
	border-radius: 0;
	padding: 1em 1em;
	background: #f3f1f1;
	height: auto;
}
#checkout form input:focus, #checkout form textarea:focus{
	border-color: #d4413c;
    box-shadow: 0 0 0 0.2rem rgba(212,65,60,0.25);
}
#checkout form .submit{
	margin-top: 0.7em;
	border-radius: 0;
	background: #d4413c;
	border-color: #d4413c;
	margin-bottom: 1em !important;
}
#checkout form .submit:hover{
	box-shadow: 0 0 0 0.2rem rgba(212,65,60,0.25);
}
#checkout .accepted-card h5{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2em;
	text-decoration: underline;
	margin-bottom: 1em;
}
#checkout .accepted-card img{
	display: inline-block;
	width: 4em;
	height: 3em;
}
#checkout form select{
	border-radius: 0;
	padding: 0.5em;
	background: #f3f1f1;
	display: inline-block;
}
#checkout .credit-title{
	margin-top: 2em;
	text-decoration: underline;
}
#checkout #mpu-tab img{
	width: 2.5em;
	height: 0.8em;
	margin-left: 1em;
}
#checkout #point-card img{
	width: 6em;
	height: 6em;
	margin-top: 1em;
}
#checkout #point-card .profile{
	border-radius: 100%;
}
/*Modal*/
.modal-body{
	height: 30em;
	overflow-y: scroll;
}
.modal h5{
	font-size: 1em;
    font-weight: bold;
}
.modal label{
	cursor: pointer;
}
.modal .float-left button{
	padding: 0.7em;
    background: #dddede;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.modal .float-left .add:hover{
	background: #d4413c;
}
.modal .float-left .minus:hover{
	background: #d4413c;
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	.banner-text h1{
		font-size: 1rem !important;
	}
	.banner-text a{

	}
	.banner-text p{
		line-height: 14px !important;
		font-size: 14px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	.map{
		width: 100%;
	}
	.title{
		font-size: 1.2rem;
	}
	.banner-text h1{
		font-size: 1.3rem !important;
	}
	.banner-text a{
		margin-top: 5px !important;
        font-size: .8em;
        padding: 7px 10px;
	}
	.aboutp{
		line-height: 14px !important;
		font-size: 14px;
	}
	.banner-text{
		margin: auto 7% auto 7%;
		width: auto;
	}
	.underline::before {
		height: 5px !important;
    	bottom: -6px !important;
	}
	nav{
		padding: .5em 3em !important;
	}
	.navbar-brand img{
		width: 100px !important;
	}
	.social i{
		font-size: 4rem !important;
		margin: 0 4% !important;
	}
	footer h3{
		font-size: 1.2rem;
	}
	.sub-title h1{
		font-size: 1.5rem;
	}
	.pre-title{
		/* height: 40px; */
		display: none;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
	#navbarText{
		background: rgba(0, 0, 0, 0.5);
	}
	.navbar-collapse{
		padding-top: 5em;
		height: 100vh;
	    position: absolute;
	    background: rgba(0, 0, 0, 0.85);
	    width: 60vw;
	    top: 0;
	    left: -60vw;
	    text-align: center;
	    transition: 0.5s left;
	    display: block !important;
		z-index: 5;
	}
	.navbar-collapse .nav-link{
		color: #fff !important;
	}
	.navbar-collapse .nav-link.active {
		color: #f76b2b !important;
	}
	.bottom-checkout{
		display: block;
	}
	.go-top{
		bottom: 2.3em;
	}
	nav .nav-link img {
	    width: 4.7em;
	    height: 4.7em;
	}
	nav.scroll,.navbar{
		padding-left: 1.2em !important;
    	padding-right: 1.2em !important;
	}
	.banner{
		height: 13em;
	}
	.nav-tabs .nav-item{
		width: 100%;
		text-align: center;
	}
	#checkout,#register-form,#cart{
		margin-top: 8em;
	}
	#profile{
		margin-top: 6em;
	}


	.banner-text h1{
		font-size: 2rem;
	}
	.underline::before {
		height: 10px;
    	bottom: -10px;
	}
	.map{
		margin-top: 25px;
	}
	.swiper-slide .img-container{
		height: 290px !important;
	}
	.nav-tabs .nav-item{
		width: auto;
	}
	.navbar-brand img{
		width: 165px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 992px) {/*12000px*/
	.d-none-qr{
		display: none !important;
	}
}
