/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.col-md-12.txt-right {
    text-align: right;
}



.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/*---------------My style css--------------------*/

.full-widths {
    max-width: 100%;
}

img.location-banner {
    border-radius: 0;
    margin-bottom: 25px;
}

div#category-box ul li.list-group-item a i {
    display: none;
}

.orders-tab-content .partial #category-box.module-box li.list-group-item a {
    font-size: 14px !important;
    border: none !important;
    transition: 0.2s all linear;
    padding: 8px 0 8px 20px !important;
}

div#cart-alert button.close.top-20 {
    margin-right: 10px;
}

.cart-alert p.alert-success,
.alert-dismissable .alert-danger {
    border-radius: 7px;
}

div#reservation-alert .close.top-35 {
    top: 0px;
    color: #fff;
}

.panel-default.menu-list-info .common-box-for-menu .panel-body {
    padding: 0px;
    padding-top: 0px !important;
}

.panel-default.menu-list-info .common-box-for-menu .panel-body .tab-content {
    overflow: hidden;
}

div#category-box .panel-default .list-group li {
    padding: 0px !important;
}

.menu-list-info .common-box-for-menu .navbar-collapse.collapse {
    display: none !important;
    overflow: hidden;
}

.menu-list-info .common-box-for-menu .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
}

.menu-list-info .items-name {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e1dcdb;
}

.menu-container a.menu-toggle.tablinks.cate-name {
    font-size: 17px;
    font-weight: 600;
}

.menu-items .items-name h4 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
}

#info-menu .common-info-box .list-group-item p {
    margin-bottom: 0px;
    font-size: 14px;
}

#info-menu .common-info-box {
    margin-bottom: 10px;
}

#info-menu .common-info-box .list-group-item p.pay-items {
    color: #999;
}

.rev-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2.food-name {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

#cart-info .cart-items.sidebar_content {
    max-height: 100% !important;
}

.media-itm .media-full img {
    width: 100%;
    margin-bottom: 15px;
}

#optionsModal .modal-body {
    padding: 15px;
}

#optionsModal .media-body p.description {
    margin-bottom: 5px;
}

.menu-quantity input {
    width: 100% !important;
    border: 1px solid #d5d5d5;
}

.modal-menu-options .modal-body .bg-with-txt {
    font-size: 17px;
    background: #ededed;
    color: #444;
    padding: 6px 20px !important;
    width: 100%;
}

.modal-menu-options .rad-left label {
    padding: 6px 20px 6px 40px !important;
    width: 100%;
    font-size: 15px;
    color: #444;
}

.modal-menu-options .radio input[type="radio"],
.modal-menu-options .radio-inline input[type="radio"],
.modal-menu-options .checkbox input[type="checkbox"],
.modal-menu-options .checkbox-inline input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.modal-menu-options .price-righ {
    float: right;
}

#content-left #category-box.module-box li.list-group-item a:hover,
div#content-left #category-box.module-box li.list-group-item a.active {
    background: #fff;
    color: #f5511e !important;
    font-weight: bold;
}

.demo-gallery>.light-zoom {
    width: 109%;
}

.common-box-for-menu.posit-absol {
    position: absolute;
    top: 102px;
    background: transparent;
    z-index: 999;
}

.common-box-for-menu.posit-absol h2.food-name {
    color: #fff;
}

.common-box-for-menu.posit-absol span.ratings1 {
    color: #fff;
}

.common-box-for-menu.posit-absol p.menu-addr {
    color: #fff;
}

.common-box-for-menu.posit-absol .fa-star {
    color: #ffffff;
}

.common-box-for-menu.posit-absol .fa-star-o {
    color: #ffffff;
}

.pos-a {
    position: absolute;
    top: -75px;
    right: 15px;
}

.add-fav.pos-a button i.fa.fa-heart-o {
    color: #fff;
}

.add-fav.pos-a button {
    height: 40px;
    border-radius: 7px;
    box-shadow: none;
    background: #000;
    color: #fff !important;
    border-color: #000 !important;
    border: 0px;
}

.add-fav.pos-a button:hover {
    background-color: #f5511e !important;
    border-color: #f5511e !important;
    border: 0;
}

.add-fav.pos-a button:hover i.fa.fa-heart {
    color: #fff;
}

.add-fav.pos-a button:focus {
    outline: none;
}

.common-box-for-menu ul.nav.nav-tabs li {
    background: #ffffff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #efeded;
}

.col-md-12.col-sm-12.col-xs-12.content_bacg.after-log-top-space.min-he {
    min-height: 550px;
}

.common-box-for-menu ul.nav.nav-tabs li a {
    color: #f5511e !important;
}

.common-box-for-menu ul.nav.nav-tabs li.active a {
    color: #fff !important;
}

.panel.with-nav-tabs.panel-default.menu-list-info .common-box-for-menu {
    margin-bottom: 0px;
}

.panel.with-nav-tabs.panel-default.menu-list-info .common-box-for-menu .tab-content {
    border: 0px;
    padding: 0px 0px;
}

.menu-items-page .demo-gallery {
    padding: 30px 0 0px;
}

.new-b.banner-cont {
    display: table;
    width: 100%;
}

.new-b .banner-search-img {
    display: table-cell;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    position: relative;
}

.search-page-location svg {
    width: 16px;
    position: absolute;
    right: 25px;
    top: 14px;
    color: #888;
}

.price_slider h2 {
    font-size: 16px;
    color: #f5511e;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}

.search-page-location {
    margin-bottom: 20px;
    position: relative;
}

.filter-box-one-by {
    margin-bottom: 50px;
}

div#options .block-checkbox {
    display: block;
}

.filter-open:before {
    content: "\f106";
    position: absolute;
    top: -3px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    transition: 0.2s all linear;
    color: #f5511e;
}

.filter-open:before {
    content: "\f106";
    position: absolute;
    top: -3px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    transition: 0.2s all linear;
    color: #f5511e;
}

.filter-open {
    position: relative;
    cursor: pointer;
}

.chng-arrow:before {
    transform: rotate(180deg);
}

.filter-radios .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.filter-radios .radio label {
    color: #2e3433;
    font-size: 14px;
}

.filter-radios .radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 2px solid #ababab;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.filter-radios .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #f5511e;
    box-shadow: inset 0 0 0 4px #fff;
}

.filter-radios {
    margin-top: 20px;
}

.filter-radios .radio {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.filter-radios .radio label {
    color: #2e3433;
    font-size: 13px;
}

.filter-radios .block-radio {
    display: block;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-right: 0px;
}

.search-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

.search-information-box {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 30px;
    padding-bottom: 15px;
}

.searh-info-box .food-img {
    max-width: 100%;
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: inline-block;
    border: 1px solid #f2f2f2;
}

.foot-information {
    text-align: center;
    margin-top: 10px;
    min-height: 100px;
}

.foot-information h5 {
    font-size: 16px;
    color: #f5511e;
    font-weight: bold;
    margin-bottom: 0px;
}

.foot-information p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.filter-info {
    padding: 0;
}

.filter-info li {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

.filter-info li i {
    margin-right: 3px;
}

.prod-item {
    position: relative;
}

.btn-widt {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.searh-info-box:hover .btn-widt {
    opacity: 1;
    top: 50%;
}

.searh-info-box:hover .prod-item:before {
    opacity: 0.9;
}

.prod-item:before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    width: 100%;
    top: 0;
    background-color: ##9c9fa3;
    background: #a75c44;
    background-image: -webkit-gradient(linear, left top, right top, from(#9c9fa3), to(#a75c44));
    background-image: -webkit-linear-gradient(left, #7347c1, #a75c44);
    background-image: -o-linear-gradient(left, ##9c9fa3, #a75c44);
    background-image: linear-gradient(to right, #9c9fa3, #a75c44);
    left: 0;
}

.btn-sm.feed-btn.no-bro {
    border-radius: 7px;
}

.btn-widt .btn {
    max-width: 50%;
    margin: 0pc auto;
    margin-top: 15px;
    border-radius: 7px;
    padding: 6px 12px;
}

.search-page-location input#search {
    color: #383838 !important;
    border-radius: 7px;
}

.star-rating-check.block-checkbox {
    display: block;
}

.category-filter {
    display: block;
    overflow: auto;
    max-height: 300px;
}

div#bor-left {
    border-left: 1px solid #ddd;
}

.menu-information-box {
    margin-bottom: 15px;
    border-radius: 7px;
}

.we-open p {
    margin: 0;
    font-size: 13px;
    margin-bottom: 10px;
}

.we-open h5 {
    margin-bottom: 10px;
}

span.restaurant_type {
    display: block;
    font-size: 12px;
}

span.hotel_name.small-font {
    font-size: 12px;
    padding: 0;
    font-weight: normal;
}

span.hotel_name {
    padding: 0;
}

.bac-btnn .bt-fav a {
    font-size: 14px;
}

.col-md-6.col-sm-6.col-xs-6.pos-one.twoo {
    right: 0;
    position: absolute;
    max-width: 200px;
    top: 0px;
    margin: 0px;
    height: 40px !important;
    border-radius: 7px;
}

.pos-one {
    position: absolute;
    max-width: 160px;
    top: -75px;
    margin: 0px;
    height: 40px !important;
    border-radius: 7px;
}

.pos-one input.btn.btn-primary.btn-block.book-table-order {
    border-radius: 7px;
    line-height: 25px;
}

a.img-wrap.overf {
    display: block;
    overflow: hidden;
}

.hotel-name {
    margin-top: 15px;
}

.hotel-name h5 a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #f5511e;
}

.hotel-name p {
    color: #686b78;
    font-size: 12px;
    margin-top: 4px;
}

.details-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 15px 0 0;
    margin-top: 15px;
}

span.text-rightt {
    float: right;
    font-size: 13px;
    color: #888;
    margin-right: 5px;
    margin-top: 4px;
}

.rating-price {
    height: 20px;
    width: 50px;
    padding: 0 5px;
    font-weight: 400;
    text-align: center;
    background-color: #f5511e;
    color: #fff;
}

.rating-price i.fa.fa-star {
    color: #fff;
}

span.rate-str {
    color: #fff;
}

.dot-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #7f848c;
}

.dot-p:before {
    content: ".";
    position: absolute;
    font-size: 40px;
    top: -30px;
}
.col-sm-12.col-md-12.col-xs-12.mob-nopad.pos-rel {
    position: relative;
}
.search-page-location input#search{
    font-family: 'Montserrat', sans-serif !important;
}
input#from-place{
    font-size: 16px;
    color: #000;
    background: transparent;
    width: 100%;
    border: 0;
    font-family: 'Montserrat', sans-serif !important;
    padding: 8px 0;
    padding-left: 15px;
}

.img-sad p i {
    padding-top: 120px;
    font-size: 120px;
}
.img-sad {
    text-align: center;
}

.search-message-empty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4.5em;
    padding-top: 200px;
    color: #f5511e;
    font-weight: 400;
}
.search-message-empty-decal {
    margin-right: 2rem;
    font-size: 6rem;
    transform: rotate(90deg);
    color: #f5511e;
    font-weight: 400;
}
.about-heading i.fa.fa-chevron-down {
    margin-left: 25px;
    color: #f5511e !important;
}
a.noc i.fa.fa-chevron-down:before {
    content: "\f077" !important;
}
a.noc.collapsed i.fa.fa-chevron-down:before {
    content: "\f078" !important;
}

.fh5co-cover .desc legend.txt-type p {
    color: #f5511e;
}
.cs-select{
    color: #f5511e;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
   
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media(max-width: 991px) {
    .btn-widt .btn {
        max-width: 70%;
    }
}

@media screen and (max-width: 480px) {
    footer {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .demo-gallery>.light-zoom>.gal-img-col a>.menu-banner {
        height: 100% !important;
    }
    span.hotel_name {
        margin-bottom: 15px;
    }
    .mob-cat-view .list-cat {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .review_block {
        padding: 15px 0 !important;
    }
    .mob-cat-view {
        width: 100%;
        text-align: left;
        background: #efefef;
        border: none;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .mob-cat-view i {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        font-size: 18px;
        color: #3a2d28;
    }
    .col-sm-2.col-md-2.mobile-bot {
        margin-bottom: 15px;
        padding-top: 0px !important;
    }
    div#bor-left {
        border: 0px;
        margin-top: 20px;
    }
    .review-box .ratings {
        text-align: left;
    }
    .review-box .review_content {
        margin-bottom: 0px;
    }
}

span.white-txt{
    color: #484846;
    display: block;
    float: left;
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    line-height: .2;
}
span.yelow-txt {
    color: #f5511e;
    display: block;
    float: left;
    font-size:85px;
}
.s013 form fieldset legend {
    display: block;
    text-align: left !important;
    border:0px; 
}
.inner-form {
    max-width: 70%;
}
.fh5co-cover, .fh5co-hero{
    height: 550px !important;
}
.s013 form .inner-form .input-wrap .input-field label.lights-blk {
    position: absolute;
    top: -45px;
    color: rgb(72 72 70 / 60%);
    left: 0;
    font-size: 20px;
    font-weight: 100;
}
.s013 form .inner-form .input-wrap {
    background: rgb(141 141 140 / 40%) !important;
}
.fh5co-hero .module-local_module .desc{
    margin-top: 0px !important;
}
.fh5co-cover .desc legend.txt-type p {
    text-align: left;
    font-size: 45px !important;
}
.fh5co-cover .desc legend.txt-type p span.overall-span {
    display: block;
    font-size: 80px;
}
.new-b.banner-cont.innerBanner {
    display: block;
}
.new-b.banner-cont.innerBanner .banner-search-img {
    display: block;
    padding: 60px 0;
}
.new-b.banner-cont.innerBanner .banner-search-img {
    display: block;
    padding: 60px 0;
    overflow: hidden;
    height: auto;
}
.store-offer-item {
  padding: 20px 20px 16px 20px;
  margin-bottom: 15px;
  display:block;
}
.store-offer-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  
}
.shadow-box {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  background: #FFFFFF;
  border-radius: 5px;
}

.store-offer-item .store-thumb-link {
    float: left;
    margin-right: 20px;
}
.store-offer-item .store-thumb-link .offer-image {
    max-width: 126px;
    line-height: 0px;
    margin-bottom: 5px;
  text-align:center;
}
.offer-image a {
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
}
.offer-image a:hover {
  border-color: #fe495d;
}
.offer-image img {
    width: 100%;
}
.offer-text {
  display:block;
  width:100%;
  height:100px;
  font-size:42px;
  line-height:36px;
  margin:10px 0 0 0;
  display: table-cell;
    vertical-align: middle;
    text-align: center;
  font-family: 'Passion One', cursive;
}
.store-offer-item .store-thumb-link .store-name a {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    color: #1c9ab3;
    text-align: center;
    width:100%;
}
.store-offer-item .store-thumb-link .store-name a:hover {
  color:#fe495d;
}
.store-offer-item .store-thumb-link .store-name a span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: block;
    float: left;
    white-space: nowrap;
}
.store-offer-item .store-thumb-link .store-name a i,
.des-more i{
  font-size:9px;
}
.store-offer-item .latest-coupon {
    max-width: 59%;
    margin-right: 20px;
      float: left;
      width: 100%;
  }
.latest-coupon .coupon-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: -2px;
  line-height: 1.5;
}
.latest-coupon .coupon-des {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
}
.store-offer-item .coupon-detail {
  float: right;
  margin-top: 25px;
}
.store-offer-item .coupon-detail a.btn.btn-primary.btn-block {
    color: #fff !important;
    height: auto;
    padding: 6px;
}
.off-dates p {
    margin-bottom: 10px;
}
h3.coupon-title.mb-0 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.off-dates p {
    margin-bottom: 10px;
}
.off-descs h4 {
    margin-bottom: 10px;
}
.offer-badge.offer span {
    background-color: #dc3545;
}
.offer-badge.announcement span{
    background-color: #17a2b8;
}
.offer-badge span {
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
h3.coupon-title.mb-23 {
    font-size: 30px;
    margin-bottom: 10px;
}
.offer-img-1 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.offer-img-1 img{
    max-width: 100%;
    width: auto;
        max-height: 100%;
}
.off-descs h4 {
    color: #777;
}
div#s2id_customer_delivery_address span#select2-chosen-1 {
    color: #f5511e !important;
    font-weight: 600;
    text-shadow: 1px 1px #5f2f20;
}
.flexslider .slides > li{
    box-shadow: inset 0 0 0 2000px rgb(39 28 34 / 64%);
}
.s013 form#location-form .inner-form .input-wrap .input-field label.lights-blk{
    color: #fff;
}
form#location-form .cs-select{
    color: #f5511e;
    text-shadow: 1px 1px #5f2f20;
}
.s013 form#location-form .inner-form .input-wrap.first {
    min-width: 250px;
    max-width: 500px;
}
@media(max-width: 991px){
.store-offer-item .store-thumb-link {
    text-align: center;
    float: none;
    margin-bottom: 15px;
}
.store-offer-item .store-thumb-link .offer-image {
    margin: 0px auto;
}
.store-offer-item .latest-coupon{
    max-width: 70%;
}
}
@media (min-width: 768px){
    .fh5co-hero .module-local_module{
        margin-top: -1015px !important;
    }
     .container.top-spacing.min-space{
        min-height: 590px;
    }
}

@media(max-width: 767px){
    .fh5co-hero .fh5co-cover .desc {
        top: 75% !important;
    }
    .fh5co-cover .desc legend.txt-type p {
        font-size: 32px !important;
    }
    .fh5co-cover .desc legend.txt-type p span.overall-span {    
        font-size: 40px;
    }
    div#slider .flexslider .slides > li{
        background-position: left !important;
    }
    span.bell-count {
        left: 36px;
        top: 6px !important;
    }
    .store-offer-item .coupon-detail{
        float: left;
    }
    .store-offer-item .latest-coupon{
        max-width: 100%;
    }
}

.fh5co-cover .desc legend.txt-type p {
    font-weight: 100;
}
.txt-type p span.typed-text{
    font-weight: bold !important;
}
.s013 form .inner-form .input-wrap.first {
    min-width: 250px;
}

@media (min-width: 768px) and (max-width: 979px) {
   .col-lg-2.col-sm-2.col-md-2.col-xs-2.padd-none .food_price {
        font-size: 12px;
    }
}
@media(max-width: 400px){
.menu-items-page .menu-information-box {
    padding: 20px 4px;
}
.panel.with-nav-tabs.panel-default.menu-list-info .common-box-for-menu {
    padding: 20px 4px;
}
.menu-list-info .items-name .food_price {
    font-size: 12px !important;
}
}
@media (min-width: 1200px) and (max-width: 1299px){
.foot-information {
    min-height: 100px;
}
}