*{
	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);
	/*background-image: url(../img/marlar.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.3);
}
.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;
}
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: #fff !important;
	text-transform: uppercase;
    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;
}
nav.white-nav .nav-link:hover{
	color: #d4413c !important;
}
.nav-link:hover{
	color: #d4413c !important;
}
.nav-link.active{
	color: #d4413c !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:hover{
	border: 2px solid #d4413c !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-group-append{
    background: #d4413c;
    cursor: pointer;
}
.content-search .input-group-append i{
    color: #fff;
}
.content-search .input-group-append:hover{
    background: #ff0800!important;
}
.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{
    overflow: hidden;
}
.cat-menu .image img{
	/*width: 75px;*/
	/*height: 75px;*/
	width: 100%;
	height: 8em;
	cursor: pointer;
	transition: 0.5s transform;
}
.cat-menu .image img:hover{
    transform: scale(1.3);
}
.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: 4.3em;
	height: 4.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: 1.5em 0;
    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-alt i{
	cursor: pointer;
}
#right-sidebar .orders .change-alt 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: #000;
    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;
}
/*Go top*/
.go-top{
    position: fixed;
    bottom: 0.3em;
    right: 1em;
    cursor: pointer;
    font-size: 2.5em;
    transition: 0.3s opacity;
}
.go-top i{
    color: #d4413c;
    background: #fff;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 5px 0px #a9a9a9;
}
.go-top:hover i{
	background: #a9a9a9;
}
/*Register From*/
#register-form{
	margin-top: 10em;
}
#register-form h5{
	font-weight: bold;
	font-size: 1.5em;
}
#register-form p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#register-form form label{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.7em;
	cursor: pointer;
}
#register-form form input{
	border-radius: 0;
	padding: 0.5em 1em;
	background: #f3f1f1;
}
#register-form form input:focus{
	border-color: #d4413c;
    box-shadow: 0 0 0 0.2rem rgba(212,65,60,0.25);
}
#register-form form .submit{
	margin-top: 0.7em;
	border-radius: 0;
	background: #d4413c;
	border-color: #d4413c;
	margin-bottom: 1em !important;
}
#register-form form .submit:hover{
	box-shadow: 0 0 0 0.2rem rgba(212,65,60,0.25);
}
#register-form form a{
	text-decoration: none;
}
#register-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{ */

/* } */
#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;
}
.search-box-container{
	position: fixed;
	top: 130px;
	left: 0;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	right: 0;
	padding: 1em;
	z-index: 5;
	box-shadow: 0 1px 11px 0 #a9a9a9;
}
.search-box-container .content-search{
	margin: 0;
}
.search-box-container .close{
	position: absolute;
	right: -20px;
	top: -20px;
	color: #d4413c;
	opacity: 1;
	cursor: pointer;
}
.search-box-container .close:hover{
	color: #ff0800!important;
}
.locale{
    width: 40px !important;
    height: 25px !important;
    border-radius: 0 !important;
    /* border: none !important; */
}
.floating{
    position:fixed;
	z-index:100;
	bottom: 2em;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
	overflow-y: scroll;
    max-height: 45vh;

}
.floating li{
	list-style:none;
	border-bottom: 1px solid #a9a9a9;
}

.floating li a{
	background-color:#F33;
	color:#a9a9a9;
	text-align: left;
	width: 60vw;
	background: #fff;
	display:block;
	padding: 0.5em 0 0.5em 1em;
    text-decoration: none;
}
.floating li a i{
    color: #28a745;
}

.floating:hover{
	visibility:visible!important;
	opacity:1!important;
}
.floating li a:hover{
    background: #d4413c;
    color: #fff;
}
.floating li a:hover i{
    color: #fff;
}
#mobile-menu-close{
    position: absolute;
    right: 0;
    top: 0;
    color: #ffc107;
    margin-right: 0.5em;
    margin-top: 0.1em;
    font-size: 1.2em;
    cursor: pointer;
}
#mobile-menu-close:hover{
    font-weight: bold;
}







/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .cat-menu .image img{
        width: 100%;
        height: 8em;
    }
}

/*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.75);
	    width: 60vw;
	    top: 0;
	    left: -60vw;
	    text-align: center;
	    transition: 0.5s left;
	    display: block !important;
	}
	.bottom-checkout{
        display: block;
        z-index: 3;
	}
	.go-top{
		bottom: 1.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;
	}
	footer{
		height: 5em;
	}
	.nav-tabs .nav-item{
		width: 100%;
		text-align: center;
	}
	#checkout,#register-form,#cart{
		margin-top: 8em;
	}
	#profile{
		margin-top: 8em;
	}
}

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