

@media (max-width:767px){
	.CartColMd.isOpen{
		height: 100% !important;
	}
	.CartColMd.isOpen .btnCheckout{
		bottom: 0px !important;
	}
	.CartColMd{
		position: fixed;
	    z-index: 1039 !important;
	    bottom: 0px;
	    transition: 300ms all;
	    height: 71px;
	    background: white;
	    width: 100%;
	    left: 0px;
	}
	.modalFormItem .modal-content {
		border-radius: 0px !important;
	}
	.basketLinkOpen{
		display: block !important;
	}
	.CartColMd.isOpen .cartList{
		padding-top: 0px;
	}
	.cartList.overflow{
		height: 100% !important;  
	}
	.CartColMd .basketLinkClose{
		display: none !important;	
	}
}
.vegetariaOptionsCheckbox{
	display: flex !important;
}
.pl50{
	padding-left: 50px;
}
.btn-outline-secondary{
     border-color: #ecedf0;
    font-size: 12px;
    transition: 250ms all;
    color: black !important;
    font-weight: 300 !important;
    border-radius: 0px;
}
.btn-outline-secondary:hover{
    color: #fff;
    background-color: #868e96;
}
.subProducts .text-truncate{
    word-break: break-all !important;
    white-space: normal;	
}
.tipForDriver{
    user-select: none;
    padding: 10px 0px;
	background: #F4F5F5;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tipForDriver .minusTips, .tipForDriver .plusTips{
	cursor: pointer;
	border: 1px solid;
	border-radius: 10px;
	display: inline-block;
	width: 26px;
	height: 26px;
	transition: 250ms all;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.tipForDriver .minusTips:hover, .tipForDriver .plusTips:hover{
	background: #06c303;
	border-color:  #06c303;
	color: white;
}
.closeFoodModalRight{
    width: 50px;
    height: 50px;
    color: white;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    text-align: right;
    padding-right: 11px;
    font-size: 20px !important;
    cursor: pointer;
}
@media (min-width:767px){
	.visibleAboveMd{
		display: block !important;
	}
}
.viewCartMobile, .continueToCheckout{
	padding: 3px;
	background: linear-gradient(to right,rgba(83, 202, 139, 1.000),rgba(73, 186, 90, 1.000));
	color: white;
}
.continueToCheckout ion-icon{
	position: relative;
	top: 4px;
}
.viewCart ion-icon{
	position: relative;
	top: 2px;	
}
.viewCartMobile .row, .continueToCheckout .row{
	display: flex;
	padding: 6px 12px;
	justify-content: center;
	align-items: center;
}
.totalBasket{
	font-weight: 500;
}
.viewCart{
	font-weight: 800;
}
.continueToCheckout{
	font-weight: 500;
	font-size: 1.3rem;
}
.CartColMd.isOpen .viewCartMobile{
	display: none !important;
}
.CartColMd.isOpen .continueToCheckout{
	display: block !important;
}
#mobilePhone-error{
    position: absolute;
    right: 0px;
    top: -18px;	
}
.discountLi {
    color: #49bb5b;
}
.modalFoodImage{
	background-size: contain !important;
}
.p4{
	padding: 4px;
}
.isNotVisible{
	opacity: 0.3 !important;
	pointer-events: none;
}
.isNotVisibleClass{
	pointer-events: none;	
}
.inputGroupCoupon{
	width: 100%;
	display: flex;
}
.couponCode, .btnApplyCoupon{
	border-radius: 0px !important;
}
@media (min-width: 769px) {
	.addButtonMobile{
		display: none;
	}	
}
.subModifier .instructionsQuantity{
	    margin-right: 17px;
}
@media (max-width: 768px) {
	 section.headerContainer{
		 background-attachment: scroll !important;
	 } 
	 
	 .deleteItemFromCart{
		 opacity: 1 !important;
	 }
	 .putItemsInYourCart > div{
		width: 100% !important;
	} 
	.addButtonMobile{
		color: rgba(74, 175, 76, 1.000);
	    border: 1px solid rgba(74, 175, 76, 1.000);
	    display: inline-block !important;
	    padding: 0px 10px;
	    border-radius: 4px;
	    transform: translateY(-50%);
	    position: absolute;
	    bottom: 0px;
	    margin: 0 auto !important;
	    text-align: center;
	    left: calc(50% - 27px);
	    padding-right: 25px;
	    background: white;
	}
	.addButtonMobile span{
		background: rgba(206, 236, 208, 1.000);
	    position: absolute;
	    top: -2px;
	    right: -25px;
	    width: 20px;
	    text-align: center;
	    border-radius: 0px 4px 4px 0px;
    }
	
  }
@media (min-width: 768px) and (max-width: 1024px) { 
	.emptyBasket{
		font-size: 1.2rem !important;
	}
}
  
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	html,body{
	    -webkit-overflow-scrolling : touch !important;
	    height: 100% !important;
	}

	.modalItem{
		width: 600px !important;
	}
	/*
	.col-sm-cart{
		width: 32%;
	}
	.col-sm-menu{
		width: 68%;
	}
	*/

	.cartList{
		background: #f3f5f5;
	}
	.basketList{
		max-height: calc(100vh - 350px) !important;
	}
}
@media (min-width: 769px) and (max-width: 900px){
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner{
	    min-height: 143px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.modalItem{
		width: 600px !important;
	}
	.foodImageInModal{
		max-width: 280px !important;
		left: -210px !important;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container {
	    right: -20px !important;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content .list-item-title {
	    font-size: 1.3rem !important;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner{
		padding: 5px !important;
	}
	.b3eats.header.fb{
	    display: none;
	}
	.restThreeColumns .CartColMd{
		padding-right: 0px;
		z-index: 1039 !important;
	}
	.openMenuMobile{
		z-index: 10000 !important;
	}
	footer.b3Footer.fb{
		display: none;
	}

}
@media (max-width: 420px){
	
	.menuItems .item-img-container {
    	height: 100px !important;
		width: 100px !important;

	}
	.menuItems .item-img{
		width: 100px !important;
		
	}
	
}
footer.headerWhite .restaurant-header-logo-wrapper {
    width: auto !important;
}
footer.headerWhite .restaurant-header-logo-wrapper .restaurant-header-logo {
    width: auto !important;
    border-radius: 0px !important;
}
.viewCartMobileLink{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    width: 140px;
    padding: 5px 20px;
    border-radius: 100px;
    margin: 6px auto 0 auto;
    text-align: center;
    color: #333333 !important;
    text-decoration: underline;
}
.basketMobileContainer{
	background: #f2f2f2;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    margin: -0px -15px 10px -15px;
    border-bottom: 1px solid #b7b7b7;
}
.basketMobileContainer a.viewCartMobileLink i{
	float:left;	
	font-size: 2rem;
}
.basketMobileContainer a.viewCartMobileLink{
	font-size: 1.6rem;
	text-decoration: none;
}
.well{
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
}
@media (max-width: 767px){
	#modalFood .modal-dialog {
	    margin: 0px;
	}
	.headerContainer {
		margin-top: -120px !important;	
	}
	.CartColMd.restaurantOnlineIsOff{
		display: none !important;
	}
	.b3eatsNav #navbar{
		background: white;
		height: 100vh;
	}
	/*
	.modalItem .modal-body{
		padding-bottom: 130px;
	}
	.modalItem .modal-footer{
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	*/
	.alert-closed{
		margin-top: 25px;
		text-align: center;
	}
	.sidemenu-open{
		overflow: hidden;
	}
	.b3eatsNav{
		z-index: 99;
	}
	
	
	.CartColMd .postCodeAlert{
		display: none !important;
	}
	
	.CartColMd.isOpen .basketLinkClose{
		display: block !important;
	}
	.CartColMd.isOpen .basketLinkOpen{
		display: none !important;
	}
	
	.CartColMd:not(.isOpen) .baskedDetails .alert-discount{
		display: none !important;
	}
	.baskedDetails .alert-info{
		text-align: center;
	}

	.CartColMd.isOpen .baskedDetails{
		display: block !important;
	}
	.cartList{
		width: 100%;
	}
	.btnCheckout{
		overflow-x: hidden !important;
	    width: 100%;
	    z-index: 1;
	}
	.isOpen .btnCheckout{
		position: absolute;
	}
	/*
	.baskedDetails{
		display: none;
	}
	*/
	.mobileButton{
	    position: relative;
		width: 100%;
		bottom: 0px;
		margin-top: 9px;
	}
	.navbar-brand {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 100;
	}
	.navbar-toggle:not(.black) .icon-bar {
    	width: 22px;
    	background-color: white !important;
	}
	.navbar-default .navbar-toggle {
		margin-top: 30px;
		float: left;
	}
	h1{
		font-size: 2rem;
		margin: 0px;
	}
	
	.well.restaurantDetails {
    padding: 10px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
	}
	.separator{
		display: none;	
	}
	a.checkoutIcon{
		float: right;
	    padding: 25px 20px;
	    font-size: 3rem;
	    color: white;
    }

   .primaryContent .well{
	   padding: 20px;
   }
	.primaryContent .phoneNumber .extention{
		padding: 0px;
	}
	ul.menuItems li {
		display: inline-block;
		width: 100%;
		padding: 0px !important;
	}
	ul.menuItems li .item-content.noImg{
		width: 100% !important;
	}
   .menuItems .item-price {
    	position: relative;
    	width: 100%;
   }
   .menuItems .item-content {
	   float: left;
	}
   .menuItems .item-img-container {
    	width: 26% !important;
    	float: right;
    	height: 120px;
		width: 120px;
	    position: relative;
	    flex-shrink: 0;
	    background-repeat: no-repeat;
	    background-size: cover;
	    -webkit-flex-shrink: 0;
	}
	.menuItems .item-img{
		overflow: hidden;
	    position: relative;
	    flex-shrink: 0;
	    background-repeat: no-repeat;
	    background-size: cover !important;
	    -webkit-flex-shrink: 0;
	    -moz-flex-shrink: 0;
	    -ms-flex-shrink: 0;
	    height: calc(100% + 10px);
	    top: -10px;
		width: 100%;
		background-position: center center !important;
		
	}
	.b3eats.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    opacity: 1;
	    margin-right: -340px;
	    position: fixed;
	    top: 0px;
	    z-index: 9999;
	    left: 0px;
		width: 100%;
	    height: 100%;
	    background-color: rgba(255,255,255,0.9);
	    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	    transition: all 0.5s;
	    box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
	    margin:0px;
	}
	.b3eats.navbar-default .navbar-nav>li>a {
	    color: black !important;
	    text-align: left;
	    font-weight: bold;
	    font-size: 2rem;
	    margin-bottom: 10px;
	}
	.b3eats.navbar-default ul.navbar-nav{
		width: 100%;
		
	}
	.b3eats.navbar-default .navbar-nav{
		margin: 30px 0px;
	}
	.navbar-toggle:not(.black) .icon-bar{
		background-color: white !important;
		
	}
	.navbar-toggle .icon-bar{
		transition: 0.55s all;
	}
	.navbar-toggle:not(.black).collapsed .icon-bar{
		background-color: white !important;
	}
	@keyframes menuButtonR{
		0%{transform: scaleX(1.35) translateX(00px)}
		35%{transform: scaleX(1.35) translateX(10px)}
		100%{transform: scaleX(1.35) translateX(0px)}
	}
	@keyframes menuButtonL{
		0%{margin-left:0;opacity:1}
		35%{margin-left:-10px;opacity:.7}
		100%{margin-left:0;opacity:1}
	}

	.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
		animation: menuButtonR .55s;
	}
	.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2), .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
		animation: menuButtonL .55s;
	}

	.navbar-toggle .icon-bar:nth-child(3){
		transform: scaleX(1.35);
	}
	.navbar-toggle {
    	z-index: 99999;
	}
	.navbar-default.b3eatsNav .navbar-toggle {
	    margin-top: 30px;
	}
	.navbar-default.b3eatsNav .navbar-toggle .title-bar{
		display: inline-table;
	    position: absolute;
	    left: 50px;
	    top: 3px;
	    color: white;
	    font-weight: bold;
	    font-size: 1.7rem;
    }
    .navbar-default.b3eatsNav .title-social{
	    padding: 0px 30px;
    }
    .navbar-default.b3eatsNav li a.social i{
	    position: absolute;
    }
   .navbar-default.b3eatsNav .customerActions .language-title{
	     text-transform: capitalize;
	     float: left; 
	     margin-right: 10px;
   }
     .navbar-default.b3eatsNav .dropdown-menu>li>a {
	    text-transform: capitalize;
	    font-size: 1.3rem;
	}
	
	.pageContent .container{
		position: relative;
	}
	.navbar-default.b3eatsNav .navbar-nav>li>a {
	    font-size: 1.8rem;
	    color: #333333 !important;
	    padding: 15px;
	}
	.b3eats.header.headerWhite .navbar-toggle.collapsed .icon-bar {
	    background-color: white ;
	}
	.b3eats.header.headerWhite .navbar-default.b3eatsNav .navbar-toggle {
	    margin-top: 25px;
	}
	footer.b3Footer ul.listPlaces {
	    flex-direction: column !important;
	}
	footer.b3Footer .footerLegal{
		display: flex;
	}
	footer .restaurantLogo .restaurant-header-logo{
	    width: auto !important;
		border-radius: 0px !important;
	}
	footer. .restaurant-header-logo-wrapper {
	    width: auto !important;
	}
	footer .restaurantLogo{
		min-height: 100px;
	}
	footer.b3Footer ul.listPlaces li{
		margin: 20px 0px;
	}
	footer.b3Footer .callToActionBtn {
    	padding: 30px !important;
	}
	
}



@media(min-width:991px){
	.modalLogin.terms {
	    max-width: 900px;
	    width: 900px;
	}
	.b3eats.headerWhite.topNavigation .b3eatsNav #navbar{	
		padding: 0px;
	}
	.modalItem{
		width: 700px;
	}

    section.headerContainer{
	    background-attachment: initial !important;
	    background-size: cover !important;
    }
	.modalItem.withoutModifiers{
		width: 450px;
	}
	.modalItemsBody p{
		display: none;
	}
	.modalLogin{
		max-width: 500px;
	}
	.primaryContent .phoneNumber .extention{
		padding: 0px !important;
	}
	 .primaryContent .phoneNumber {
		padding-left: 0px !important;
	}
}
.primaryContent .phoneNumber label{
	display: block !important;
}

@media (min-width: 991px) and (max-width:1024px){
	
	.yourOrderTitle{
		font-size: 20px !important;
	}
	.cartMain .alert-danger{
		font-size: 12px;
	}

	.primaryContent{
		margin-left: 0px !important;
		width: 333px !important;
		padding-left:3px !important;
	}
	.secondaryContent{
		width: 333px !important;
		-webkit-flex-basis: 333px !important;
		flex-basis: 333px !important;
	}
	.primaryContent .form-group label{
		font-size: 1.1rem !important;
	}
	.changeMethod > div{
		font-size: 10px;
	}
	

}
@media (max-width: 767px){
	.quantityBox {
	    margin-bottom: 20px;
	}
	
	
	.quantityBox span i{
		padding: 10px 14px;
	    border: 1px solid;
	    border: 1px solid #E0E0E0;
	    border-radius: 50%;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container{
		float: right;
	}
	.foodContent ul li:last-child .catItems{
		margin-bottom: 100px;
	}
	.restThreeColumns .pageContent .menu--cols{
		margin-top: 0px !important;
	}
	.modalItem .modal-content{
		min-height: 100vh;
	}
}	
@media (max-width: 1199px) {
	.menu--cols .catContainer{
		display: none;
	}
}
@media only screen  and (max-width : 1224px) {
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container {
    	width: 60%;
    }
    .menu--cols > .grid ul li.catFoodContainer ul.menuItems > li {
    min-height: 100px !important;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img {
    	/*height: 100px !important; */
    }
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container {
    	height: 120px !important;
    }
    .restThreeColumns .pageContent.grid .container{
	    width: auto !important;
    }
    .restThreeColumns .pageContent .boxFoodCollection {
		padding-right: 0px !important;
	}
}
@media (max-width: 991px){
	.modifierItem .b3Checkbox{
		width: 20px !important;
	    height: 20px !important;
	}
	.floorNumber{
		padding-left: 0px !important;
	}
	.modifierItem label {
	    padding-left: 25px !important;
	    margin-top: 4px !important;
	}
	.deliveryChecker .aa-suggestion{
		font-size: 10px !important;
	}
	.deliveryChecker .aa-dropdown-menu{
		max-height: calc(100vh - 300px) !important;
	}
	.b3eats.navbar {
    	min-height: 120px !important;
	}
	.p-xs-0{
		padding: 0px !important;
	}
	.closeButton{
		right: 0px !important;
	}
	.menu--cols > .grid ul li.catFoodContainer ul.menuItems > li{
		padding: 0px !important;
	}
	ul.menuItems li .itemInner{
		margin: 0px 9px 5px 9px !important;
	}
	.foodCatDesc{
		margin-bottom: 10px;
	}
	.checkCheckout span{
		display: inline-block !important;
	}
	.instructionsQuantity{
		font-size: 12px !important;
	}
	.foodImageInModal{
		max-width: 100% !important;
		position: relative !important;
		left: initial !important;
		height: auto !important;
		margin: 0 auto !important;
		display: block !important;
	}
	.foodImageInModal:not(.withoutModifiers){
		max-height: calc(100vh - 560px) !important;
	}
	.modalItem .modal-body{
		padding-left: 15px !important;
	}
	.headerContainer {
		margin-top: -120px !important;	
	}
	.restaurant-header-logo-wrapper {
    	height: 80px;
		width: 80px;
    }
    .restaurant-header-logo-wrapper .restaurant-header-logo {
	    width: 80px;
	    height: 80px;
    }
    .navbar-default .navbar-toggle {
   	 	border-color: transparent !important;
   	 	margin-top: 20px;
	}
	.foodCatTitle:after{
		content: none !important;
	}
	.boxFoodCollection{
		padding: 0px !important;
	}
	.primaryContent h2{
		font-weight: 300;
		margin:0px;
		font-size: 2rem;
	}
	.footerLinks{
		width: 100%;
	}
	footer.b3Footer .footerLinks li{
		text-align: center !important;
		float: none !important;
	}
}
@media (min-width: 991px){
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner{
	    min-height: 215px;
	}
	#modalFood{
		padding-top: 20px;
	}
	.secondaryContent{
	    flex-basis: 450px;
	    width: 380px ;
	    position: relative !important;
	    z-index: 2 !important;
	    -webkit-flex-basis:450px;
	    -moz-flex-basis: 450px;
	    -ms-flex-basis: 450px;
	    height: 100vh!important;
	    min-height: 1170px;
	    box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
	}
	.secondaryContent .foot{
		padding: 10px 10px!important;
		position: absolute!important;
		width: 100%!important;
		bottom:0px!important;
	}
	.primaryContent{
		transition: 200ms all;
	    flex-basis: 380px !important;
	    width: 380px;
	    position: absolute !important;
	    z-index: 2 !important;
	    margin-top: 0px !important;
	    margin-left: 30px;
	    -webkit-flex-basis: 380px !important;
	    -moz-flex-basis: 380px !important;
	    -ms-flex-basis: 380px !important;
	    padding: 0px 10px;
	    min-height: 150px!important;
	}	
	.primaryContent.withCard{
	    flex-basis: 420px !important;
	    width: 420px;
	    margin-left: 10px;
	    -webkit-flex-basis: 420px !important;
	    -moz-flex-basis: 420px !important;
	    -ms-flex-basis: 420px !important;
	}	
	

	.checkoutContainer {
	    flex-grow: 1;
	    position: relative;
	    display: flex;
	    display: -ms-flexbox;
	    align-items: flex-start;
	    justify-content: space-between;
	    -webkit-flex-grow: 1;
	    -moz-flex-grow: 1;
	    -ms-flex-grow: 1;
	    -webkit-align-items: flex-start;
	    -moz-align-items: flex-start;
	    -ms-align-items: flex-start;
	    -webkit-justify-content: space-between;
	    -moz-justify-content: space-between;
	    -ms-justify-content: space-between;
	}
	.foodImageInModal.portrait{
	    max-height: 330px !important;
	    left: auto !important;
	    transform: translateX(-78%) !important;
	}
}

.headerAjax{
	background: rgb(243, 245, 245);
}

@media (min-width: 768px){
	
	nav:not(.navbarCheckout) .navbar-nav>li>a {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	.footerLegal, .footerPlaces {
		flex: 1;
	}
	.footerLegal{
		position: relative;
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	}
	footer.b3Footer .footerLegal li{
		float: none !important;
	}
	ul.customerActions{
		margin-right: 0px;
	}
	.secondaryContent ul{
		padding: 0px !important;
		margin: 15px !important;
	}

	header.b3eats{
		background: linear-gradient(to bottom,rgba(0,0,0,0.4) -100%,transparent 90%);
		position: relative;
		    z-index: 9999;
	}

	.restThreeColumns .pageContent.thumb .container{
		width: auto !important;
	}
	.menu--cols > .list .boxFoodCollection .foodContent .foodCatDesc{
		padding: 0px 10px 10px 15px;
	}
	.menu--cols > .grid .boxFoodCollection, .menu--cols > .thumb .boxFoodCollection{
		background: transparent;
		padding-left: 0px;
		border: 0px;
	}
	.menu--cols > .grid .boxFoodCollection .catContainer .catList{
		background: white;
		padding: 20px;
		box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
		
	}
	.restThreeColumns .pageContent.grid.topMenu .boxFoodCollection {
    	padding: 0px;
	}
	.menu--cols > .grid.topMenu .boxFoodCollection .catContainer{
		position: absolute;
	    width: 100%;
	    margin: 0 auto;
	    --webkit-appearance: none;
	    z-index: 999;
	    padding-right: 0px;
	}
	.menu--cols > .grid.topMenu .boxFoodCollection .catContainer ul.catList{
		display: flex;
		display: -ms-flexbox;
		padding: 0px 10px;
	}
	.menu--cols > .grid.topMenu .boxFoodCollection .catContainer ul.catList > li{
	    display: inline-block;
	    margin: 0 16px 0 0;
	    padding: 25px 0;
	    text-decoration: none;
	    color: inherit;
	    font-size: inherit;
	    font-weight: inherit;
	    line-height: 14px;
	}
	.menu--cols > .grid.topMenu .boxFoodCollection .foodContent{
		margin-top: 80px;
		width: 100%;
	}
	.menu--cols > .grid.topMenu .boxFoodCollection .foodContent .foodCatTitle{
		padding: 0px;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent .foodCatTitle, .menu--cols > .thumb .boxFoodCollection .foodContent .foodCatTitle{
		background: transparent;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent .foodCatTitle.fixed,.menu--cols > .thumb .boxFoodCollection .foodContent .foodCatTitle.fixed{
		background: white;	
	}
	
	.menu--cols > .grid .boxFoodCollection .foodContent .foodCatTitle:after{
		border: 0px;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent .foodCatDesc{
		padding: 0px 10px 10px 0px;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems, .menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems{
		border: 0px;
	}
	
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li{
		background: white;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content .list-item-title{
		color: #333333;
		font-weight: bold;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner{
	    margin: 0px 0px 10px 0px !important;
	    flex-direction: column;
	    display: flex;
	    display: -ms-flexbox;
	    justify-content: space-between;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .item-add{
		height: 30px;
	    width: 30px;
	    top: auto !important;
	    bottom: 5px;
	    right: 5px;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li:hover .item-add{
		background: black;
	    color: white;
	    padding: 4px 10px;
	    border-radius: 50%;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container.visible-xs{
		display: flex;
		display: -ms-flexbox;
		float: right;
	}
	
	.menu--cols > .grid ul li.catFoodContainer ul.menuItems{
		display: flex;
		display: -ms-flexbox;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    list-style-type: none;
	    }
	.menu--cols > .grid ul li.catFoodContainer ul.menuItems > li{
		flex: 0 1 49%;
	    display: flex;
	    display: -ms-flexbox;
	    flex-direction: column;
	    justify-content: space-between;
	    align-self: stretch;
	    margin-bottom: 16px;
	    border: 1px solid transparent;
	    border-radius: 2px;
	    background-color: #fff;
	    box-shadow: none;
	    outline: none;
	    transition: box-shadow 0.2s ease-in-out;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    min-height: 160px;
	}
	.menu--cols > .grid ul li.catFoodContainer ul.menuItems > li.noImg{
		min-height: 90px;
	}
	.menu--cols > .grid ul li.catFoodContainer ul.menuItems > li:nth-child(2n+2){
		float: right;
		margin-right: 1px !important;
	}
	.menu--cols > .grid ul li.catFoodContainer ul.menuItems > li:hover{
	    box-shadow: 0 3px 9px 0 rgba(0,0,0, 0.1);
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content  {
		color: #818484;
		float: left;
		display: flex;
		display: -ms-flexbox;
		flex-direction: column;
		width: 57% !important;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container{
		width: 43%;
	    height: calc(100% + 10px);
	    float: right;
	    position: absolute;
	    right: -15px;
	    top: 0px;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img{
		height: 100%;
		width: 100%;
		border-radius: 0px 2px 2px 0px;
		background-size: cover !important;
		background-position: center center !important;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-price{
		position: static;
		margin-top: 20px;
		color: black;
	}
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .item-add i.ion-ios-plus-empty:before {
    content: "\f2c7";
	}	
	.menu--cols > .grid.slim .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-price {
	    position: absolute;
	    margin-top: 0px;
	    color: #333333;
	    right: -15px;
	}
	.menu--cols > .grid.slim ul li.catFoodContainer ul.menuItems > li{
		min-height: inherit;
	}
	.menu--cols > .grid.slim ul li.catFoodContainer ul.menuItems > li.noImg {
	    min-height: 40px;
	}
	.menu--cols > .grid.slim .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li:hover .item-add{
		display:none;
	}
	.menu--cols > .grid.slim .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content {
    	width: 70% !important;
	}
	.menu--cols > .grid.slim .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container {
		   display: none;
	}
	.restThreeColumns .pageContent.thumb{
		background: white;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer .row.catItems{
		box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
		background: white;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent .foodCatDesc{
		padding: 0px 15px 10px 15px;
	}
	.menu--cols > .thumb ul li.catFoodContainer ul.menuItems{
		display: flex;
		display: -ms-flexbox;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    list-style-type: none;
	    }
	 .menu--cols > .thumb ul li.catFoodContainer ul.menuItems:after{
		content: "";
		flex: auto;
	 }   
	 .menu--cols > .thumb ul li.catFoodContainer ul.menuItems > li{
		flex: 0 1 33%;
	    display: flex;
	    display: -ms-flexbox;
	    flex-direction: column;
	    justify-content: space-between;
	    align-self: stretch;
	    margin-bottom: 16px;
	    border: 1px solid transparent;
	    border-radius: 2px;
	    background-color: #fff;
	    box-shadow: none;
	    outline: none;
	    transition: box-shadow 0.2s ease-in-out;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    min-height: 160px;
	    padding:0px;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content span.list-item-description{
	    display: inline-table;
		padding: 0px 10px;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container{
		width: 100%;
	    height: 200px;
	    position: relative;
	    display: inline !important;
	}

	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img{
		height: 200px;
		width: 100%;
		background-size: cover !important;
		background-position: center center !important;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-price{
		position: relative;
		float: right;		
		padding-right: 5px;
		margin-top: 8px;
		color: black;
		font-size: 1.3rem;
		top:0; 
		float: right;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content {
	    float: left;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner{
		margin: 0px;
		margin-right:0px !important;
		padding-top: 0px !important;
	}
	.menu--cols > .thumb .boxFoodCollection .catContainer .catList{
		 padding: 0px 10px 10px 20px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .catContainer .catList.fixed{
		margin-top: 20px;	
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer .foodCatTitle{
		padding: 0px 0px 10px 5px;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent .foodCatTitle.fixed{
		padding: 2px 5px !important;
		-webkit-box-shadow: 2px 15px 25px -16px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 15px 25px -16px rgba(0,0,0,0.75);
		box-shadow: 2px 15px 25px -16px rgba(0,0,0,0.75);
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content .list-item-title{
		color: black;
	    float: left;
	    font-size: 1.3rem;
	    line-height: 1.3rem;
	    padding: 8px 10px;
	    font-weight: bold;
	}
	.menu--cols > .thumb ul li.catFoodContainer ul.menuItems > li:hover {
		background: transparent;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .item-add{
		background: white;
	    color: black;
	    padding: 0px 10px;
	    border-radius: 50%;
	    border: 1px solid black;
	    height: 40px;
	    width: 40px;
	    top: 150px;
	    right: 10px;
	    display: inline;
	    text-align: center;
	    box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
	   
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .item-add i{
		 font-size: 30px;	
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li:hover .item-add{
		background: black;
		color: white;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .itemInner .item-content .suitableFasting{
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.restThreeColumns .pageContent.thumb.topMenu .row.menu--cols{
		margin-top:0px;
	}
	.restThreeColumns .pageContent.thumb.topMenu .row.menu--cols .CartColMd{
		padding-left: 0px;
	}
	.restThreeColumns .pageContent.thumb.topMenu .boxFoodCollection {
    	padding: 0px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .catContainer .catList.fixed {
    	margin-top: 0px;
    	width: 75%;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .catContainer{
		position: absolute;
		    flex: 100%;
	    max-width: 100%;
	    width: 100% !important;
	    margin: 0 auto;
	    --webkit-appearance: none;
	    z-index: 99;
	    padding-right: 0px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .foodContent{
		flex: 100%;
	    max-width: 100%;
	    width: 100% !important;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .catContainer ul.catList{
		display: flex;
		display: -ms-flexbox;
		overflow-y: visible !important;
	    padding: 20px 10px;
		box-shadow: rgb(148, 148, 148) 0px 10px 18px -5px !important;
	    background: rgb(238, 238, 238);
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .catContainer ul.catList > li{
	    display: inline-block;
	    text-decoration: none;
	    color: inherit;
	    font-size: inherit;
	    font-weight: inherit;
	    line-height: 14px;
	    flex: 1;
	    text-align: center;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .foodContent.col-md-9{
		width: 100% !important;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .foodContent .foodCatTitle{
		padding: 0px;
	}
	.menu--cols > .thumb.topMenu.pizza .boxFoodCollection .catContainer ul.catList {
	    display: flex;
	    display: -ms-flexbox;
	    padding: 20px 10px;
	    box-shadow: none !important;
	    background: white;
	    overflow-y: visible !important;
	    box-shadow: 0 1px 5px 0 rgba(0,0,0,.05)!important;
	    border-bottom: 1px solid #e9ebee!important;
	}
	.menu--cols > .thumb.pizza ul li.catFoodContainer ul.menuItems > li {
    	-webkit-animation-duration: .2s;
	    animation-duration: .2s;
	    -webkit-animation-timing-function: cubic-bezier(.09,.79,.36,.96);
	    animation-timing-function: cubic-bezier(.09,.79,.36,.96);
	    -webkit-animation-name: "in-up";
	    animation-name: "in-up";
	    border: 1px solid #eeedef;
	    position: relative;
	    background: #fff;
	    -webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    margin: 6px;
	    text-decoration: none;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 1 calc(50% - 6px);
	    -ms-flex: 1 1 calc(50% - 6px);
	    flex: 1 1 calc(50% - 6px);
	    max-width: calc(50% - 6px);
	    -webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	    align-self: stretch;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    box-shadow: 0 1px 1px -1px rgba(0,0,0,.6);
	    transition: box-shadow .3s ease;
	    -webkit-flex-basis: calc(50% - 12px);
	    -ms-flex-preferred-size: calc(50% - 12px);
	    flex-basis: calc(50% - 12px);
	    max-width: calc(50% - 12px);
	    margin-bottom: 10px;
    }
    .menu--cols > .thumb.pizza ul li.catFoodContainer ul.menuItems > li:hover {
	    box-shadow: 0 2px 5px -1px rgba(0,0,0,.6);
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent .foodCatDesc {
	    padding: 0px 15px 10px 15px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content{
		width: 100% !important;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content .list-item-title{
		font-size: 15px;
	    line-height: 1.33333;
	    color: #313131;
	    font-weight: 600;
	    width: 100%;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-price {
	    position: relative;
	    float: right;
	    padding-right: 5px;
	    color: black;
	    font-size: 1.6rem;
	    top: auto;
	    float: none;
	    width: 100%;
	    border-top: 1px solid #e9ebee!important;
		margin-top: 0px;
	    display: flex;
	    justify-content: flex-end;
	    padding-bottom: 0px;
	    transform: inherit;
	    margin-bottom: 10px;
	}
    .menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .item-add{
	    display: none;
    }
    .menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-content span.list-item-description {
	    display: inline-table;
	    padding: 0px 10px;
	    font-size: 11px;
	    color: #78838c;
	    padding: 0 10px 10px;
	    min-height: 70px;
	}
	.menu--cols > .thumb.pizza.topMenu .searchItems.visibleFixed {
	    top: 60px;
	}
    .menu--cols > .thumb.pizza .boxFoodCollection .catContainer ul.catList li a {
	    font-weight: 600;
	    font-size: 1.5rem;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .catContainer ul.catList li a:hover {
		text-decoration: underline;	
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer .foodCatTitle{
		text-align: center;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img {
   	 height: 160px;
   	 position: relative;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems >li {
	    min-height: 160px;
	}
    .restThreeColumns .pageContent.thumb.topMenu.pizza .row.menu--cols .CartColMd{
	    position: absolute;
	    right: 0px;
    }
	
	.restThreeColumns .pageContent.thumb.pizza{
		background: url('https://cdn.b3web.xyz/web/b3eats/optimizedbg-app.9637f025c0a8602011051ed056e61616.jpg1500021025.jpg') center center repeat;
	}
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer .row.catItems {
	    box-shadow: none !important;
	    background: transparent;
	}
	.popover.tour.tour-tour{
		background-color: #FFF35D;
		color: black;
		font-weight: bold;
		line-height: 1.4;
		font-size: 14px;
	}
	.popover.tour.tour-tour > .arrow:after {
	    border-left-color: #FFF35D !important;
	}
	.cartList .basket{
		box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
		padding: 10px 10px 10px 10px;
		background: white;
	}
	.putItemsInYourCart{
		font-size: 1.6rem;
		color: #333333;
	}
	.navbar-default.b3eatsNav ul.navbar-left{
		margin-left: 100px;
	}
	.navbar-default.b3eatsNav ul.navbar-left li{
	    margin-top: 40px;
    } 
    .navbar-default.b3eatsNav .customerActions{
	    margin-top: 40px;
    }
    .navbar-default.b3eatsNav ul.navbar-nav > li > a{
	    font-size: 1.6rem;
	    color: white;
    }
    .navbar-default.b3eatsNav .navbar-nav>.active>a{
	    color: white;
	    background-color: transparent;
	    font-weight: bold;
	}
	.navbar-default.b3eatsNav .navbar-right.customerActions li a.social{
		margin-top:5px;	
	}
	.navbar-default.b3eatsNav .navbar-nav>.open>a, .navbar-default.b3eatsNav .navbar-nav>.open>a:focus, .navbar-default.b3eatsNav .navbar-nav>.open>a:hover {
	    background-color: transparent;
	    color: white;
	}
	.navbar-default.b3eatsNav .dropdown-menu>li>a {
	    text-transform: capitalize;
	    font-size: 1.3rem;
	}
	.navbar-default.b3eatsNav ul.customerActions .dropdown-menu {
	    position: absolute;
	    top: 120%;
	    right: 0;
	    left: inherit;
	}
	.b3eatsNav.navbar-default .navbar-nav>li>a.openLoginBox {
   	 	color: white !important; 
   	 	    padding: 5px 20px;
    }
    
    .b3eatsNav.navbar-default .container-fluid>.navbar-header, .container.b3eatsNav>.navbar-collapse, .container.b3eatsNav>.navbar-header {
	    position: absolute; 
		z-index: 999;
	}
	.modal-body .subProductsContainer .subproduct.modifierItem label {
	   	width: calc(100% - 60px);
	   	font-size: 1.6rem;
	}
	.modal-body .subProductsContainer{
		padding: 0px 10px 0px 10px;
	}
	.modal-body .subProductsContainer .subproduct.modifierItem {
	   	border-bottom: 1px solid #e9ebee!important;
	   	padding-bottom: 30px;
	   	padding-top: 10px;
	   	padding-left: 5px;
	}
	.modal-body .subProductsContainer .subproduct.modifierItem label .subProductDesc {
		font-size: 1.3rem;
		padding: 0px 20px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection  .menuCategories{
	    display: block;
	    height: 29px;
	    padding-right: 70px;
	    overflow: hidden !important;
	}
	.menu--cols > .thumb .dropdown.otherMenus{
		position: absolute;
		right: 0px;
		top: 18px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection .catList.fixed  .dropdown.otherMenus{
	    top: initial;
		bottom: 19px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection  .catContainer ul.catList li{
	    float: left;
		padding: 5px 19px 0px 5px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection  ul.menuTabs{
		top: -50px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection  .otherMenus ul.dropdown-menu li{
		transition: 200ms all;
		width: 100%;
		padding: 5px 0px;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection  .otherMenus ul.dropdown-menu li:hover{
		background: #22CE98;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection   .otherMenus ul.dropdown-menu li a{
		padding: 5px 12px;
		color: #333333 !important;
	}
	.menu--cols > .thumb.topMenu .boxFoodCollection   .otherMenus ul.dropdown-menu li a:hover{
		background:transparent;
	}
	.restThreeColumns .foodContent .searchItems .searchIcon{
		font-size: 3rem;
	}
	.restThreeColumns .menu--cols .thumb.topMenu:not(.pizza) .foodContent .searchItems .searchIcon{
		right: 20px;
	}
	.restThreeColumns .menu--cols .thumb.topMenu:not(.pizza) .searchItems.row{
	    margin-right: 5px;
		margin-left: 5px;
	}
	.restThreeColumns .pageContent.thumb.pizza.victus > .container{
		width: auto !important;
	}
	.restThreeColumns .pageContent.thumb.pizza.victus .catList{
		background: white !important;
	}
	.restThreeColumns .pageContent.thumb.pizza.victus .catList .menuCategories{
		background: white !important;
		
		text-align: right !important;
	}
	.restThreeColumns .pageContent.thumb.pizza.victus .catList{
		padding-top: 20px !important;
	}
	.restThreeColumns .pageContent.thumb.pizza.victus .catList .menuCategories li a{
		font-weight: 400 !important;
	}
	
	.restThreeColumns .victus .cartList.fixed{
		box-shadow: 0 0 10px 0 rgba(0,0,0,.5) !important;
	}
	.restThreeColumns .pageContent.thumb.pizza.victus #CartColMd .basket{
		height: 100%;
	    flex-direction: column;
	    width: 100%;
	}
	footer.b3Footer.columnFooter .columnFooterDiv{
		display: flex;
	}
	footer.b3Footer.columnFooter .columnFooterDiv .item{
		flex: 1;
	}
	footer.b3Footer.columnFooter .columnFooterDiv .item ul.footerLinks{
		display: flex;
		flex-direction: column;
	}
	footer.b3Footer.columnFooter .columnFooterDiv .footerPlaces .listPlaces{
		display: flex;
	    text-align: left;
	    flex-direction: column;
	    margin-top: 10px;
	}
	footer.b3Footer.columnFooter .columnFooterDiv .footerPlaces .listPlaces li{
		margin-bottom: 15px;
		border-right: none;
	}
}
@media (min-width : 1600px){
	.menu--cols > .grid .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner{
		min-height: 188px;
	}
}
@media (min-width : 991px){
	.restThreeColumns .pageContent.thumb.pizza.victus #CartColMd {
	    position: fixed;
	    top: 0px;
	    z-index: 999;
	    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	    right: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-right: 0px;
	}
}

.subproduct.modifierItem label{
	margin-right: 0px !important;	
}
.modal-body .subProductsContainer .subproduct.modifierItem label{
	width: calc(100% - 10px) !important;
}

	
.searchItems{
	position: relative;
}
.searchItems.visibleFixed{
	position: sticky;
	position: fixed;
    top: 0px;
    z-index: 9;
}
.col-sm-menu.topMenu .searchItems.visibleFixed{
	top:69px;	
}
.searchItems.visibleFixed + .list-unstyled{
	margin-top: 65px;
}
@media (min-width: 992px){
	.restThreeColumns .pageContent.thumb.topMenu.pizza .row.menu--cols .CartColMd.col-md-3 {
	    width: 24%;
	}
	.menu--cols > .thumb.pizza ul li.catFoodContainer ul.menuItems > li {
    	-webkit-flex-basis: calc(25% - 12px);
	    -ms-flex-preferred-size: calc(25% - 12px);
	    flex-basis: calc(25% - 12px);
	    max-width: calc(25% - 12px);
	    margin-bottom: 10px;
    }
    
	.menu--cols > .thumb.topMenu .boxFoodCollection .foodContent.col-md-9{
		margin-top: 80px;
	}
}

@media (min-width: 992px) and (max-width: 1600px){
	.restThreeColumns .pageContent.thumb.pizza.victus ul li.catFoodContainer ul.menuItems > li{
		-webkit-flex-basis: calc(33.33% - 12px);
	    -ms-flex-preferred-size: calc(33.33% - 12px);
	    flex-basis: calc(33.33% - 12px);
	    max-width: calc(33.33% - 12px);
	}
	.restThreeColumns .pageContent.thumb.pizza.victus .catContainer ul.catList li {
	    padding: 3px 0px;
	}
}
@media (min-width: 1600px){
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems li .item-add{
		top: 220px;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems >li{
		min-height: 350px;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img-container{
	    height: 280px !important;
	}
	.menu--cols > .thumb .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img{
		height: 280px !important;
	}
	/*
	.menu--cols > .thumb .boxFoodCollection .col-md-3.catContainer{
		width: 16.66666667% !important;
	}
	.menu--cols > .thumb .boxFoodCollection .col-md-9.foodContent{
		width: 83.33333333% !important;
	}
	*/
	.menu--cols > .thumb.pizza .boxFoodCollection .foodContent li.catFoodContainer ul.menuItems .itemInner .item-img {
	    height: 180px !important;
	}
	.restThreeColumns .pageContent.thumb.topMenu.pizza .row.menu--cols .CartColMd.col-md-3{
	    width: 16.66666667%;
    }
    .restThreeColumns .pageContent.thumb.pizza .container  {
    	width: 1370px !important;
	}
	 .menu--cols > .thumb.pizza .boxFoodCollection .catContainer ul.catList li a {
	    font-weight: 600;
	    font-size: 1.4rem;
	}
	
	.menu--cols > .thumb.pizza ul li.catFoodContainer ul.menuItems > li {
    	-webkit-flex-basis: calc(25% - 6px);
	    -ms-flex-preferred-size: calc(25% - 6px);
	    flex-basis: calc(25% - 6px);
	    max-width: calc(25% - 6px);
	    margin-bottom: 10px;
	    margin: 3px;
    }
}
body:not(.web282){
	font-family: 'Roboto', sans-serif;
}

body.checkout .navbar .restaurant-header-logo-wrapper{
	-webkit-box-shadow: 10px 10px 38px -18px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 38px -18px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 38px -18px rgba(0,0,0,0.75);
	border: 1px solid rgb(229, 229, 228);
}
body.checkout #map {
    width: 100%;
    min-height: 1170px !important;
    height: 100vh !important; 
}
.btn-link {
    color: #22CE98;
}
.h1, h1 {
    font-size: 2.5rem;
    margin-top: 0px;
}
.flex.bottom {
   	justify-content: center;
    align-items: flex-end;
}
.menuItems .soldout{
	opacity: 0.4 !important;
	pointer-events:none !important;
}
.modifierItem.soldOut{
	pointer-events:none !important;
}
.menuItems .soldout .itemInner{
	text-decoration: line-through;
}
.menuItems .soldout:before{
	content: 'Sold out';
    position: absolute;
    background: grey;
    right: 0px;
    z-index: 1;
    color: white !important;
    padding: 5px;
}
.well.restaurantDetails{
    min-height: 20px;
    padding: 19px;
    background-color: rgba(255,255,255,0.9);
    border: 0px;
    border-radius: 0px;
    margin-bottom: 53px;
    min-height: 100px;
}
.locationFinder .input-group-addon {
    padding: 6px 12px 6px 0px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #22CE98;
}
.input-transparent .form-control.form-transparent {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e8ebeb;
}

.btn.btnConfirmOrder {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
 }
 .deliveryInfo .phoneNumber label,  .deliveryInfo .courtNumber {
    width: 100%;
} 
  
.form-control-b3 {
    color: #555;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgb(229, 229, 228);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: black;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
   
}
.b3eats.navbar-default .navbar-nav>li>a {
    color: white;
    padding: 7px 13px;
    font-size: 1.8rem;
}
nav.b3eats ul.nav li a i{
	line-height: 2.2rem;
}
.open>.dropdown-toggle.btn-default:focus{
    color: white;
    background-color: transparent;
    border-color: transparent;
}
ul.customerActions .btn-group .dropdown-toggle{
	color: white;
    background-color: transparent;
    border-color: transparent;
    padding: 0px 10px 0px 20px;
}
ul.customerActions .btn-group .dropdown-toggle:hover{
	color: white;
}
ul.customerActions .dropdown-menu {
    position: absolute;
    top: 180%;
    right: 0;
    left: inherit;
} 
ul.customerActions .dropdown-menu::after {
	border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    right: 15px;
    position: absolute;
    top: -8px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: transparent;
} 
ul.customerActions .btn-group.topLogin  button.dropdown-toggle{
	color: white !important;
	background:#22CE98 !important;
	border-radius: 10px;
	padding: 1px 20px !important;
}
ul.customerActions .btn-group.topLogin{
	display: inline-block;
	float:left;
}
ul.customerActions .btn-group.topLogin h2{
	font-size: 2rem;
	margin: 0px;
}
ul.customerActions .btn-group.topLogin  button.dropdown-toggle:hover {
	background: rgba(0,0,0,0.8);
	color: white !important;
}
ul.customerActions .topLogin .dropdown-menu {
	min-width: 250px;
	background: transparent;
}
ul.customerActions .topLogin .dropdown-menu .well{
	margin: 0px;
	background: white;
	border-radius: 0px;
}
ul.customerActions .btn-group.topLogin .btn-facebook{
	margin: 20px 0px;
}
.btn-facebook:focus{
	color: white;
}
ul.customerActions a.topCreateAccount {
    background: white;
    border: 1px solid transparent;
    margin-left: 5px;
    color: black !important;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    border-radius: 10px;
    padding: 5px 20px !important;
}
body:not(.web282) .btn-success{
	background: #5FB247!important;
    transition: 200ms all;
    border: 1px solid #5FB247!important;
}
.checkCheckout:hover{
	background: #43e0ae;
}
.btn-facebook{
	color: white;
	text-align: center;

	font-weight: 200;
	background: #4267B2;
	border-radius: 5px;
}
.btn-facebook:hover{
	color: white;
	background: #4B7DB7;
	
}
.formLogin{
	margin-top: 20px;
}
.loginOr{
	font-size: 1.3rem;
	font-weight: 200;
	text-align: center;
	margin:20px 0px 0px 0px;
	font-style: italic;
}
ul.customerActions a.topCreateAccount:hover {
	background: rgba(255,255,255,0.8);
	color: black !important;
}
.headerContainer {
	z-index: 1;
    margin-top: -115px;
}
.headerContainer {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    background: url('https://cdn.b3website.com/img/pattern-dark.svg');
    background-attachment: fixed;
    
}
hr{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
section.headerContainer ul.address li{
	padding:0px 10px;
}
section.headerContainer ul.socialIcons li{
	padding: 0px 10px;
}
section.headerContainer ul.socialIcons li a{
	color: black;
	font-size: 1.8rem;
}
section.headerContainer ul.socialIcons li:first-child {
	padding-left: 0px;
}
section.headerContainer ul.address li:first-child {
	padding-left: 0px;
}
section.headerContainer ul.address li:not(:last-child){
	border-right: 1px solid #979797;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.b3eatsNav.navbar-default{
	background: transparent;
	border-color: transparent;
}
.restaurant-header-logo-wrapper {
    height: 100px ;
    width: 100px;
    background: white;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
     margin-top: 10px;
}
.restaurantLogoCheckout{
	padding: 0px !important;
}
.restaurant-header-logo-wrapper .restaurant-header-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;
    
}
.BgGradient {
    background: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(219,219,219,0.3) 50%, rgba(209,209,209,0.29) 51%, rgba(254,254,254,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(50%, rgba(219,219,219,0.3)), color-stop(51%, rgba(209,209,209,0.29)), color-stop(100%, rgba(254,254,254,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(219,219,219,0.3) 50%, rgba(209,209,209,0.29) 51%, rgba(254,254,254,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(219,219,219,0.3) 50%, rgba(209,209,209,0.29) 51%, rgba(254,254,254,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(219,219,219,0.3) 50%, rgba(209,209,209,0.29) 51%, rgba(254,254,254,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(219,219,219,0.3) 50%, rgba(209,209,209,0.29) 51%, rgba(254,254,254,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fefefe', GradientType=0 );
}
.catList{
	overflow-y: scroll !important;
	max-height: 100vh !important;
	position: relative;
}
.catContainer ul.catList li{
	padding: 5px 0px;
	position: relative;
}
.catContainer ul.catList li a{
	color: #333333;
	font-weight: 300;	
	display: block;
}
#modalFood .modal-header h4.modal-title{
	padding: 10px 10px 10px 10px;
}
#modalFood .modal-header p{
	padding: 0px 10px 0px 10px;
}
/*
#modalFood .modal-header .ion-android-close:before{
	font-size: 2.5rem;
}
*/
#modalFood .modal-header .modalFoodImage{
	background-size: cover !important;
	width: 100%;
}
.catContainer ul.catList li a:hover{
	color: #626666;
	text-decoration: none;
}
.foodCatTitle{
	font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    display: table;
    white-space: nowrap;
    color: black;
    margin-bottom: 10px;
}
.foodCatOptions {
    color: #2e3333;
    font-size: 24px;
    font-weight: 500;
    padding: 0px 20px 0px 14px;
}
span.list-item-title{
	font-size: 15px;
	display: inline-flex;

}
span.list-item-description{
	display: block;
	color: #818484;
	font-size: 1.2rem;
	line-height: 1.9rem;
}	
.menuItems li{
	transition: 200ms all;
}
.item-price{
	position: absolute;
    right: 0px;
    top: 50%;
    padding-top: 10px;
    transform: translateY(-50%);
    color: #818484;
}
.item-content{
	width: 70% !important;
}
.menuItems li:hover{
	background: rgb(244, 244, 244);
}
ul.catList.fixed{
	position: fixed;
	top: 0px;
}
.cartList.fixed{
	position: fixed;
	top: 0px;	
}
.cartList.absolute{
	position: absolute !important;
}
.catList.absolute{
	position: absolute !important;
}
.b3eatsNav.navbar{
	margin-bottom: 0px !important;
}
.restThreeColumns{
	margin-bottom: 0px;
}
.restThreeColumns .pageContent .boxPromotionBoxInner {
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    background-color: #FFF35D;
    color: black;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.mainContent{
	background: rgb(243, 245, 245);
}

ul.menuItems li {
    margin: 0;
    list-style: none;
    cursor: pointer;
    border-top: none; 
    border-bottom: 1px solid #e8ebeb;
}
ul.menuItems{
	border-top: 1px solid #e8ebeb;
	padding-left: 0px !important;
    width: 100%;
}
ul.menuItems li .itemInner {
    display: block;
    position: relative;
    margin: 0px 20px 10px 20px;
    padding-top: 10px;
}
.jumpTo{
	text-decoration: none !important;
}
h2.no-span {
  display: table;
  white-space: nowrap;
}
.menuItems li:hover .item-add {
    display: block;
}
.item-add i{
	font-size: 16px;
}
.item-add {
    display: none;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 12px;
    top: calc(50% - 10px);
}
.foodCatTitle.fixed{
	position: fixed;
	top: 0px;
    border-bottom: 1px solid #ebebeb;
    background: rgba(255,255,255,.9);
    z-index: 5;
}
.separator{
	padding: 0px 10px;
    color: #eee;
}
.modifierItem{
	min-height: 25px;
	line-height: 17px;
	padding-right: 0px;
}
.b3Checkbox[type="radio"]{
	border-radius: 100% !important;
	opacity: 1 !important;
}
.b3Checkbox{
	width: 20px !important;
	outline: none !important;
    position: absolute;
    height: 20px !important;
    margin-top:0px !important;
    border-radius: 3px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    transition: 300ms all;
    animation-duration: 1s;
    border: 1px solid #c5c5c5 !important;
}
.modifierItem label{
	padding-left: 26px;
	font-weight: 400;
	cursor: pointer;
	margin-top: 2px;
	font-size: 13px;
	margin-right: 65px;
}
.b3Checkbox:checked{
	background: #22CE98;
    border-color: 1px solid #22CE98;
    box-shadow: inset 0px 0px 0px 4px #FFF, 0px 2px 0px rgba(0,0,0,0.05);
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    width: 20px;
    position: absolute;
    height: 20px;
}
.b3Checkbox[disabled], .b3Checkbox[disabled]:hover {
    border-color: #e8ebeb;
    background: #f3f5f5;
    box-shadow: none;
}

.modalLogin .modal-body{
	background: white;
	padding-bottom: 0px !important;
}
.modalItem .modal-content{
	border: none !important;
	box-shadow: none !important;
}
.modalItem .modal-header {
    padding: 0px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    color: #333333;
    text-align: left;
}
.modal-backdrop.in{
	opacity: 1 !important;
	z-index: 1036;
}
.modal-backdrop{
	background-color: rgba(56,61,61,0.9);
}
.modifierClass h3{
	border-bottom: 1px solid #cacccc;
	padding-bottom: 5px;
	transition: 300ms color;
	font-size: 1.7rem;
	min-height: 24px;
}
body:not(.web282) modal.fade .modal-dialog {
    transform: scale(0.1);
    opacity: 0;
    transform-origin: center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body:not(.web282) .modal.fade.in .modal-dialog {
    transform: scale(1);
    opacity: 1;
}	
.closeButton{
	position: absolute;
	right: -33px;
	top: 0px;
}
.closeButton button:hover{
	transform: scale(1.1) !important;
	transform-origin: center;
}
.closeButton button{
	position: relative;
	right: -1px;
	cursor: pointer;
	transition: 200ms all;
	border: none !important;
    border-radius: 0px;
    background: black !important;
    color: white !important;
}

.modalItem .modal-footer{
	background: #F8F8F9 !important;
}
.quantityBox{
	border: 0px;
    background: transparent;
}
.foodImageInModal{
    max-width: 300px;
    position: fixed;
    left: -240px;
}
.foodImageInModal.smallWidth{
    max-width: 240px;
    left: -190px;
}

.foodImageInModal.withoutModifiers{
	 max-width: 450px;;
	 transform: none !important;
}
.minusQuantity, .quantityCounter , .plusQuantity{
	float: left;
	height: 38px;
	padding-top: 10px; 
}
.minusQuantity,.plusQuantity{
	width: 30%;
	transition: 100ms background;
	text-align: center;
	cursor: pointer;
}
.minusQuantity:hover,.plusQuantity:hover{
	background: #F1F1F1;
}
.quantityCounter{
    width: 40%;
    text-align: center;
    color: #22CE98;
    font-weight: 900;
    font-size: 20px;
    padding-top: 6px !important;
    background: white;
}
.btnAddToBasket, .btnAddToBasket:active, .btnAddToBasket:focus, .addForCombo, .addForCombo:active, .addForCombo:focus{
	height: 42px;
	border-radius: 0px !important;
	color: white !important;
	border: none !important;
	font-size: 16px;
	transition: 700ms all;
	background-color: #22CE98 !important;
}
.btnAddToBasket:hover, .addForCombo:hover{
	background-color: #22CE98;
}
.modifierItem.soldOut label{
	text-decoration: line-through !important;
}
.instructionsQuantity {
    color: grey;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
}
.deliveryMethodBasket input.radioBasket{
	display:none;	
}
.deliveryMethodBasket label.labelBasket span{
	display: flex;
	display: -ms-flexbox;
}
.deliveryMethodBasket .divDelivery, .deliveryMethodBasket .divCollection{
    padding: 7px;
    text-align: center;
	background: transparent;
    border: 2px solid transparent;
}
.deliveryMethodBasket .selected, {
	 border: 2px solid black;
	 background: white;
}
.cartList .basketFooterButtons a.btnGoToCheckout{
	border-radius: 0px !important;
	background: black;
	color: white;
	border: 1px solid black;
}
.modal-body.withoutModifiers{
    padding-left: 15px !important;
    max-height: 100vh !important;
    min-height: 0px !important;
    padding: 0px;
}
.foodImageInModal.withoutModifiers{
	position: relative !important;
	left: initial !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 5px !important;
}
.btn.is-loading, .btn.is-loading:hover {
    border: 1px solid #d3dbe2;
    cursor: default;
    color: transparent !important;
    text-shadow: none;
}
.btn:not(.btn-disabled).is-loading, .btn:not(.btn-disabled).is-loading:hover {
    background: #fff url('data:image/gif;base64,R0lGODlhEAAQAPUAAC8vL3Z2dpSUlKWlpa2trbW1tb29vcbGxs7OztbW1t7e3ufn5%2B%2Fv7%2Ff39%2F%2F%2F%2F%2F%2F%2F%2Fz09PXNzc4uLizk5OX9%2Ffzo6On19fZiYmEFBQW9vbzw8PEBAQGtrazU1NWdnZ4GBgSUlJWRkZJCQkD4%2BPj8%2FPy4uLo2NjQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwH%2F%2FwAh%2BQQJBgAPACwAAAAAEAAQAAAEifDJ52QJdeq3QnoC4DSFsnFAAAIPMizaAheAEbrI0yyOEwSGRkCAKAwIO2PjoQikGktK4zAowCauzCTxkRgGYNNmajBQBWixhlEoEAyTBUIrUVwlUwFy8z0wKEYIUwkNDApBCUdLdhwDCUULjg8MCVokBQ4HBA9UfxsLBDCaIwRdGiMSCAYVDVoRACH5BAkGAAAALAAAAAAQABAAAAWRICACjjhE5agCS6QAEeQ0kLECTBTBECBBB9WCATgAYwnIrrFwOCQSRCMyQBgGEMaiMGiwTpKGF9BgcAsLVcKQGiUSI2sBfWscDIY7gUBfmQsENiIMCm0iCmkjDQgDBGMjVwdEDlxSBwllCgYNCY1eiF8JCGgDcAwJbQ1zDgcERQNEKwsEaa0zBHArMyJWJQ1tIQAh%2BQQJBgAAACwAAAAAEAAQAAAFkSAgAo5ICOWoAouwABTlMJSxAvQACNQ%2BHaoFA4CgJHiJSa%2BhcDgKg0RDYFAgCBNGMoszDAqNhsjRoEwmhRQLoRZRBCOEwXAYrlrzg4FAKLxWDAUFBDYiDE0rCn8iDQgDBGIqXnUkUAgNB1KHBg0Jj2KKLFEIflE4CWoNgg4HBAAHA3ZBBC%2BtZAQJN2QiciUNaiEAIfkECQYAAAAsAAAAABAAEAAABZMgIAKOaAzlqAJMsQCD5TQWsgINUcAWXNmjBQOgGCQIF0XlglM4HIWBomE4LBIGC%2BNQqTRYp0IjNbN0DSnAApEWXQYjhKE6XC0slwvBQNC9VkpdFSMMTit7Kg0IAwRfKicHQ1ADCA0HCQ2FBg0JjF8KLwtGCC5GLAlpDQUFDgcEAAcDdSoLBC%2BuMwQJNzMiciVjIyEAIfkECQYAAAAsAAAAABAAEAAABZEgIAKOiBjlqAJMwQAH4TRDsgINYcADUGQK1eKlGCgOg0WmgFM4HAVjw4BgKBASBiKTabAMg0IjNZNgMogUYJFeEZgmg%2BHwWi0kXImB8F7cFBkYZyNWaiIFByoNCAMEXiMOggMvUAMIDQcJDQwJGXeCXgp%2BCzUIBaQ7CQNqDQUFDjE8dUIEfjEzBDYrM3ElYyMhACH5BAkGAAAALAAAAAAQABAAAAWSICACjogY5agCTMEAB%2BE0hbICDWHABIAMC9XipRgoYowBArdwOArGhgHBWCgIjMSF0mAZBoVGakagXBJCRGp0OIxOhsNrxdiaDQRCIbhaUP4UIwwKayIFbiMNPwRdIw4UGhQ2T0oNBwkNCwQaCwMaGl0KQZ0JCBcFGgUACQVrNK0xAJ98QgRBMQ4LqTczJigsayEAIfkECQYAAAAsAAAAABAAEAAABZIgIAKOiBjlqAJMwQAH4TSFsgINYcAEgAwL1eKlGChijAECt3A4CsaGAcFYKAiNBbTBMgwKjdTsMCDYRgtEanRYmgyGw2vFIAy%2BBgKhEKQPJBIDIwwKayJtKg0%2FWCoOEhsSQU9KDWQKCQUcWhwcXApBC2WcBxuCR2s0BQ4cGwCsCTcLBEEbGw4LGzsrMyKcJWEjIQAh%2BQQJBgAAACwAAAAAEAAQAAAFkyAgAo6IGOWoAkzBAAfhNIWyAg1hwASADAvV4qUYKGKMAQK3cDgKxoYBwVgoCI0FtMEyDAqN1OzwDY4WiNQokRidDIfXqnEwwA0EQsGsYuR1IwwJaiZtIw0%2FHlwjDgMfAy9PXwoeQEcfDAcfH1wKQQYdBR8eCB49aGoMHR8OHh0AozYrBx02rg4MHgc3MyKjJWEjIQAh%2BQQJBgAAACwAAAAAEAAQAAAGmUCAEOAQIgzFoRLAKDAAB4KjUVAsAQ2CAUoAIAYL5eKpGCiijAECu3A4CuaGAcFYKAiNBbzBNAwKDUlTB39hQwsISUMJCUNHBgdPSw0HBpAGBAQDjUtNBVqOA4pCCoZCDCEgIHxKfpFEqiILIbILCSIMCQN4AFVQIAQiIQkhB0wJiqghDsIAwaaLIFvCDgwia0tTQgMiRYFDQQAh%2BQQJBgAAACwAAAAAEAAQAAAGmECAEOAQIgzFoRLAKDAAB4KjUVAsAQ2CAUoAIAYL5eKpGCiijAECu3A4CuaGAcFYKAiNBbzBNAwKDUlTB39hQwciSUMJCUMZIyMZa0sNBwYGiBmaB1dNBVqLBYpCCoZCDCKQfEp%2BB08OjyILIgQMDAkGDQkDeFCcCSOfImWNt4oNmg4DIgB%2BT0sLkgDLDgwEjUtTQn5FgUNBACH5BAkGAAAALAAAAAAQABAAAAaVQIAQ4BAiDMWhEsAoMAAHgqNRUCwBDYIBSgAgBgvlwfpVRBkDBHbhcERIA0bkwFgoCI1FYdAALEQkJAx9RA0HAwVhQwciSUMJCUMiEZSRS4YGBgdvgQdXTQVaQwpISwqKQg0DJBGEQwYDdERvcVoMDKQNCQN4XmoKcwaJA5EMCY4NIo0GXYdPS3%2BRzFMElkpTRqUNjkEAIfkECQYAAAAsAAAAABAAEAAABptAgBDgECIMxaESoCghAAeCo1FQLAGMUglKACAGC2XCeigRzozBs7FwODLmRiaTWCgI7MKgAUjAMw18RA0HAwVhQwcmSUMJCUMDJpJWS4QGBopzdFcMBQUEBkMLCIxCCohCDQaSgkMGAwcMRAMZBQwHCQ0MCgYNCQN4Xo8LAwkIh8VYCYxUBQ5RUAOySwsEYVFTBI9LU0ZIAA2MQQA7') 50% 50% no-repeat !important;
}
.requiredWarning h3,.requiredWarning .instructionsQuantity{
	color: #F2395D;
}
.basketList, .basketFooter{
	padding: 0px 0px;
}
.basketList li, .basketFooter li{
	list-style: none;
	position: relative;
}
.cartItemTitle{
	margin-left: 5px;
}
.basketList{
	padding-top: 19px;
	padding-bottom: 12px;
	position: relative;
}
.quantityController .plusItem, .minusItem{
	text-decoration: none !important;

}
.quantityController .plusItem i, .minusItem i{
	line-height: 0px;	
}
.basketList li + li{
	margin-top: 5px;
}
.quantityController .minusItem i, .quantityController .plusItem i{
    color: #31708f;
    margin-top: 2px;
    border: 2px solid #31708f;
    width: 16px !important;
    height: 16px !important;
    line-height: 20px !important;
    border-radius: 100% !important;
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.basketFooter{
	padding-left: 0px;
    padding-top: 5px;
    padding-right: 1px;
    padding-bottom: 5px;
    font-weight: bold;
}
.basketItem .quantity{
	position: absolute;
	left: 4px;
	font-weight: 100;
	font-size: 0.8rem;
}
.cartList{
	position: relative;
}
.cartList.overflow{
	overflow-y: visible !important;
	overflow-x: visible !important;
}
.basketList{
	max-height: calc(100vh - 320px);
    overflow-y: scroll;	
    min-height: 60px;
}
.cartList .price, .contentCart .price{
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    flex: 1;
}
.contentCart .price{
	right: 0px !important;
}
.checkoutContainer {
    
}
.basketTotal{
	margin-top: 5px;
	font-size: 21px;
}
.driverTip, .deliveryFee{
	font-size: 13px;
	margin-top: 4px;
}
.primaryContent h2{
	font-weight: 600;
	margin:0px;
	font-size: 1.8rem;
}
.secondaryContent {
    background: #FFFFFF;
}
.secondaryContent .foot{
	padding: 10px 10px;
}
.secondaryContent .coverPhoto .BgGradient{
	padding: 10px;
	color: white;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}
.secondaryContent .coverPhoto h2{
	color: white;
	font-size: 18px;
}
.secondaryContent .coverPhoto .orderTime .title{
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: 300;
}
.secondaryContent .coverPhoto .orderTime .timeValue{
	font-size: 1.5rem;
	font-weight: 300;
}
.secondaryContent .coverPhoto .orderTime .time{
	margin: 5px 0px;
	font-size: 3.5rem;
	font-weight: 600;
}
.secondaryContent p.note{
	font-size: 1.1rem;
}
.btn{
	font-weight: 600;
}
.btn.btn-success.btn-outline{
	background: white !important;
    color: #22CE98;
    font-weight: 600;
}
.checkoutContainer .secondaryContent .basketList {
    padding: 20px;
}

.estimateDelivery{
    display: block;
    border-radius: 2px;
    background: #383d3d;
    margin: 0 0 10px 0;
    color: #FFF;
    overflow: hidden;
}
.deliverytime-title {

    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    text-transform: capitalize;
    text-align: center;
    padding: 4px;
}
.estimation-time{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	text-transform: capitalize;
	text-align: center;
	padding: 0px;	
} 
.counter-control-vertical{
    display: none;
    float: left;
    width: 35px;
    margin-top: -15px;
    margin-bottom: -31px;
    margin-left: -28px;
}
.counter-control-horizontal{
    float: none;
    width: 70px;
}
.counter-control-vertical .control:hover {
    background: #abadad;
}
.counter-control-vertical .controls:before {
    display: block;
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    z-index: 2;
}
.counter-control-vertical .controls:after {
    display: block;
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #969999;
}
.basketItem:hover .counter-control-vertical {
    display: block !important;
}
.counter-control-vertical .controls, .counter-control-horizontal .controls{
    display: block;
    height: 44px;
    width: 23px;
    padding: 2px;
    position: absolute;
    background: #FFF;
    z-index: 200;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.counter-control-horizontal .controlsFood{
	position: absolute !important;
	right: 25px; 
	top: 0px;
}
.controlsFood a{
    width: 15px;
    height: 15px;
    padding: 2px;
    position: relative;
    background: #FFF;
    z-index: 200;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 15px;
    color: #000;
    border-radius: 2px;
}
.controlsFood a i{
	line-height: 0px !important;
	font-size: 11px;
	position: relative;
	top: -1px;
}
.counter-control-vertical .control{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 20px;
    line-height: 20px;
    color: #000;
    border-radius: 2px;
}
.basket .postcodeAndTime .well{
	background: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 0px;
}

.basket .postcodeAndTime .well .input-group {
	width: 90%;	
}
.basket .postcodeAndTime .well .form-group{
	margin-bottom: 3px;
	position: relative;
}

.basket .postcodeAndTime .well .input-group-addon {
	width: 50px;	
}
select.form-control {
    box-shadow: none;
}
.modal .well{
	background: white;
	border-radius: 0px;
	border: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.modal .well .foot{
	padding: 20px 32px;
    background-color: #F8F8F9;
    border-top: 1px solid #D6D6D5;
   margin: 10px -30px 0px -30px;
}
.modal .well h2{
	margin:0px;
	margin-bottom: 20px;
}
.modal .well.register{
	margin-bottom: 0px;
	padding-bottom:0px;
}
.progressBarItemComplete_1X2cRh {
    color: #57AD57;
    background-color: #57AD57;
}
.progress-nav__item {
    float: left;
    color: #C6C6C6;
    position: relative;
    border: 1px solid;
    height: 9px;
    width: 9px;
    border-radius: 4.5px;
    margin-right: 25px;
}

.progress-nav {
    margin-left: 0px !important;
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 20px;
}
.progress-nav__item--active:after {
    background: #C6C6C6;
}
.progress-nav__item--complete {
    color: #57AD57;
    background-color: #57AD57;
}
.progress-nav__item--complete:after{
	background:#57AD57 !important;
}
.progress-nav__item:after, .progress-nav__item--complete:after {
    content: "";
    transition: 300ms all;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 3px;
    left: 8px;
}
.progressBarItemActive_1X2cRh {
    color: #57AD57;
}
.primaryContent .checkoutInfo.well{
	border-radius: 0px;
	border:0px;
	padding: 15px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
}
.checkoutInfo.well.takeaway .paymentDetails{
	border: none !important;
}
.primaryContent .checkoutInfo.well:hover{
	background: rgba(255,255,255,1);
}

.primaryContent  .form-control {
    color: #555;
    border: 1px solid #969999;
    font-size: 1.2rem;
}
.primaryContent .form-group > label{
	text-transform: capitalize;
    font-size: 1.2rem;
    color: #818484;
    width: 100%;
}

.primaryContent select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    font-size: 1.2rem;
}
.primaryContent .signInRegister.well{
	background:white;
	border-radius: 0px;
}
.primaryContent .paymentDetails{
	border-top: 1px solid #f4f4f4;
	padding: 15px 0px 0px 0px;
}
.primaryContent .securePayment{
	border-top: 1px solid #22CE98;
	border-bottom: 1px solid #22CE98;
	text-align: center;
	padding: 10px 5px;
	font-size: 11px;
	color: #818484;
}
.primaryContent .securePayment i{
	color: #22CE98;
}
.primaryContent .defaultPayment .item{
	padding: 0px 5px;
} 
.checkout  .primaryContent div.radio input {
    position: relative;
    top: 5px;
    opacity: 1 !important; 
    border: 1px solid #818484 !important;
}
.checkout .primaryContent div.radio i {
	position: relative;
    left: -4px;
    font-size: 16px;
}
.checkout .primaryContent div.radio img {
    position: relative;
    top: -2px;
    left: -4px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    font-size: 1.2rem;
    color: #818484;
	border-radius: 0px;
	border: 1px solid #969999;
	font-weight: 400;
	font-weight: 300;
}
body:not(.web282) .checkoutInfo h2{
	font-weight: 500;
	font-size: 1.4rem;
	color: #818484;
	margin-bottom: 5px;
}
.postCodeIsOkay{
	display: none;
	color: rgb(152, 187, 87) !important;
	position: absolute;
	right: -11px;
	z-index: 99;
	top: -7px;
	font-size: 49px;
	line-height: 0px;
}
.loading__indicator{
	z-index: 99;
}
.minimumAmount{
	color: #f23939;
	top: -3px;
	font-size: 13px;
	margin-bottom: 2px;
}
.dropdown-menu>li>a{
	border-radius: 4px;
}
.restaurantLogoCheckout img{
	margin: 0 auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    float: none !important;
    display: block;
}
.restaurantLogoCheckout{
	float: none !important;
	display: inline-block;
	margin-bottom: 10px;
}
.toast{
	opacity: 1 !important;
}
.mapContainer{
	min-height: 1170px !important;
	height: 100vh;
	position: relative;
	width: 100%;
}
.pinFixed{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-100%) !important;
    width: 60px;
}
.absoluteLatLong{
	position: absolute !important;
    right: 49px;
    bottom: 35px;
    width: 400px;
    height: 30px;
    z-index: 99;
    background: rgba(255,255,255,0.7);
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
}
.btnForCopy{
	position: absolute;
	right: 0px;
	padding: 4px 10px;
	border-radius: 6px;
}
.dg-attribution.leaflet-control{
	display: none !important;
}
i.deleteItemFromCart{
    color: rgb(228, 81, 83);
    position: absolute;
    right: 1px;
    top: -5px;
    height: 100%;
    width: 30px;
    text-align: right;
    cursor: pointer;
}
.deleteItemFromCart{
	opacity: 0;
}
li.basketItem:hover .deleteItemFromCart{
	opacity: 1;
}
.loadingPostCode.isLoading{
	opacity: 1;
}
.loadingPostCode{
	float: right !important;
	opacity: 0;
    position: relative;
    top: 15px;
}
.btn.btn-success.btn-outline:hover{
	background: #22CE98 !important;
	color: white !important;
}
.contentCart .basketList{
	max-height: calc(1170px - 320px);
}

.basket.delivery.noRestaurantToSendOrder .basketList{
	max-height: calc(100vh - 450px) !important;
}

.tooltip.top .tooltip-arrow{
	border-top-color: rgb(228, 81, 83);	
}
.tooltip-inner{
	background-color: rgb(228, 81, 83);
}
.addNewDelivery .dropdown-menu{
	z-index: 1072 !important;
	width: 100%;
}
.addressList li{
	font-size: 14px;
}
.tooltip.right{
	min-width: 200px;
}
.tooltip.right .tooltip-arrow{
	border-right-color:rgb(228, 81, 83);
}
.deliveryOrTakeaway{
	margin-bottom: 10px;
}
.deliveryOrTakeaway .box{
	text-align: center;
	padding: 10px;
	background: #f2f2f2;
	border: 2px solid #f2f2f2;
}
.deliveryOrTakeaway .box.selected{
	background: white;
	border-color:black;
}
.changeTimeLink {
    color: #000000;
    text-decoration: underline;
    font-size: 1.3rem;
}

.loadingOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.4);
    z-index: 99;
}
/* change font size to change size */

.loader {
    font-size: 20px;
    position: relative;
    height: 1em;
    margin: 0px auto;
    top: calc(50% - 10px);
    left: calc(50%);
}
.loader span{
    font-size: 2rem;
    width: 70px;
    color: white;
    text-align: center;
    display: inline-block;
}
.dot {
  width: 14px;
  height: 14px;
  border-radius: 0.5em;
  background: white;;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.dot1, .dot2 {
  left: 0;
}

.dot3 { left: 1.5em; }

.dot4 { left: 3em; }

@keyframes reveal {
	from { transform: scale(0.001); }
	to { transform: scale(1); }
}

@keyframes slide {
	to { transform: translateX(1.5em) }
}


.dot1 {
  animation-name: reveal;
} 

.dot2, .dot3 {
  animation-name: slide;
}

.dot4 {
  animation-name: reveal;
  animation-direction: reverse; /* thx @HugoGiraudel */
}
.secondaryContent .basketItem .quantity{
	left: 0px !important;
}
.secondaryContent .basketItem{
	padding-left: 17px !important;
}


.basket .deliveryOrTakeaway .changeMethod{
	cursor: pointer;
	overflow-x: hidden;
	min-height: 65px;
}
.changeMethod .label.label-info{
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    padding: 4px;
}
.cartMain .alert-danger{
	margin-bottom:2px !important;
}
.alert-danger {
    color: white;
    background-color: #f23939;
    border-color: #ebccd1;
    border-radius: 0px;
}
.restThreeColumns .pageContent .boxFoodCollection {
    min-height: 100vh !important;
}
.postCodeAlert{
	background-color: #FFF35D !important;
	color: black;
	font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
}
.popover.left>.arrow:after{
	border-left-color: #FFF35D !important;
}
.popover[class*="tour-"]{
	z-index: 97 !important;
}
.basketList li.basketItem .cartItemModifiers {
    display: table;
    width: 90%;
    color: #7C7C7C;
    font-weight: 400;
}
.primaryContent .selectDelivery {
    max-height: calc(100vh - 400px);
    overflow: scroll;
}
.primaryContent .selectDelivery label span{
	padding: 0px 0px 0px 30px;
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
}
.primaryContent  .selectDelivery .flex{
	border-bottom: 1px solid #cacccc;
    cursor: pointer;
    position: relative;
    padding: 10px 5px;
}
.bootstrap-select .btn{
	height: 32px !important;
}
.addressList button{
	border: 1px solid #969999 !important;
}
.popover {
    z-index: 999 !important;
}
.b3eats a.social{
	width: 32px;
    height: 32px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    padding: 6px !important;
}
.b3eats a.social:hover{
	background: white !important;
	
    
}
.b3eats a.facebook:hover i{color: #3b5999}
.b3eats a.instagram:hover i{color:#e4405f}
.b3eats a.twitter:hover i{color:#55acee}
.b3eats a.linkedin:hover i{color:#55acee}
.b3eats a.google-plus:hover i{color:#dd4b39}

.b3eats.navbar-default .navbar-brand:hover {
    color: white;
    background-color: white !important;
}
.modal {
    z-index: 99999;
}
.no-ui{
	border: none !important;
	text-align: center;
	overflow: visible;
	width: 17px;
	margin: 0px;
	padding: 0px;
}
.b3Checkbox:checked + label + .counterModifier{
	display: block !important;
}
.counterModifier input{
    position: absolute;
    right: 5px;
    top: 1px;
}
.counterModifier .controlsFood{
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	width: 36px;
}
.counterModifier .controlsFood a{
	box-shadow: none;
	border-radius: 0px;
	height: 17px;
	width: 17px;
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: relative;
	line-height: 17px;
	float: left;
}
.counterModifier .controlsFood a:hover{
	background: #b7b7b7;
}
.counterModifier .controlsFood a:first-child{
	border-right: 1px solid #b7b7b7;
}
.otherModifiers{
	display: none;
}
li a.social{
	top: -5px;
}
.alert-closed{
    background: #ff004d !important;
    color: white !important;
    border: none !important;
    font-weight: 600;
    font-size: 11px;
}
.dietaryDetails .dietaryItemImg, .itemDietaryDetails .dietaryItem {
    margin: 0px 5px;
}
.b3eats.header.headerWhite{
	padding: 5px 0px;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #d0b47b;
    -webkit-box-shadow: 6px 17px 62px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 17px 62px -22px rgba(0,0,0,0.75);
    box-shadow: 6px 17px 62px -22px rgba(0,0,0,0.75);
    position: relative;
    z-index: 1000;
}

.b3eats.header.headerWhite ul.customerActions .btn-group.topLogin  button.dropdown-toggle{
	padding: 5px 30px !important;
}
@media (min-width: 768px){
	ul.dropdown-menu li{
		width: 100%;
	}
	.b3eats.header.headerWhite.topNavigation a:not(.btn){
		color: black;
	}
	.b3eats.header.headerWhite.topNavigation .b3TopNav li.social{
		padding: 5px;
	}
	.b3eats.header.headerWhite.topNavigation #navbar .navbar-left{
		float: right !important;
	}
	.b3eats.header.headerWhite.topNavigation #navbar .navbar-left li a{
		padding: 0px 0px 0px 30px;
	}
	.b3eats.header.headerWhite .restaurant-header-logo-wrapper .restaurant-header-logo{
		border-radius: 0px;
		width: auto;
	}
	.b3eats.header.headerWhite .restaurant-header-logo-wrapper{
		height: auto;
	}
	.b3eats.header.headerWhite{
		min-height: 80px;
	}
	.b3eats.header.headerWhite .navbar-default.b3eatsNav ul.navbar-nav > li > a {
    	font-size: 1.6rem;
		color: black;
	}
	.b3eats.header.headerWhite .navbar-default.b3eatsNav ul.navbar-left li {
	    margin-top: 20px;
	}
	.b3eats.header.headerWhite  ul.customerActions {
    	margin-top: 5px;
	}
	.catContainer{
		padding-left:0px !important;
	}
	.b3TopNav .flex .item{
		flex: 1;
	}
	.b3eats.headerWhite .b3TopNav{
		padding: 0px;
	}
	.restThreeColumns .pageContent .menuSelection{
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #e8ebeb;
	}
	.restThreeColumns .pageContent .menuSelection .form-control{
		border: 1px solid rgb(229, 229, 228);
	}
}
.b3eats.header.headerWhite .b3eats a.social {
    padding: 10px 6px !important;
    color: black;
}	
.b3eats.header.headerWhite .navbar-default.b3eatsNav .navbar-nav>.active>a{
	color: black;
}
.b3eats.header.headerWhite .restaurant-header-logo-wrapper .restaurant-header-logo {
    height: 65px;
    margin-top: 5px;
}
.b3eats.header.headerWhite .restaurant-header-logo-wrapper {
    background: transparent;
}
.b3eats.header.headerWhite .restaurant-header-logo-wrapper{
	margin-top: 0px;	
}
.b3eats.header.headerWhite  ul.customerActions .btn-group .dropdown-toggle {
	color: black;	
}
.b3eats.header.headerWhite .b3eats.navbar-default .navbar-nav>li>a {
    color: black;
}
section.headerContainer.headerWhite{
	margin-top: 0px;
}
section.headerContainer.headerWhite .BgGradient{
	background: transparent;
}
.navbar-collapse .dropdown-menu img{
	height: 16px;
}
.b3eatsNav{
	border: none;
}
.b3eatsNav #navbar{	
	position: absolute;
	width: 100%;
	z-index: 99;
}
.dontAcceptOrder{
	margin-bottom: 2px !important;
}
.btnCheckout .alert-warning{
	padding: 7px;
	margin-bottom: 5px;
}
.itemInner .loadingSpin{
	top: calc(50% - 15px);
}
.headerContainer video#bgvid { 
    position: absolute;
    top: 60%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
    margin-top: -50px;   
}
.headerContainer.headerWhite video#bgvid{
	 margin-top: 0px;     
}
.videoContainer{
	position: relative !important;
	overflow: hidden !important;
}
.videoCover .container{
	position: relative;
	z-index: 999;
}
section.headerContainer .BgGradient{
	overflow: hidden !important;
    z-index: 998;
    position: relative;
}
.confirmOrder .price{
	position: absolute;
    right: 15px;
    top: 0px;
}
header.b3eats{
	position: relative;
	z-index: 999;
}
.confirmOrderTitle{
	font-size: 27px;
}
.subproduct{
	transition: 300ms all;
	cursor: pointer;
}
.modalItem .loadingSpin{
	top: calc(50% - 15px);
}
.modifierClass{
	clear: both;
}
#card-errors{
	background: rgba(250, 117, 90, 1.000);
    border-radius: 6px;
    padding: 8px;
    color: white;
    margin-top: 10px;
}

#card-errors.visible{
	background: rgba(250, 117, 90, 1.000);
    border-radius: 6px;
    padding: 8px;
    color: white;
    margin-top: 10px;
}

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.addCardButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
  background-color: #43458b;
} 
.cardSelector .dropdown-menu {
    width: 100%;
    max-height: 300px;
    border-radius: 6px !important;
    overflow: scroll !important;
}
.defaultCardLabel{
	right: 40px !important;
	padding-top: 3px;
	margin-top: -1px;
}
.cardSelector .dropdown .card .card-type-logo {
    width: 30px;
    position: relative;
    top: 4px;
    height: auto !important;
    display: inline-block;
    margin-right: 1pc;
}
.cardSelector li.card:hover a{
	background: rgba(230, 230, 230, 1.000) !important;
}
.cardSelector .card{
	color: #333 !important;
}
.cardSelector .dropdown .fa.fa-chevron-down{
	top: calc(50% - 17px) !important;
}
.dropdownCards{
	border-radius: 2px !important;
}
.btn-success:hover {
   /* transform: translateY(-1px); */
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
}
.cardSelector .dropdown .dropdown-menu .card a[role=menuitem]{
	border-radius: 0px !important;
}

ul.menuTabs {
    position: relative;
    margin: 0 auto;
    z-index: 998;
    left: 0px;
    width: calc(100vw /2);
	position: absolute;
    top: -71px;
    padding: 0;
    list-style: none;
}
ul.menuTabs li:not(:last-child){
	border-right: none !important;
}
ul.menuTabs li.active a:after{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
ul.menuTabs li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
ul.menuTabs li {
	float: left;
	padding: 0px !important;
	border: 2px solid rgba(243, 245, 245, 1.000);
}
ul.menuTabs a {
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
	background: rgba(255,255,255,0.99);
    padding: 6px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}
ul.menuTabs a{
    color: rgba(36, 206, 152, 1.000) !important;
     font-weight: bold !important;
}
ul.menuTabs li a:hover, ul.menuTabs li.active a{
    color: #74777b !important;
    font-weight: bold;
}
.catList.fixed ul.menuTabs{
	width: 100% !important;
	top: 0px !important;
	overflow-x: scroll !important;
	overflow-y: hidden !important;
	display: inline-flex !important;
}
.thumb .catList.fixed .menuTabs + .menuCategories{
	padding-top: 42px !important;
    height: 72px !important;
}
.catContainer .catList.fixed .menuTabs + .menuCategories {
    margin-top: 40px;
}
.topMenu .catContainer .catList.fixed .menuTabs + .menuCategories{
	margin-top: 0px !important;
}
.ajaxLoadingMenu{
	transition: 500ms all;
	transform-origin: top;
}
.ajaxLoadingMenu-old.refreshing{

	pointer-events: none !important;
	transform: scale(0.99);
	overflow-x: hidden !important;
}
.ajaxLoadingMenu-old.refreshing .boxFoodCollection{
	opacity: 0.3;	
}
.ajaxLoadingMenu-old.refreshing:after {
	height: 4px;
	content: "";
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}
.ajaxLoadingMenu-old.refreshing:before{
	display: block;
	position: absolute;
	z-index: 9;
	content: "";
	left: -200px;
	top: 0px;
	width: 200px;
	height: 4px;
	background-color: #2980b9;
	animation: loadingLine 2s linear infinite;
}

@keyframes loadingLine {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.copyrightsAjax{
	position: relative;
	z-index: 1038 !important;
}
.btnCheckout .btn-success{
	padding: 9px;
	position: relative;
}
.modal-dialog.changeMethodPopup{
	max-width: 500px;
}
.businessBadge{
    background: rgba(25, 118, 210, 1.000);
    color: white;
    padding: 6px;
    border-radius: 4px;	
}

.selectMethodInTab{
	padding: 8px;
	cursor: pointer;
	text-align: center;
	border: 1px solid ;
}
.selectMethodInTab:not(.active){
    border-color: rgba(204, 204, 204, 1.000);
    margin-left: -1px;
}
.selectMethodInTab.active{
	border-color: #2b8282;
    color: #fff;
    background-color: #2b8282;
}
.selectMethodInTab:first-child{
	border-radius: 4px 0px 0px 4px;
}
.selectMethodInTab:nth-child(2){
	border-radius: 0px 4px 4px 0px;
}
.orderSettingsTitle{
    margin: 0px;
    margin-bottom: 5px;
}
.changeMethodPopup.well{
	padding: 15px !important;
}
.changeMethodPopup .modal-body{
	padding: 5px;
}
.methodSelectForm input, .methodSelectForm select{
	border: 2px solid;
	border-radius: 3px !important;
	border-color: #cacaca;
}
.methoddelivery .previousAddress, .greenAddressBox{
    border: 2px solid #2b8282;
    padding: 10px;
    cursor: pointer;
    margin: 3px 0px;
}
.changeSettingsDiv{
	display: inline-flex;
    text-align: right !important;
    align-items: center !important;
    justify-content: flex-end;
}
.methoddelivery .previousAddress:hover, .greenAddressBox:hover, .methoddelivery .previousAddress:hover{
	background: rgb(243, 245, 245);
	color: black;
}
.changeTakeAwayRestaurant.selected, .methoddelivery .previousAddress.selected{
	background: #2b8282;
	color: white;	
}
.orEnterNew:before{
	height: 1px;
	width: 100%;
	left: 0px;
	top: 11px;
	content: "";
	position: absolute;
	border-top: 1px solid grey;
}
.orEnterNew{
	position: relative;
	text-align: center;
}
.orEnterNew span{
    background: white;
    position: relative;
    padding: 0px 13px;
}
.footersAjax{
    z-index: 100;
    position: relative;	
}
.schedule__table {
    display: table;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center !important;
}
.schedule__tr:last-of-type .schedule__td {
    border-bottom: none;
} 
.schedule__td {
    padding: 10px 0 8px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
}
.schedule__tableTime {
    display: block;
    overflow: hidden;
    margin: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.schedule__th._active {
    position: relative;
    z-index: 1;
    font-weight: 600;
    border-bottom-color: #8cd232;
    border-radius: 2px 2px 0 0;
    background-color: #c8e1aa;
    color: black;
}
.schedule__th {
    position: relative;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #8cd232;
    vertical-align: bottom;
    font: 12px/1 Helvetica,Arial,sans-serif;
}

.schedule__tr:last-child .schedule__td._active {
    border-radius: 0 0 2px 2px;
}
.schedule__tr:last-of-type .schedule__td {
    border-bottom: none;
}
.schedule__td._active {
    position: relative;
    border-bottom-color: #c8e1aa;
    font-weight: 600;
    background-color: #c8e1aa;
}
.greenAddressBox `a{
	color: #22CE98;
}
.greenAddressBox.selected .tel a{
	color: white;
}
.schedule__td._active .schedule__tableTime{
	color: black;
}
address {
    font-size: 1.5rem;
}
section.slideshow h2{
	color: white;
	font-size: 5rem;
	text-shadow: 4px 4px 2px rgba(119, 33, 0, 1);
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.schedule__table{
	/* display: none; */
}
.changeTakeAwayRestaurant.selected .schedule__table{
	display: table;
}
.methoddelivery .addressesList{
	max-height: calc(100vh - 300px);
    overflow: scroll;
}
.menuItems li.added{
	border-left: 4px solid rgba(36, 206, 152, 1.000) !important;
	border-left-width: 3px !important;
    border-left-color: rgba(36, 206, 152, 1.000) !important;
}
.totalItemsInBasket{
    background: rgba(0,0,0,.5);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    right: 10px;	
}
footer.b3Footer .callToActionBtn {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
footer.b3Footer ul.listPlaces {
    display: inline-flex;
    list-style: none;
}
footer.b3Footer ul.listPlaces li{
    padding: 0px 10px;
}
footer.b3Footer ul.listPlaces li:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}
footer.b3Footer ul.listPlaces {
    display: flex;
    list-style: none;
        padding: 0px;
}
footer.b3Footer ul.listPlaces li{
	flex: 1;
}
footer.b3Footer .footerLinks li {
    margin-bottom: 5px;
    float: left;
    padding: 0px 10px;
}
footer.b3Footer .listPlaces a .title {
    color: black;
}
footer.b3Footer .listPlaces .title {
    font-weight: bold;
}
footer.b3Footer ul.footerLinks a {
    color: #333333;
    font-weight: bold;
}
footer.b3Footer{
	border-top: 4px solid #333333;
}
footer.b3Footer .copy {
    background: #ffffff;
}
footer.b3Footer .footerSocial a{
	color:white;
	font-size: 2rem;
	margin-top:5px;
}
footer.b3Footer .footerSocial a i{
	margin-top:4px;
}
footer.b3Footer .footerSocial a {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
	border: 2px solid black;
    position: relative;
    background: black;
    padding: 4px;
}
footer.b3Footer .footerSocial a:hover{
	color:black;
}
footer.b3Footer .footerSocial a:hover{
	background:white;
}
footer.b3Footer .poweredDiv{
	border-top: 1px solid #333333;
} 
.footerSocial a.facebook:hover{background: #3b5999}
.footerSocial a.tripadvisor:hover{background:#09b83e}
.footerSocial a.instagram:hover{background:#e4405f}
.footerSocial a.twitter:hover{background:#55acee}
.footerSocial a.google-plus:hover{background:#dd4b39}


.placesList .searchForPlace{
	align-self: stretch;
    display: flex;
}
.placesListing .singlePlace{
	align-self: stretch;
    display: flex;
}
.placesListing .singlePlace .well{
	flex: 1;
}
.placesList .searchForPlace .well{
	flex: 1;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.has-success .form-control {
    border-bottom: 1px solid rgb(229, 229, 228);
}
.has-success .form-control:focus {
    border-color: rgb(229, 229, 228);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menuApp .menuFoodTitle {
    width: 80% !important;
    float: left;
    font-size: 1.5rem;
}
.menuApp .pChilds ul{
	font-size: 1.2rem;
	padding: 5px 0px;
}
.menuApp .pChilds ul li{
	margin-bottom: .5rem;
    padding-left: .875rem;
    border-left: 2px solid rgba(0,0,0,.08);
    line-height: 1rem;
}
.menuApp .pChilds ul li .subProductDesc{
	font-weight: 200;
	padding: 0px 20px;
} 
@media (min-width: 1200px){
	.menuApp .foodDiv {
	    width: 33.3%;
	    margin-bottom: 10px;
	}
	.menuCategoryFoodList > .row{
		display: flex;
	    display: -ms-flexbox;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    list-style-type: none;
	}
	.menuCategoryFoodList > .row:after {
	    content: "";
	    flex: auto;
	}
}
.menuApp .categoryFoods h2{
	font-weight: bold;
}
.menuApp .menuCategoryFoodList {
    border-bottom: 1px solid #979797;
    padding: 20px 0px;
}
.menuApp .menuFoodDescription, .menuApp .menuFoodDescription p {
    font-size: 12px !important;
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 300;
}
.searchForPlace .schedule__table {
    display: inline-table;
}
.searchForPlace .title{
	font-weight: bold;
	font-size: 1.7rem;
	font-weight: 400;
}
.searchForPlace .desc{
	margin-bottom: 20px;
}
.searchForPlace .desc span.filter:not(:last-child):after {
    content: ", ";
}
.bg.cover{
	background-size: cover !important;
}
bg.contain{
	background-size: contain !important;
}
bg.center{
	background-position: center center !important;
}
bg.top{
	background-position: center top !important;
}
bg.bottom{
	background-position: center bottom !important;
}
.dropdown-language a{
	padding: 4px;
}
.flagImg{
	height: 12px;
}
.flex.justify-center{
	justify-content: center;
}
.flex.justify-start{
	justify-content: flex-start;
}
.flex.justify-end{
	justify-content: flex-end;
}
.flex.align-center{
	align-items: center;
}
.flex.align-start{
	align-items: flex-start;
}
.flex.align-end{
	align-items: flex-end;
}
section.offersList .offerImg{
	background-size: cover !important;
}
@media (min-width: 980px){
	section.offersList .offerBox{
		padding: 10px 30px;
	    width: 52%;
	    float: left;
	    min-height: 420px;
	}
}
section.offersList h3 a{
	color: black;
}
section.offersList h3 a:hover{
	text-decoration: none;
}
section.offersList .offerBox > .flex{
    flex: 0 1 49%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
	margin-bottom: 10px;
}
section.offersList .offerBox .imgContainer{
	width: 100%;
}
section.offersList .offerBox .contentContainer{
	 width: 100%;
	 margin-top: 0px;
}
.contactUsForm{
	box-shadow: 6px 17px 62px -22px rgba(0,0,0,0.75);
    border: 1px solid rgba(0,0,0,0.75);
    border-radius: 4px !important;
    padding: 10px;
} 
body.call-center .catList{
	max-height: calc(100vh - 91px) !important;
}

.modal-body.foodIsNotVisible{
	display: flex;
	justify-content: center;
	align-items: center !important;
}
.modal-body.foodIsNotVisible.withoutImage{
	margin-right: 0px !important;
}
.modal-body.foodIsNotVisible .foodNotAvailableText{
	align-self: center;
	font-size: 2rem;
	justify-content: center;
} 
.selectMethodInTab.onlyPickup{
	width: 100% !important;
	border-radius: 4px !important;
}
.orderingFromLogo{
    top: 0px;
    border-radius: 100% !important;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;	
}

.orderingFromLogo.relative{
	position: relative !important;
    top: unset !important;
    left: unset !important;
}
.ajaxLoadingMenu .loading__indicator{
	top: 100px !important;
}
.ajaxLoadingMenu  .loadingMenu{
	padding-top: 50px;
    text-align: center;
} 
@media (max-width: 991px) {
	.hidden-md{
		display: none !important;
	}
}

@media (max-width: 767px) {
	.openMenuMobile{
		bottom: 120px !important;
	}
	#CartColMd:not(.isOpen){
		z-index: 1039 !important;
	}
	.CartColMd.isOpen{
		z-index: 1040 !important;
	}
	.secondaryContent{
		margin-bottom: 80px;
	}
			
}
@media (min-width: 1201px) {
	.openMenuMobile{
		display: none;
	}
	.backdropMenu{
		display: none !important;
	}
	.mobileMenuPopover{
		 display: none !important;
	}
}
.backdropMenu{
	z-index: 1039 !important;
}
@media (max-width: 1200px) {
	.openMenuMobile{
		position: fixed;
	    bottom: 20px;
	    right: 20px;
	    font-weight: 800;
	    font-size: 1.8rem;
	    text-decoration: none !important;
	    z-index: 1040 !important;
	    background: rgba(27, 174, 249, 1.000) !important;
	    border-radius: 20px;
	    padding: 4px 13px;
	    color: white !important;
	    transform: none !important;
	}
	.mobileMenuPopover{
		width: 80vw;
		pointer-events: none;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		left: 15vw;
		opacity: 0;
		max-height: calc(60vh);
		overflow: scroll;
		z-index: 9999 !important;
	}
	
	
	.mobileMenuPopover.isOpen{
		opacity: 1;
		pointer-events: all !important;
	    display: block !important;
	    z-index: 1041 !important;
	    background: white !important;
	    border-radius: 5px;
	}
	/*
	body.menuPopoverVisible .websiteWrapperParent{
		overflow: hidden !important;
		height: 100vh !important; 
	}
	*/
	.mobileMenuPopover .menuCategories{
		list-style: none !important;
		max-height: 100%;
		overflow: scroll;
	}
	.mobileMenuPopover .menuCategories li{
		font-weight: 400;
		 border-bottom: 0px;
		 padding: 1px 20px;
		 font-size: 0.95rem;
		 white-space: nowrap;
		 overflow: hidden;
	    text-overflow: ellipsis;
	}
	.mobileMenuPopover .menuCategories li a{
		border-bottom: 1px solid rgba(223, 234, 243, 1.000);
		padding: 6px 0px;
		
	}
	.mobileMenuPopover .menuCategories li a{
		color: #333333; 
		display: block;
		width: 100%;	
	}
} 
@media(min-width:1200px){
	.menu--cols > .thumb.topMenu .boxFoodCollection .foodContent{
	   margin-top: 100px;
	}
	
}
.placeImageParent, .placeImageParentMobile{
    display: flex !important;
	justify-content: center;
}
@media (max-width:768px){
	.col-sm-menu.topMenu .searchItems.visibleFixed {
	    top: 0px !important;
	    width: 100% !important;
	}
	 .mobileMenuPopover.isOpen{ 
		transition: 450ms all;
		bottom: 125px !important;
	}
	 .mobileMenuPopover{ 
		transition: 450ms all;
		bottom: 0px;
	}	
}
@media (min-width: 769px) and (max-width: 990px){
	 .mobileMenuPopover{ 
		bottom: 200px !important;
	}
}
@media (min-width: 991px) and (max-width:1199px){
	.openMenuMobile {
	    right: 28% !important;
    }
    .mobileMenuPopover{ 
		width: 50vw !important;
		bottom: 200px !important;
	}
}
.alertOffer{
	position: absolute;
    z-index: 8;
    font-size: 1rem;
    margin-top: 10px;
}
.categoryIcon{
	position: absolute;
	right: 10px;
}
.restThreeColumns .pageContent.thumb.pizza, .mainContent .categoryIcon{
	position: relative;
	right: 0px;
}

.verifyCode{
	margin: 0 auto !important;
	display: table;	
	padding-top: 10px !important;	
	padding-bottom: 20px;
}
.verifyCode .form-control{
    width: 30px;
    height: 35px;
	border: 2px solid rgba(229, 229, 229, 1.000) !important;
    padding: 0px !important;
    text-align: center !important;
    float: none !important;
    display: inline-table;
    margin: 3px;
}
.verifyCode .form-control:focus{
	border-color: rgba(131, 176, 215, 1.000) !important;
}
.alert-discount {
    box-shadow: 0 0 0 1px #099E44 inset, 0 0 0 0 transparent;
    color: #099E44;
    border: none !important;
    background: #E6F5EC;
}
.restaurantLogoCheckout{
	position: relative;
}
.deliveryChecker{
	background: rgba(252, 207, 93, 0.3);
    border-color: rgb(252, 207, 93);
}
.deliveryChecker h3{
	color: #33373D;
    font-size: 18px;
    margin-top: 0px;
}
.btnDetectLocation{
	position: relative;
	margin-top: 10px !important;
	line-height: 26px;
}

.deliveryChecker .algolia-autocomplete{
	width: 100%;
	z-index: 0;
}
.btnDetectLocation i{
	position: absolute;
	left: 10px;
    top: 3px;
}
.modal-dialog.notDelivered{
	margin-top: 20px !important;
}
.errorDetectedLocation{
	color: #cb202d !important;
	text-align: center;
}
.ui.green.button:not(.is-loading), .ui.green.buttons .button:not(.is-loading) {
    background: rgb(82,202,139)!important;
    background: -moz-linear-gradient(left, rgba(82,202,139,1) 0%, rgba(77,193,114,1) 40%, rgba(72,186,92,1) 100%)!important;
    background: -webkit-linear-gradient(left, rgba(82,202,139,1) 0%,rgba(77,193,114,1) 40%,rgba(72,186,92,1) 100%)!important;
    background: linear-gradient(to right, rgba(82,202,139,1) 0%,rgba(77,193,114,1) 40%,rgba(72,186,92,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ca8b', endColorstr='#48ba5c',GradientType=1 ) !important;
    border-color: #49bb5b !important;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}
.deliveryChecker .aa-suggestion{
    padding: 12px;
    cursor: pointer;
}
.deliveryChecker .aa-dropdown-menu{
    border: 1px solid rgb(229, 229, 228);
    width: 100%;
}
.deliveryChecker h3 span{
    font-size: 10px;
    color: rgba(80, 148, 228, 1.000);
    font-weight: 400;
    position: relative;
    top: -2px;
    border-radius: 46px;
    background: rgba(80, 148, 228, 1.000);
    color: white;
    padding: 2px 8px;
    text-align: center;
	
}
.deliveryChecker .aa-dropdown-menu{
	max-height: calc(100vh - 100px);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.deliveryChecker .aa-dropdown-menu span {
    background: white;
    border-radius: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    margin: 5px 0px;
    color: #333;
    transition: 250ms all;
    line-height: 20px;
    margin: 0px !important;
}
.deliveryChecker .aa-suggestion:hover{
    background: #FBEED5;
    color: #333;
}
.changeMethodLink, .changeScheduleTimeLink{
	font-weight: 500;
    color: rgba(51, 167, 69, 1.000);
}
.changeMethodLink:hover, .changeScheduleTimeLink:hover{
    color: rgb(34, 142, 51);
}
.selectDeliveryDate, .selectDeliveryTime{
	font-size: 15px;
}
.foodContent .searchItems .searchIcon {
    font-size: 1.9rem !important;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 38px;
}
@keyframes slidetounlock {
	0% {
		background-position: -160px 0;
	}
	100% {
		background-position: 160px 0;
	}
}
@media (max-width:767px){
	.slideToContinue{
		-webkit-animation: slidetounlock 5s infinite;
		background: -webkit-gradient(linear,left top,right top,color-stop(0, white),color-stop(0.4, white),color-stop(0.5, #4d4d4d),color-stop(0.6, white),color-stop(1, white));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}