html,body{
    font-family: "Open Sans","Roboto","sans-serif";
    font-weight: 300;
    margin:0;
    padding:0;
    height:100%;
    font-size:14px;
    /*background:#fff;*/
    color:#000;
    }
    
    body p.small,
    .search-input-wraps #restaurant_name,
    .cod-text,
    #section-browse #restuarant-list  p.cod-text
    {
    font-size:13px;
    }
    
    #section-browse #restuarant-list  p.cod-text{
    text-align:center;
    }
    
    img{
    max-width:100%;
    height:auto;
    }
    
    .border{
    border:0px solid red;
    }
    
    .top-menu-wrapper{
    z-index:99;
    border:0px solid blue;
    padding-top:5px;
    padding-bottom:5px;
    position:absolute;
    width:100%;
    top:0;
    transition:all .3s ease-in;
    background-color: rgba(0, 0, 0, .8);
    min-height: 70px;
    }
    
    
    .top-menu-wrapper img.logo{
    max-width:150px;
    /* min-width:180px; */
        max-height: 60px;
    }
    
    .top-menu-wrapper .col-b{
    margin-top:22px;
    }

    #page-grocery .top-menu-wrapper .col-b, 
    #page-store .top-menu-wrapper .col-b, 
    #page-index .top-menu-wrapper .col-b
    {
        margin-top:16px !important;
    }
    
    /*ADDED BY FARHAN*/
    
    #menu a{
    
    border-radius: 6px;
    padding: 10px;
    margin-left: 15px;
    
    color:#000;
    font-family: "Open Sans","Roboto","sans-serif";
    /*font-family: "Open Sans","Roboto","sans-serif";
    font-size:14px;
    font-weight:bold;
    display:block;
    background: #e6e9f0;
    box-shadow: 10px 7px 10px -4px rgba(50, 50, 50, 0.10);
    /*padding:5px 15px;*/
    }
    
    #menu li.active a,
    #menu a:hover,
    /* .section-footer a:hover, */
    .mobile-search-menu a.selected i,
    .progress-dot a.selected i
    {
    color:#5F64DC;
    background-color: #e6e9f0;
    
    }
    
    #menu .logout-menu a:hover,
    #menu .green-button a:hover,
    #menu li.active.green-button a
    {
    color:#fff;
    }
    
    #menu a:hover,
    .section-footer a:hover
    {
    /*opacity:0.5;*/
    text-decoration:none;
    }
    
    #menu{
    display:table;
    border:0px solid red;
    margin:0;
    padding:0;
    float:right;
    }
    
    #menu li{
    display:table-cell;
    border:0px solid blue;
    margin:0;
    padding:0;
    }
    
    .parallax-container{
    border:0px solid red;
    min-height:470px;
    width:100%;
    background: rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.25);
    }
    
    .parallax-search,
    .mobile-banner-wrap .layer
    {
    border:0px solid red;
    min-height:300px;
    width:100%;
    background: rgb(0, 0, 0);
    /*background:rgba(0, 0, 0, 0.5);*/
    }
    
    .parallax-menu{
        background:rgba(0, 0, 0, 0.5);
    }
    
    .mobile-banner-wrap .layer
    {
    min-height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    }
    
    .parallax-search.parallax-menu
    {
    min-height:390px;
    }
    
    .search-wraps{
    border:0px solid white;
    width:60%;
    margin:auto;
    padding-top:135px;
    text-align: center;
    color: #fff;
    }
    
    .search-wraps.single-search{
    padding-top:60px;
    text-align: center;
    color: #fff
    }
    
    .parallax-search .search-wraps{
    padding-top:125px;
    border:0px solid red;
    }

    #page-searcharea .search-wraps{
    padding-top:100px;
    border:0px solid red;
    }

    .slick-prev:before {
        content: "\f060" !important;
        font-family: 'FontAwesome' !important;
        font-size: 18px !important;
        color: #fff !important;
        background: #000;
        padding: 10px;
        border-radius: 50%;
    }
    .slick-next:before {
        content: "\f061" !important;
        font-family: 'FontAwesome' !important;
        font-size: 18px !important;
        color: #fff !important;
        background: #000;
        padding: 10px;
        border-radius: 50%;
    }

    .slick-prev{
        left: -38px !important;
    }


    #page-index .slick-slide .box-grey,#page-grocery .slick-slide .box-grey,#page-grocerymenu .merchant-menu-4-item .box-grey, #page-menu .merchant-menu-4-item .box-grey{
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        background: #fff !important;
    }

    /* .slick-next{
        right: -25px !important;
    }
     */
    
    .search-wraps h1
    {
    color:#fff;
    font-size:50px;
    text-align:center;
    font-weight:300;
    font-family: "Open Sans","Roboto","sans-serif";
    font-weight: 700;
    }
    
    .sections h2,
    .sections h4
    {
    color: #0d1115;
    font-family: "Open Sans","Roboto","sans-serif";
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 40px;
    text-align:center;
    
    }
    
    .sections h4{
    font-size:20px;
    text-align:inherit;
    color:#474d5d;
    margin:0;
    line-height:normal;
    }
    
    .sections{
    padding-top:20px;
    padding-bottom:30px;
    }
    
    p,
    .search-input-wraps #s,
    .search-input-wraps .search-field
    {
    font-size:16px;
    font-family: "Open Sans","Roboto","sans-serif";
    }
    
    
    .search-wraps p a
    {
    /*text-align:center;*/
    color:#000;
    margin-bottom:20px;
    }
    
    .search-wraps h4{
        text-align:center;
        color:#fff;
        /*margin-bottom:20px;*/
    }
    
    .search-wraps.menu-header p{
    margin-bottom:8px;
    }
    
    .sub-banner-header{
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
    background:url("../images/grey-bg.png");
    }
    
    .search-input-wraps{
    padding:14px 28px;
    background:#fff;
    width:80%;
    margin:auto;    
    }
    
    .rounded{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    }
    
    .rounded3{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    }
    
    
    .rounded5{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    }
    
    
    .rounded30{
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    }
    
    .search-input-wraps #s,
    .search-input-wraps .search-field,
    .search-input-wraps #restaurant_name
    {
    width:100%;
    padding:1px;
    color:#444;
    border:none;
    }
    
    *:focus {
        outline: none;
    }
    
    .search-input-wraps button[type="submit"]
    {
    background:none;
    border:none;
    font-size: 28px;
    position: absolute;
    right: -7px;
    top:-5px;
    }
    
    .relative{
    position:relative;
    }
    
    .search-menu,
    .search-menu li
    {
    margin:0;
    padding:0;
    display:table;
    width:100%;
    }
    
    .search-menu li{
    display:table-cell;
    width:auto;
    }
    
    .search-menu li a{
    display:block;
    height:110px;
    width:110px;
    border:1px solid #f75d34;
    margin:auto;
    text-indent:-9999px;
    
    -moz-border-radius: 55px; -webkit-border-radius: 55px; border-radius: 55px;
    background: rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.75);
    position:relative;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
    
    .search-menu li a:hover,
    .search-menu li a.selected
    {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: white;
    box-shadow: inset 0 0 0 138px #040c13, 0 0 0 6px rgba(50, 50, 50, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1);
    border:none;
    }
    
    .search-menu li a i{
    width:80px;
    height:83px;
    position:absolute;
    left:14px;
    top:10px;
    display:block;
    }
    
    .search-menu a.byaddress i{
    background:url("../images/byaddress.png") no-repeat center top;
    }
    
    .search-menu a.byname i{
    background:url("../images/byname.png") no-repeat center top;
    }
    
    .search-menu a.bystreet i{
    background:url("../images/bystreet.png") no-repeat center top;
    }
    
    .search-menu a.bycuisine i{
    background:url("../images/bycuisine.png") no-repeat center top;
    }
    
    .search-menu a.byfood i{
    background:url("../images/byfood.png") no-repeat center top;
    }
    
    
    .hide,
    .forms-search,
    .review-input-wrap,
    .credit_card_wrap,
    .cc-add-wrap,
    .frm-resume-signup,
    .pickup-min,
    .mobile-home-banner,
    .logo-mobile,
    .menu-nav-mobile,
    .cart-mobile-handle,
    .mobile-search-menu.mytable,
    .progress-dot.mytable,
    .menu-top-menu,
    .mobile-banner,
    #mobile-filter-handle,
    .modal-close-btn,
    #mobile-viewmap-handle,
    .menu-cat .items-row a.mbile,
    .menu-2 a.mbile,
    .menu-3 a.mbile,
    #getapp-wrap2,
    #mobile-social-login,
    .view-receipt-mobile,
    .view-food-item-wrap .to-show,
    .back-map-address
    {
    display:none;
    }
    
    .single-search .forms-search{
    display:block;
    }
    
    .subscribe-row{
    width:50%;
    float:right;
    }
    
    .text-grey{
    color:#6b6c6c;
    }
    
    .text-flat{
    background:#6b6c6c;
    border:none;
    color:#fff;
    }
    
    .orange-button{
    background:#000;
    border:1px solid #000;
    color:#fff !important;
    padding: 5px 8px;
    border-radius: 6px;
    }
    
    .black-button{
    background:#101316;
    border:1px solid #101316;
    color:#fff;
    padding: 5px 8px;
    }
    
    .orange-text{
    color:#5f64dc;
    font-weight: 700;
    }
    .green-text{
    color:#00b279;
    }
    
    .section-address-book .table > thead > tr > th,
    .section-credit-card .table > thead > tr > th,
    .section-order-history .table > thead > tr > th
    {
    border-bottom:1px solid #00b279;
    }
    
    .orange-button.medium,
    .green-button.medium,
    .black-button.medium
    {
    /*padding: 5px 25px;*/
    padding: 8px 25px;
    }
    
    a.orange-button:hover,
    button.orange-button:hover,
    input.orange-button:hover,
    input.orange-button:focus,
    a.orange-button:focus,
    #menu .logout-menu a:hover
    {
    text-decoration:none;
    color:#fff;
    background:#000;
    /*box-shadow: -5px -5px 15px #FFFFFF;*/
    /*border:1px solid #ff4e41;*/
    }
    
    
    .green-button{
    /*background:#26d469 ;*/
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    border: 2px solid #fff;
    }
    
    .green-button.inline,
    .orange-button.inline,
    .inline-block,
    .black-button.inline
    {
    display:inline-block;
    }
    
    .section-label .green-button.inline{
    font-size:19px;
    }
    
    a.green-button:hover,
    button.green-button:hover,
    input.green-button:hover,
    input.green-button:focus,
    a.green-button:focus,
    #menu .green-button a:hover
    {
    text-decoration:none;
    color:#fff;
    background:#000;
    border:2px solid #fff;
    }
    
    #menu .logout-menu a:hover,
    #menu .green-button a:hover
    {
    border:none;
    }
    
    
    a.black-button:hover,
    button.black-button:hover,
    input.black-button:hover,
    input.black-button:focus,
    a.black-button:focus
    {
    text-decoration:none;
    color:#fff;
    background:#252a2c;
    border:1px solid #252a2c;
    }
    
    
    .disabled-button{
    background:#ccc !important;
    border:1px solid #ccc !important;
    }

    #mobile-menu{
        padding-bottom: 23px !important;
    }
    
    .block,
    #mobile-menu li a
    {
    display:block;
    }
    .upper{
    text-transform:uppercase;
    }
    
    .subscribe-inner{
    /*border:1px solid #6b6c6c;*/
    position:relative;
    display:table;
    background:#6b6c6c;
    }
    
    .subscribe-inner input[type="text"],
    .subscribe-inner button[type="submit"]
    {
    display:table-cell;
    padding:5px 8px;
    }
    
    .subscribe-row .text-grey{
    padding:5px 8px;
    }
    
    .text-right{
    text-align:right;
    }
    
    .section-how-it-works,
    .section-search-results,
    .section-grey,
    .section-cuisine
    {
    background:#E6E9F0;
    }
    
    .sections.section-how-it-works
    {
    /*background:url("../images/section1-bg.png") bottom center #ededed repeat-x;*/
    }
    
    .section-grey2{
    background:#e6e9f0;
    }
    
    .section-feature-resto{
    background:#e6e9f0;
    }
    
    .section-how-it-works .steps{
    border:0px solid red;
    max-width:136px;
    max-height:124px;
    min-height:124px;
    margin:auto;
    display:block;
    }
    
    .center,
    .section-how-it-works h3,
    .section-how-it-works p,
    .mobile-search-menu,
    .progress-dot,
    #mobile-menu li a,
    .result-merchant p.cod-text
    {
    text-align:center;
    }
    
    .section-how-it-works h3{
    background:#38C3EC;
    color:#fff;
    padding:5px;
    display:inline-table;
    text-align:center;
    padding:5px 25px;
    border-radius: 39px;
    font-size: 20px;
    }
    
    .section-how-it-works p,
    .section-feature-resto p,
    .section-footer p,
    .filter-box li,
    .box-grey p,
    .box-grey,
    .result-merchant .inner p,
    .view-food-item-wrap .section-label a.section-label-a span
    {
    font-size:14px;
    }
    
    .view-food-item-wrap p{
    font-size:13px;
    }
    
    .section-feature-resto p{
    margin:2px;
    }
    
    .logo-small,
    .logo-medium
    {
    display: block;
    margin: auto;
    max-width: 80px;
    min-width:80px;
    height: 80px;
    }
    
    .result-merchant .logo-small{
        max-height: 50px;
        min-height: 50px;
        max-width: 50px;
        min-width: 50px;
        margin: 4px 10px !important;
    }
    
    .marker-wrap .logo-small{
    max-width: 80px !important;
    }
    
    .logo-medium{
    max-width: 125px;
    min-width:125px;
    }
    .result-merchant .logo-medium{
    min-height:125px;
    max-height:125px;
    }
    
    .section-feature-resto ul,
    ul.services-type
    {
    display:table;
    }
    
    .section-feature-resto ul li,
    ul.services-type li
    {
    display:table-cell;
    }
    
    .section-feature-resto ul li,
    ul.services-type li
    {
    padding:0px 5px;
    font-size:13px;
    }
    
    ul.services-type li i{
    font-size:15px;
    }
    
    .green-color,
    .section-feature-resto a:hover h4,
    .clear-cart,
    .section-checkout .i-big.green-color
    {
    color:#5f64dc;
    }
    
    .menu-1.box-grey,
    .top-line-green,
    .box-grey.top-line-green
    {
    /*border-top:2px solid #00B279;*/
    }
    
    .section-feature-resto a
    {
    color:inherit;
    }
    
    .section-feature-resto a:hover,
    .category a:hover,
    .category a:active,
    .category a:focus,
    a:active,
    a:focus,
    .menu-cat a:hover,
    .section-label a.section-label-a:hover,
    ul#tabs li.noclick a:hover,
    ul#tabs li.nounderline a:hover
    {
    text-decoration:none;
    }
    
    .border-light{
    /*border-top:1px solid #ededed;*/
    /*border-color:#ccc;*/
    padding: 4px 8px;
    box-shadow: 1px 4px 10px 0px #9e9e9e29;
    border-radius: 6px;
    background: #e6e9f0;
    }
    
    #merchant_banner_wrap .cstm-box{
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
        background: #e6e9f0;
    }
    
    .section-feature-resto h2,
    .section-cuisine .sub-text
    {
    margin-bottom:30px;
    font-weight: 700;
    }
    
    .section-cuisine .sub-text{
    /*color:#319db5;*/
    }
    
    .section-cuisine{
    /*background:#2b2e33 ;
    color:#a3a8ad;*/
    color:inherit;
    }
    
    .section-cuisine a{
    color:#000;
    color:inherit;
    }
    
    .white-text,
    .order-progress-bar a,
    .section-subcribe h2
    {
    color: #000;
    font-weight: 500;
    }
    
    
    .indent-5percent{
    text-indent:5%;
    }
    
    .section-browse-resto{
    background:#fff;
    }
    
    .section-subcribe
    {
    /*background:#363749;*/
    /*background:#111518;*/
    background:#e6e9f0;
    color:#000;
    }
    
    /*.section-subcribe{
    border-bottom:1px solid #bcbbbb;
    }*/
    
    .section-subcribe .green-button,
    .section-subcribe .email
    {
    font-size: 18px;
    padding: 13px 18px;
    font-family: "Open Sans","Roboto","sans-serif";
    }
    
    .section-subcribe .email{
    border:1px solid #999;
    }
    
    img.img-cuisine{
    display:block;
    margin:50px auto auto;
    }

    .section-footer p{
        color:#fff;
    }
    
    .section-footer h3{
    margin-bottom: 10px;
    margin-top: 20px;
    color:#fff !important;
    font-weight:600;
    font-size:15px;
    font-family: "Open Sans","Roboto","sans-serif";
    }
    
    .order-progress-bar{
    background:#e6e9f0;
    padding-bottom: 10px;
    padding-top: 18px;
    border-bottom:1px solid #e6e9f0;
    border-top:1px solid #e6e9f0;
    text-align:center;
    position:relative;
    }
    
    .order-progress-bar a:hover,
    .order-progress-bar a.active,
    .filter-box a:hover
    {
    text-decoration:none;
    color:#5F64DC;
    font-weight:700;
    font-size: 16px;
    }
    
    .hover-orange,
    .filter-box a:hover{
    font-weight:normal;
    text-decoration:none;
    color:#f75d34;
    }
    
    .order-progress-bar a.active.current{
    /*border-bottom:1px solid #f75d34;*/
    /*box-shadow: -5px -5px 15px #FFFFFF;*/
    }
    
    .order-progress-bar a.inactive{
    pointer-events:none;
    }
    
    .filter-wrap,
    .box-grey
    {
    background:#e6e9f0;
    /*border:1px solid #EDEDED;*/
    /*border:1px solid #c9c7c7;*/
    padding:15px 20px;
    margin-top:25px;
    /*box-shadow: 1px 4px 10px 0px #9e9e9e29;*/
    }
    
    .menu-right-content .box-grey,
    .menu-2 .box-grey,
    .no-marin-top
    {
    margin-top:0;
    }
    
    .bold{
    font-weight:bold;
    color: #000;
    }
    
    .filter-box,
    .box-grey
    {
    margin-bottom:20px;
    }
    
    .filter-box a,
    .menu-cat a,
    .section-label a.section-label-a
    {
    color:#000;
    display:block;
    padding-top:8px;
    padding-bottom:8px;
    position:relative;
    font-size: 16px;
    }
    
    
    .filter-box a span,
    .menu-cat a span,
    .section-label a.section-label-a span
    {
    /*background:#fff;*/
    position:relative;
    z-index:2;
    padding:0 8px 0 0;
    }
    
    .filter-box a b,
    .menu-cat a b,
    .section-label a.section-label-a b
    {
    border-bottom:1px solid #ddd;
    width:100%;
    display:block;
    position:absolute;
    top:50%;
    left:0;
    z-index:1;
    }
    .filter-box .icheckbox_minimal{
    margin-right:2px;
    }
    
    /*.filter-box li,
    .box-grey p,
    .box-grey
    {
    font-size:14px;
    }*/
    
    .section-subcribe h2{
    /*margin:0 0 25px;*/
    }
    
    .sort-wrap{
    }
    
    .sort-results .btn{
    line-height:1.12857;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 55px;
    border: none;
    box-shadow: -5px -5px 15px #FFFFFFA1;
    
    }
    
    .sort-wrap .orange-button{
    font-size: 19px;
    width: 40px;
    float:right;
    }
    
    .sort-wrap .orange-button.inactive
    {
    background:#c9c7c7;
    border:1px solid #c9c7c7;
    }
    
    .result-merchant{
    margin-top:25px;
    }
    
    .result-merchant .infinite-item,
    .result-merchant .infinite-item-newest
    {
    /* margin-bottom:20px; */
    }
    
    .result-merchant h2{
    color:#f75d34;
    }
    
    .result-merchant .inner
    {
    /*border:1px solid #c9c7c7;*/
    padding:10px 0;
    padding-bottom:20px;
    /*background:#e6e9f0;*/
    color:#000;
    font-size:14px;
    text-align:center;
    position:relative;
    }
    /*EDIT BY FARHAN*/
    .result-merchant #search-listview .inner{
    /* min-height:380px; */
    }
    /*END BY FARHAN*/
    .result-merchant .inner.list-view,
    .result-merchant .inner.list-view h2,
    #browse-list .inner
    {
    text-align:left;
    }
    
    .result-merchant .inner.list-view h2,
    .menu-header .mytable p
    {
    margin:0;
    }
    
    .result-merchant .inner.list-view .mytable{
    width:auto;
    margin:0;
    }
    .result-merchant .inner.list-view .mytable .mycol{
    border:none;
    width:auto;
    padding-right:10px;
    }
    
    .result-merchant .inner.list-view p.cuisine{
    margin-bottom:10px;
    font-size:13px;
    font-weight:bold;
    }
    
    .result-merchant .inner.list-view a.orange-button{
    margin-top:45%;
    display:inline-table;
    }
    
    .result-merchant .inner.list-view .concat-text{
    padding-left:0;
    padding-right:0;
    }
    
    /*.result-merchant .inner p{
    font-size:14px;
    }*/
    
    .nomargin,
    .result-merchant .inner .mytable p,
    .result-merchant .inner.list-view p,
    .box-grey p
    {
    margin:0;
    }
    
    .section-checkout .box-grey p{
    margin:10px 0;
    }
    
    .mytable{
    display:table;
    width:100%;
    }
    
    .mytable .mycol{
    display:table-cell;
    }
    
    .result-merchant .mytable{
    margin-top:25px;
    }
    
    .concat-text
    {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    }
    
    .result-merchant .concat-text{
    padding-left:20px;
    padding-right:8px;
    }
    
    .result-merchant .mytable .mycol{
    border:1px solid #c9c7c7;
    padding:2px;
    width:50%;
    }
    
    .result-merchant .mytable .mycol.a{
    border-left:0;
    border-right:0;
    }
    
    .result-merchant .mytable .mycol.b{
    border-right:0;
    }
    
    .result-merchant a.orange-button,
    .section-profile ul#tabs li i,
    ul#tabs li a i,
    ul#tabs li i
    {
    font-size:18px;
    }
    
    .top5{
    margin-top:5px;
    }
    .top8{
    margin-top:8px;
    }
    .top10,
    .result-merchant .inner.list-view .services-type,
    .menu-2 .top10
    {
    margin-top:10px;
    }
    .top15,
    .result-merchant .inner p.top15
    {
    margin-top:2px;  /** changed by BILAL, originally 15px then -3px**/
    }
    .top25{
    margin-top:10px;  /** changed by BILAL, originally 25px **/
    }
    
    .top30,
    .item-order-wrap{
    margin-top:30px;
    }
    
    .padtop15{
    padding-top:15px;
    }
    
    .menu-2 .box-grey .top10,
    .bottom10
    {
    margin-bottom:10px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    min-height: 45px;
    }
    
    #page-grocery .bottom10,
    #page-index .bottom10{

        height: 47px !important;
        overflow: hidden;
    }


    .bottom15,
    .box-grey p.bold,
    
    .delivery_asap_wrap
    {
    margin-bottom:15px;
    }
    .bottom20{
    margin-bottom:20px;
    }
    .bottom30{
    margin-bottom:30px;
    }
    
    .mr10px{
    margin-right:10px;
    }
    
    .result-merchant ul.services-type{
    /*margin:0 auto 25px;*/
    }
    
    .infinite-more-link {
    visibility: hidden;
    }
    
    .search-result-loader{
    max-width:200px;
    margin:20px auto auto;
    display:none;
    }
    
    .search-result-loader i{
    background:url("../images/loader3.gif") no-repeat center right;
    height:64px;
    width:64px;
    display:block;
    margin:auto;
    }
    
    .search-result-loader p{
    font-size: 12px;
    margin-top: 5px;
    text-align:center;
    }
    
    /***  SPONSORED RIBBON **/
    .ribbon {
      position: absolute;
      left: 15px; top: -7px;
      z-index: 1;
      overflow: hidden;
      width: 100px; height: 100px;
      text-align: right;
    }
    .ribbon span {
    font-family: "Open Sans","Roboto","sans-serif";
      font-size: 11px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 30px;
      transform: rotate(-0deg);
      -webkit-transform: rotate(-0deg);
      width: 105px;
      display: block;
      background: #5f64dc;
      background: linear-gradient(#5f64dc 0%, #5f64dc 100%);
      box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
      position: absolute;
      top: 7px;
    }
    .ribbon span::before {
      content: "";
      position: absolute; left: 0px; top: 100%;
      z-index: -1;
      border-left: 3px solid #5f64dc;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #5f64dc;
    }
    .ribbon span::after {
      content: "";
      position: absolute; right: 0px; top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #5f64dc;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #5f64dc;
    }
    /*** END  SPONSORED RIBBON **/
    
    /*************  OFFER  **************/
    .ribbon-offer {
      position: absolute;
      right: -5px; top: -7px;
      z-index: 1;
      overflow: hidden;
      width: 100px; height: 100px;
      text-align: right;
    }
    .ribbon-offer span {
    font-family: "Open Sans","Roboto","sans-serif";
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 30px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 120px;
      display: block;
      background: #79A70A;
      background: linear-gradient(#2989d8 0%, #1e5799 100%);
      box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
      position: absolute;
      top: 19px; right: -28px;
    }
    .ribbon-offer span::before {
      content: "";
      position: absolute; left: 0px; top: 100%;
      z-index: -1;
      border-left: 3px solid #1e5799;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #1e5799;
    }
    .ribbon-offer span::after {
      content: "";
      position: absolute; right: 0px; top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #1e5799;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #1e5799;
    }
    /*************  END OFFER  **************/
    
    /************  START TABS *************/
    .tabs-wrapper,
    .connected-wrap
    {
    /*border:1px solid #c9c7c7;*/
    }
    
    ul#tabs {
    list-style-type: none;
    padding: 0;
    /* text-align: center; */
    background:#e6e9f0;
    border-bottom: 1px dotted #c9c7c7;
    padding: 10px 10px;
    border-radius: 20px;
    /*border-bottom:1px solid #c9c7c7;*/
    }
    
    ul#tabs li {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 4px;
    cursor: pointer;
    border-radius: 10px;
    color: #000000;
    font-weight: bold;
    box-shadow: 1px 4px 10px 0px #9e9e9e29;
    font-size: 16px;
    }
    
    ul#tabs li a,
    ul#mobile-menu li a
    {
    color:#474d5d;
    }
    
    ul#tabs li:hover {
    box-shadow: 1px 4px 10px 0px #9e9e9e29;
    color:#5F64DC;
    }
    ul#tabs li.active {
    color: #5F64DC;
    font-weight: 700;
    box-shadow: 1px 4px 10px 0px #9e9e9e29;
    font-weight: bold;
    font-size: 16px;
    /*border-bottom:2px solid #f75d34;*/
    }
    
    ul#tabs li.active i{
    color:#f75d34;
    }
    
    ul#tab {
    list-style-type: none;
    margin: 0;
    padding:10px 8px;
    }
    
    ul#tab li {
    display: none;
    }
    ul#tab li.active {
    display: block;
    }
    /************  END TABS *************/
    
    
    .search-map-results{
    min-height:350px;
    max-height:350px;
    display:none;
    border:1px solid #c9c7c7;
    background:#c9c7c7;
    }
    .marker-wrap{
    padding:8px 15px;
    }
    .marker-wrap h3{
    margin:0;
    margin-bottom:3px;
    }
    
    .filter-box .search-input-wraps{
    border:none;
    padding:5px 8px;
    width:100%;
    box-shadow: -5px -5px 15px #FFFFFFA1;
    margin-top:10px;
    }
    
    .filter-box .search-input-wraps button[type="submit"]{
    font-size:20px;
    }
    
    .menu-header .mytable{
    /*width: 410px;*/
    width: 520px;
    margin:auto;
    }
    
    .menu-header.search-wraps h1{
    margin-bottom: 5px;
    margin-top: 10px;
    }
    .star-float{
    position:absolute;
    top:10px;
    left:10px;
    width:50px;
    height:50px;
    background:url("../images/favorite.svg");
    }
    .menu-right-content .box-grey{
    padding:0;
    }
    .menu-right-content .box-grey .inner{
    padding:15px 15px;
    }
    .menu-right-content .box-grey .inner.line-top,
    .line-top
    {
    border-top:1px solid #c9c7c7;
    }
    
    .line-bottom{
    border-bottom:1px solid #c9c7c7;
    }
    
    .order-icon{
    display:block;
    width:56px;
    height:55px;
    position:absolute;
    top:8px;
    left:10px;
    }
    .your-order-icon{
    background:url("../images/your-order.png");
    }
    .delivery-option-icon{
    background:url("../images/delivery-option.png");
    }
    
    .delivery-option select,
    .delivery-option input[type="text"],
    #voucher_code,
    #redeem_points
    {
    display:block;
    margin:auto;
    margin-bottom:15px;
    }
    
    .grey-fields{
    background:#ffffff;
    border:1px solid #c9c7c7;
    color:#1e1e1e;
    padding:8px 10px;
    width:auto;
    }
    .delivery-option .grey-fields,
    #voucher_code,
    #redeem_points
    {
    width:65%;
    }
    
    .category a{
    display:block;
    /*border:1px solid #c9c7c7;*/
    color:#000000;
    padding:10px 8px;
    font-size:16px;
    background: #e6e9f0;
    border-bottom: 1px solid #c9c7c7;
    }
    
    .category a:hover,
    .items-row .row.pointer-events
    {
    background:#e6e9f0;
    }
    
    .category a i{
    position:absolute;
    right:10px;
    top:40%;
    }
    
    .category a span{
    color:#000;
    font-size:16px;
    }
    
    .category a:last-child,
    .items-row .row.even
    {
    border-bottom:none;
    }
    
    .items-row{
    padding-left:15px;
    }
    
    .items-row .row{
    padding-top:10px;
    padding-bottom:10px;
    }
    
    
    .menu-cat .items-row a{
    margin:0;
    /*padding:0;*/
    font-size:12px;
    position:absolute;
    top:-5px;
    left:0;
    display:block;
    font-weight: bold;
    }
    
    .menu-cat .items-row a:hover i
    {
    color:#474d5d;
    }
    
    .clear-cart{
    display:none;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 5px;
    }
    
    .voucher_wrap,
    .item-order-wrap
    {
    margin-bottom: 20px;
    margin-top:30px;
    }
    
    .voucher_wrap a,
    .redeem-wrap .orange-button
    {
    display:table;
    margin:auto;
    }
    
    .view-food-item-wrap{
    max-width:600px;
    min-height:200px;
    padding:10px 20px;
    background:#e6e9f0;
    font-size:13px;
    border-radius: 29px !important;
    }

    .view-payment-method-wrap{
        max-width:600px;
        min-height:200px;
        padding:10px 20px;
        background:#fff;
        font-size:13px;
        border-radius: 29px !important;
    }
    
    .enter-address-wrap{
    max-width:500px;
    padding:10px 20px 25px;
    /* background:#FFFFFF; */
    font-size:13px;
    }
    
    .food-pic{
    max-height:100px;
    min-height:100px;
    max-width:100px;
    min-width:100px;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    }
    .food-thumbnail{
    max-height:169px;
    min-height:169px;
    max-width:100%;
    min-width:100%;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    border-radius: 6px;
    background: #b2b5bb54;
    cursor: pointer;
    }
    
    #page-grocerymenu .grocery-search-thumbnail{
        max-height:220px;
        min-height:220px;
    }
    
    .food-thumbnail img{
    /*min-width:200px;
    max-width:200px;
    max-height:183px;
    min-height:183px;
    max-width:100%;
    height:auto;
    display:block;
    margin:auto;*/
    }
    .food-description,
    .merchant-review-wrap .read-more
    {
    max-height:40px;
    min-height:40px;
    overflow:hidden;
    }
    
    .merchant-review-wrap .read-more{
    display:block;
    }
    
    .dummy-link{
    min-height:16px;
    }
    
    .line-tru{
    text-decoration:line-through;
    }
    
    .qty,
    #notes,
    .addon_qty,
    .grey-inputs
    {
    border: 1px solid #ddd !important;
    padding: 5px;
    width: 100%;
    text-align:center;
    }
    #notes,
    .grey-inputs
    {
    text-align:left;
    }
    
    .addon_qty{
    padding:3px;
    }
    .upper-text{
    text-transform:uppercase;
    }
    .food-item-actions .green-button,
    .food-item-actions .orange-button
    {
    width:100%;
    }
    
    .menu-2 .box-grey{
    padding:8px 8px;
    height: 340px !important;	
    border-radius: 6px;
    }
    
    .menu-left-content .section-label a.section-label-a span{
    /* background:#eff2f5; */
    }
    
    .menu-3.box-grey p.bold{
    margin-bottom:5px;
    }
    .menu-3 a.menu-item{
    color:inherit;
    }
    
    .menu-3 a.menu-item .row,
    .merchant-review-wrap .row-review,
    .merchant-opening-hours .row,
    .section-receipt .receipt-wrap .row,
    .sub-item-rows .row.top10,
    #mobile-menu li a
    {
    border-top:1px solid #c9c7c7;
    padding-top:6px;
    padding-bottom:6px;
    }
    
    .sub-item-rows{
    overflow:hidden;
    }
    
    .sub-item-rows .row.top10{
    /*margin-left:15px;
    margin-right:15px;*/
    }
    
    .menu-3 a.menu-item:last-child .row,
    .merchant-opening-hours .row:last-child,
    .section-receipt .receipt-wrap .row:last-child,
    .sub-item-rows .row.top10:last-child
    {
    border-bottom:1px solid #c9c7c7;
    }
    
    .menu-3 a.menu-item:hover .row,
    .merchant-review-wrap .row-review:hover,
    .merchant-opening-hours .row:hover,
    .section-receipt .summary-wrap .row:hover,
    .sub-item-rows .row.top10:hover,
    #mobile-menu li a:hover
    {
    background:#f4f4f4;
    }
    
    .center{
    text-align:center;
    }
    
    .text-left,
    .sections h2.text-left
    {
    text-align:left;
    }
    
    .sections h2.text-left{
    text-transform:capitalize;
    }
    
    .merchant-review-wrap i,
    .i-big
    {
    font-size:50px;
    }
    .i-big-extra{
    font-size:100px;
    }
    
    .section-checkout .i-big{
    font-size:30px;
    position:absolute;
    top:0;
    z-index:3;
    color:#000000;
    }
    
    .section-checkout .section-label a.section-label-a span{
    padding-left:30px;
    }
    
    #merchant-map{
    border:1px solid #c9c7c7;
    border-top:2px solid #00B279;
    max-width:100%;
    min-height:400px;
    max-height:400px;
    }
    
    #photos {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
    }
    
    #photos img {
    width: 100% !important;
    height: auto !important;
    }
    
    .text-strike{
    position:relative;
    }
    .text-strike .sline{
    width:100%;
    display:block;
    position:absolute;
    z-index:1;
    border-bottom:2px solid #474d5d;
    top:45%;
    }
    .text-strike span{
    position:relative;
    z-index:2;
    background:#fafafa ;
    padding:8px 15px;
    }
    
    .full-width,
    .section-checkout .grey-fields
    {
    width:100%;
    }
    
    a.rounded-circle{
    width: 30px; height: 30px; background: none; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
    border:1px solid #f75d34;
    display:block;
    margin:auto;
    }
    
    a.rounded-circle i
    {
    display: block !important;
    margin: auto;
    position: relative !important;
    text-align: center;
    }
    
    .rounded-circle i{
    color:#f75d34 !important;
    }
    
    a.rounded-circle:hover i{
    color:#ff4e41 !important;
    }
    
    .auto-margin{
    margin:auto;
    }
    
    .capcha-wrapper .g-recaptcha,
    .capcha-wrapper #kapcha-1
    {
    display:table;
    margin:auto;
    }
    
    p.text-small,
    .text-small,
    .help-block.form-error,
    .search-wraps p.text-small
    {
    font-size:12px;
    }
    .help-block.form-error{
    margin-bottom:1px;
    margin-top:2px;
    }
    
    .section-receipt .inner,
    .section-mobile-verification .inner,
    .section-orangeform .inner
    {
    margin: auto;
    max-width: 550px;
    }
    .section-receipt .inner h1,
    .section-orangeform .inner h1
    {
    background: #000;
    color: #fff;
    font-family: "Open Sans","Roboto","sans-serif";
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 8px 20px;
    }
    .section-receipt .inner .box-grey,
    .section-orangeform .inner .box-grey
    {
    margin-top:0;
    border-top:none;
    }
    
    .section-receipt .receipt-wrap.order-list-wrap{
    padding:0;
    margin-top: -20px;
    }
    .section-receipt .summary-wrap .a{
    width:220px;
    }
    .indent20{
    padding-left:20px;
    }
    .payment-provider-wrap img.logo-small{
    min-width:40px;
    max-width:40px;
    border:0px !important;
    border-radius:0% !important;
    margin: 0px !important;
    object-fit:cover;
    /* padding-bottom: 10px; */
    }
    .payment-provider-wrap .checki{
    position:absolute;
    top:30%;
    left:0;
    }
    .contact-banner p{
    margin-bottom:5px;
    }
    .contact-banner span i{
    font-size: 20px;
    left: -24px;
    position: absolute;
    top: auto;
    }
    
    .sections.section-contact{
    min-height:500px;
    position:relative;
    padding:0;
    }
    
    #contact-map{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    }
    
    .section-contact .container-map{
    z-index:999;
    position:absolute;
    top:10%;
    left:0;
    width:100%;
    }
    
    .section-contact .container-map .inner{
    max-width:800px;
    min-width:800px;
    margin:auto;
    display:block;
    }
    
    .container-map .dim,
    .container-map .black
    {
    min-height:400px;
    max-height:400px;
    }
    
    .container-map .black{
    background:#fff;
    /* border:1px solid #f75d34; */
    border-left:0;
    }
    
    .container-map .dim{
    background: rgb(255, 255, 255);
    background:rgba(255, 255, 255);
    box-shadow: 1px 4px 10px 0px #9e9e9e29;
    border-right: 1px solid #d5d5d5;
    }
    
    .container-map h2,
    .container-map p
    {
    color:#eff2f5;
    font-family: "Open Sans","Roboto","sans-serif";
    }
    
    .container-map p{
    line-height:normal;
    }
    
    .section-browse ul#tab{
    padding-top:0;
    }
    
    .section-browse ul#tab ul,
    .section-browse ul#tab ul li
    {
    display:inherit;
    }
    
    .section-browse .result-merchant .mytable,
    .section-browse .result-merchant h2
    {
    margin:0;
    }
    
    .section-browse .result-merchant .mytable .mycol{
    border:none;
    }
    
    .section-browse .result-merchant .inner,
    .section-browse .result-merchant h2
    {
    text-align:left;
    }
    
    .section-browse .result-merchant .concat-text{
    padding-left:0;
    }
    
    .browse-list-map{
    min-height:320px;
    }
    
    .section-browse .result-merchant .inner{
    padding:0;
    }
    .section-browse ul#tab .result-merchant ul.services-type,
    .section-browse ul#tab .result-merchant ul.services-type li
    {
    display:block;
    text-align:center;
    }
    
    .single-pricing{
    background:#2B2E33;
    color:#fff;
    border:1px solid #D6D6D6;
    position:relative;
    text-align:center;
    }
    
    .pricing-head,
    .single-pricing-footer
    {
    padding-top:30px;
    padding-bottom:20px;
    font-family: "Open Sans","Roboto","sans-serif";
    }
    .pricing-head h4{
    color:#fff;
    font-family: "Open Sans","Roboto","sans-serif";
    font-size:18px;
    }
    .pricing-head h3{
    font-size:32px;
    color:#319db5;
    margin:15px 0 0;
    font-weight:600;
    }
    
    ul.package-features li{
    padding-top:9px;
    padding-bottom:9px;
    color:#D4D4D4;
    border-top:1px solid rgba(255, 255, 255, 0.0470588);
    }
    
    ul.package-features li.last{
    border-bottom:1px solid rgba(255, 255, 255, 0.0470588);
    }
    
    .single-pricing-footer a{
    display:inline-block;
    color:#D4D4D4;
    border:1px solid #D4D4D4;
    padding:8px 20px;
    }
    
    .single-pricing-footer a:hover{
    color:#fff;
    border:1px solid #fff;
    text-decoration:none;
    }
    
    .chosen-choices .search-field .default{
    height: inherit !important;
    }
    
    .strike-price{
    text-decoration:line-through;
    color:#FF0000;
    }
    
    .section-notfound h1{
    color:#f75d34;
    font-size: 150px;
    font-weight: bold;
    margin-top:50px;
    }
    
    .section-address-book table i,
    table.otable i
    {
    font-size:20px;
    }
    
    .section-order-history .mytable .mycol{
    vertical-align:middle;
    }
    
    .section-order-history .order-headline{
    background:#ebf5f7 ;
    border:1px solid #d3e2e5;
    color:#646464;
    padding-top:5px;
    padding-bottom:5px;
    }
    .intl-tel-input{
    width:100% !important;
    }
    
    .avatar-wrap{
    display:block;
    margin:auto;
    max-width:50%;
    }
    
    .avatar-section .line-top{
    padding-top:8px;
    padding-bottom:8px;
    margin-top:15px;
    margin-bottom:15px;
    }
    
    .connected-wrap .col-1{
    width:25%;
    background:#00b279;
    color:#fff;
    vertical-align:middle;
    }
    
    .connected-wrap .fb .col-1{
    background:#3b5999;
    }
    .connected-wrap .google .col-1{
    background:#dc4a38;
    }
    
    .connected-wrap .col-2{
    padding-left:15px;
    padding-right:15px;
    vertical-align:middle;
    padding-top:8px;
    padding-bottom:8px;
    }
    
    
    /****
    FIXED AUTO COMPLETE
    **/
    .search-input-wraps .easy-autocomplete{
    width:100% !important;
    }
    
    .search-input-wraps .easy-autocomplete input[type="text"]
    {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    
    /********END FIXED AUTO COMPLETE **********/
    
    .full-map-wrapper{
    position:relative;
    min-height:500px;
    border:1px solid #c9c7c7;
    }
    
    .full-map{
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    }
    
    #full-map{
    background: #fff;
    height: 100%;
    left: 0;
    position:absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    }
    .view-full-map{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    }
    
    .social-wrap{
    text-align:center;
    }

    .section-footer{
        padding-bottom:100px !important;
    }
    
    .section-footer .social-wrap a{
    color:#000;
    font-size:25px;
    }
    
    .section-footer .social-wrap a:hover i.ion-social-googleplus
    {
    /*color:#657487;*/
    color:#d34836;
    }
    .section-footer .social-wrap a:hover i.ion-social-twitter
    {
    color:#00aced;
    }
    .section-footer .social-wrap a:hover i.ion-social-facebook
    {
    color:#3b5998;
    }
    .section-footer .social-wrap a:hover i.ion-social-instagram
    {
    color:#b68066;
    }
    .section-footer .social-wrap a:hover i.ion-social-youtube-outline
    {
    color:#ee1c1b;
    }
    
    .section-footer a{
    color:#fff;
    }
    .footer-divider
    {
    margin-top:30px;
    }
    .cart-mobile-handle
    {
    float:none !important;
    }
    .menu-nav-mobile,
    .cart-mobile-handle
    {
    float:right;
    position:relative;
    height:100%;
    padding-top:2%;
    }
    
    .menu-nav-mobile a,
    .cart-mobile-handle a
    {
    color:#fff;
    font-size:30px;
    display:block;
    }
    
    .mobile-search-menu.mytable,
    .progress-dot.mytable
    {
    width:300px;
    margin:auto;
    }
    
    .mobile-search-menu a i,
    .progress-dot a i
    {
    color:#ccc;
    font-size:25px;
    text-decoration:none;
    display:block;
    }
    
    ul#mobile-menu{
    padding:0;
    margin:0;
    }
    
    ul#mobile-menu li a:hover
    {
    text-decoration:none;
    }
    
    .section-menu ul#tabs li i{
    font-size:30px;
    display:none;
    }
    
    .mobile-cart-parent
    {
    background:#ff;
    padding:3px;
    }
    
    .mobile-cart-wrapper
    {
    float:right;
    width:138px;
    height:42px;
    background:url("../images/cart.png") no-repeat;
    position:relative;
    }
    
    .mobile-cart-wrapper span
    {
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 12px;
    top: 10px;
    }
    .mobile-cart-parent a:hover .mobile-cart-wrapper
    {
    background:url("../images/cart-hover.png") no-repeat;
    }
    
    #mobile-header{
    background:#f75d34;
    color:#fff;
    padding:8px;
    }
    #mobile-header h1{
    margin:0;
    padding:0;
    font-size:17px;
    }
    #mobile-header i{
    color:#fff;
    font-size:25px;
    }
    
    #mobile-app-sections{
    padding-top:30px;
    }
    
    .container-medium {
    max-width:800px;
    margin:auto;
    }
    
    #mobile-app-sections h2{
    margin-top:22%;
    }
    
    #mobile-app-sections h3{
    margin:auto auto 25px;
    }
    
    #getapp-wrap2{
    margin:auto;
    width:300px;
    }
    
    #getapp-wrap2 img{
    max-width:130px;
    }
    
    #getapp-wrap2 .mycol{
    width:150px;
    }
    
    .language-options{
        width:auto !important;
    }
    .language-options .btn{
    width:auto !important;
    border-radius: 6px;
    border: none;
    /* box-shadow: -5px -5px 15px #FFFFFFA1; */
    }
    
    .merchant-review-wrap img.img-circle{
    height:60px;
    width:60px;
    }
    
    .cookie-wrap,
    .language-selection-wrap
    {
    display:none;
    /*background:#262626;*/
    background: rgb(38, 38, 38);
    background:rgba(255, 255, 255);
    color:#fff;
    position:fixed;
    top:0;
    width:100%;
    padding:5px 30px;
    z-index:999;
    border-bottom: 2px solid #ddd5d5;
    }
    
    .cookie-wrap p,
    .cookie-wrap a.orange-button,
    .cookie-wrap a.green-button
    {
    font-size:14px;
    }
    .cookie-wrap a.orange-button,
    .cookie-wrap a.green-button
    {
    padding:8px 10px;
    display:inline-table;
    }
    .cookie-close,
    .language-selection-close
    {
    color:#fff;
    font-size:23px;
    position:absolute;
    right:15%;
    z-index:1;
    }
    
    .language-selection-close{
    top:15%;
    }
    
    .print-receipt{
    font-size:25px;
    }
    
    .ui-datepicker-month,
    .ui-datepicker-year
    {
    color:#000;
    }
    
    .fb-button.orange-button,
    .google-button.orange-button
    {
    margin:auto;
    display:table;
    position:relative;
    width:260px;
    text-align:center;
    }
    
    .fb-button.orange-button{
    background:#3b579a;
    border:1px solid #3b579a;
    }
    .fb-button.orange-button:hover{
    background:#3254a5;
    border:1px solid #3254a5;
    }
    
    .fb-button.orange-button i,
    .google-button.orange-button i
    {
    font-size:30px;
    position:absolute;
    top:15%;
    left:10%;
    }
    .login-or{
    text-align:center;
    width:260px;
    margin:auto;
    margin-top:10px;
    margin-bottom:15px;
    }
    .login-or:before{
    content:"-";
    }
    .login-or:after{
    content:"-";
    }
    .language-selection-wrap{
    /*display:block;*/
    background:#000;
    }
    .language-selection-wrap .container-medium{
    min-height:150px;
    background:url("../images/bg_country.jpg") left center no-repeat;
    }
    
    .lang-list{
    margin-top:10px;
    }
    .highlight{
    background:#555555;
    color:#fff;
    padding:3px 10px;
    margin-left:-10px;
    display:table;
    }
    
    .highlight:hover,
    .language-selection-wrap ul li a:hover,
    .language-selection-wrap ul li a.highlight
    {
    text-decoration:none;
    color:#fff;
    }
    .language-selection-wrap ul li{
    margin-bottom:5px;
    }
    .language-selection-wrap ul li a{
    color:#f75d34;
    display:block;
    text-transform:capitalize;
    }
    .language-selection-wrap .head{
    color:#666;
    font-weight:600;
    }
    
    .language-selection-wrap .orange-button{
    display:table;
    padding:3px 6px;
    }
    
    li.language-selection a img{
    margin-right:5px;
    margin-top:-1px;
    }
    li.language-selection a{
    text-transform:capitalize;
    }
    
    
    /*****************
       VERSOION 3.1
    ******************/
    .section-feature-resto .merchantopentag span{
    display:table;
    margin:auto;
    margin-top:4px;
    }
    .social-wrap .mycol{
    /* width:16%; */
    /* border-radius: 6px; */
    /* box-shadow: -5px -5px 15px #c2bebea1; */
    /* background: aqua; */
    /* background: #fff 0% 0% no-repeat padding-box; */
    }
    
    /* fixed parallax issue on chrome */
    #parallax-wrap p:last-child{
    margin-bottom:0;
    }
    
    .section-cuisine a span{
    padding-left:5px;
    }
    .ui-timepicker-container{
    z-index:99999 !important;
    }
    
    /*fixed feature resto*/
    .section-feature-resto .col-md-5{
    min-height:140px;
    }
    
    .result-merchant ul li.active{
    display:none;
    }
    
    
    
    /** FAX PRINT FIXED **/
    
    #fax_page .input-block .label{
    color: #474d5d;
    font-weight: normal;
    text-align: left;
    }
    
    #fax_page .item-row .a, #fax_page .item-row .b{
    line-height:normal;
    height:auto;
    }
    
    #fax_page .input-block .label,
    #fax_page .input-block .value,
    #fax_page .summary-wrap .a,
    #fax_page .item-row .d,
    #fax_page .summary-wrap .b{
    height:auto;
    }
    
    /*ADDED BY FARHAN*/
    
    #mySearch{
    
    background: green;
    border: none;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: -1px;
    color:#fff;
    padding: 14px;
    margin-top: -13px;
    border-radius: 25px;
    margin-right: -23px;
    }
    
    /*ADDED BY BILAL*/
    
    .section-news {
    text-align:center;
    position: relative;
    }
    
    
    .section-news h2 {
        color: #0d1115;
        font-family: "Open Sans","Roboto","sans-serif";
        font-size: 28px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 30px;
    
    }
    .media-images {
    
    
      display: inline;
      height: 220px;
      margin-top: 4px;
    
      text-align: center;
      width: 215px;
      margin-right: 20px;
      margin-bottom: 30px;
    
    }
    
    .section-news img {
        width: 130px;
        height: auto;
        margin: auto;
    }
    
    .top10.food-price-wrap a:first-child {
        font-weight: 700;
        color: #5F64DC;
        text-decoration: none;
        margin-top: 6px;
        display: inline-block;
        font-size: 16px;
    }
    
    
    #menu-right-content{
        box-shadow: -5px -5px 15px #FFFFF;
        border-radius: 15px;
        /* padding-left: 0px; */
    }
    
    input{
        border-radius: 6px !important;
        border: none !important;
        /*box-shadow: -5px -5px 15px #FFFFFFA1;*/
    }
    
    #myNotification{
        background-color: #8A8B8F;
        margin-top: -5px;
        padding: 7px;
        text-align: center;
        color: white;
        font-weight: bold;
    }
    
    a.cstm_input {
        right: 11px;
        position: absolute;
        padding: 15px;
        z-index: 5;
        text-decoration: none;
        text-decoration: none;
        background: #000000;
        top: -2px;
        color: #fff;
        border-radius: 6px;
        border: 2px solid #fff;
        /*z-index: -1;*/
    }

    a.cstm_input2 {
        right: 11px;
        position: absolute;
        padding: 15px;
        z-index: 5;
        text-decoration: none;
        text-decoration: none;
        background: #000000;
        top: -2px;
        color: #fff;
        border-radius: 6px;
        border: 2px solid #fff;
        /*z-index: -1;*/
    }

    #mySearch2{
        background: #000;
        border: 2px solid #fff;
        border-radius: 55px;
        padding: 10px 35px;
    }
    
    .sections..section-premium{
        background: #af2e33;
        border-top: 4px solid #FFF;
        border-bottom: 4px solid #f47b15;
        background: #fff !important;
    }
    
    .favourite-box {
        background: #fff;
        padding: 22px;
        min-height: 280px;
        border-radius: 15px;
    }
    
    .section-cuisine{
        background: #fff;
    }
    .section-cuisine .sub-text{
        margin-top: -32px !important;
    }
    
    .border-light h4{
        /*background-color: #000000; */
        padding: 5px;
        color: #000;
        border-radius: 5px;
        display: inline;
    
    }
    .featured-box{
        padding: 6px 22px;
        margin-top: -20px;
        color: #000;
    }
    
    .featured-box .rating-stars{
        font-size: 12px !important;
    }
    
    .featured-box .row{
        margin-top: -10px;
    }
    .logo-small{
    border-radius: 50%;
    margin: 4px -6px;
    /*margin: 3px 30px;*/
    border: 4px solid #fff;
    object-fit: cover;
    }

    .logo-small2{
        border-radius: 30%;
        max-width: 60px;
        min-width: 60px;
        height: 60px;
        /*margin: 3px 30px;*/
        border: 4px solid #fff;
        object-fit: contain;
    }
    
    
    .input-group-addon{
        border-radius: 55px;
        background-color: #000;
        color:#fff;
    }
    .input-group .grey-fields{
        border-radius: 0px 55px 55px 0px !important;
    
    }
    
    a.section-label-a span{
        /*background: #e6e9f0 !important;*/
        /* font-size: 16px !important; */
    }
    
    .label-default{
        background:#000 !important;
    }
    
    .section-label a.section-label-a b{
        border-bottom: none !important;
    }
    
    .box-grey.rounded {
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
    }
    
    ::placeholder {
      color:  #999;
      opacity: 1; /* Firefox */
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:  #999;
    }
    
    ::-ms-input-placeholder { /* Microsoft Edge */
     color:  #999;
    }
    .text-muted{
        color: black !important;
    }
    .forgot-pass-link2{
        margin-top: 10px;
    }
    .category-list{
       /* border-radius: 6px;
        box-shadow: 1px 4px 10px 0px #9e9e9e29;*/
    }
    select {
        border-radius: 6px;
        border: none !important;
    }
    .change-address,.clear-cart{
        color: #5f64dc;
    }
    .change-address:hover,.clear-cart:hover{
        color: #000;
    }
    #s{
        color: #000 !important;
    }
    ul.by_cuisines {
        margin-top: 10px !important;
    }
    .search-left-content{
    
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
    }
    .cover_image{
        /* position: absolute; */
    }
    .cover_image img {
        border-radius: 6px;
        object-fit: cover;
        width: 100%;
        height: 230px;
    }
    #search-listview .border-light{
        margin: 15px;
        margin-top: -50px;
        height: 150px;
        background:#fff !important;
    }
    .offer_text{
        color: #5f64dc;
        
    }

    #search-listview .offer_text{
        font-size:12px;
        margin-top: -5px;
    }
    
    
    #search-listview .concat-text,.search-wraps .concat-text{
        display: inline-block;
        text-align: left;
        color: #000;
        margin-top: -8px;
        padding-left: 20px;
        padding-right: 8px;
    
    }
    .search-wraps p.concat-text{
        font-size: 14px;
    }
    .services-type{
        display: none !important;
    }
    #receipt-content{
        /* box-shadow: 1px 4px 10px 0px #9e9e9e29; */
        border-radius: 6px;
    }
    .section-feature-resto .border-light2{
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        margin-bottom: 30px;
        border-radius: 6px;
        background: #e6e9f0;
        /* padding: 0px 4px !important; */
    }
    .myModal .modal-header{
        background: #000;
        color: #fff
    }
    .myModal .modal-footer button{
        background: #000;
        border: 2px solid #fff;
        border-radius: 55px;
        padding: 10px 35px;
    }
    
    li.review-tab-content a {
        color: #5f64dc;
    }
    /* li.review-tab-content a:hover {
        background-color: #000;
        border: 1px solid #000;
    } */
    .cstm_search_address{
        display: block;
        /* padding-left: 5px;
        margin-left: -96px; */
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /* margin-top: 20px; */
        cursor: pointer;
    }
    .cstm_search_address_icon{
        position: absolute;
        right: 3px;
        top: 65%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: .9rem;
        color: #cf2022;
        font-weight: 700;
        cursor: pointer;
    }
    
    .section-label.menu-cat h2 {
        color: #0d1115;
        font-family: "Open Sans","Roboto","sans-serif";
        font-size: 28px;
        font-weight: 700;
        line-height: 35px;
        margin: 0px;
        text-align: center;
        border-bottom:  1px solid #c9c7c7;
    }
    
    .appbar {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 56px;
      display: flex;
      align-content: space-between;
      background-color: lightseagreen;
      align-items: center;
      line-height: 0;
      padding: 0 4px;
      color: #212121;
    }
    
    .appbar-item.appbar-menu-icon {
      padding: 8px;
      cursor: pointer;
    }
    
    .appbar-item.appbar-title {
      margin-left: 8px;
    }
    
    .appbar-item.appbar-title h6 {
      font-size: inherit;
      font-weight: normal;
    }
    
    .appbar-offset {
      display: block;
      height: 56px;
    }
    
    .sidebar {
      background-color:#e6e9f0;
    }
    
    .sidebar-wrapper {
      overflow-y: auto;
      padding: 85px 0px 30px 30px;
    }
    .sidebar-wrapper input{
        /*border: 1px solid #000 !important;*/
    }
    .sidebar-wrapper #close{
        color: #000;
        font-size: 25px;
        display: block;
        margin-left: 50px;
        margin-bottom: 30px;
    }
    
    .sidebar-wrapper #close_right_sidebar{
        color: #000;
        font-size: 25px;
        display: block;
        margin-left: 400px;
        margin-bottom: 30px;
    }

    #sidebar-right .sidebar-wrapper li a {
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        /* margin: 28px; */
    }

    #sidebar-right .sidebar-wrapper li{
        margin-bottom: 10px;
    }

    #sidebar-right{
        background-color: #fff !important;
    }

    
    .slider {
            opacity: 0;
            visibility: hidden;
            transition: opacity 1s ease;
            -webkit-transition: opacity 1s ease;
        }
    .slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }
    
    .slick-slide {
        width: 300px;
        margin-right: 50px;
    } 
   
    #banner{
        margin-top: 20px;
    }
    
    #banner img {
        display: block;
        height: 250px;
        margin: 20px;
        object-fit: cover;
        width: 310px;
        border-radius:6px;
    }

    #merchant_banner_wrap .slick-prev{
        left: -45px !important;
    }
    
    .slick-next {
        /* right: -45px !important; */
    }
    .food-description.read-more {
        min-height: 0px;
    }
    
    .view-food-item-wrap p:nth-child(1) {
        font-size: 18px;
    }
    .fancybox-skin{
        border-radius: 6px !important;
    }
    
    .view-food-item-wrap .qty{
        padding: 7px;
        margin-left: 6px;
    }
    .search-wraps2{
        width:80%;
    }
    .votes{
        color: #e99b00;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
    .icheckbox_minimal, .iradio_minimal{
        border: 1px solid #000 !important;
    }
     .category-listview .inner{
         padding-bottom: 20px;
         color: #000;
         font-size: 14px;
         text-align: center;
         position: relative;
     }
    .category-listview .border-light{
         margin-top: 65% !important;
        height: 90px !important;
    }
    .category-listview .parent_category_description{
        margin-top: 7px;
        text-align: center;
        font-size: 14px !important;
    }
    
    .parent_category_cover_image{
        position: absolute;
    }
    .parent_category_cover_image img {
        border-radius: 6px;
        object-fit: cover;
        width: 100%;
        height: 250px;
    }
    
    .category-listview .concat-text{
        text-align: center !important;
    }
    
    /*LAZY LOADING*/
    
    .lazy {
      display: block;
      width: 220px;
      height: 280px;
      background-size: 220px 280px;
    }
    
    .lazy.multiple {
      width: 440px;
      background-repeat: no-repeat;
      background-position: left, right;
    }
    
    /***  OFFER TEXT 2 **/
    .offer_text_2 {
        position: absolute;
        right: 20px;
        top: 22px;
        z-index: 1;
        overflow: hidden;
        width: 200px;
        height: 100px;
        text-align: right;
    }
    .offer_text_2 span {
    font-family: "Open Sans","Roboto","sans-serif";
      font-size: 12px;
      font-weight: 900;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      /* line-height: 30px;   */
      width: 200px;
      display: block;
      background: #dd1d42;
      /*background: linear-gradient(-45deg, #dd1d42, #a71e32);*/
      box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
      position: absolute;
      border-radius: 5px;
      padding:8px;
      
      /*top: 20px; */
      /*left: -12px;*/
    }
    /*** END OFFER TEXT **/
    
    /*CUISINE SLIDER*/
        
    
    
    .discount_strip {
        position: absolute;
        right: initial;
        top: 22px;
        /*z-index: 1;*/
        overflow: hidden;
        width: 110px;
        height: 30px;
        text-align: right;
    }
    .discount_strip span {
        font-family: "Open Sans","Roboto","sans-serif";
        font-size: 12px;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 30px;
        width: 110px;
        display: block;
        background: #16a804;
        box shadow: 0 3px 10px -5px rgba(0,0,0,1);
        position: absolute;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    /*Added by Sadan */
    .bottom-nav > li > a {
        color: #fff;
    }
    .bottom-nav > li {
        float: none;
        display: inline-block;
        zoom: 1;
        color: #faf9f900;
    }
    .footer_style {
        position:fixed;
        bottom:20px; 
        height:58px;
        width:90%;
        left: 15px;
        background:#000000;
        border-radius: 10px;
        z-index: 2;
    
    }
    
    .bottom-nav > li {
        float:none;
        display:inline-block;
        zoom:1;
    }
    .bottom-nav {
        text-align:center;
        z-index: 2;
    }
    .bottom-nav .notify-badge {
        position: absolute;
        right: -3px;
        top: -5px;
        z-index: 1;
        background: #16a804;
        text-align: center;
        border-radius: 50px 50px 50px 50px;
        color: white;
        padding: 5px 10px;
        font-size: 8px;
    }
    
    
    .footer_style .dropup {
        position: fixed;
        display: inline-block;
        bottom: 100px;
        right: 35%;
        /*z-index: 1;*/
    }
    
    .footer_style .dropup .btn{
        font-size: 12px;
        border-radius: 30px
    }
    
    .footer_style .dropdown-menu-center {
      left: -50% !important;
      /*right: auto !important;*/
      text-align: center !important;
      /*transform: translate(-50%, 0) !important;*/
    }
    
    .bottom-nav>li>a:focus, .bottom-nav>li>a:hover
    {
        background: #000 !important;
    }
    
    .footer_style .dropdown-menu {
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        transform: rotateX(90deg);
        transform-origin: bottom;
        opacity: 0;
        display: block;
        width: 250px;
        border: none;
        border-radius: 20px;
        padding: 0px;
        padding-bottom: 10px;
        margin: 0px;
    }
    .footer_style .open .dropdown-menu {
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: bottom;
        width: 250px;
        border: none;
    }
    
    #cuisine_slider img{
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        height: 120px;
    }
    #cuisine_slider a{
        text-decoration: none;
        color: #566a8e;
        font-weight: bold;
    }
    
    #cuisine_slider .slick-slide{
        border-radius: 20px;
        margin: 0 20px;
        width:130px !important;
    }
    
    #merchant_banner img {
        display: block;
        height: 250px;
        margin: 0 auto 20px;
        object-fit: contain;
        width: 310px;
    }
    
    #category_slider img{
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
        padding: 8px;
        margin-bottom: 10px;
        background: #FFF;
        height: 100px;
        object-fit: contain;
    }
    #category_slider a{
        text-decoration: none;
        color: #000;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        overflow-wrap: break-word;
        width:  100px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        height: 140px;
    
    }
    
    #category_slider .slick-slide{
        margin-right: 25px;
        margin-left: 10px;
    }

    #cuisine_slider2 img{
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
        padding: 8px;
        margin-bottom: 10px;
        background: #FFF;
        height: 100px;
        object-fit: cover;
    }
    #cuisine_slider2 a{
        text-decoration: none;
        color: #000;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        overflow-wrap: break-word;
        width:  100px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        height: 140px;
    
    }
    
    #cuisine_slider2 .slick-slide{
        margin-right: 25px !important;
        margin-left: 10px !important;
    }
    
    
    .popular_category_slider img, .featured_category_slider img{
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 10px;
    }
    .popular_category_slider a,.featured_category_slider a{
        text-decoration: none;
        color: #000;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
    
    }
    
    .popular_category_slider .slick-slide ,.featured_category_slider .slick-slide{
    
        width:200px;
        text-align: center;
    }
    
    /* .popular_category_slider .slick-track{ margin-left: 0; } */
    
    
    /* .featured_category_slider img{
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-shadow: 1px 4px 10px 0px #9e9e9e29;
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 10px;
    }
    
    .featured_category_slider a{
        text-decoration: none;
        color: #000;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
    
    } */
    
    /* .featured_category_slider .slick-slide{
        width:220px;
        text-align: center;
    }
    
    .featured_category_slider .slick-track{ margin-left: 0; } */
     
    #merchant_banner_wrap{
        width: 80%;
    }
    
    #page-index .top-menu-wrapper,#page-grocery .top-menu-wrapper,#page-grocerymenu .top-menu-wrapper{
        position: fixed;
        background: #000;
    }
    
    
    #page-grocerymenu #category_slider{
        margin-top: 100px;
        /* margin-top: 105px; */
    }
    
    .cart-cal{
        overflow-y: auto;
        height: 500px;
    }
    
    #parent_category img {
        width: 18.75rem;
        height: 18.75rem;
        object-fit: cover;
    }

    #parent_category .pc_name p {
        font-size: 0.875rem;
        color: #fff !important;
        padding: 0.6rem 0.33rem;
    }
    
    #parent_category .pc_name{
        
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        width: 18.75rem;
        display: block;
        background: #000;
        box-shadow: 0 3px 10px -5px rgba(0,0,0,1);    
        bottom:0px;
    
    }
    
    #parent_category .pc_name span{
        overflow-wrap: break-word;
        width: 170px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    
    .hide2{
        display:none;
    }
    

    .iti {
        display: block !important;
    }
    .iti--separate-dial-code .iti__selected-flag{
        border-radius:29px;
    }

#page-signup input[type=checkbox],#page-checkout input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
        }
        #page-signup .login_via_label, #page-checkout .login_via_label {
        cursor: pointer;
        text-indent: -9999px;
        width: 60px;
        height: 30px;
        background: #000;
        display: block;
        border-radius: 100px;
        position: relative;
        }
        #page-signup .login_via_label:after,#page-checkout .login_via_label:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
        }
        #page-signup input:checked + .login_via_label, #page-checkout input:checked + .login_via_label {
        background: #000;
        }
        #page-signup input:checked + .login_via_label:after, #page-checkout input:checked + .login_via_label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
        }
        #page-signup .login_via_label:active:after, #page-checkout .login_via_label:active:after {
        width: 30px;
        }

        #page-signup .qq-upload-button, #page-checkout .qq-upload-button,#page-profile .qq-upload-button{
            padding:5px;
        }
        #page-signup .custom_attachment1_image_preview img, #page-checkout .custom_attachment1_image_preview img,#page-profile .custom_attachment1_image_preview img,
        #page-signup .custom_attachment2_image_preview img, #page-checkout .custom_attachment2_image_preview img,#page-profile .custom_attachment2_image_preview img{
            /* float: left; */
            width: 100px;
            height: 100px;
            object-fit: cover;
        }

        /* BANNER FULL HEIGHT HOMEPAGE */
                
        /* Media Query for Laptop */
        @media (min-width: 1025px) {

            #theme_show_app{
                text-align: right;
            }

            #language_options{
                text-align: right;
            }
            .menu-hearder-content-wrap{
                margin-top:5px;
            }

            .merchant_social_login{
                margin-left: 13px;
            }

            .search-input-wraps{
                width:50%;
            }

            #cstm_featured_rest{
                margin-left: 50px;
            }
            
            #search-listview .offer_text{
                height: 35px !important;
            }

            #search-listview .cstm_cuisine {
                padding-top: 6px;
            }
            .parallax-home {
            height: 100vh;
            position: relative;
        }
        .parallax-home:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background: rgba(0,0,0,0.18);
            z-index: -1;
        }
        .parallax-mirror {
            height: 100vh;
        }
        .parallax-slider {
            height: 100%;
            width: 100%;
            object-size: cover;
        }
        .parallax-home .search-wraps {
            width: 80%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 100%;
        }
        .parallax-home .search-wraps form {
            width: 70%;
        }
        .parallax-home .search-wraps h1,
        .parallax-home .search-wraps p { 
            color: #fff !important; 
        }
        .parallax-home .search-wraps .row { width: 100% !important; }

        .cstm_item_name{
            text-align:left;
            margin-left:10px !important;
        }
        
        .food-description.read-more{
            text-align: left;
            margin-top: -8px;
            min-height: 18px;
            margin-left:10px;
        }

        .top10.food-price-wrap a:first-child{
            float: left;
            margin-left: 10px;
        }
    }

    .food-thumbnail-popup{
        max-height:169px;
        min-height:410px;
        max-width:100%;
        min-width:100%;
        background-size:cover !important;
        background-repeat:no-repeat !important;
        background-position:center center !important;
        border-radius: 6px;
        background: #b2b5bb54;
        margin-top: 8px;
        }
    
    #page-grocery .parallax-search .search-wraps{
        padding-top:125px;
    }

    #page-grocery #parallax-wrap{
        /* padding-bottom:30px; */
    }

    #page-grocerymenu .menu-2 .box-grey {
        height: 356px;
    }

    .eac-item{
        color:#000;
    }
    
    .food-thumbnail-popup img{
        max-height: 169px;
        min-height: 410px;
        max-width: 100%;
        min-width: 100%;
        background-size: auto;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        border-radius: 6px;
        background: #b2b5bb54;
        object-fit: cover;
    }

    #merchant_detail .concat-text{
        overflow: visible !important;
    }

    #page-index #merchant_detail{
        margin-top: 15px;
    }

    #search-item,ul#tabs li,
    /* #page-menu #menu-right-content, */
    #page-PaymentOption #menu-right-content,
    .slick-slide img,.search-input-wraps,
    .cover_image img,
    #page-menu .box-grey,
    #tab .theiaStickySidebar,
    #page-grocery .slick-slide .box-grey,
    #page-PaymentOption .box-grey,
    #page-paymentoption .box-grey,
    #page-signup .box-grey,
    #page-index .box-grey,
    #page-guestcheckout .box-grey,
    #page-checkout .box-grey,
    #page-grocerymenu .box-grey,
    #page-profile .box-grey,
    .section-feature-resto .border-light2,
    .section-subcribe .email,
    .grey-fields{
        border: 1px solid #ced4da !important;
    }

    .item_popup_slider img{
        
        border: none !important;
        height: 410px;
        width: 100%;
        object-fit: contain;
    }

    .item_popup_slider .slick-prev {
        left: -5px !important;
        z-index: 999;
    }
    .item_popup_slider .slick-next {
        right: 8px !important;
        z-index: 999;
    }
    .item_popup_slider .slick-slide {
        outline: none;
        /* width: 420px !important; */
        margin-left: 28px !important;
        margin-right: 22px !important;
    }

    .cstm_item_name{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; number of lines to show */
        -webkit-box-orient: vertical;
    }

    .payu-pg{
        margin-left: 25px;
        margin-top: -25px;
    }
    .sweet-overlay {
        background-color: rgb(0 0 0 / 60%) !important;
    }
    p.req_addon_msg{
        color:red !important;
    }

    .driver_document_preview li img {
        height: 70px;
        width: 70px;
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        margin: 0;
        padding: 4px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 4px;
    }

    .driver_document_preview li{
       float:left;
    }

    .driver_document_preview li a {
        display: block;
        font-size: 12px;
        padding: 8px 5px;
    }

    .easy-autocomplete-container {
        height: auto;
        overflow: auto;
    }

    #page-grocery .top-menu-wrapper .col-b, #page-grocerymenu .top-menu-wrapper .col-b, #page-index .top-menu-wrapper .col-b {
        margin-top: 12px !important;
    }

    #page-grocery .top-menu-wrapper .language-options, #page-grocerymenu .top-menu-wrapper .language-options, #page-index .top-menu-wrapper .language-options {
        display:none !important;
    }

    #page-searcharea .easy-autocomplete-container{
        left: -25px !important;
        top: 36px !important;
    }
    /*END