html, body{
	height: 100%;
	width: 100%;
}

body{
	font-family: Montserrat;
}

#loyal_container.active,
#loyal_container{
	display: none !important;
}

/****** SPINNER ******/
.spinner-overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10001;
	background-color: rgba(0,0,0,0.8);
}
  
.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	border: 12px solid #fff;
	border-radius: 50%;
	border-top: 12px solid #E84C3D;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: -50px;
}
  
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/****** SPINNER ******/


.navbar-right {
	color: #fff;
    padding: 30px 0;
}

.navbar-right a{
	color: #fff !important;
}

.navbar-right > li > a::after,
.navbar-right > li.user-dropdown:not(.open) > a::after {
	color: #393D3F;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #E84C3D;
	content: '';
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
}

.navbar-right > li.social-fb > a::after, .navbar-right > li.social-ig > a::after, .navbar-right > li.social-link > a::after {
	background: transparent !important;
}

.navbar-right > li > a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-right > li > a:hover::after,
.navbar-right > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.navbar-inverse{
	background: transparent;
    border: none;
}

.navbar-inverse .navbar-nav>li>a{
	color: #fff;
}

#nav-logo{
	width: 340px;
	transition: all 0.5s ease;
	cursor: pointer;
	margin-top: 10px;
}

#main{
	font-family: Montserrat;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	height: 70%;
}

#main #search{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#main #search .form-group {
    padding-left: 0;
}

#main #search .input-group {
    width: 100%;
}

#main h1{
	color:#fff;
	margin-bottom: 25px;
}

.pac-container{
	font-family: Montserrat;
}
.pac-item{
	padding: 8px 10px;
	font-size: 10px;
}
.pac-item-query{
    font-size: 13px;
}
.pac-icon{
	display: none;
}

#main #searchGeo,
#main #searchNearest {
    padding: 6px 14px;
    font-size: 24px;
    margin-right: -8px;
    min-width: 52px;
    border: 0;
    color: #E84C3D;
    transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

#main #searchGeo:hover
#main #searchNearest:hover {
    color: rgba(255,80,11,0.8);
}

#main #searchResto,
#main #searchAddress{
    border-color: transparent;
    border-left: 0;
    height: auto;
    margin-right: 10px;
    font-size: 15px;
    padding: 11px 40px 12px 5px;
    width: 100%;
}

#main #searchAddress:focus{
	box-shadow: none;
}

#main input[type="submit"]{
	font-size: 17px;
    padding: 11px 30px;
	background: #E84C3D;
	color: #fff;
	border: none;
}

#main input[type="submit"]:hover{
	background: #f34f3f;
	border: none;
}

.home-arrow {
	left: 50%;
	position: absolute;
	top: 75%;
	transform: translate(-50%,-50%);
}


.home-arrow img{
    width: 50px;
}


section#content{
	text-align: center;
	position: relative;
	background: #fff;
}

#clients{
	background: #fff;
	padding-bottom: 60px;
}

#clients .restaurant-logo #logo-div{
	background-position: center;
	-webkit-filter: grayscale(80%); /* Chrome, Safari, Opera */
    filter: grayscale(80%);
	opacity: 0.8;
	transition: all 0.5s ease;
	height: 80px;
}

#clients .restaurant-logo #logo-div:hover{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;
	transition: all 0.5s ease;
}

#browse{
	background: #f7f7f7;
	padding-bottom: 60px;
}

#browse li{
	list-style: none;
}

.browse-result{
	background: 
	url("../images/bg-browse-left.png") left no-repeat,
	url("../images/bg-browse-right.png") right no-repeat;
	background-repeat-y: repeat;
    background-repeat-x: no-repeat;
}

#browse-heading{
	display: inline-block;
}

#browse-heading h2{
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 23px;
}

.browse-takeaway{
	padding-top: 20px;
}

#browse-takeaway-heading h2{
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
}

#browse-takeaway-heading span{
	font-weight:bold;
}

#takeaway p{
	margin: 2px 0;
	text-align: center;
}

#takeaway p a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

.restaurant-result{
	padding-top: 50px;
}

.intro-header{
	margin-bottom: 0;
}

footer{
	background: #fff;
	position: relative;
	padding: 0 !important;
}

footer .copyright a{
	color: #2c4260;
    text-decoration: none;
}

#sub-footer{
	text-align: center;
	background: #f1f1f1;
}

#sub-footer-content{
	padding: 60px;
}

#sub-footer p{
	font-size: 13px;
	padding: 10px 0;
	margin: 0px 0 10px;
}

#sub-footer button{
	box-shadow: none;
	border: none;
	background:	#E84C3D;
	border-radius:  0;
	letter-spacing: 1.5px;
	background: transparent;
	color: #E84C3D;
	border: #E84C3D 1px solid;
	transition: all 0.5s ease;
	padding: 15px 20px;
}

#sub-footer button:hover{
	background: #E84C3D;
    color: #fff;
	transition: all 0.5s ease;
} 

.stores{
	background: #f1f1f1;
	padding-bottom: 80px;
}

#about {
	color:#fff;
	padding: 10px 0 40px 0;
	background: linear-gradient(-45deg, #00AEEF, #2C4260, #EC4D58, #E84C3D);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#about h1, #browse h1, #clients h1{
	margin-bottom: 40px;
	margin-top: 50px;
	font-weight: bold;
}

#about p{
	margin-bottom: 30px;
	margin: 0 0 19px;
	font-size: 14px;
}

#about .about-us-text{
	margin-bottom: 40px;
}

#about .about-us-text strong{
	font-size: 24px;
}

#about .about-us-text a,
#about .about-us-text a:hover{
	color: #fff;
	text-decoration: none;
}

#about .about-us-text img{
	width: 160px;
}

#browse a{
	text-decoration:none;
	color:#E84C3D;
}

.browse-store{
	background: #000;
	padding: 40px;
    margin-bottom: 30px;
}

.browse-store h2{
	font-size: 20px;
	margin: 0;
}

#filter-div{
	float: right;
}

.filter{
	background: #fbfbfb;
	border: 1px solid #EBEBEB;
}

.filter h2{
	margin-top: 10px;
}

.filter hr{
	margin: 10px 0;
}

.restaurant-details hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.restaurants{
	padding-top: 50px; 
}

.restaurant-name{
	font-size: 16px;
	color: #3e3e3e;
	font-weight: bold;
	word-break: break-word;
}

.restaurants #go-back{
	margin-top: 20px;
}

.restaurant-address{
	padding-top: 5px;
	font-size: 13px;
	color: #3e3e3e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

#restaurant-cuisines{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #989898;
	overflow: hidden;
}

.restaurant-buttons button,
.OrderTypeButtons button,
.restaurants #go-back{
	width: 165px;
	padding: 10px;
	font-size: 12px;
	background: transparent;
	color: #E84C3D;
	border-color: #E84C3D;
	transition: all 0.5s ease;
	border-radius: 0;
} 

.restaurant-buttons button:hover, .restaurant-buttons button:focus, .restaurant-buttons button:active, 
.OrderTypeButtons button:hover, .OrderTypeButtons button:focus, .OrderTypeButtons button:active,
.restaurants #go-back:hover, .restaurants #go-back:focus, .restaurants #go-back:active{
	background: #E84C3D !important;
	border-color: #E84C3D !important;
	color: #fff;
	transition: all 0.5s ease;
} 

.restaurant-buttons .btn-group{
	margin-bottom: 10px;
}

.restaurant-details span{
    font-size: 12px;
    color: #828282;
}

.restaurant-loc{
    font-size: 14px;
    color: #828282;
    padding-top: 15px;
}

.changeLoc a{
	color: #E84C3D;
    font-size: 14px;
}

.restaurant-details .restaurant-serves-cuisine span{
    text-transform: capitalize;
}

.restaurant-logo{
	/* background: #dcdcdc; */
	padding: 60px 0;
	margin: 0 auto;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top !important;
}

.restaurant-details{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}


.restaurant-buttons{
    padding-top: 20px;
    padding-bottom: 20px;
}

.restaurant-logo #logo-div{
	height: 80px;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s ease all;
	/* background-size: contain; */
}

.restaurant-list{
	background: #f9f9f9;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	margin: 1%;
	width: 31.33333333%;
	min-height: 385px;
	text-align: center;
	transition: 0.5s all ease;
	box-shadow: 0 3px 29px -10px rgb(50 50 93 / 0.15);
}

#store-flex{
	display: -webkit-flexbox;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

@supports (flex-wrap: wrap) {
	#store-flex{
	  display: flex;
	  width: 100%;
	}
  }
  

.open,
.closed {
  display: inline-block;
}

.closed {
  -webkit-flex-order: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.restaurant-list:hover {
    box-shadow: 0 3px 29px -10px rgba(50,50,93,.25);
    background: #fff;
}

.restaurant-list:hover .restaurant-logo #logo-div{
	transform: scale(1.2);
}

#restaurant-list .list{
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all 0.5s ease;
}

#restaurant-list .list li{
	transition: all 0.5s ease;
}

.restaurant-list #store-preordering{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	padding: 4px;
}

.restaurant-list #store-del{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 9px;
	margin-right: 10px;
}

.restaurant-list #store-del span{
	font-size: 11px;
    padding: 4px;
	background-color: #FAFBFC;
	color: #858585;
}

.restaurant-status{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #f7dfdfb5;
    z-index: 1;
    padding-top: 80px;
}

@media only screen and (max-width: 320px) {
	.restaurant-list #store-del span{
		font-size: 10px;
		padding: 3px 4px;
	}
	.restaurant-list #store-del{
		margin-top: 7px;
	}
	.restaurant-list #store-preordering{
		font-size: 10px;
	}
}

.restaurant-status span{
		
font-size: 22px;
		
color: #000;
}

.restaurant-status .alert{
	padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 0;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.ui-widget.ui-widget-content::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 2px solid #555555;
}

.ui-widget.ui-widget-content{
	overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px !important;
	font-size: 17px;
	font-family: Montserrat;
	padding: 5px 15px;
}

.ui-widget.ui-widget-content .ui-menu-item{
	padding: 7px 0;
	font-size: 12px;
	width: 270px;
	word-break: break-word;
	border-bottom: 1px solid #0000002e;
}

.ui-autocomplete-loading {
	background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
	background-position-x: 96%;
}

.main-footer{
	padding: 50px 0 65px;
}

.main-footer p{
	text-align: center;
	margin: 0 0 10px;
}

#main-footer-logo{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80px;
}

.main-footer .details a{
	padding: 0 15px;
	text-decoration: none;
	color: #E84C3D;
	font-size: 14px;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	height: 165px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	font-size: 18px;
	margin: 0% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	border-color: #E84C3D;
}

.pagination>li>a, .pagination>li>span{
	color: #ff5047;
	border: 1px solid #E84C3D;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	background-color: #E84C3D;
    border-color: #E84C3D;
	z-index: 2 !important;
}

.faq, .terms, .privacy, .refund{
	color: #333;
	font-size: 14px;
}

.faq h2, .terms h2, .privacy h2, .refund h2{
	font-size: 36px;
}

.dropdown{
	margin-top: 20px;
    padding: 8px 0;
}

.dropdown #filter{
	padding: 10px;
    font-size: 12px;
    background: transparent;
    transition: all 0.5s ease;
}

.dropdown #filter:hover, .dropdown #filter:focus, .dropdown #filter:active{
	color:#333;
	border-color: #ccc;
}

.badge{
	vertical-align: top;
    padding: 5px 10px;
    background-color: #333;
}

.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	margin-top: 28px;
	margin-right: 10px;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    border:#ccc 1px solid;
    width: 100%;
    height: 39px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:12px;
    color:#E84C3D;
}
.searchbox-input:-webkit-autofill{
    background:#dcddd8;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width: 50px;
    height: 39px;
    display:block;
    position:absolute;
    top:0;
    font-size:12px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:38px;
    text-align:center;
    cursor:pointer;
	color: #333;
    background: white;
    border: #ccc 1px solid;
}

.searchbox-open{
	width: 300px;
	margin-top: 28px;
	margin-right: 10px;
}

.OrderTypeButtons{
	margin-bottom:20px;
}

.btnHighlight{
	background: #E84C3D !important;
	border-color: #E84C3D !important;
    color: #fff !important;
	transition: all 0.5s ease;
}
footer #footer-ofe  {
    text-align: center;
}
footer #footer-ofe strong {
    font-size: 12px;
    color: #757671;
    text-transform: uppercase;
    margin-right: 5px;
}
footer #footer-ofe img {
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1200px){
	.restaurant-list {
		min-height: 420px;
	}
}

@media (max-width: 992px){
	.restaurant-list {
		width: 45%;
		margin: 2%;
		display: inline-block;
	}
}

.navbar-custom {
	background: #000;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease;
	margin: 0;
	border: 0; 
	border-radius: 0;
	height: 110px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-custom {
		background: #000;
		border-bottom: 1px solid transparent;
		transition: all 0.5s ease;
		margin: 0;
		border: 0; 
		border-radius: 0;
		height: 66px;
	}
	#nav-logo {
		margin-top: 0px;
	}
	.navbar-right {
		padding: 10px 0;
	}
}

@media only screen and (min-width: 768px){
	
	.navbar-custom .navbar-brand {
		color: white;
		padding: 20px;
	}
	
	.form-content {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 1024px) {
	#main #search{
		width: 100%;
	}
	#confirmationcode{ 
		font-size: 30px !important;
		text-align: center !important;
		color: #000 !important;
	} 	
}

@media only screen and (max-width: 992px) {
	.state{
		width: 100%;
		margin-left: 0;
	}
	
	#restaurant-list .list{	
		text-align: center;	
		margin-top: 100px;
	}
	
	.restaurant-details{
		margin-bottom: 20px;
	}
	
	#browse-heading{
		display: block;
		text-align: center;
		margin-bottom: -25px;
	}
	
	#filter-div{
		margin-bottom: 100px;
		margin-top: -30px;
		float: none;
	}
	
	.restaurant-logo #logo-div{
		height: 100px;
	}
	
	.restaurant-logo{
		margin-bottom: 20px;
	}
	
	.main-footer .details a{
		display: block;
		padding-bottom: 15px; 
	}
	
	#sub-footer-content {
		padding: 60px 0;
	}
	
	#browse{
		padding-bottom: 10px;	
	}
	
	section#content .container{
		padding: 0;
	}
	
	.grid figure{
		min-width: 100%;
		max-width: 100%;
	}
	
	.restaurants{
		text-align: center;
	}
	
	.intro-header .site-heading h1, .intro-header .page-heading h1{
		font-size: 36px;
	}
	#confirmationcode{ 
		font-size: 30px !important;
		text-align: center !important;
		color: #000 !important;
	} 	
}

@media only screen and (max-width: 768px){
	#nav-logo{
		width: 190px;
		margin: 0;
		margin-top: 5px;
	}

	.navbar-brand{
		float: none;
	}
	
	.navbar-default {
		background: #fff;
		border-color: #fff;
		margin-bottom: 0;
		height: 59px;
		border-bottom: 1px solid #DDDDDD;
	}
	
	.browse-result{
		background: #fff;
		background-image: none;
	}
	
	#takeaway #takeaway-div{
		width: 49%;
		display: inline-block;
	}
	.intro-header .site-heading h1, .intro-header .page-heading h1 {
		font-size: 50px !important;
	}	
	#confirmationcode{ 
		font-size: 30px !important;
		text-align: center !important;
		color: #000 !important;
	} 	
}

@media only screen and (max-width: 480px) {
	#main h1, #about h1, #browse h1{
		font-size: 30px;
	} 
	
	.searchbox-open {
		width: 180px;
	}

	#confirmationcode{ 
		font-size: 30px !important;
		text-align: center !important;
		color: #000 !important;
	} 	
}

@media only screen and (max-width: 320px) {
	#confirmationcode{ 
		font-size: 25px !important;
		text-align: center !important;
		color: #000 !important;
	} 	
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

.loginDropdown{
	min-width: 300px;
}
#social-login a{
	width: 100%;
	text-align: center;
	margin: 5px 0;
	border-radius: 25px !important;
	width: 80%;
	font-size: 12px;
	padding: 6px 12px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: unset;
}
#social-login a img{
	width: 13px;
    margin-top: -6px;
    margin-right: 2px;
}
#social-login{
	padding-bottom: 10px;
	border-bottom: 1px solid #0000004a;
	text-align: center;
    margin: 0 auto;
}
#default-login,
#default-signup{
    padding-top: 15px;
}
.fb-login{
	background: #3B5998;
}
.google-login{
	background: #4285F6;
}
.loginDropdown #login,
.loginDropdown #register{
	float: right;
	background: #E84C3D;
	font-size: 12px;
	padding: 6px 12px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: unset;
	font-size: 14px;
	border-radius: 4px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.nav_menu_dropdown{
	margin-top: 0px;
	padding: 0px!important;
	text-transform: capitalize;
	z-index: 2;
}
.loginDropdown{
	padding: 20px;
	color: #000;
}
.dropdown-menu{
	background: #fff !important;
	color: #000;
	width: 360px;
}
.signupHeader,
.loginHeader,
.forgotpwHeader{
	text-align: center;
}
.loginHeader p,
.signupHeader p{
	
margin: 0 0 10px;
}
.loginHeader h4,
.signupHeader h4,
.forgotpwHeader h4{
	font-weight: 800;
	font-size: 20px;
	margin: 0;
}
.loginHeader span,
.signupHeader span{
	color: #E84C3D;
	cursor: pointer;
}
#confirmation_header{
	text-align: center;
}
#confirmation_header h4{
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
}
#confirmation_header p{
	width: 80%;
	text-align: center;
	margin: 0 auto !important;
	padding-bottom: 15px;
}
#confirmation_container p{
    text-align: center;
    margin: 0 0 10px;
}
#confirmation_container span, 
#confirmation_header span{
	color: #E84C3D;
	cursor: pointer;
	text-transform: none;
}
.dropdown-menu li a{
	color: #000 !important;
	padding: 10px;
} 
.dropdown-menu:before {
	position: absolute;
	top: -8px;
	right: 31px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.dropdown-menu:after {
	position: absolute;
	top: -9px;
	right: 28px;
	display: inline-block;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #ffffff;
	border-left: 13px solid transparent;
	content: '';
}
.loginDropdown .btn:hover {
    filter: brightness(85%);
}
.dropdown-menu .form-control{
	box-shadow: none;
	border-color: #E84C3D;
}
.aws-register .col-md-6,
.aws-register .col-md-4,
.aws-register .col-md-8{
	padding: 0;
}
#countryCode{
    padding: 6px 9px;
}
#forgot-password-text{
	cursor: pointer;
}
.register-info{
	width: 65%;
    display: inline-block;
    font-size: 9px;
    color: #5d5d5d;
}
.register-info a{
	color: #E84C3D !important;
	text-decoration: underline;
	cursor: pointer;
	font-size: 9px !important;
} 
#confirmationcode{
	border: none;
	border: 2px solid #E84C3D;
	padding: 20px 0;
	border-radius: 0;
	text-align: center !important;
	width: 80%;
	font-size: 34px;
	display: block;
	margin: 0 auto;	
	color: #000 !important;
	letter-spacing: 5px;
}
.captcha{
	padding-bottom: 15px;
}
#ofe_reCaptcha {
	margin: 0 auto;
	width: fit-content;
}
#verify_captcha_message {
    margin: 10px 0;
    float: left;
    text-align: center;
    width: 100%;
    color:#f00;
    padding: 6px;
}
#forgot_pw_confirmation_container,
#forgot-pw-body,
.forgot-pw-alert{
	margin-top: 15px;
}
#submit_forgot_pw{
	background: #E84C3D;
	font-size: 14px;
}

#submit_forgot_pw,
#forgot-close{
	font-weight: normal !important;
	text-transform: capitalize;
	border-radius: 4px !important;
}

@media only screen and (max-width: 769px){
	.navbar-toggle,
	.navbar-toggle:hover,
	.navbar-toggle:focus{
		background: transparent !important;
		margin-top: 13px;
	}
	#navbar-localserves{
		border: none;
		box-shadow: none;
	}
	#navbar-localserves li{
		padding: 5px 0 !important;
		font-size: 16px;
	}
	.navbar-right{
		padding: 10px 0;
		background: #fff;
		margin-top: -5px;
	}

ul.nav.navbar-nav.navbar-right {}
	.home-arrow {	
		top: 70%;
	}
	#main #search .form-group{
		padding: 0;
	}
	#navbar-localserves .dropdown-menu:after{
		display: none;
	}
	.navbar-brand{
		display: inline-block;
	}
	#navbar-localserves .show-login{
		color: #fff !important;
 	    text-decoration: none !important;
	}

	#navbar-localserves .user-dropdown .caret{
		display: none;
	}

}

@media only screen and (max-width: 1024px) {
	.navbar-default {
		height: 66px;
		z-index: 999;
	}
}

@media only screen and (max-width: 767px){
	#main input[type="submit"]{
		width: 100%;
	}

}

@media only screen and (max-width: 480px){
	#main h1{
		font-size: 37px;
	}
	#main #search{
		top: 40%;
	}
	.restaurant-list {
		width: 96%;
		margin: 0;
		display: inline-block;
		margin: 2%;
		min-height: auto;
	}

	.intro-header .site-heading h1, .intro-header .page-heading h1{
		font-size: 32px !important;
	}

	.OrderTypeButtons{
		width: 100%;
		float: none !important;
	}

	.OrderTypeButtons button{
		width: 49% !important;
	}

	.changeLoc{
		width: 100%;
		float: none !important;
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 320px){
	#nav-logo {
		width: 170px;
		margin-top: 5px;
	}
	#main h1 {
		font-size: 31px;
	}
}

.modal-content{
	box-shadow: none;
	border-radius: 0;
}

#modal-change_store_prompt .btn,
#modal-change_store_location .btn{
	color: #E84C3D;
    border-color: #E84C3D;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 800;
    border-radius: 0;
}

#modal-change_store_prompt .close,
#modal-change_store_location .close{
    margin-top: -1px;
    appearance: auto;
    opacity: 1;
    text-shadow: none;
    color: #E84C3D;
	font-size: 27px;
}

#modal-change_store_prompt #storeContinue,
#modal-change_store_location .cartContinue{
	color: #fff;
	background: #E84C3D;
}

#modal-change_store_prompt .btn:hover, #modal-change_store_prompt .btn:focus, #modal-change_store_prompt .btn:active,
#modal-change_store_location .btn:hover, #modal-change_store_location .btn:focus, #modal-change_store_location .btn:active {
	background: #E84C3D;
	border-color: #E84C3D;
    color: #fff;
	transition: all 0.5s ease;
} 

@media only screen and (max-width: 619px){
	#modal-change_store_prompt .btn,
	#modal-change_store_location .btn{
		width: 100%;
		margin: 10px 0;
	}
}

/* Hide Arrows From Input Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
  	-moz-appearance: textfield;
}

.help-block {
	font-size: 12px;
	text-transform: none;
}

.has-success .form-control {
	border-color :#3c763d !important;
}

.back-to-form{
	font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
	text-transform: none;
	cursor: pointer;
}

.back-to-form span{
    color: #000 !important;
}
.search{
	padding: 40px 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
.search .input-group{
	border-radius: 5px;
    border: 1px solid #b2b2b273;
}
.search .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	margin-left: 0px;
}
.search .input-group-addon{
	background: #fff;
	border: none !important;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search .input-group-btn{
	background: #f1826b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search h1{
	text-align: left;
	margin: 0 !important;
}
.search #search-store{
	border-left: none;
	border-right: none;
	padding-left: 0;
	border: none !important;
	box-shadow: none;
}
.search #search-store:focus{
	box-shadow: none;
}
.search #store-filter{
	background: #F1826B;
	color: #fff;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
	transition: 0.5s ease all;
	border: none !important;
}
.search #store-filter:hover{
	background: #c76a57;
}
.search .open, .closed{
	display: table-cell;
}
.search .dropdown-toggle{
	border-left: none;
	border-radius: 0;
	padding-right: 10px;
	border: none !important;
}
.search .dropdown-toggle:hover{
	background-color: #fff;
}
.search .btn-default.active.focus, .search .btn-default.active:focus, .search .btn-default.active:hover, .search .btn-default:active.focus, .search .btn-default:active:focus, .search .btn-default:active:hover, .search .open>.dropdown-toggle.btn-default.focus, .search .open>.dropdown-toggle.btn-default:focus, .search .open>.dropdown-toggle.btn-default:hover {
    background-color: #fff;
	border: none !important;
}
.search #cuisine-filter{
	padding: 20px;
    border-radius: 0;
    box-shadow: none;
    width: 500px;
}
.search #cuisine-filter:before,
.search #cuisine-filter:after{
	display: none;
}

.search #cuisine-filter p{
	font-weight: bold;
	margin-bottom: 20px;
}

.search #cuisine-filter li{
	background: #F2F2F2;
    padding: 5px 20px;
    border-radius: 20px;
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 10px;
    text-transform: capitalize;
	margin-right: 5px;
    flex: 0 1 32%;
	text-align: center;
}

.search #cuisine-filter li.active{
	background: #F1826B !important;
	color: #fff;
}
.search #cuisine-filter li.active img{
	display: inline !important;
	margin-right: 5px !important;
	width: 13px;
    margin-top: -4px;
}

#img-filter{
	display:block;
}

#img-close{
	display:none;
}

.open #img-filter{
	display:none;
}

.open #img-close{
	display:block;
}

#cuisines-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.featured .restaurant-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#sub-footer a button{
	color: #E84C3D;
	text-decoration: none;
	font-size: 14px;
    font-weight: 800;
}

#sub-footer button:hover>a{
	color: #fff;
}

#search-stores div.input-group{
	z-index: 1;
}

@media (max-width: 998px){
	.search #cuisine-filter{
		right: 0;
	}
}

@media (max-width: 991px){
	#search-stores{
		margin-top: 30px;
	}
}

@media (max-width: 559px){
	.search #cuisine-filter{
		width: 360px;
	}
	.search #cuisine-filter li{
		flex: 0 1 48%;
	}
}

@media (max-width: 419px){
	.search #cuisine-filter{
		width: auto
	}
	.search #cuisine-filter li{
		flex: 0 1 100%;
		margin-right: 0;
	}
}

/* Play store and App store - START */
#navbar-localserves .play-store-badge a, #navbar-localserves .app-store-badge a{
	padding: 10px 15px;
}

#navbar-localserves .play-store-badge a img, #navbar-localserves .app-store-badge a img{
	width: 100px;
	cursor: pointer;
}

#navbar-localserves .navbar-right li.social-fb a i.fa-brands,
#navbar-localserves .navbar-right li.social-ig a i.fa-brands{
	font-size:25px !important;
	vertical-align: middle;
}

#navbar-localserves .navbar-right li.social-fb a i.fa-brands
{
	font-size:24px !important;
}

#navbar-localserves .navbar-right li.social-fb a span.nav-text,
#navbar-localserves .navbar-right li.social-ig a span.nav-text{
	display: none;
}

@media only screen and (min-width: 1025px)  and (max-width: 1199px){
	
}

@media only screen and (max-width: 1199px){
	.navbar-custom .container{
		width: 100%;
		padding: 0;
	}

	.navbar-custom .nav li a{
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 1024px){
	.navbar-custom .nav li a{
		font-size: 12px !important;
	}

	#navbar-localserves .play-store-badge a, #navbar-localserves .app-store-badge a{
		padding: 13px 5px;
	}

	#navbar-localserves .play-store-badge a img, #navbar-localserves .app-store-badge a img{
		width: 80px;
	}
}

@media (min-width:961px)  {
	/*OOA-1655 add app links to main section on mobile*/
	#localserves-app-dl {
		display: none;
	}
}

/*Ipad resolution*/
@media (max-width: 768px) {
	/*OOA-1655 main section changes*/
    #main {
    	height: 80%;
    }

    .home-arrow {
    	top: 80%;
    }

    .play-store-badge, .app-store-badge {
    	display: none !important;
    }

	#localserves-app-dl {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        text-align: center;
  }

	#localserves-app-dl a {
		padding-left: 10px;
	}

	#localserves-app-dl h4 {
		color: #fff;
		text-align: center;
		line-height: 35px;
		padding-bottom: 10px;
		font-size: 25px;
	}

	#localserves-app-dl img {
		width: 200px;
	}

	.user-dropdown.open .dropdown-menu:before {
		top: 21px;
		z-index: -1;
	}
}

@media (max-width: 767.98px){
	.navbar-custom .menu-nav-mob{
		padding: 0 15px;
	} 
}

@media (max-width: 767px) {
	.loginDropdown{
		padding: 20px 35px;
	}
	#navbar-localserves .navbar-right li.social-fb a i.fa-brands,
	#navbar-localserves .navbar-right li.social-ig a i.fa-brands{
		font-size:12px !important;
		vertical-align: middle;
	}

	#navbar-localserves .navbar-right li.social-fb a span.nav-text,
	#navbar-localserves .navbar-right li.social-ig a span.nav-text{
		display: inline-block;
	}

	#navbar-localserves .navbar-right li.social-fb a span.nav-text {
		color: #333;
	}

	.navbar-default .navbar-nav>li>a {
		color: #333 !important;
	}
}

@media only screen and (max-width: 480px){

	#navbar-localserves .nav li:not(.iti__country){
		display: inline-block;
		width: 100%;
	}

    /*OOA-1655 main section changes*/
    #main {
    	height: 85%;
    }

    .home-arrow {
    	top: 90%;
    }

	#localserves-app-dl {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        text-align: center;
  }

	#localserves-app-dl a {
		padding-left: 10px;
	}

	#localserves-app-dl h4 {
		color: #fff;
		text-align: center;
		line-height: 25px;
		padding-bottom: 10px;
	}

	#localserves-app-dl img {
		width: 130px;
	}
}

/*Iphone 5 and lower resolution*/
@media screen and (device-aspect-ratio: 40/71) {
	#main {
    	height: 90%;
    }
    
	.home-arrow {
		top: 95%;
	}
}
/* Play store and App store - END */

/* RE-ORDER LOCALSERVES */ 
.ls-reorder{
	text-align: left !important;
}
#mobile-ls-hide{
	display: none;
}
.ls-reorder{
	padding: 40px 0 0 0;
}
.popup-history .modal-header .close{
	position: absolute;
	right: 0;
	margin-right: 20px;
	cursor: pointer;
	color: #666 !important;
	opacity: 1;
}
.ls-reorder .box-heading{ 
	margin-bottom: 30px;
	color: #000 !important;
	background: transparent !important;
}
.ls-reorder .box-heading strong{ 
	font-size: 26px;
}
.ls-reorder .box-heading span#ls-back{ 
	background: #f34f3f;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	cursor: pointer;
	transition: 0.5s ease all;
	border-radius: 5px;
}
.ls-reorder .box-heading span#ls-back:hover{ 
	background: #ca4235;
}
.ls-reorder table th{ 
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	border-top: none !important;
	border-bottom: 1px solid #c4c4c475 !important;
	padding: 15px 0 !important;
}
.ls-reorder table tbody,
.ls-reorder table td{ 
	border-top: none !important;
	vertical-align: middle !important;
}
.ls-reorder table td.cName{ 
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.ls-reorder table td.cName img{ 
	margin-right: 10px;
}
.ls-reorder table td.mobile-ls-orders{ 
	color: #000;
	font-weight: bold;
	font-size: 15px;
	display: none;
}
.ls-reorder table td.mobile-ls-orders img{ 
	margin-right: 10px;
}
.ls-reorder table td{ 
	color: #666666;
	padding: 15px 0 !important;
  }
  .ls-reorder table tr{ 
	border-bottom: 1px solid #c4c4c475 !important;
  }
  .popup-history{
	color: #000 !important;
	overflow: auto !important;
  }
  .popup-history .modal-header{
	border:none;
  }
  .popup-history .modal-body{
	padding: 0;
  }
  .popup-history #ls-history-logo{
	width: 150px;
	margin-bottom: 20px;
  }
  .ls-history-head{
	font-size: 15px;
  }
  .ls-history-border{
	width: 100%;
	background: #f1f1f1;
	padding: 10px 0;
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
  }
  .ls-history-details{
	text-align: left;
	text-transform: capitalize;
	padding: 10px 40px;
  }
  .ls-history-details #ls-order-type{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0000001f;
  }
  .ls-history-details #ls-order-type span{
	font-weight: normal;
  }
  .ls-history-details #ls-order-history{
	padding-top: 15px;
  }
  .ls-history-details #ls-order-history p{
	font-weight: bold;
	font-size: 16px;
  }
  .ls-history-details #ls-order-history .basket-ul{
	padding-bottom: 10px;
	border-bottom: 1px solid #0000001f;
	padding-left: 0;
  }
  .ls-history-details #ls-order-history .basket-ul .order-item-basket{
	font-weight: bold;
  }
  .ls-history-details #ls-order-history .basket-ul li{
	border: none !important;
	margin: 15px 0 !important;
	font-size: 14px;
	list-style: none;
  }
  .ls-history-details #ls-order-history .basket-ul li.parent-item{
	font-weight: bold;
  }
  .ls-history-details #ls-order-history .basket-ul li.sub-item{
	margin: 10px 0 !important;
  }
  .ls-history-details #ls-order-history .basket-ul li .qty-label,
  .ls-history-details #ls-order-history .basket-ul li .x-label{
	font-weight: bold;
  }
  .ls-history-details #ls-order-history .basket-ul li.sub-item .x-label{
	margin-left: 10px;
	font-weight: normal;
  }
  .ls-history-details #ls-order-history .basket-ul li.sub-sub-item .x-label{
	margin-left: 25px;
  }
  .ls-history-details #ls-order-history .basket-ul li.deal-half-half-item{
	font-weight: normal;
	font-style: italic;
  }
  .ls-history-details #ls-order-history .basket-ul li.deal-half-half-item .half-lable{
	margin-left: 25px !important;
  }
  .ls-history-details #ls-order-history .basket-ul li.deal-half-half-item ~ li.sub-sub-item .x-label{
	margin-left: 40px !important;
  }
  .ls-history-details #ls-order-history .basket-ul li.half-half-item{
	font-weight: normal;
  }
  .ls-history-details #ls-order-history .basket-ul li.half-half-item .half-lable{
	margin-left: 10px !important;
  }
  .ls-history-details #ls-order-history .basket-ul li.sub-item.half-half-toppings .x-label{
	margin-left: 25px !important;
  }
  .ls-history-details #ls-order-history .basket-ul li.delivery-fee,
  .ls-history-details #ls-order-history .basket-ul li.service-fee{
	font-weight: bold;
  }
  .ls-history-details #ls-order-history .basket-ul li .notavailable{
	color: #ff0000;
    font-size: 10px;
  }
  .ls-history-details #ls-order-history .ls-reorder-total{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
  }
  .ls-history-details #ls-order-history .ls-reorder-total-text{
	padding-bottom: 30px;
  }
  .ls-history-details #ls-order-history .ls-reorder-total-text p{
	color: #b2b2b2;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
  }
  .ls-reorder .view-ls-order{
	color: #f34f3f;
	text-decoration: underline;
	font-weight: bold;
	border: none;
	background: transparent;
  }
  .popup-history .modal-footer{
	text-align: center !important;
  }
  .popup-history .modal-footer button{
	background: #f1826b;
	padding: 10px 40px;
	border: none;
	transition: all ease 0.5s;
	color: #fff;
  }
  .popup-history .modal-footer button:hover{
	background: #c56a58;
  }
  .popup-history .modal-footer button[disabled]{
	background: gray !important;
  }
  #reorder-page{
	background: #fff;
  }
  .jconfirm-buttons button:first-child{
	background-color: #f1826b !important;
	color: #fff !important
  }
  .jconfirm-buttons button:first-child:hover{
	background-color: #c16a57 !important;
  }
  @media screen and (max-width: 768px) {
	#order-history .col-md-12{
		padding: 0;
	}
	.modal-open ::-webkit-scrollbar{
	  width: 0px;
	}
	.popup-history,
	.popup-history .modal-dialog{
	  padding: 0 !important;
	  margin: 0 !important;
	}
	#wrap{
	  background: #fff !important;
	}
	.ls-reorder .box-heading{
	  padding: 0px 20px;
	}
	.popup-history .modal-header .close{
		font-size: 40px;
		margin-top: -5px;
	}
	#ls-back span{
		display: none;
	}
	.ls-reorder .box-heading h1{
		font-size: 24px;
	}
	.ls-history-details{
		padding: 10px 20px;
	}
	.ls-reorder table td,
	.ls-reorder table th,
	.view-ls-order{
	  display: none;
	}
	.ls-reorder table td.mobile-ls-orders{
	  display: block !important;
	  padding: 20px !important;
	}
	.ls-reorder table td.mobile-ls-orders img{
	  width: 45px;
	  margin-right: 20px;
	}
	.ls-reorder table td.mobile-ls-orders .chevron{
	  font-weight: bold;
	  vertical-align: middle;
	  color: #AFAFAF;
	  font-size: 24px;
	  margin-top: 5px;
	}
	.ls-reorder table td.mobile-ls-orders #mobile-ls-details{
	  display: inline-block;
	  vertical-align: middle;
	  font-size: 18px;
	  width: 75%;
	}
	.ls-reorder table td.mobile-ls-orders #mobile-ls-details span{
	  display: block;
	  color: #666666 !important;
	  font-weight: normal !important;
	  font-size: 13px !important;
	  margin-top: 5px;
	}
	.ls-reorder table td.mobile-ls-orders:hover{
	  background: #f1f1f1;
	}
	#reorder-page{
	  padding: 0;
	}
	#ls-modal-container{
	  display: block !important;
	  padding: 0 !important;
	}
	.ls-reorder{
	  padding: 0 !important;
	}
  }
  @media screen and (max-width: 340px) {
	.ls-reorder .box-heading strong {
	  font-size: 20px;
	}
	.ls-reorder .box-heading span{
	  font-size: 12px;
	}
	.ls-reorder table td.mobile-ls-orders img{
		width: 35px;
   		margin-right: 10px;
	}
	.ls-reorder table td.mobile-ls-orders #mobile-ls-details{
		font-size: 17px;
	}.popup-history .modal-footer button:hover
	.ls-reorder table td.mobile-ls-orders #mobile-ls-details span{
		font-size: 12px !important;
	}
	.ls-history-details #ls-order-history .basket-ul li .x-label{
		padding-right: 3px;
	}
	.ls-history-details #ls-order-history .basket-ul li{
		font-size: 13px;
	}
	.ls-history-head{
		font-size: 13px;
	}
  }

  /*1655 Iphone main section 5 app resolution*/
  @media 
    only screen and (min-device-width: 320px) 
    and (max-device-width: 480px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (device-aspect-ratio: 2/3) {
    	#localserves-app-dl {
    		top: 45%;
    	}
    	#localserves-app-dl h4 {
    		font-size: 16px;
    	}
}
/*Iphone 5 screen with searchbar*/
@media only screen and (max-width: 320px) {
	#main h1 {
		font-size: 25px;
	}
	#localserves-app-dl {
    		top: 40%;
    		margin-top: 15px;
   }
    #localserves-app-dl h4 {
		font-size: 16px;
	}
	.home-arrow img {
		width: 40px;
	}
}

/*OOA-1864*/
@media(min-width:769px) {
	#localserves-app-dl {
		display: none;
	}
}

/*App dl overlap on small browser screen*/
@media(min-width:481px) {
    #localserves-app-dl {
    	margin-top: 10px;
    }
}

/*Main Div responsiveness*/
@media only screen and (min-width: 481px) and (max-width: 740px){
	#main #search {
        top: 35%;
	}
	
	#localserves-app-dl {
		top: 40%;
		margin-top: 0px;
   }
}

@media only screen and (min-width: 741px) and (max-width: 767px) {
	.home-arrow {
		top: 85%;
	}
}

@media (min-width: 768px) {
	#localserves-app-dl {
		margin-top: 5px;
	}
	.home-arrow {
		margin-top: 20px;
	}
}

/*OOA-1735 Reponsive landing nav*/
@media(width:768px) {
	.navbar-right {
		padding-bottom: 0px;
		margin-top: 0px;
	}
	#navbar-localserves li {
		padding: 0px !important;
	}
}

@media only screen and (min-width:769px) and (max-width: 890px){
	#nav-logo {
	width: 200px;
	}
}

/*App dl small browser*/
@media only screen and (min-width: 481px) and (max-width:768px) {
	#localserves-app-dl h4 {
		font-size: 20px;
	}
	#localserves-app-dl img {
		width: 150px;
	}
	.home-arrow {
		top: 85%;
	}
	.home-arrow img {
		width: 40px;
	}
}

@media only screen and (min-width: 741px) {
	#localserves-app-dl {
		margin-top: -10px
	}
}

@media only screen and (min-width: 891px) and (max-width: 1168px) {
	#nav-logo {
		width: 250px;
	}
	.navbar-nav>li {
		margin-top: -10px;
	}
}

.number-exists, .number-exists span{
	font-size: 15px;
    color: #E84C3D !important;
    font-weight: bold;
}

@media only screen and (max-width: 780px) and (orientation: landscape) {
	#main #localserves-app-dl h4{
		display:none;
	}

	#main h1{
		display: none;
	}
	
	#main #search {
		top: 45%;
	}

	#localserves-app-dl{
		top: 55%;
	}

	.home-arrow {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
#store-flex{
	width: auto;
  }
}

@media only screen and (min-width: 820px) and (max-width: 919px){
	.nav > li > a{
		padding: 17px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 819px){
	.nav > li > a{
		padding: 15px 6px;
	}

	.nav > li > a > img{
		width: 25px !important;
	}
}

#navbar-cookie
{
	background-color: #000 !important;
	color: #fff !important;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

#navbar-cookie .btn-accept-cookies{
	background-color: #E84C3D !important;
	border-color: #E84C3D !important;
	border-radius:4px !important;
	text-transform: none !important;
	font-weight: normal !important;
	letter-spacing: normal !important;
}

#navbar-cookie .center-block
{
	max-width: 360px !important;
}

#cont-popup-download-app
{
	margin-top: 10px;
    font-weight: normal;
	font-size: 1.5rem;
}

#cont-popup-download-app .app-logo
{
	max-width: 200px;
}

#cont-popup-download-app .mb
{
	margin-bottom: 1.2rem;
}

#cont-popup-download-app .cont-qr
{
	display: flex;
	align-items: center;
	justify-content: center;
}

#cont-popup-download-app .link-cancel
{
	font-size: 0.9em;
}

#cont-popup-download-app .cont-qr .col-xs-6, #cont-popup-download-app .cont-qr .col-xs-8
{
  padding-left: 30px;
  padding-right: 30px;
}

#modal-app-download .modal-content{
	border-radius: 20px;
	border: none !important;

}

#modal-app-download .modal-dialog-centered
{
	width: auto;
	max-width: 450px;
	margin-top: 250px
}

#register_form .marketing-label,
#form-edit_user_profile .marketing-label{
	display: flex;
	align-items: flex-start;
	column-gap: 8px;
}

#register_form .marketing-label{
	font-size: 13px;
}

.form-control#marketingMaterial{
	height: unset;
    width: unset;
    float: left;
}

.mobile-number-block {
	display: flex;
	justify-content: space-between;
}

.select2-container.mobile-areaCode {
	height: 100% !important;
}

.select2-container.mobile-areaCode .select2-dropdown {
	text-align: center;
}

.select2-container.mobile-areaCode .select2-selection--single {
	height: 100% !important;
}

.select2-container.mobile-areaCode .select2-selection--single .select2-selection__rendered {
	padding-left: 15px !important;
	text-align: center;
}

.mobile-number-block.mobile-number-disabled input[type="text"] {
	width: 100% !important;
}

#areaCode:disabled, .mobile-areaCode.select2-container--disabled {
	display: none !important;
}

/* Country code */
.iti.iti--inline-dropdown {
  width: 100%;
}

.iti--inline-dropdown .iti__search-input {
  font-size: 14px;
}
/* Country code - END */