/* ========================================================================== *\
   BREAKPOINTS
\* ========================================================================== */
@import "responsive-tablet-landscape.css" screen and (min-width:801px) and (max-width:1140px);
@import "responsive-tablet-portrait.css" screen and (min-width:601px) and (max-width:800px);
@import "responsive-mobile.css" screen and (max-width: 600px);

/* ========================================================================== *\
   IMAGE RESIZE
\* ========================================================================== */

img{max-width: 100%; height: auto !important;}
img{ -ms-interpolation-mode: bicubic; }


.heroCard li{
font-size: 14px;
}
main {
	padding: 0px;
}
.heroCard{
gap:40px;
}
.subnav{
text-transform: capitalize;
}
.subnav {
position: sticky;
top: 0px;
left: 0px;
z-index: 999;
display: block;
width: 100%;
background: #ffffff;
padding: 20px 0 0 0;
}
main {
position: relative;
display: block;
}
#writeReview {
padding: 0px 0 0 0; 
}
span.price small strike {
    margin-right: 10px;
}
.belowoption input{
	width:100%;
	border:1px solid gray;
	padding:10px;
	width:100%;
}
.belowoption ul.restaurantGrid.half{
	position: relative;
    border: navajowhite;
    padding: 0;
    margin: 10px 0px;
}
li.date.hide {
    display: none;
}
ul.results li a img.shopLogo {
height: 220px !important;
width: 100%;
object-fit: contain;
}
.browseRestaurant div a img{
    border: 1px solid #ededed;
}
ul.results li a img.shopLogo{
margin: 0 0 10px 0;
  border: 1px solid #ededed;
}
ul.results li a:hover{
transform:none;
box-shadow:none;
}
a.active {
    color: #e3121f !important;
    font-weight: 600;
}
ul.storeTags.applytype{
    cursor:pointer;
}

.columns.centerV.collapse p {
display: inline-flex;
}
form.head-search {
border: 3px solid #ffffff;
border-radius: 3px;
overflow: hidden;
}
.search{
width: 100%;
border:none;
}
input.btn.btnAllSearch {
max-width: 150px;
min-width: auto;
}
.menuCarouselContainer span {
font-weight: 400;
font-size: 13px;
line-height: 24px;
color: #000000;
text-align: center;
border-bottom: none;
padding: 0;
text-wrap: pretty;
}
.autocomplete-container {
/*the container must be positioned relative:*/
position: relative;
}

.autocomplete-container input {
width: calc(100% - 43px);
outline: none;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px;
padding-right: 31px;
font-size: 16px;
}
.paginationContainer{
	text-align:center;
}
