﻿@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700&subset=hebrew');

@font-face {
    font-family: 'Linearicons';
    src: url('../fonts/Linearicons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,h1,h2,h3,h4,h5,a {font-family: 'Heebo', sans-serif!important;}
.top-menu {

}
.goto{font-weight: bold;}
.hide_desktop {display:none;}
.hide_mobile {display:block;}

.affix{position:relative!important;}
.menu_ltr_class {
    direction:ltr;
}
.menu_ltr_class li{
    direction:rtl;
}

.col2 {
    float: right;
    width:21%;
    padding-right: 15px;
    padding-left: 15px;
}
.col10{
    float: right;
    width:79%;
    padding-right: 15px;
    padding-left: 15px;
}

.header-menu a {

    background: #ff3b5e;

}

.gohide{display:none;}
.show {display:block;}
.getfood_logo{
    position: relative;
    bottom: 7px;
}

#video-wrap{

    height:518px;

}
.video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-wrap video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.summary-wrap{
    border-top:1px solid #eff2f8;
}
.summary-wrap .row{
    margin: 5px 0px;
    padding: 5px 0;
}
.cart_total_wrap{
    background: #eff2f8;

    border-radius: 5px;
}


.chosen-container-single .chosen-single {
    position: relative;
    z-index: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    display: block;
    vertical-align: top;
    max-width: 100%;
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    box-shadow: 0 10px 0 -5px rgba(0,0,0,0.1);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container .chosen-results li {
    padding: 10px 10px;
    font-size: 20px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #ff3b5e;
    background-image: none;
    background-image: none;
    color: #fff;
}

.chosen-container-single .chosen-single div b {
    display:none;
}

.chosen-container-single .chosen-single abbr {

    top: 16px;

}

.filter-box .search-input-wraps button[type="submit"] {
    background:#191919;
}



.cart_title{
    background: #ff3b5e;
}

.section-checkout i{
    font-size:30px;
    color:#fff;
}

.section-receipt .inner h1,
.section-orangeform .inner h1
{
    background:#ff3b5e;
    text-align:center;
}

.top-menu-mobile {
    display: flex;
    justify-content: space-between;
    background:#fff;
    border-bottom: 1px solid #dddddd!important;

}





.typhead-city-wrap i{
    color: #ff3b5e;
}

.typhead-cuisine-wrap i{
    color: #ff3b5e;
}

.orange-button,
.razorpay-payment-button
{
    background:#ff3b5e;
    border:1px solid #ff3b5e;

}


.nopadding {padding:0!important;}

.order-title {
    background:#ff3b5e;
    color:#fff;
    padding:10px;
    font-size: 20px;
    text-align: center;
}

.top-menu-wrapper{
    background-color:rgba(255, 255, 255, 0.77);



    backdrop-filter: saturate(180%) blur(20px);

    z-index:999;
    position:fixed;
    width:100%;
    top:0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-menu-wrapper .container{

padding:20px;

}
.swal2-container {
    z-index: 99999999!important;
}

.sec_req{
background: rgba(255, 59, 94, 0.2);
border: 1px solid #ff3b5e;
}
.sec_req .section-label{display:inline-block;}
.sec_req .req_addon_msg{display:inline-block;    font-weight: bold;
font-size: 14px;
padding-right: 10px;}

.top-menu-wrapper img.logo{
    max-width:180px;
    min-width:180px;
}

.top-menu-wrapper .col-b{

}

.rol_logo{
    max-height: 50px;

}

#menu a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 5px 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.menu_col_1{
    width: 20.333%;
    float:right;
    padding-right: 15px;
    padding-left: 15px;
}
.menu_col_2{
    width: 50.333%;
    float:right;
    padding-right: 15px;
    padding-left: 15px;
}
.menu_col_3{
    width: 28.333%;
    float:right;
    padding-right: 15px;

}

.item_title_menu h3{
    color:#202125;
    margin:0;
    font-size: 16px;
    display:inline-block;
    margin-bottom: 5px;
}

.top-menu-fixed {

}

.top-menu-fixed #menu a{
    color:#ff3b5e;
}
.top-menu-fixed #menu a:hover{
    color:#fff;
}

.change-location {
    color:#202125;
    border: 1px solid #202125;
    padding:5px 15px;
    float: left;
}
.hide_geo{
    display:none;
}

.change-location span{
    display: inline-block;
}
.change-location svg{
    fill:#202125;
    max-width:15px;
}

.top-menu-fixed .btn_login {
    border: 1px solid #fff;
    background:#fff;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: none;
}
.menu_item_left{
    float:left;
}

.menu_item_top_empty{

}

.menu_item_top_empty .item_title{
    width:100%;
    background:#fff;

}

.menu_item_top_empty .item_title h1{padding:0 15px; color:#000;}
.menu_item_top_empty .item_title ul li {height:4px;}
.fancybox-skin {

    background: #ffffff;

}
.full_menu_top{
    width:500px;
    float:right;
}

.main_item_desc{max-width:500px;padding:15px;}

.menu_item_top{
    height:300px;
    width:500px;
    position:relative;
    background-size: cover!important;
}

.menu_bar{
    position:absolute;
    bottom:0;
    width:100%;

}

.menu_item_top .item_title{

    width:100%;
    background:#fff;

}
.full_menu_top .item_title h1{padding:0 15px; color:#000;}
.full_menu_top .item_title ul li {height:4px;}

@media (max-width: 767px){
    .restaurant-menu-nav{
        background-color:#FFF;
        box-shadow:0 3px 20px -10px rgba(0,0,0,0.5)
    }
    .restaurant-menu-nav .categories-nav{

        overflow-y:hidden;
        white-space:nowrap;
        overflow-x:auto;
        border-bottom: 1px solid #ddd;
    }
    .restaurant-menu-nav .categories-nav::-webkit-scrollbar {
        display: none;
    }


    .restaurant-menu-nav .categories-nav::-webkit-scrollbar{
        width:16px
    }
    .restaurant-menu-nav .categories-nav::-webkit-scrollbar-thumb{
        border-radius:16px;
        background-color:rgba(0,0,0,0.2);
        -webkit-box-shadow:0 0 1px rgba(255,255,255,0.33);
        border:solid 5px transparent;
        background-clip:content-box
    }
    .restaurant-menu-nav .categories-nav.scrolling{
        pointer-events:none
    }
    .restaurant-menu-nav .categories-nav .nav>li>a:after{
        content:'';
        position:absolute;
        right:0;
        width:100%;
        -webkit-transform:scale(0, 1);
        -moz-transform:scale(0, 1);
        -ms-transform:scale(0, 1);
        -o-transform:scale(0, 1);
        transform:scale(0, 1);
        opacity:0;
        height:3px;
        bottom:0;
        background:#f23b56;
        -webkit-transition:-webkit-transform .3s,opacity 0.3s;
        -moz-transition:-moz-transform .3s,opacity 0.3s;
        transition:transform .3s,opacity 0.3s
    }
    .restaurant-menu-nav .categories-nav .nav>li.active>a:after{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    .restaurant-menu-nav .nav>li>a{
        height:50px
    }
}
@media (min-width: 768px){
    .restaurant-menu-nav{
        -webkit-box-orient:vertical;
        -moz-box-orient:vertical;
        box-orient:vertical;
        -webkit-box-direction:normal;
        -moz-box-direction:normal;
        box-direction:normal;
        -webkit-flex-direction:column;
        -moz-flex-direction:column;
        flex-direction:column;
        -ms-flex-direction:column
    }
    .restaurant-menu-nav .categories-nav{
        overflow-y:auto;
        overflow-x:hidden;
        -webkit-box-flex:0;
        -moz-box-flex:0;
        box-flex:0;
        -webkit-flex:0 1 auto;
        -moz-flex:0 1 auto;
        -ms-flex:0 1 auto;
        flex:0 1 auto
    }
    .restaurant-menu-nav .nav{
        padding:0px
    }
    .restaurant-menu-nav .nav>li{
        float:none;
        display:block;
        margin-right:0
    }
    .restaurant-menu-nav .nav>li+li{
        margin-left:0
    }
    .restaurant-menu-nav .nav>li>a{

    }
    .restaurant-menu-nav .nav>li:first-of-type{
        padding-top:0;
    }
    .restaurant-menu-nav .nav>li:last-of-type{
        padding-top:0;
    }

    .nav-tabs>li>a {
        margin-right: 0;

    }
    .nav>li{
        border-radius: 0;

    }
    .nav-tabs>li>a{
        border-radius: 0;
    }
    .nav>li>a:hover {
        text-decoration: none;
        background-color: #ff3b5e;
        color:#fff!important;
        border-color: none;
        border-radius: 0;
    }

    .nav>li>a:focus, {
        text-decoration: none;
        background-color: #fff;
    }

    .nav .active a{
        background-color: #ff3b5e!important;
        color:#fff!important;
    }

    .nav .active a:focus{
        background-color: #ff3b5e!important;
        color:#fff!important;
    }

    .nav>li>a:focus{
        background-color: #ff3b5e!important;
        color:#fff!important;
    }

}

.nav>li>a:focus{
    text-decoration: none;
    background-color: #fff;
}



.categories-nav{
    position:relative
}
.categories-nav::-webkit-scrollbar{
    width:16px
}
.categories-nav::-webkit-scrollbar-thumb{
    border-radius:16px;
    background-color:rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 1px rgba(255,255,255,0.33);
    border:solid 5px transparent;
    background-clip:content-box
}
#show-menu-item-search-btn{
    width:50px;
    height:46px;
    position:relative;
    z-index:1;
    background:#FFF;
    padding-top:15px;
    padding-left:15px
}
#show-menu-item-search-btn .ion-icon,#show-menu-item-search-btn .minimal-form-field.minimal-select-field:before,#show-menu-item-search-btn #tip-widget .minimal-select-field#custom-tip:before,#tip-widget #show-menu-item-search-btn .minimal-select-field#custom-tip:before,#show-menu-item-search-btn .static-map-loader:before,#show-menu-item-search-btn #restaurant-order-form .radio label:before,#restaurant-order-form .radio #show-menu-item-search-btn label:before,#show-menu-item-search-btn #restaurant-order-form .checkbox label:before,#restaurant-order-form .checkbox #show-menu-item-search-btn label:before,#show-menu-item-search-btn #restaurant-order-form .radio-selected label:before,#restaurant-order-form .radio-selected #show-menu-item-search-btn label:before,#show-menu-item-search-btn .pagination>li.previous>a,#show-menu-item-search-btn .pagination>li.next>a,#show-menu-item-search-btn #checkout-payment-modal .checkout-save-card label:before,#checkout-payment-modal .checkout-save-card #show-menu-item-search-btn label:before,#show-menu-item-search-btn .order-reviews-container .checkbox label:before,.order-reviews-container .checkbox #show-menu-item-search-btn label:before{
    color:#D5D5D5;
    margin-top:-3px;
    cursor:pointer
}
@media (min-width: 768px){
    #show-menu-item-search-btn{
        display:none
    }
}
.restaurant-menu-nav-offset{

    pointer-events:none;
    position:absolute;
    visibility:hidden
}
.restaurant-menu-nav.affix+.restaurant-menu-nav-offset{
    position:relative
}
.restaurant-menu-nav-clone{
    height:1px;
    width:1px;
    position:absolute;
    top:0;
    visibility:hidden;
    opacity:0;
    pointer-events:none
}
.restaurant-menu-list .col-xs-12{
    padding-left:14px;
    padding-right:14px
}
.category-name-container{
    padding-top:14px;
    padding-left:14px;
    padding-bottom:14px;
    background-color:#F2F2F2
}
@media (min-width: 768px){
    .category-name-container{
        background-color:#FFF;
        border-bottom:solid 1px #e6e6e6;
        padding-left:0
    }
}
.category-name-container .col-xs-12{
    padding-left:14px;
    padding-right:14px
}
.category-name{
    font-weight:300;
    font-size:24px;
    padding-right:14px;
    margin-bottom:0;
    margin-top:4px
}
@media (min-width: 768px){
    .category-name{
        margin-top:16px
    }
}
.category-description{
    margin-top:10px;
    margin-bottom:0
}
.menu-group{
    margin-left:0
}
.menu-group>.col-xs-12{
    min-height:0;
    padding-left:0
}
@media (min-width: 768px){
    .menu-group{

    }
}

@media (min-width: 768px){
    .menu-item{
        border-bottom:solid 1px #e6e6e6
    }
    .menu-group:last-of-type>.col-xs-12:last-of-type .menu-item{
        border-bottom:0
    }
    .menu-item:after{
        right:-14px
    }
    .menu-item:before{
        width:14px;
        right:-14px
    }

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    border: none;

}

.menu-item .menu-item-content{
    padding:12px 24px 12px 12px;
    vertical-align:top
}
@media (min-width: 768px){
    .menu-item .menu-item-content{
        padding:16px 24px 16px 0
    }
}
.menu-item .menu-item-title{
    display:inline-block
}
.menu-item .menu-item-title span{
    line-height:1.2;
    font-size:15px;
    font-weight:500
}
.menu-item .menu-item-description{
    max-height:48px;
    overflow:hidden
}
.menu-item .menu-item-description>span{
    display:block;
    margin-top:8px
}
.menu-item .menu-item-price{
    line-height:1.2;
    font-size:15px;
    padding-left:14px;
    padding-right:0;
    vertical-align:middle
}
.menu-item .menu-item-price strong{
    white-space:nowrap
}
.menu-item .menu-item-sold-out-flag-container{
    vertical-align:top;
    padding-top:0;
    padding-left:0
}
.menu-item-sold-out,.menu-item-sold-out-flag,.menu-item-sold-out-ios{
    color:#FFF;
    background-color:#CCC;
    padding:4px 40px;
    font-weight:500;
    margin-right:22px;
    margin-bottom:10px;
    display:inline-block;
    border-radius:2px
}
@media (max-width: 767px){
    .menu-item-sold-out,.menu-item-sold-out-flag,.menu-item-sold-out-ios{
        margin-right:16px
    }
}
.menu-item-sold-out-flag{
    padding:4px 15px;
    margin:0;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.menu-item-sold-out-ios{
    margin:20px 0 -4px 16px
}
.menu-options-blanked-out{
    opacity:.3;
    pointer-events:none
}
.menu-option-grayed-out{
    background-color:#CCC;
    border:1px solid #CCC
}
.mobile-nav-bar .dropdown-title{
    display:inline-block;
    width:95%
}
.mobile-nav-bar li{
    padding:8px
}
.mobile-nav-bar li.nav-bar-divider{
    padding:0;
    border:solid 1px #d9d9d9;
    margin-right:20px;
    margin-left:20px
}


.btn_login{
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 35px 5px 14px!important;
    position: relative;

}

.btn_login img {
    width: 25px;
    /*background: #ff4900;*/
    border-radius: 50%;
}

.btn_login:before {
    font-family: 'Linearicons';
    content: "\e71e";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 2px;
}


.top-menu-fixed .blob-btn {
    z-index: 1;
    position: relative;


    text-align: center;

    color: #ff3b5e;
    font-size: 16px;

    background-color: #fff;
    outline: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 50px;
}
.top-menu-fixed .blob-btn:before {
    border-radius: 50px;
}
.top-menu-fixed .blob-btn:after {
    border-radius: 50px;
}
.top-menu-fixed .blob-btn:hover {
    color: #fff;
    border: 1px solid #ff3b5e;
}
.top-menu-fixed .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
}
.top-menu-fixed .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.top-menu-fixed .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
    border-radius: 100%;
}
.top-menu-fixed .blob-btn__blob {
    position: absolute;
    top: 1px;
    width: 25%;
    height: 100%;
    background: #ff3b5e;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
    border-radius: 50px;
}


.green-color, .section-feature-resto a:hover h4, .clear-cart, .section-checkout .i-big.green-color {
    color: #18c746;
}

header {
    border-bottom: 1px solid #fff;
    width: 100%;
    background:rgba(255, 255, 255, 0.90);
    height: 85px;
    position: absolute;
    top: 0;
}

.tright{text-align:right;}
.tcenter{text-align:center;}
.tleft{text-align:left;}

footer a:hover{
    border: none!important;
}

p {font-weight: 400;}

.sub-item-rows .quantity-wrap-small {
    display:none;
}

.section-how-it-works, .section-search-results, .section-grey, .section-cuisine {
    background: #eff2f8;
}

.result-merchant {
    margin-top: 0;
}

.new-section-food{
    background: #fff;
    text-align: center;
    margin:0;
}

.new-section-food h2{
    color:#000;
    font-weight: 100;
}

.food-hamburger:before {
    font-family: 'Linearicons';
    content: "\e81c";
    font-size: 60px;
    color: #fff;
}
.new-section-food h1{padding:0 0 30px 0; color: #455560;}
.new-section-food img{max-height:80px;}
.new-section-food svg{max-height:80px;}
.new-section-food .col-1 svg{fill:#d3111c;}
.new-section-food .col-2 svg{fill:#f66f07;}
.new-section-food .col-3 svg{fill:#ffd409;}
.new-section-food .col-4 svg{fill:#48c675;}
.new-section-food .col-5 svg{fill:#256caa;}
.new-section-food .col-6 svg{fill:#492970;}

.btn {position: relative; display: inline-block; vertical-align: top; font-size: 12px; color: #fff; line-height: 38px;border-radius: 50px; padding: 0 15px;-webkit-transition: all 0.5s ease 0.2s;-moz-transition: all 0.5s ease 0.2s;-o-transition: all 0.5s ease 0.2s;transition: all 0.5s ease 0.2s; border: 2px solid #fff;min-width: 126px; text-align: center; font-weight: 700; z-index: 2; overflow: hidden;}
.btn:hover {border-color: #ff3b5e;}
.btn img {margin-right: 10px;}

.kosher-warp label:hover {cursor: pointer;}

.bar {
    list-style:none;
    width:100%;
    font-size:0;
    margin: 0;
    padding: 0;
}

.bar li {
    display:inline-block!important;
    width:16.666%;
    height:2px;
}

.bar li:nth-child(1) {
    background:#d3111c;
}

.bar li:nth-child(2) {
    background:#f66f07;
}

.bar li:nth-child(3) {
    background:#ffd409;
}

.bar li:nth-child(4) {
    background:#48c675;
}

.bar li:nth-child(5) {
    background:#256caa;
}

.bar li:nth-child(6) {
    background:#492970;
}

.bar div {
    margin: 20px;
}

.bar h4 {
    color:#95a5a6;
    text-align:center;
}



.blob-btn {
    z-index: 1;
    position: relative;


    text-align: center;

    color: #ff3b5e;
    font-size: 16px;

    background-color: transparent;
    outline: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 50px;
}
.blob-btn:before {
    border-radius: 50px;
}
.blob-btn:after {
    border-radius: 50px;
}
.blob-btn:hover {
    color: #fff;
}
.blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
    border-radius: 100%;
}
.blob-btn__blob {
    position: absolute;
    top: 1px;
    width: 25%;
    height: 100%;
    background: #ff3b5e;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
    border-radius: 50px;
}

.btn-outline-green .blob-btn__blob, .btn-hover-green .blob-btn__blob {
    position: absolute;
    top: 1px;
    width: 25%;
    height: 100%;
    background: #18c746;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
    border-radius: 50px;
}

.btn-outline-green:hover,.btn-hover-green:hover {
    border-color: #18c746;
}


#receipt-content .table{

    margin-bottom:0;
}


#receipt-content h2{
    text-align:right;

}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
}


@supports (filter: url('#goo')) {
    transform: translate3d(0, 150%, 0) scale(1.4);
}
.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url('#goo')) {
    transform: translateZ(0) scale(1.4);
}

.plus {
    position: relative;
    z-index: 1;
    padding: 10px 30px;
    height: 45px;

    background: #ff3b5e;
    border-radius: 30px;
    border: none;
    color:#fff;

    -webkit-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
.plus:after {

}
.plus:hover {
    color:#fff;
    text-decoration:none;
    /*box-shadow: 0 0 1px 7px rgba(122, 130, 244, 0.29), 0 0 1px 14px rgba(122, 130, 244, 0.36), 0 0 1px 20px rgba(122, 130, 244, 0.19);*/
}
.plus img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plus:hover img {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.list_logo{
    display: table;
}

.list_logo_link {
    height: 153px;
    display: table-cell;
    vertical-align: middle;
}

.search-col4{width:33.333%;float:right;}
.search-col8{width:66.666%;float:right;}
.search-row{display:block;}
.search-row:after{clear:both;}


.frm-modal-forgotpass {margin-top:30px;}

.box {
    background: #fff;
    border: 1px solid #d8dfec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(44,75,137,0.1);
    box-shadow: 0px 3px 10px 0px rgba(44,75,137,0.1);
    border: 0;
    position: relative;

    vertical-align: top;
    text-decoration: none;
    -webkit-transition: background 0.2s,transform 0.4s,box-shadow 0.4s;
    -o-transition: background 0.2s,transform 0.4s,box-shadow 0.4s;
    transition: background 0.2s,transform 0.4s,box-shadow 0.4s;

}

.box2{
    position: relative;
    z-index: 0;

    vertical-align: middle;

    line-height: 28px;


    background: #fff;

    border: 2px solid #d8dfec!important;

}

.padding-20 {
    padding:20px;
}

.fields-location-wrap .col-sm-4, .fields-location-wrap .col-sm-6 {
    border-top: 0;
    border-bottom: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff3b5e;
    outline: 0;
}

#frm-location-search .col-md-4,#frm-location-search .col-sm-4,#frm-location-search .col-sm-5,#frm-location-search .col-md-5 {
    text-align:center;
}

#frm-location-search .ts-input {
    position: relative;
    z-index: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: 47px;
    padding: 0 10px;
    line-height: 45px;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    box-shadow: 0 10px 0 -5px rgba(0,0,0,0.1);

}

#frm-location-search .ts-input input[type="text"]{
    padding:0;
}

#frm-location-search .btn {
    padding: 0 15px;
}


#frm-location-search .icheckbox_minimal, #frm-location-search .iradio_minimal {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: none;

    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
}

#frm-location-search .icheckbox_minimal.checked {
    background: #ff3b5e;
}


#frm-location-search label {
    color:#fff;
}

#frm-location-search .dropdown-menu {
    display: block;
    margin: 0;
    width: 94%;
    border-radius: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 250px;
}

.result-merchant h2 {
    color: #191919;
}

.fancybox-slide > * {
    text-align: right;
}

.section-checkout .box,.section-payment-option .box,.section-confirmorder .box{
    padding: 20px;
}

.fields {
    display: inline-block;
    width:100%;
    outline: 0;
    border: 1px solid #d8dfec;
    margin: 0;

    padding: 10px 10px;
    line-height: 22px;
    /*color: #909caa;*/
    color: #4c4c4c;
    font-size: 16px;
    text-align: right;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color 0.2s,background 0.2s,border 0.2s,box-shadow 0.3s;
    -o-transition: color 0.2s,background 0.2s,border 0.2s,box-shadow 0.3s;
    transition: color 0.2s,background 0.2s,border 0.2s,box-shadow 0.3s;
    margin-bottom: 15px;

}

.fields:focus {
    border-color: #93a1bb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
}


.back-mobile{
    color:#000219;
    padding:5px 10px;
    border-radius: 8px;
    border:1px solid #dddddd;
}

.cc_field{
    direction:ltr;
    text-align:left;
}

.timepick {}

.close_tag {
    color: #f44336;
    font-size: 20px;


}

.close_tag:before {
    font-family: 'Linearicons';
    content: "\e8e8";
    font-size: 23px;
    color: #f44336;
    position: relative;
    top: 4px;
}

.list_bg .close_tag{
    color: #fff;
    background: #f44336;
    font-size: 15px;
    width: 40%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    border-radius: 0;

}


.list_bg .close_tag:before {
    font-family: 'Linearicons';
    content: "\e8e8";
    font-size: 18px;
    color: #fff;
}


.open_tag {
    color: #5cb85c;
    font-size: 20px;
}

.open_tag:before {
    font-family: 'Linearicons';
    content: "\e8e8";
    font-size: 23px;
    color: #5cb85c;
    position: relative;
    top: 4px;
}

.list_bg .open_tag{
    color: #fff;
    background: rgba(92, 184, 92, 0.82);
    font-size: 15px;
    width: 40%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    border-radius: 0;

}


.list_bg .open_tag:before {
    font-family: 'Linearicons';
    content: "\e8e8";
    font-size: 18px;
    color: #fff;
}

.order-now img{
    position: relative;
    left: 5px;
    bottom: 3px;
}

.bottom-bar{
    padding-right:15px;
    width:100%;
    background: #eff2f8 ;
    padding: 8px;
    color: #191919;
}

.bottom-bar p{
    display:inline-block;
}


.menu-category{

    position: relative;
    display: inline-block;
    width: 100%;

    margin: 0 0 10px 10px;
    border-radius: 4px;
    padding: 0 10px;


}
.menu-category span {color:#000!important;}
.menu_spacer {display:block;height:50px;}
hr {
    border-style: inset;
    border-width: 1px;
    margin:0;
    border: 1;
    border-top: 1px solid #ff3b5e;
    border-bottom: 0;
}
.sep{padding:15px 0;display:none;}

.list_otitle {color: #191919;    font-weight: 600; margin-right:10px;}

.kosher_label {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 7px;
    background: #ffffff;
    color: #ff3b5e;
    margin-right: 10px;
}

.front_openclose_tag{

}

.front_kosher_tag{

}

.no-data {

    min-height: 550px;
}



.no-results svg{
    margin:20px 0 100px 0;
    max-width: 150px;
    fill: #474d5c;
}

#delivery_time{display:none;}


.TA #delivery_time{display:block;}

.delivery_options{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.delivery_options li {
    display:inline-block;
    padding-top:10px;
    padding-bottom:10px;
    width:32%;
}

.delivery_options .title {
    color:#ff3b5e;
}


.merchant-list-right{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;

}
.merchant-list-right li {
    display:inline-block;
}

.merchant-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.merchant-list li {
    display:inline-block;
}


.merchant-delivery-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    margin-top:10px;
}

.merchant-delivery-list li {
    display:inline-block;
}


.btn.btn-primary {
    background: #ff3b5e;
}

.btn-primary:hover {
    background: #ff3b5e;
}

.btn.btn-green {
    background: #18c746;
}

.btn-green:hover {
    background: #33ec63;
    color:#fff;
}

.go {
    font-size: 20px;
}

.image {
    display: inline-block;
    width:160px;
    height:140px;
    float:right;

}

.no-image{
    background-size: 235px 141px!important;
    background-position: top;

}

.item-image{
    background-size: cover!important;
}

.menu-item i{
    position: relative;

    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}


.menu-item:hover i {

    transform: rotate(360deg);
    cursor: pointer;
    box-shadow: none;
}

.payment_list{

    display:inline-block;
}


.btn{
    position: relative;
    z-index: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 45px;
    padding: 0 30px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;

    background: #909caa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
}

.btn.btn-outline{
    background: none;
    border: 1px solid #ff3b5e;
    color: #ff3b5e;
    line-height: 43px;
    -webkit-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
}

.btn-outline-green{
    background: none;
    border: 1px solid #18c746;
    color: #18c746;
    line-height: 43px;
    -webkit-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
}

.btn.btn-outline:hover{
    background: #ff3b5e;
    border: 1px solid #ff3b5e;
    color: #fff;
    line-height: 43px;
}


.btn-small{
    height: 45px;
    padding: 0;
    min-width: 45px;
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
}

.btn-small:hover{

    background: #fff;

}

.special-instruction{
    color:#ff3b5e;
    border: 1px solid #ff3b5e;
    border-radius:3px;
    height: 34px;
    display: inline-block;
    padding: 5px;
}

.special-instruction:hover{
    text-decoration:none;
    background:#ff3b5e;
    color:#fff;
    border: 1px solid #ff3b5e;
    border-radius:3px;
    height: 34px;
    display: inline-block;
    padding: 5px;
}

.special-instruction:hover i:before{
    text-decoration:none;

    color:#fff;

}

.special-instruction:active{
    text-decoration:none;

    color:#ff3b5e;

}

.list_bg {

    height:189px;
    background-size: cover!important;
    background-position: center center!important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
}

.list_phone{
    padding: 9px;
    margin-right: 20px;
    display: inline-block;
    font-size: 18px;
    color: #ff3b5e;
}

.list_phone:hover{
    text-decoration:none;
}


.fancy_payment{
    display: inline-block;
    margin: 0 3px;
    width: 150px;
}

.fancy_payment input[type=checkbox],.fancy_payment input[type=radio] {
    position: absolute;
}

.fancy_payment label {
    /* keep pointer so that you get the little hand showing when you are on a button */
    cursor: pointer;
    /* the following are the styles */
    padding: 4px 10px;
    border:1px solid #e2e2e2;
    background: #fff;
    color: #333;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0);


    -webkit-transition: color 0.2s,border 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,border 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,border 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    width: 100%;
    text-align: center;
}


.fancy_payment label:hover  {
    border:1px solid #ff3b5e;

}

.fancy_payment .smart_check:checked + label{
    background:#ff3b5e;
    border:1px solid #ff3b5e;
    color:#fff;
}

.fancy_payment .smart_check:checked + label svg{
    fill:#fff;
}






.smart_check {
    opacity: 0;
}

.item_options {
    display: inline-block;
    margin: 0 3px;
    width:31.8%;

}


.item_options input[type=checkbox],.item_options input[type=radio],.sub_item_name {

    position: absolute;
}

.item_options label {

}

.smart_check + label {
    /* keep pointer so that you get the little hand showing when you are on a button */
    cursor: pointer;
    /* the following are the styles */
    padding: 4px 10px;
    border:1px solid #e2e2e2;
    background: #fff;
    color: #333;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0);


    -webkit-transition: color 0.2s,border 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,border 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,border 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    width: 100%;
    text-align: center;
}


.smart_check:hover +label{
    border:1px solid #ff3b5e;

}

.smart_check:checked + label{
    /* style for the checked/selected state */
    background:#ff3b5e;
    border:1px solid #ff3b5e;
    color:#fff;
}


.result-merchant .inner.list-view .mytable {

    padding-top: 10px;
}

.result-merchant .logo-small {

}

.result-merchant .inner {
    padding: 0;
    padding-bottom: 0;
}

.item_submit{
    text-align:left;
}


.menu_item_qty{
    display: flex;
}

.qnt-plus {

    left: 16px;
    background: #fff!important;
}
.qnt-plus:hover {
    color: #00b242!important;
    border: 1px solid #00b242!important;
    color: #fff!important;
    background: #00b242!important;
}


.qnt-minus {

    right: 16px;
    background: #fff!important;
}

.qnt-minus:hover {
    color: #d9544d!important;
    border: 1px solid #d9544d!important;
    color: #fff!important;
    background: #d9544d!important;
}


.item_close{
    display:inline-block;
}

.item_submit input[type="submit"]{
    display:inline-block;
}

.btn-qty{

    padding: 0;
    display: inline-block;
    max-width: none;

    padding: 14px 16px;
    border-radius: 100%;
}

.btn-close{
    color:#ff3b5e;
    padding: 0 20px;
}

.btn-close:hover{
    text-decoration:none;
}

.item-price{font-size:14px;}

.iradio_square {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: none;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 100%;
}

.iradio_square.checked {
    background: #ff3b5e;
    border: 1px solid #ff3b5e;
}


.iradio_square.checked:before {
    font-family: Ionicons;
    content: "\f3fd";
    color:#fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 26px;
}​


 .icheckbox_square{
     display: inline-block;
     vertical-align: middle;
     margin: 0;
     padding: 0;
     width: 22px;
     height: 22px;
     background: none;
     border: 1px solid #ccc;
     cursor: pointer;
 }

.icheckbox_square.checked {
    background: #ff3b5e;
    border: 1px solid #ff3b5e;
}

.icheckbox_square.checked:before {
    font-family: Ionicons;
    content: "\f3fd";
    color:#fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 26px;
}​




/*Rest Page*/




.section-grey2{
     background: #eff2f8!important;
 }

.black-shad {
    width:100%;
    position:absolute;
    bottom:0;
    height:190px;
    background: url(/assets/images/black_o.png) 100% 20%;
    background-repeat: repeat-x;
}

.black-shad2 {
    width:100%;
    position:absolute;
    bottom:0;
    height:50px;
    background: #191919a5;

}

.menu-header h1 {

    margin: inherit!important;

}

.resturant_title {
    padding: 8px 0 35px 0!important;
}

.resturant_title h1{
    text-align:right;
    padding: 0!important;
}

.resturant_title .merchant-list{
    text-align:right;
}

.order-now:focus{
    color: #fff;
}

.menu-header p{
    text-align: right;
}

.menu-header .open_tag {

    text-align: right;
}

.shop_cart{
    background: #fff;
    color:#000;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(44,75,137,0.1);
    box-shadow: 0px 3px 10px 0px rgba(44,75,137,0.1);
    padding-bottom: 20px;
    overflow: hidden;
}

a.checkout{
    margin-top:10px;
    position:relative;
    width:100%;
    border-radius: 0;
    top:1px;
}

.subcategory_title{
    color:#ff3b5e;
}

.category_title{
    color:#ff3b5e;
    font-weight: 200;
    font-size: 20px;
}

.cartitem_options{
    text-align:left;
}

.cartitem_price{

    text-align:left;
}

.parallax-search.parallax-menu {
    min-height: 100px;
    position: relative;
}

.logo_container{
    display:table;

    margin:0 auto;
}

.rest_logo {
    position: relative;
    z-index: 1;
    padding: 5px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    border-radius: 10px;
    vertical-align: middle;
    display: table-cell;
}

.resturant_details{padding-bottom:9px;}

.resturant_phone:before{font-family: 'Linearicons';content: "\e76c";padding-right:10px;}
.resturant_phone{font-size:20px;color:#fff;}

.resturant_address:before{font-family: 'Linearicons';content: "\e77a";}
.resturant_address{font-size:20px;color:#fff;}

.resturant_website:before{font-family: 'Linearicons';content: "\e7af";}
.resturant_website{font-size:20px;color:#fff;}

.resturant_kosher {font-size:20px;}
.resturant_kosher,.resturant_kosher svg{color:#ffd42f;fill:#ffd42f;}
.resturant_kosher svg{    position: relative;
    top: 6px;}
.spacer {width: 10px;display: inline-block}
.resturant_website:hover {color:#fff;text-decoration:none;}

.clock-timepicker div {
    direction: ltr!important;
}

a:focus, a:hover {
    color: #191919;
    text-decoration: none;
}


.left-arrow:before {
    font-family:  'Linearicons';
    content: "\e93b";
    font-size:13px;

}

.empty_order:before {
    font-family:  'Linearicons';
    content: "\e74b";
    font-size:80px;
    color:#ff3b5e;
    line-height: 100px;
}

#delivery_type,.location_fee,.clock-timepicker,#delivery_time {width:80%;margin:auto;}
#delivery_time{margin-top:15px;}
.clock-timepicker {margin-top:20px;}


.item_name{
    display: block;
}

.item_price{
    display: inline-block;
}

.item_desc{
    display: inline-block;
}

.item_qty {
    display: inline-block;
}

.text-info {
    color: #F44336;

}

.logout{
    color:#ff3b5e!important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.secure {text-align:center; padding-top:10px; color:#1bc747;    font-size: 18px;}

.logout:hover{

}


.icon-mobilelogin:before {
    font-family:  'Linearicons';
    content: "\e721";

}

.icon-secure:before {
    font-family:  'Linearicons';
    content: "\e66b";
    font-size:18px;
}

.icon-save:before {
    font-family:  'Linearicons';
    content: "\e6ae";
    font-size:16px;
}

.icon-logout:before{
    font-family:  'Linearicons';
    content: "\e7b8";
    font-size:16px;
    color:#ff3b5e;

}

.icon-pen:before{
    font-family:  'Linearicons';
    content: "\e60d";
    font-size:20px;
    color:#ff3b5e;

}

.icon-delete:before{
    font-family:  'Linearicons';
    content: "\e681";
    font-size:20px;
    color:#ff3b5e;
}

.clear-cart:before{
    font-family:  'Linearicons';
    content: "\e681";
    font-size:16px;
    color:#fff;
}

.icon-note:before{
    font-family:  'Linearicons';
    content: "\e7d6";
    font-size:16px;
    color:#ff3b5e;
}


.hidden {display:none;}

.category a:hover, .items-row .row.even {
    background: #fff;
}

.category .goto-category.active {
    border-left: 0;
}

.category .goto-category.active {

    background: #ff3b5e;
    color: #fff!important;
}

.category a:last-child, .items-row .row.even {
    border-bottom: 0;
}

.category a {
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #202125!important;
    padding: 10px 8px!important;
    font-size: 14px;
    background: #fff;
    -webkit-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    -o-transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
    transition: color 0.2s,background 0.2s,transform 0.2s,box-shadow 0.2s,width 0.3s;
}

.filter-box a b, .menu-cat b, .section-label a.section-label-a b {
    border-bottom: 0;
}

.filter-box a span, .menu-cat span, .section-label a.section-label-a span {
    padding: 0;
}

.top_filter li {
    display: inline-block;
    padding: 0 10px;
}

.filter-wrap, .box-grey {
    background: #FFFFFF;

    border: none;


    margin-top: 0;
}

.result-merchant .inner {
    border: none;

}

.checkout-wraps h1{

    margin: auto;
    padding: 8px 16px;
    text-align: center;
    color: #202125;
}

.checkout-wraps {
    border: 0px solid white;
    width: 100%;
    margin: auto;
    padding: 100px 0 40px 0;
    background: #eff2f8;
}

.geo_area .checkout-wraps {

    padding: 140px 0 40px 0;

}

.search-wraps h1{

    margin: auto;
    padding: 8px 16px;
}

.search-wraps h1 b{
    font-style: italic;
}

.item-desc * {
    font-family: 'Heebo', sans-serif!important;
    color:#18c746;
}


#menu {
    float: left;
}




.food-description span {
    font-family: 'Heebo', sans-serif!important;
    font-size:14px!important;
    font-weight:400;
}

.order-progress-bar {
    display: none;
}
.item-row .a, .item-row .b, .item-row .c, .item-row .d, .summary-wrap .a {
    float: right;
}

.header_control {
    font-size:16px;
    font-weight:400;
    padding: 28px;
}

#notes, .grey-inputs {
    text-align: right;
}

.filter-box a span, .menu-cat span, .section-label a.section-label-a span {
    color:#202125;
    font-size:22px;
}

.menu-1.box-grey, .top-line-green, .box-grey.top-line-green {
    border-top: 2px solid #ff3b5e;
}

.section-checkout .section-label a.section-label-a span {
    padding-left: 0;
    padding-right: 0;
}

.header_control .lnr{
    color:#CD0F0F;
}

.header_control a {
    color:#000;
}



.tabs-wrapper, .connected-wrap {
    border: 0px solid #c9c7c7;
}

ul#tab {
    /*
        padding: 10px 0px;
    */
}

ul#tabs {
    font-weight:400;
    border-bottom: 0px solid #c9c7c7;
}
ul#tabs li:hover {
    border-bottom:0px solid #f75d34;
    color:#ff3b5e;
}

ul#tabs li.active {
    border-bottom: 0px solid #ff3b5e;
    background:#fff;
    color:#ff3b5e;
}
ul#tabs li {
    margin-bottom: 0;
}
ul#tabs li.active i{
    color:#ff3b5e;
}

.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 #ff3b5e;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}

p, .search-input-wraps #s, .search-input-wraps .search-field {
    font-family: 'Heebo', sans-serif!important;
}

.parallax-search, .mobile-banner-wrap .layer {

    /*background: rgba(0, 0, 0, 0.35);*/
    background:linear-gradient(180deg, rgba(0,0,0,1) -30%, rgba(0,0,0,0) 94%);

}

.search-wraps.menu-header p {
    margin-bottom: 0;
}

.green-button {
    /* background: #26d469; */
    background: #ff3b5e;
    border: 1px solid #ff3b5e;
    color: #fff;
    padding: 5px 8px;
}

.menu_category_description {
    font-weight: 400;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 16px;
}

.logo-desktop {

}

.list-phone:before {
    font-family: 'Linearicons';
    content: "\e76c";
    font-size: 18px;
    color: #ff3b5e;
}

.add-plus:before {
    font-family: 'Linearicons';
    content: "\e936";
    font-size: 12px;
    font-style: normal;
}


.top-menu-wrapper img.logo {
    max-width: 220px;

}

.section-food  {
    background:#fff;
}

.section-food .col-md-4 {
    padding:30px 0;

}

.result-merchant .inner.list-view a.orange-button {
    margin-top: 10px;
    display: inline-table;
}

.bottom_item{
    width: calc(100% - 160px);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}


.item_title_menu {
    width: calc(100% - 160px);
    display: inline-block;
    float: right;
    color: #5d5d5d;
    padding:10px;

}


.add_icon{
    display:inline-block;


    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.item_add_menu i{
    display:inline-block;

}

.bottom_item{

    padding:10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.item-desc_menu{display:block;}
.item_price_menu{    display: inline-block;
    float: right;
    line-height: 33px;
    font-weight: 500;
    color: #ff3b5d;
    font-size: 14px;
}
.item_add_menu {
    display: inline-block;
}

.menu-item-list{
    position:relative;
    display:inline-block;
    width:100%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(44,75,137,0.1);
    box-shadow: 0px 3px 10px 0px rgba(44,75,137,0.1);
    background:#fff;
    margin:10px 0;
    border-radius:4px;
    border:1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align:right;
    padding: 0;
    overflow: hidden;
}

.menu-item-list:hover{
    border:1px solid #000;
}

/* Hover Effects */


.column {
    margin: 15px 15px 0;
    padding: 0;
}
.column:last-child {
    padding-bottom: 60px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
/*
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
*/
.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
figure {

    width: 98%;
    /*
        height: 200px;
        margin: 0;
        padding: 0;
        background: #fff;
    */
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}




.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hover05 figure img {
    margin-right: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.hover05 figure:hover img {
    margin-right: 0;
}


.section-food h2{
    font-size: 40px;
    color:#292c33;
}

.section-food .title{
    width: 50%;
    margin:auto;
    color:#fff;
    display:block;
    position: relative;
    bottom: 36px;
    padding: 10px 0;
}

.section-food .title:hover{
    text-decoration:none;
}


.section-food .title h2{
    font-size:36px;
    margin:0;
    padding:0;
    color:#fff;
    font-weight: 600;
}


.title_pizza {
    background:#ff4900;
}

.title_hamburger {
    background:#4d1e0a;
}

.title_health {
    background:#a2cb05;
}

.title_shusi {
    background:#000;
}

.title_pasta {
    background:#ff1700;
}

.title_chaina {
    background:#00d9ae;
}



.border-light {
    border-top: 0px solid #ededed;

}

.section-feature-resto h2 {
    color:#CD0F0F;
}

.tcenter {
    width: 100%;
    height: 120px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.services-type {
    font-size:16px;
    font-weight:400;

}

.services-type .lnr{
    color:#CD0F0F;
}

.merchantopentag {
    display: inline-block;
}

.merchantopentag .label {

    font-size: 55%!important;
    font-weight: 400!important;

}

.section-cuisine h2 {
    color:#00d9ae;
}

.section-cuisine {
    font-size:16px;
    background:#fff;
    color:#000;
}


.section-subcribe, .section-footer {
    background: #191919;
    color: #fff;
    box-shadow: none;
    text-align:center;
}

.section-footer h1 {
    font-size:20px;
}

.section-footer h2 {
    margin:0;
}


.section-footer h2 a{
    color:#fff;
    font-size:15px;
}

#menu-list-wrapper .menu-cat {
    color: #000;

}

.parallax-search .search-wraps {
    padding-top: 200px;
    border: 0px solid red;
}

.section-grey2 {
    background: #eff2f8;
}

.orange-button {
    background: #ff3b5e;
    border: 1px solid #ff3b5e;
}

.nopad {

}

.category a {
    font-weight: 400;
    padding: 10px 8px;
    font-size: 16px;
    background: #fff;
}





.bootstrap-select.btn-group .dropdown-toggle .filter-option {

    text-align: right;
}

.dropdown-menu {
    text-align: right;
}


.sort-wrap .orange-button {
    margin: 5px;
    float: left;
}

.result-merchant .inner.list-view, .result-merchant .inner.list-view h2, #browse-list .inner {
    text-align: right;
    display: inline-block;
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {

    right: auto;
    left: 12px;

}

.search-input-wraps button[type="submit"] {

    right: 0px;

}


.section-checkout .lnr {
    font-size: 30px;
    position: absolute;
    top: 0;
    z-index: 3;
    color: #474d5d;
}

#qty{height:25px;  width:50px;display:inline-block; border: none;
    box-shadow: none; z-index: 3;padding:0;}


.sms_code{display:none;}
.btn-sms{
    margin-top:30px;
    font-size:16px;
    padding:8px 15px;
    height:auto;
    min-width: auto;
    line-height: 18px;
    border-radius:5px;
}
.sms_con{display:inline-block;width:60%;}
.btn-sms-again{
    height:auto;
    min-width: auto;
    line-height: 18px;
    padding:5px 10px;
    font-size:14px;
    border-radius:5px;
}

@media only screen and (max-width: 750px) {

    .restaurant-menu-nav .nav>li.active>a {
        color:#ff3b5e!important;
    }
    .cat_box li{

        margin-bottom: 0px!important;
    }
    .geo_area #menu-page {
        padding-top: 150px;
    }

    .change-location{
        float:unset;
        margin-top:5px;
       border: 0px solid #202125;
     display: inline-block;
 }


    .geo_area .category-list {

        top: 97px;
    }

    .geo_area .top-geoarea{
        background:#fff;
        width: 100%;
        height: 40px;
        padding: 0;
        z-index: 999;
        position: fixed;
        top: 57px;
        text-align:center;
        border-bottom: 1px solid #dddddd;
    }

    .change-location svg {

        max-width: 10px;
    }

 .btn-sms {

     font-size: 4vw;
     padding: 8px 10px;

 }
 .bar.mobile{
     position: absolute;
     bottom: 0;
 }

 .search-right-content{
     float:none!important;
 }

 .typhead-cuisine-wrap {
     position: relative;
     margin-top:10px;
 }

 .location-search-submit{
     margin-top:10px!important;
     width: 100%;
 }

 .section-cuisine a.even {
     background: none;

     border-left: 0;
     border-right: 0;

 }
 .section-feature-resto .col-md-9.col-sm-9 {
     text-align: right;
 }
 .section-feature-resto .services-type {

     margin: 0;
 }

 .mobile-banner-wrap {
     display:none;
 }

 #parallax-wrap{
     padding-bottom: 10px;
     padding-top: 50px;
     background:none;
 }

 .section-payment-option .col-md-10{
     width:100%;
 }

}

@media only screen and (max-width: 1200px) {
 .list_logo {
     display: block;
 }
}

@media only screen and (max-width: 1024px) {

 #video-wrap video {
     top: 0;
     transform: translate(-50%,0);
 }

 .mobile_rest_name{
     display:inline-block;
     color:#202125;;
     font-size:16px;
 }

 .header-logo{

 }
 .header-login {
     float:left;
 }

 .header-login a{
     color: #ff3b5e;
     font-size: 26px;
     display: block;
     padding: 15px 5px 10px 10px;
 }


 .callnow {

 }

 .callnow a{
     color: #5cb85c;
     font-size: 26px;
     display: block;

 }


 #video-wrap {
     height: 400px;
 }

 .search-wraps2 {
     border: 0px solid white;
     margin: auto;
     padding-top: 120px;
 }

 .fields-location-wrap {
     position: relative;
     background: none;
     padding: 20px 5px;
     margin-top: 0px;
     border-radius: 0px;
     max-width: 100%;
     margin: auto;
     height: auto;
 }

 #frm-location-search .ts-input {

     padding: 0 10px;



 }

 .parallax-search .search-wraps {
     padding-top: 20px;
     border: 0px solid red;
 }

 .search-col4{width:100%;float:right;}
 .search-col8{width:100%;float:right;}
 .search-row{display:block;}
 .search-row:after{clear:both;}
 .list_logo_link {
     height: auto;
     display: block;
     vertical-align: middle;
     margin-top: 20px;
 }

}


@media only screen and (min-width: 1024px){
.category-list {

z-index: 999!important;

}
}


.fancybox-container{
z-index:999992!important;
}
.fancybox-content {
overflow:initial!important;
padding: 0!important;
text-align: right!important;
}

.enter-address-wrap.fancybox-content{
    width:100%;
    padding: 20px!important;
    border-radius: 6px;
}

.enter-address-wrap .save-button{
    width: 100%;
    background: #18c746;
    display: inline-block;
    border-radius: 6px;
    padding: 5px 15px;
    border: none;
    font-size: 18px;
    color: #fff;
}

.enter-address-wrap .update-geo-button{
    margin-top:20%;
    width: 100%;
    color: #fff;
    background: #000000;
    display: inline-block;
    border-radius: 6px;

    border: none;
    font-size: 18px;

}

.enter-address-wrap .exit-button{
    width: 100%;
    background: none;
    display: inline-block;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 16px;
    color:#202125;
}
.mgeo_tabs{margin-top:20%;}
.mgeo_tabs .nav-tabs{
    display: flex;
    border-radius: 8px;
    border:3px solid #000;
    font-size: 20px;
}
.mgeo_tabs .nav-tabs>li a{
    margin-right:0;
    border:0;
    border-radius: 0;
    color:#000;
}

.mgeo_tabs .nav-tabs>li{
    width:100%;
    color:#000;
    font-weight: bold;
}

.mgeo_tabs .nav-tabs>li.active a{
    background: #000;
    color:#fff;
}

.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
opacity: 0;
transform: translateY(-60px) scale(1.1);
}

.fancybox-fx-material.fancybox-slide--current {
opacity: 1;
transform: translateY(0) scale(1);
}

.mobile-item{background: #fff;}
.mh_accessibility{width:50px;}

@media only screen and (max-width: 960px){
.fancybox-is-open .fancybox-bg {
opacity: 1!important;
background: #fff!important;

}
.fancybox-content {
/*overflow:auto!important;*/
padding: 0!important;
text-align: right!important;
}

.fancybox-bg  {

}
.fancybox-slide:before {
display:none!important;
}
.fancybox-slide--html {
padding: 0!important;
}
.full_menu_top {
width:auto;
max-width: 100%;
float: none;
}
.menu_item_top{
width:auto;
max-width: 100%;
}
.menu_item_left {
float: none;
}
#mobile-header {
padding: 0;

}
.th_container {	min-height:48px;}
.hide_mobile {display:none;}
    .hide_desktop {display:block;}
.mh_close{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;

}

.mh_close .btn-close {
    background:rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .callnow{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;

    }

.mh_title{
display: flex;
padding: 10px;
flex-direction: column;
justify-content: center;
width:80%
}
}




.close_btn {
height: 50px;
width: 50px;
position: absolute;

-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
right: -50px;
top: -50px;
z-index: 99999999;
text-align: center;
}

.close_btn svg {
fill:#fff;
position: relative;
top: 15px;
}

.close_btn:after {
content: '';
width: 100%;
height: 100%;
right: 0;
top: 0;
position: absolute;
border: 2px solid transparent;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.close_btn:hover:after {
-moz-animation: circle-creation 1s forwards;
-webkit-animation: circle-creation 1s forwards;
animation: circle-creation 1s forwards;
}
.close_btn:hover .bar:nth-of-type(1) {
-moz-transform: translateY(15px) rotate(45deg);
-ms-transform: translateY(15px) rotate(45deg);
-webkit-transform: translateY(15px) rotate(45deg);
transform: translateY(15px) rotate(45deg);
}
.close_btn:hover .bar:nth-of-type(2) {
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-webkit-transform: translateX(100px);
transform: translateX(100px);
-moz-transition: 0.6s;
-o-transition: 0.6s;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.close_btn:hover .bar:nth-of-type(3) {
-moz-transform: translateY(-15px) rotate(-45deg);
-ms-transform: translateY(-15px) rotate(-45deg);
-webkit-transform: translateY(-15px) rotate(-45deg);
transform: translateY(-15px) rotate(-45deg);
}

@-moz-keyframes circle-creation {
0% {
border-color: transparent;
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
border-color: transparent #fff transparent transparent;
-moz-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
border-color: transparent #fff  #fff transparent;
}
75% {
border-color: transparent #fff #fff #fff;
}
100% {
border-color: #fff;
-moz-transform: rotate(-300deg);
transform: rotate(-300deg);
}
}
@-webkit-keyframes circle-creation {
0% {
border-color: transparent;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
border-color: transparent #fff transparent transparent;
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
border-color: transparent #fff  #fff transparent;
}
75% {
border-color: transparent #fff #fff #fff;
}
100% {
border-color: #fff;
-webkit-transform: rotate(-300deg);
transform: rotate(-300deg);
}
}
@keyframes circle-creation {
0% {
border-color: transparent;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
border-color: transparent #fff transparent transparent;
-moz-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
border-color: transparent #fff  #fff transparent;
}
75% {
border-color: transparent #fff #fff #fff;
}
100% {
border-color: #fff;
-moz-transform: rotate(-300deg);
-ms-transform: rotate(-300deg);
-webkit-transform: rotate(-300deg);
transform: rotate(-300deg);
}
}