/* header{
    padding-top: 0px;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
} */
.bg-white{
    background-color: #ffffff;
}

.eateasy-menu-wrapper{
    margin: 0;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 90px;
    /* padding: 10px 0; */
}
.eateasy-menu-wrapper .logo{
    max-height: 70px;
}
.eateasy-menu-wrapper .location-but-box{
    padding: 28px 15px;
    /*border: #BB132A solid 1px;
    border-radius: 5px;*/
}
.eateasy-menu-wrapper .location-but-box::before{
    content: "\f3c5";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: 34px;
}

.eateasy-menu-wrapper .location-but-box .loc-main{
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
}
.eateasy-menu-wrapper .location-but-box .loc-sub{
    font-size: 10px;
    padding-left: 25px;
}
.eateasy-menu-wrapper .location-but-box .loc-sub a{
    color: #8D0619;
}
.eateasy-menu-wrapper ul.icon-menu{
    margin: 0;
    padding: 25px 0;
    text-align: right;
}
.eateasy-menu-wrapper ul.icon-menu li{
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.eateasy-menu-wrapper ul.icon-menu li .mn-icon{
    font-size: 18px;
}
.eateasy-menu-wrapper ul.icon-menu li .btn{
    padding: 9px 12px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.eateasy-menu-wrapper ul.icon-menu li .btn-primary{
    color: #ffffff;
    background: #e71c38;
    border: #BB132A solid 1px;
    font-weight: 600;
}
.eateasy-menu-wrapper ul.icon-menu li .btn b{
    font-weight: 600;
}
.eateasy-menu-wrapper ul.icon-menu li i{
    display: block;
    position: absolute;
    margin: -30px 0 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    background: #FFC107;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    color: #000000;
}
@media (max-width: 575.98px) { 
.eateasy-menu-wrapper{
    /* height: 68px; */
}
.eateasy-menu-wrapper ul.icon-menu{
    padding: 0px 0px !important;
}
.eateasy-menu-wrapper .logo {
    height: 48px;
}
}
@media (max-width: 767.98px) { 
.eateasy-menu-wrapper ul.icon-menu li .btn b{
    display: none !important;
}
}


/*----Color Settings----*/

.eateasy-menu-wrapper.menu-red{
    background: #e71c38;
    color: #ffffff;
}
.eateasy-menu-wrapper.menu-red .logo-light{
    display: none;
}
.eateasy-menu-wrapper.menu-white{
    background: #ffffff;
    color: #333333;
    border-bottom: #eeeeee 1px solid;
}
.eateasy-menu-wrapper.menu-white .logo-dark{
    display: none;
    color: #e71c38;
}
.eateasy-menu-wrapper.menu-red ul.icon-menu li .mn-icon{
    color: #ffffff;
}
.eateasy-menu-wrapper.menu-white ul.icon-menu li .mn-icon{
    color: #333333;
}









/* Home Banner */

.eateasy-home-banner{
    background: url(../img/home-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
    margin-top: 90px;
}

/* Location Search  */
.eateasy-location-search{
    padding-bottom: 15px;
}
.eateasy-location-search .location-search-box-outer{
    min-height: 300px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin-top: -100px;
    display: grid;

}

.eateasy-location-search .location-search-box-outer .main-category-box{
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    border-bottom: solid 1px hsla(0, 0%, 0%, 0.18);
}
.eateasy-location-search .location-search-box-outer .main-category-button{
    flex: 1;
    /* padding: 10px; */
    border-right: solid 1px hsla(0, 0%, 0%, 0.18);
    border-bottom: #f3f3f3 solid 5px;
    cursor: pointer;
    background: #f3f3f3;
    display: none;
}
.eateasy-location-search .location-search-box-outer .main-category-button a{
    padding: 10px;
    display: block;
}
.eateasy-location-search .location-search-box-outer .main-category-button:nth-child(1){
    border-radius: 10px 0 0 0;
}
.eateasy-location-search .location-search-box-outer .main-category-button:nth-last-child(1){
    border-radius: 0 10px 0 0;
}
.eateasy-location-search .location-search-box-outer .main-category-button:nth-child(-n+2){
    display: block;
}
.eateasy-location-search .location-search-box-outer .category-more .hidden-category:nth-child(-n+2){
    display: none;
}
.eateasy-location-search .location-search-box-outer .main-category-button:nth-last-child(1){
    display: block;
    border-radius: 0 10px 0 0;
}
.eateasy-location-search .location-search-box-outer .main-category-box .dropdown{
    display: flex;
    flex: 1;
}
.eateasy-location-search .location-search-box-outer .main-category-box .dropdown .main-category-button:nth-child(1){
    border-radius: 0 10px 0 0;
}
.eateasy-location-search .location-search-box-outer .main-category-button.active{
    border-bottom: #e71c38 solid 5px;
    background: #ffffff;
}
.eateasy-location-search .location-search-box-outer .main-category-button:hover{
    border-bottom: #e71c38 solid 5px;
}
.eateasy-location-search .location-search-box-outer .main-category-button .category-icon{
    text-align: center;
}
.eateasy-location-search .location-search-box-outer .main-category-button .category-icon img{
    width: 40px;
    margin: 0 auto;
}
.eateasy-location-search .location-search-box-outer .main-category-button .category-name{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    color: #4E4E4E;
    line-height: 12px;
    padding-top: 4px
}




 /* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .eateasy-location-search .location-search-box-outer .main-category-button:nth-child(-n+3){
        display: block;
    }
    .eateasy-location-search .location-search-box-outer .main-category-button:nth-last-child(1){
        display: block;
        border-radius: 0 10px 0 0;
    }
    .eateasy-location-search .location-search-box-outer .category-more .hidden-category:nth-child(-n+3){
        display: none;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .eateasy-location-search .location-search-box-outer .main-category-button:nth-child(-n+5){
        display: block;
    }
    .eateasy-location-search .location-search-box-outer .category-more .hidden-category:nth-child(-n+5){
        display: none;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .eateasy-location-search .location-search-box-outer .main-category-button:nth-child(-n+7){
        display: block;
    }
    .eateasy-location-search .location-search-box-outer .category-more .hidden-category:nth-child(-n+7){
        display: none;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .eateasy-location-search .location-search-box-outer .main-category-button:nth-child(-n+9){
        display: block;
    }
    .eateasy-location-search .location-search-box-outer .category-more .hidden-category:nth-child(-n+9){
        display: none;
    }
}


/* Model view-categories */

#view-categories{
    z-index: 999999;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
#view-categories .modal-dialog{
    z-index: 95;
    width: 600px;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    background-color: #fff;
    position: absolute;
}
#view-categories .modal-dialog .main-category-box{
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#view-categories .modal-dialog .main-category-box a{
    width: calc(25% - 16px);
    margin: 8px;
}
#view-categories .modal-dialog .main-category-box .main-category-button{
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    min-height: 90px;
}
#view-categories .modal-dialog .main-category-box .main-category-button .category-icon img{
    width: 40px;
}
#view-categories .modal-dialog .main-category-box .main-category-button .category-name{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    color: #4E4E4E;
    line-height: 12px;
    padding-top: 4px;
}







.eateasy-location-search .location-search-box-outer .eateasy-main-search{
    padding-bottom: 30px;
    display: flow-root;
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search h1{
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin: 40px 0 20px 0;
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search .search-bar{
    width: 64%;
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search .search-bar .search-field{
    width: calc(100% - 3px);
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search .input-group{
    width: 100%;
}

.eateasy-location-search .location-search-box-outer .eateasy-main-search .input-group .main-search-mobile.city{
    left: 0px !important;
}
.search-field{
    padding: 11px 22px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s

}

.eateasy-location-search .location-search-box-outer .eateasy-main-search .search-button {
    background: #e71c38;
    width: 18% !important;
    margin: 0 0px 0 3px;
    padding: 11px 22px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 4px;
    border: 1px solid #e71d39;
    color: #ffffff;
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search .search-button:hover {
    background: #8b0916;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.eateasy-location-search .location-search-box-outer .eateasy-main-search .current-location{
    background: #F3F3F3;
    border-radius: 4px;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search .current-location a{
    font-weight: 600;
    color: #999999;
}
.eateasy-location-search .location-search-box-outer .eateasy-main-search .current-location a i{
    color: #E71C38;
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .eateasy-location-search .location-search-box-outer .eateasy-main-search .search-bar{
        width: 100%;
        margin-bottom: 4px;
    }
    .eateasy-location-search .location-search-box-outer .eateasy-main-search .search-bar .search-field{
        width: 100% !important;
        margin: 0px;
    }
    .eateasy-location-search .location-search-box-outer .eateasy-main-search .search-button{
        width: 100% !important;
        margin: 0px;
    }
 }




.home-slider-wrapper{
    padding: 15px 0 50px 0;
}
.swiper-container {
    width: 100%;
    height: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;

  }
  .swiper-slide img{
    width: 100%;
    border-radius: 10px;
  }
  .swiper-pagination{
    position: relative;
    bottom: 0px;
    padding: 15px 0;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active{
    background: #333333;
}







/* -----------------------Restaurant List Page Css -------------------------------*/






.restaurant-list-header{
    background-color: #000000;
    width: 100%;
    margin-top: 90px;
    padding: 30px 0 10px 0;
}
.restaurant-list-header .swiper-button-next, .swiper-button-prev{
    color: #000000;
}
.restaurant-list-swiper .swiper-slide img{
    min-height: 230px;
    object-fit: cover;
}

.cuisine-list{
    padding: 30px 0; 
    background-color: #ffffff;

}
.cuisine-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cuisine-wrapper .cuisine-box{
    width: 76px;
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
    border: solid 1px #E1E1E1;
    border-radius: 8px;
    margin: 8px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}

.cuisine-wrapper .cuisine-box:hover{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border: solid 1px #999999;
}
.cuisine-wrapper .cuisine-box .cuisine-icon {text-align: center;}
.cuisine-wrapper .cuisine-box .cuisine-icon img{width: 40px;}
.cuisine-wrapper .cuisine-box .cuisine-name{
    font-size: 10px;
    font-weight: 600;
    /* height: 28px; */
    padding: 4px 0;
    font-weight: 600;
    color: #555;
}




.eateasy-restaurant-list-section{
    padding: 30px 0;
}
/* .eateasy-restaurant-list:nth-child(4n+1){
    clear: both;
} */
.eateasy-restaurant-box-inner{
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    position: relative;
    border: 1px solid #ededed;
    min-height: 152px;
    margin-bottom: 30px;
    line-height: 1.3;
    display: block;
    color: #555;
    /* -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out; */

    overflow: hidden;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-banner{
    max-height: 150px;
    overflow: hidden;
}
.eateasy-restaurant-box-inner.closed .eateasy-restaurant-box-banner{
    filter: grayscale(1);
}
.eateasy-restaurant-box-inner.closed .rating-section .closed{
    display: block !important;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc{
    position: relative;
    width: 100%;
    max-width: calc(100% - 30px);
    margin: -40px auto 0 auto;
    float: none;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 10px 10px 26px 10px;
    border-radius: 8px;

    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc h3{
    margin: 0;
    padding: 6px 0;
    font-size: 18px;
    color: #000000;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .location{
    font-size: 11px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 15px;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .type{
    font-size: 12px;
    font-style: italic;
    color: #099e44;
    margin-bottom: 10px;
    margin: 5px 0px;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .offers{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 5px;
    color: #fff;
    background: #e71c38;
    border-radius: 0 0 8px 8px;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .offers .mobile-offer{
    display: none;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .rating{
    width: 50px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 15px;
    background: #f0ad4e;
    color: #FFF;
    display: block;
    border-radius: 4px;
    right: 5px;
    position: absolute;
    top: -90px;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .rating.bad{
    background: #FF5C5C !important;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .rating.fair{
    background: #F8BB32 !important;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .rating.good{
    background: #40AD87 !important;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .rating.excellent{
    background: #008255 !important;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section{
    display: flex;
    justify-content: center;
}
.eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .closed{
    width: 50px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 15px;
    background: #d9534f;
    color: #FFF;
    border-radius: 4px;
    display: none;
    margin-left: 5px;
    position: absolute;
    top: -90px;
    right: 5px;
}
.eateasy-restaurant-box-bottom{
    padding: 10px;
}
.eateasy-restaurant-box-bottom ul.delivery-columns {
    margin: 0 0 0 0;
    padding: 0px;
    display: block;
    border-bottom: 1px solid #ededed;
    border-left: none;
    border-right: none;
    text-align: center;
}
.eateasy-restaurant-box-bottom ul.delivery-columns li {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    width: 32%;
    font-size: 14px;
    color: #a60b1b;
}
.eateasy-restaurant-box-bottom ul.delivery-columns li span.c-value{
    font-size: 14px;
    color: #a60b1b;
}
.eateasy-restaurant-box-bottom ul.delivery-columns li span.c-text {
    display: block;
    margin: 5px 0;
    font-size: 10px;
    color: #000;
}
.eateasy-restaurant-box-bottom ul.delivery-options {
    margin: 0 0 0 0;
    padding: 5px;
    display: block;
}
.eateasy-restaurant-box-bottom ul.delivery-options li {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    width: 49%;
    font-size: 11px;
    color: #000;
    text-align: left;
    line-height: 15px;
    min-height: 15px;
}
.eateasy-restaurant-box-bottom ul.delivery-options li i {
    padding-right: 5px;
}

.ads-600{
    display: flex;
}
.ads-600-box{
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}


.ads-600-box img{
    width: 100%;
}
.sponsored-tag{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 16px;
    color: #ffffff;
    border-radius: 8px 0 8px 0;
    font-weight: 600;
}

.ads-600.mobile-none{display: block !important;}




/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

:root {
    --mobile-text-color: #999999;
  }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .eateasy-restaurant-box-inner{
        min-height: 120px !important;
        margin-bottom: 15px;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-top{
        padding: 10px 10px 0 10px;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-banner{
        position: absolute;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-banner img{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc{
        margin: 0px !important;
        background: none !important;
        box-shadow: none !important;
        text-align: left;
        padding: 0px;
        max-width: 100% !important;
        /* min-height: 75px; */
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc h3{
        padding: 0 0 4px 110px;
        /* padding-left: 110px; */
        font-weight: 600;
        font-size: 14px;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .location{
        padding-left: 110px;
        margin: 0 !important;
        font-size: 10px;
        color: var(--mobile-text-color);
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .type{
        padding-left: 110px;
        margin: 0 !important;
        font-size: 11px;
        color: var(--mobile-text-color);
        font-size: 8px;
        font-style: normal;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .offers{
        width: 100px;
        bottom: -60px;
        border-radius: 0px;
        text-align: center;
        font-size: 12px;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .offers .mobile-offer{display: block;}
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .offers .web-offer{display: none;}
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .rating{
        position: absolute !important;
        bottom: -54px !important;
        top: auto;
        right: 0px;
        z-index: 2;
        width: auto !important;
    }
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .rating-section .closed{
        top: 79px !important;
        left: 0px !important;
        margin-left: 0 !important;
        border-radius: 0px;
        width: 100px;
        text-align: center;
        padding: 5px !important;
        z-index: 10;
    }
    .eateasy-restaurant-box-bottom{
        padding: 0 10px 0px 120px;
    }
    .eateasy-restaurant-box-bottom ul.delivery-columns{
        /* padding-left: 125px; */
        text-align: left;
        border-top: 1px solid #ededed;
        margin: 4px 0;
        padding: 4px 0;
        display: flex;
        flex-flow: wrap;
    }
    .eateasy-restaurant-box-bottom ul.delivery-columns li{
        display: inline-flex;
        width: auto !important;
        padding: 1px !important;
        
    }
    .eateasy-restaurant-box-bottom ul.delivery-columns li span.c-value{
        font-size: 8px !important;
        font-weight: 600;
        order: 2;
        /* padding-right: 5px !important; */
        color: var(--mobile-text-color);
        margin: 0;

    }
    .eateasy-restaurant-box-bottom ul.delivery-columns li span.c-text{
        display: inline-flex;
        order: 1;
        font-size: 8px;
        font-weight: 400;
        padding-right: 4px;
        color: var(--mobile-text-color);
        margin: 0;
    }

    .eateasy-restaurant-box-bottom ul.delivery-options{
        padding: 0px;
        display: flex;
        flex-flow: wrap;
    }
    .eateasy-restaurant-box-bottom ul.delivery-options li{
        width: auto !important;
        padding: 0 5px 0 0 !important;
        font-size: 8px;
        color: var(--mobile-text-color);
    }
    .eateasy-restaurant-box-bottom ul.delivery-options li .fa{
        display: none;
    }
    
    .cuisine-list .cuisine-wrapper{
        overflow-x: scroll;
        justify-content: unset;
        flex-wrap: unset;
    }
    .cuisine-list .cuisine-wrapper::-webkit-scrollbar {
        display: none;
    }
    .cuisine-list .cuisine-wrapper .cuisine-box{
        flex: 0 0 76px;
    }

    .eateasy-restaurant-box-desc .tag-offer{
        top: 0px;
        left: 60px;
        right: unset;
        color: #fff;
        border: none;
        background: #e71c38;
        border-radius: 0 0 0 8px;
        text-align: center;
    }

    .ads-600.mobile-none{display: none !important;}

}



/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
   
 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

 }









/* -----------------------Menu List Page Css -------------------------------*/

.menu-profile-section{
    width: 100%;
    margin-top: 90px;
    padding: 30px  0;
    background: #ffffff;
    border-bottom: 1px solid #ddd;;
}
.profile-box .profile-image-section .profile-image-box{
    
}
.profile-box .profile-image-section .profile-image-box .discount-section{
    position: absolute;
    bottom: 0px;
    left: 15px;
    z-index: 10;
    background: #E71C38;
    color: #ffffff;
    width: calc(100% - 30px);
    padding: 5px;
    text-align: center;
    font-weight: 600;
}
.profile-box .profile-image-section .swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}

.profile-box .profile-image-section .profile-image-box img{
    width: 100%;
}
.menu-profile-section .breadcrumb a {
    color: #000000;
}
.menu-profile-section .breadcrumb>li+li:before {
    color: #000000;
}
.menu-profile-section .profile-details-section .restaurant-name{
    font-size: 24px;
    font-weight: 600;
}
.menu-profile-section .profile-details-section .rating-section{
    padding-bottom: 5px;
}
.menu-profile-section .profile-details-section .rating-section .rating-box{

}
.menu-profile-section .profile-details-section .rating-section .rating-box .rating{
    width: 50px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 15px;
    background: #f0ad4e;
    color: #FFF;
    border-radius: 4px;
    right: 5px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.menu-profile-section .profile-details-section .rating-section .rating-box .rating.bad{
    background: #FF5C5C !important;
}
.menu-profile-section .profile-details-section .rating-section .rating-box .rating.fair{
    background: #F8BB32 !important;
}
.menu-profile-section .profile-details-section .rating-section .rating-box .rating.good{
    background: #40AD87 !important;
}
.menu-profile-section .profile-details-section .rating-section .rating-box .rating.excellent{
    background: #008255 !important;
}
.menu-profile-section .profile-details-section .rating-section .rating-box .vote-count{
    font-size: 12px;
    color: #999999;
}

.menu-profile-section .profile-details-section .food-type{
    color: #999999;
    /* padding: 3px 0; */
}
.menu-profile-section .profile-details-section .location{
    color: #999999;
    /* padding: 3px 0; */
    padding-bottom: 5px;
}
.menu-profile-section .profile-details-section .delivery-details{

}
.menu-profile-section .profile-details-section .delivery-details .details-box{
    padding: 2px 8px;
    background: #F6F6F6;
    color: #555555;
    border: solid 2px #DDDDDD;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}
.menu-profile-section .profile-details-section .delivery-details .details-box.highlight{
    color: #e71c38;
    border: solid 2px #e71c38;
    /* background: #fff; */
}
.menu-profile-section .profile-details-section .delivery-details .mob-txt{
    display: none;
}
.menu-profile-section .profile-details-section .delivery-options{
    padding-bottom: 5px;
}
.menu-profile-section .profile-details-section .delivery-options .options-box{
    padding: 2px 8px;
    background: #F6F6F6;
    color: #555555;
    border: solid 2px #DDDDDD;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}
.menu-profile-section .profile-details-section .coupon-section{
    display: flex;
    
}
.menu-profile-section .profile-details-section .coupon-section .coupon-box{
    display: flex;
    flex-basis: auto;
}
.menu-profile-section .profile-details-section .coupon-section .coupon-box .coupon{
    padding: 5px 15px;
    border: 3px dotted #099e44;
    color: #099e44;
    font-weight: 600;
    font-size: 16px;
    align-self: center;

}
.menu-profile-section .profile-details-section .coupon-section .coupon-details-box{
    display: flex;
    width: 100%;
    flex-flow: column;
    padding-left: 10px;
}
.menu-profile-section .profile-details-section .coupon-section .coupon-details-box .offer-text{
    display: flex;
    color: #099e44;
    font-size: 16px;
    font-weight: 600;
}
.menu-profile-section .profile-details-section .coupon-section .coupon-details-box .offer-details{
    font-size: 12px;
}
.menu-profile-section .profile-details-section .floting-section{
    display: inline-block;
    
}
.menu-profile-section .profile-details-section .floting-section .square-btn{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 15px;
}

.menu-product-cart-box{
    display: flex;
}
.menu-product-cart-box .pc-item{
    flex: 1;
}
.menu-product-cart-box .pc-item button{
    background: #099E44;
    border: none;
    font-size: 16px;
    color: #ffffff;
    padding: 3px 5px;
    outline: none;
}
.menu-product-cart-box .pc-item button.fa-minus{
    border-radius: 4px 0 0 4px;
}
.menu-product-cart-box .pc-item button.fa-plus{
    border-radius: 0 4px 4px 0;
}
.menu-product-cart-box .pc-item .cart-quantity{
    padding: 1px 10px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    display: inline-block;
}


/* Sidebar Advertisement */

.sidebar-sponsored{
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.sidebar-sponsored img{
    width: 100%;
}
.sidebar-sponsored .sponsored-image{
    position: relative;
}
.sidebar-sponsored .sponsored-tag{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 16px;
    color: #ffffff;
    border-radius: 8px 0 8px 0;
    font-weight: 600;
    
}


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
   

 }


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .menu-profile-section{
        padding: 0px !important;
    }
    .menu-profile-section .profile-image-section{
        padding: 0px !important
    }
    .profile-box .profile-image-section .profile-image-box img{
        max-height: 300px;
        object-fit: cover;
    }
    .profile-box .profile-image-section .profile-image-box .discount-section{
        left: 0px !important;
        width: 100% !important;
        
    }
    .profile-box .profile-image-section .profile-image-box .swiper-slide img{
        border-radius: 0px;
    }
    .menu-profile-section .profile-details-section .floting-section .square-btn{
        top:15px
    }
    .menu-profile-section .profile-details-section .breadcrumb{
        position: absolute;
        top: -300px;
        left: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10;
        padding: 0 15px;
        border: none !important;
    }
    .menu-profile-section .breadcrumb a{
        color: #ffffff;
    }
    .menu-profile-section .breadcrumb>li+li:before{
        color: #ffffff;
    }
    .menu-profile-section .profile-details-section .delivery-details .details-box{
        /* background: none !important; */
        /* border: none !important; */
        /* margin: 0 !important; */
    }
    .menu-profile-section .profile-details-section .delivery-details .mob-txt{
        display: block !important;
    }
    .menu-profile-section .profile-details-section .delivery-details .web-txt{
        display: none !important;
    }
    .menu-profile-section .profile-details-section .delivery-options .options-box{
        /* background: none !important; */
        /* border: none !important; */
        /* margin: 0 !important; */
    }
    .profile-box .profile-image-section .profile-image-box {
        /* padding-top: 30px; */
    }

}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .menu-profile-section .profile-details-section .restaurant-name{
        margin: 10px 0;
    }
    
 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }




/* Corrections */
@media (min-width: 767.98px) {
    .eateasy-restaurant-box-inner .eateasy-restaurant-box-desc .type{
        min-height: 30px;
        max-height: 30px;
        overflow: hidden;
    }
}

@media (min-width: 767.98px) {
    .eateasy-restaurant-list{
        min-height: 398px;
    }
}
