/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

body {
    /*  background: #E4E4E4;*/
    background: #fff;  
    /*    color: #8b8e94;*/
    color:#333333;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}
.container{
    letter-spacing: 0.4px;
}
nav .container{
    letter-spacing: 0.2px;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(0,0,0,0.8);
    line-height: 1.5;
    font-family: 'Nunito', sans-serif;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5, h6 {
    font-size: 14px;
}

ul, ol {
    margin-bottom: 30px;
}

a {
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #FFA33E;
}

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

.bgFood {
    /*background:url('../images/FoodBanner.png') no-repeat center;*/
    height: 568px;
    background-size: cover !important;
    /*min-width: 1366px;*/;
}
.bgrest{
    background:url('../images/restaurant-bg.jpg') no-repeat center;
    height: 408px;
    background-size: cover !important;
    /*min-width: 1366px;*/;
}
.bgrest .navbar{
    margin-bottom: 10px;
}
.app-font{
    font-family: 'Nunito', sans-serif;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {

    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;

}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
/*.navbar-inverse .navbar-nav > li > a i, .navbar-inverse .navbar-nav > li > a span{
   color: #fff;
   //mix-blend-mode: screen; 
   //filter: grayscale(1);
   
}
.moms-header .navbar-inverse .navbar-nav > li > a i, .moms-header .navbar-inverse .navbar-nav > li > a span{
   color: #000;  
}*/
/*.navbar-nav > li {margin-right: 64px;}*/
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #DE4933;
    /*  background: linear-gradient(to right,#f5914e,#e85826);*/
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
}
/*.navbar-inverse .navbar-nav > li > a:focus i, .navbar-inverse .navbar-nav > li > a:hover i,
.navbar-inverse .navbar-nav > li > a:focus span, .navbar-inverse .navbar-nav > li > a:hover span{
    mix-blend-mode: inherit; 
}*/

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #DE4933;
    /*  background: linear-gradient(to right,#f5914e,#e85826);*/
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
}

.navbar-header .form-control {
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    box-shadow: none;
}
.moms-header .navbar-header .form-control{
    color: #fff;
}
.navbar-header .form-control::placholder {
    color: #fff;
}
.navbar-header input.form-control::placeholder {
    color: #fff; 
}

.navbar-inverse {
    /*margin-top: 15px;*/
    padding-top: 15px;
}

.nav-search {
    margin-top: 24px;
}

.home-header .nav-search {
    margin-top: 24px;
    height: 36px;
    margin-bottom: 19px;
}

ul.navbar-nav {
    margin-top: 24px;
}

.navbar-nav > li {
    width: 25%;
    text-align: right;
    padding: 0 15px;
    margin-left: 13px;
}
.loader{
    position: fixed;
    background: rgba(0, 0, 0,0.3);
    height: 100%;
    width:100%;
    z-index: 1
}
.loader-img{ 
    margin: 15% auto;
    height: 175px;
    display: block;
}
.loading .overlay{
    z-index: 0;
}
.moms-header .navbar-nav > li {
    margin-left: 0px;  
}
.mom-search {
    background: #fff;
    min-height: 60px;
    margin-top: 53px;
}

.paddingRL0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.paddingR0 {
    padding-right: 0px !important;
}

.paddingL0 {
    padding-left: 0px !important;
}
.paddingL3 {
    padding-left: 3px !important;
}
.paddingL5 {
    padding-left: 5px !important;
}
.mom-search input.form-control {
    height: 60px;
    border: none;
    font-size: 16px;
    margin-top: 6px;
    box-shadow: none;
}
.logo img{
    height: 58px;
    width: 126.5px
}
.logo svg {
    width: 150px;
    height: 100px;
    /*    width: 175px;
        height: 58px;*/
}
.moms-header .logo svg {
    width: 190px;
    height: 60px;
}
.item{
    margin-bottom: 104px;
}
.mom-search .btn-mom-search {
    background-color:#DE4933;
    Color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    padding: 6px 25px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 16px;
    margin-right: 0px;
    height: 44px
        /*  background: linear-gradient(to right,#f5914e,#e85826);*/
}

.mom-search .btn-mom-search:focus, .mom-search .btn-mom-search:hover {
    background-color: #DE4933;
}

.mom-search .btn-mom-search {
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 3px 3px #999;
    /*width: 100%;*/;
}
.navbar .dropdown .dropdown-menu > li > a{
    font-size: 18px;
    padding: 20px 11.25px 12px 11.25px;
}
.mom-search .btn-mom-search:active {
    background-color: #DE4933;
    box-shadow: 3px 3px #999;
    transform: translateY(4px);
}
#frmSearch .autocomplete-items{
    z-index: 999;
}
.autocomplete-items div:hover, .autocomplete-items div:focus{
    background: #eee;
    cursor: pointer;
    padding: 0px 5px;
}
.lSSlideOuter .lSPager.lSpg {
    display: none;
}
textarea.form-control{
    resize: none;
}
ul.lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

ul.lightSlider li {
    margin-right: 0px !important;
}

.item {
    margin-bottom: 60px;
}
.categories-slider {
    margin: 0px auto !important;
    padding: 0 27px;
}
.slick-dots{
    display: none !important;
}
.categories-slider .slick-slide {
    margin: auto; 
    padding: 17px 15px;
    /*    width: 150px;*/

}
.categories-slider .slick-current {
    height: 60px !important;
}
.categories-slider .slick-slide a{
    color: rgba(255,255,255,0.9);
}
.categories-slider .slick-prev {
    left: 5px;
    top: 43%;
}
.categories-slider .slick-next {
    right: 5px;
    top: 43%;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a{
    /*    background-color: rgba(0,0,0,0.5); */
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
}

/*.categories-slider .slick-slide.slick-current.slick-active a{
    font-weight: bold;
    color: #d3006f;
}
.categories-slider .slick-slide a:hover, .categories-slider .slick-slide a:focus, .categories-slider .slick-slide a:active{
    font-weight: bold;
    color: #d3006f;
}*/
.offer-slider {
    padding: 0 15px 0 28px;
}
.content-slider li, .categories-slider {
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #FFF;
    height: 60px;
    border-radius: 0 0 10px 10px;
}

.content-slider li a {
    color: rgba(255,255,255,0.9);
    top: 18px;
    position: relative;
}

.content-sliders li {
    text-align: center;
    color: #FFF;
    height: 300px;
}

.content-sliders li a {
    color: #FFF;
    top: 18px;
    position: relative;
}

.slider {
    width: 100%;
    margin: 23px auto;
}

.slick-slide {
    margin: 0px 30px;
}

.slick-slide img {
    /*  width: 100%;*/
    min-width: 100%;
    width: 310px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: inherit !important;    
}

.slick-slide {
    height: auto !important;
}
.demos .variable1 .slick-prev::before, .variable1 .slick-next::before { 
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold;

}
.home-product{
    margin-top:10px;
    margin-bottom:20px;
}
.product-list {
    height: 417px;
    border: solid 1px #FFf;
    margin-bottom: 28px;
    margin-top: 9px;
}
.favourites h4{
    color:#787878;
    margin-top:26px;
}
.favourites{
    margin-bottom: 137.5px;
}
.favourites .restaurant-list { 
    min-height: 310.5px;
    border: solid 1px #FFf;
    margin-bottom: 20px;
    margin-top: 9px;
    padding-top: 15px; 
}
.favourites .restaurants-name {
    margin-bottom: 0px;
    margin-top: 9px;
}
.rate-mins{
    margin-top:22px;
    margin-bottom:10px;
}
.rest-spec{
    padding: 11px 31px !important;
    min-height: 92px;
    overflow:hidden;
}
.rest-spec label{
    color:#000000 !important;
}
table.rest-checkout-table{
    background:none !important;
}
table.rest-checkout-table td{
    border:none !important;
}
.restaurants .product-img{
    height: 166px;
    width: 100%;
}
.restaurant-list{
    height: 347px;
    border: solid 1px #FFf;
    margin-bottom: 20px;
    margin-top: 9px;
    padding-top: 15px;
}
.restaurant-list:hover, .restaurant-list:focus {
    min-height: 347px;
    border: solid 1px rgba(255, 179, 0,.5);
    box-shadow: 0 4px 7px 0 rgba(255, 179, 0,.6);
}

.favourites .restaurant-list:hover, .favourites .restaurant-list:focus {
    min-height: 310.5px;
    border: solid 1px rgba(255, 179, 0,.5);
    box-shadow: 0 4px 7px 0 rgba(255, 179, 0,.6);
}
.restaurant-list .restaurants-product{
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;  
}
.restaurant-menu-list{
    height: 300px;
    border: solid 1px #FFf;
    margin-bottom: 40px;
    margin-top: 9px;
    padding-top: 15px;
}
.restaurant-menu-list:hover, .restaurant-menu-list:focus {
    height: 300px;
    border: solid 1px rgba(255, 179, 0,.5);
    box-shadow: 0 4px 7px 0 rgba(255, 179, 0,.6);
}
.restaurant-menu-list .restaurants-product{
    margin-top:14.94px;
    color:#000000;
    margin-bottom:0px;
    font-size: 16px; 
    font-weight: bold;
}
.restaurant-menu-list .veg-non-sign img{
    height: 16px;
    width: 16px;
    margin-top: 17.94px;
    margin-left: 0px;
}
.restaurants-product-sub{
    margin-top:-5px;
    line-height: 1.3;
    font-weight: normal;
}
.restaurant-menu-list .product-img{
    height: 140.6px;
    width: 100%;
}
.restaurants-product .inc-dec{
    height: 23px;
    border-radius: 0;
}
.restaurants-product .inc-dec-input{
    height: 20px;
}
.restaurant-filter{ 
    margin-bottom: 0px;
}

.product-rate p,.product-rate p small{
    font-size:16px;
}    
.border-bottom-dark{
    border-bottom:solid 3px #000;
}
.border-bottom-light-3{
    border-bottom:solid 3px #ccc;
}

.product-list:hover, .product-list:focus {
    height: 417px;
    border: solid 1px #FFB300;
    /*  box-shadow: 0 4px 7px 0 rgba(255, 179, 0,.6);*/
}

.product-list .product-img {
    width: 100%;
    height: 166px;
    margin-top: 15px;
}
.mom-product-img{
    width: 100%;
    height: 220.5px;
    margin-top: 15px;
}
.small, small {
    font-size: 12px;
}
.restaurants-name{
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 11px;
}
.restaurants-product{
    color: #333;
    margin-top: -4px;
    font-weight: normal;
    line-height: 1.2;
    min-height: 25px;
}
.restaurants-product-single{
    margin-top: 12px;
    font-weight: normal;
}
.restaurant-filter li{
    list-style-type: none;
    display: inline;
    padding: 18px 18px 3px 18px;
    top: 20px;
    position: relative;
}
.restaurant-filter li a{
    color: #626262;
}
.restaurant-filter li a:hover,.restaurant-filter li a:focus,.restaurant-filter li a:active{
    color:#FFB300;
    border-bottom: solid 2px #FFB300;
    /*padding-bottom: 8px;*/
}
.restaurants .quick-view {
    margin-top: 15px;
}
.restaurants h4{
    margin-bottom:0}
.border-bottom{
    border-bottom: solid 1px #eee;
}
.restaurants-ratings{
    color: #fff;
    /*background-color: #198200;*/
    padding: 2px 5px;
    font-size: 10px;
    background: #198200;
}
.mins-text{
    font-size: 12px;
    font-weight: normal;
}
.bgrest .mom-search{
    margin-top: 90px;
}    
.restaurants-bg{
    /*    background: rgba(0,0,0,0.9);*/
    background: url('../images/default/restaurant-img.png') no-repeat center rgba(0,0,0,0.2);
    color:#fff;
    padding:0;
    height: 250px;
    margin-bottom: 0;  
}
.restaurants-bg::before{
    background-color: rgba(0, 0, 0, 0.57);
    content: '';
    display: block; 
    height: 250px;
    position: absolute;
    width: 100%; 
    left:0; 
}
.restaurants-bg h2{
    color:#fff;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 35px;
}
.restaurants-address{ 
    font-size:18px;
}
.check-value, .favour-value, .search-value{
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0,.3);
    padding: 6px 15px 0px 15px;
    text-align: center;
    margin-top: -13px; 
    background: #fff;
}
.check-value input{
    margin-top:0
}
.favour-value a {
    color:#333;
}
.search-value input{
    border:none;
    margin-bottom: 4px;
}
.subtotal h5 {
    font-size:18px;
}
.subtotal h6 {
    font-size:16px;
}
.product-name {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: -3px;
}

.veg-non-sign img {
    height: 16px;
    width: 16px;
    margin-top: 7px;
    margin-left: 5px;
}

.mom-name {
    color: #FF6600;
    margin-bottom: 2px;
}

.grey-color {
    color: lightgray;
}
.ratings{
    margin-top: 15px;
    margin-bottom: 6px;
}
.available {
    color: #333333;
    font-weight: bold;
    margin-top: -8px;
    line-height: 1.1;
    height: 31px;
}

.available small{font-size:10px;}

.ratings span {
    color: #fff;
    background-color: #198200;
    padding: 2px 5px;
    font-size: 10px;
    /*  background: linear-gradient(to right,#089900,#056E00);*/
}

.price {
    text-align: right;
    color: #FF6600;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.quick-order {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 7.5px;
    color: #333333;
    padding: 3px;
    cursor: pointer;
}

.cousine-name {
    margin-top: 12px;
    margin-bottom: 0px;
    font-weight: normal;
}
.overlay .cousine-name {
    margin-top: 14px;
}
.ratings-orange span {
    color: #fff;
    /*background-color: #FF7700;*/
    padding: 2px 5px;
    font-size: 10px;
    background: linear-gradient(to right,#f5914e,#e85826);
}

.ratings-red span {
    color: #fff;
    /*background-color: #FF0000;*/
    padding: 2px 5px;
    font-size: 10px;
    background: linear-gradient(to right,#ff4d4d,#FF0000);
}

.advt-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
}
.app-img img{display: block;
             width: 100%;
             height: 65.5px;}

.app-store {
    background-color: #E1E1E1;
    /*min-height:426px*/
    min-height: 297px;
    overflow: hidden;
}

.app-text {
    font-weight: 900;
    margin-top: 64px;
    margin-bottom: 14px;
    text-align: center;
    line-height: 1.1;
    /*padding: 0 100px;*/;
    text-transform: uppercase;
}

.app-img {
    margin-top: 15px;
    margin-bottom: 25px;
}

.android-img img {
    height: 253px;
    margin-top: 0px;
    margin-bottom: 44px;
    width: 200px;
}

.iphone-img {
    margin-bottom: 0px;
}

.iphone-img img {
    height: 260px;
    margin-top: 37px;
    margin-bottom: 0px;
    width: 200px;
    margin-left: 15px;
}

.aboutus {
    background-color: #BFBFBF;
    min-height: 287px;
    padding-top: 51px;
    overflow: hidden;
}

.copyright-foot {
    background-color: #6A6A6A;
    min-height: 97px;
    padding-top: 42px;
    overflow: hidden;
    padding-bottom: 30px;
}

.footer-title {
    color: #191919;
    margin-top: 33px;
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: bold;
}

.foot-text {
    margin-top: 31px;
    color: #191919;
}

.aboutus p {
    color: #191919;
    font-weight: normal;
}

.copyright-foot p {
    color: #fff;
    font-weight: normal;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    font-size: 12px;
    text-align: left;
    padding: 3px 0;
    color: #191919;
}

footer ul li a {
    color: #191919;
}

.social-img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
} 
.arrow1{
    height: 80px;
    width: 80px;
    margin-left: -29px;
    margin-top: 21px;
}
.contact-iocn{
    margin-top: 0px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    border-bottom: 1px solid #ddd;
    border-top: none;
}
.cart-hide{
    display: block
}
.extras .cousine-name { 
    margin-top: 12px; 
}
.extras .overlay-price span{
    font-family: 'Nunito', sans-serif;
}
.before-cart-btn{
    /*background: linear-gradient(to right,#04cafb,#03A0C8);*/
    border:solid 1px #C7C7C7;
    background:#fff;
    color:#056E00;
    padding:1px 10px 0px 10px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 0;
}
.before-cart-btn:hover, .before-cart-btn:focus{ border:solid 1px #C7C7C7;color:#056E00;}
.dropdown-menu{left: 16px;}

.single-img{height: 201px;}
.about-mom .ratings{margin-bottom:0px}
.about-mom .mom-name{
    margin-top: 7px;
    margin-bottom: 0;
}
.open .dropdown-menu > li > a:focus, .open .dropdown-menu > li > a:hover{
    /*    background: #ccc;  */
    background: #F6F6F6;
}
.loader-page { 
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*    background: url('../images/Loading.gif') 50% 50% no-repeat rgb(249,249,249);*/
    background:rgba(0, 0, 0,0.3); 
}
.show-label{
    display: block;
}
.show-icon{
    display: none;
}
.bg-color{
    background: #eee
}
.change-add{
    font-size:14px;
    color:#056E00;
    font-weight: bold;
    text-transform: uppercase;
}
.change-add:focus, .change-add:hover{
    text-decoration:underline;
}
.fooddoo-color{color:#d3006f;}
.tax-row{
    float: right;
    width:100%;
}
.checkout .veg-non-sign img {
    height: 19px;
    width: 19px;
    margin-top: 0px;
    margin-left: 0px;
}
.checkout .product-name{
    font-size: 18px; 
    margin-top: 0px;
}
.checkout .inc-dec{
    /*    margin-top: 21px;*/
    height: 23px;
}
.sorting-filler{
    border-top: solid 1px #ccc;
}
.accessories-list{
    max-height: 115px;
    overflow: auto;
    margin-bottom: 20px;
}
.mob-cart{
    padding: 0 5px;
}
.scroll-div{
    max-height: 306px;
    overflow-x: hidden;
    overflow-y: auto;
}
.invoiceno{
    font-size: 18px;
    font-weight: bold;
    margin-top: 44px;
}
.success-bg{
    /*     background: #eee;  */
    /*     background: url('../images/default/slideBg1.png') no-repeat center rgba(255,255,255,0.9);
        margin-bottom: 15px; */
    position: relative;
    height: 357px;
    padding:82px 15px 60px 15px;
}
.error-bg{
    background: #eee;  
    /*     background: url('../images/default/slideBg1.png') no-repeat center rgba(255,255,255,0.9);*/ 
    position: relative;
    height: 650px;
    padding:50px 15px 15px 15px;
}
.success-bg h5{
    font-size:20px;
    margin-top: 13px;
    margin-bottom: 0px;
}
.order-error .success-bg{
    position: relative;
    height: 366px;
    padding: 62px 15px 83px 15px;
}
.red-color-text{
    color:#FF0000 !important;
}
.nopage-error .success-bg{
    position: relative;
    height: 385px;
    padding: 63px 15px 55px 15px;
}
.nopage-error h1{
    font-size:40px;
    margin-bottom: 0px;
    margin-top: -15px;
}
.nopage-error h2{
    margin-bottom: 0px;
    margin-top: -15px;
    color:#484848;
}
.checkout-cart{
    background: #FFF4D9;
} 
.mobile-close{
    display:none;
}
.web-close{
    display:block;
}
/*.success-bg::before {
  background-color: rgba(255,255,255,0.8);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}*/
.order_successful{
    width:150px;
    height:150px;
}
.goto{
    font-size:18px;
    font-weight: bold}
.alert-succes{
    position: fixed; 
    width: 300px;
    z-index: 1000;
    top: 10px;
    right: 10px;
    padding: 12px; 
    border-radius: 10px;
}

.alert-error{
    background: #ef3737;
    position: fixed; 
    width: 300px;
    z-index: 1000;
    top: 10px;
    right: 10px;
    padding: 12px; 
    border-radius: 10px;
}
.alert-text{
    color:#fff;
    font-size:16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.white-text{
    color:#fff;
}

.amsify-suggestags-list{
    top: 52px
}
.amsify-list-item{
    color: #626262; 
}
.wallet-img{
    width: 40px; 
    margin-right: 35px;
}
.cards-img{
    width: 103px; 
    margin-right: 10px;
    margin-top: 20px;
}
.cards-option{
    top: 12px;
    position: relative;
}
.tranaction-img{
    width: 40px; 
    margin-right: 10px;
    margin-top: 20px;
}

.wallet .tranaction-img{ 
    margin-right: 10px;
    margin-top: 20px;
    background: #fff;
    padding:5px 5px 5px 5px;
}
.accessories-list .inc-dec {
    height: 21px;
}
.checkout .accessories-list .inc-dec span { 
    top: 2px;
}
.accessories-list table tr td {
    padding: 4px 8px 0px 8px;
}
.cart-text-right{
    text-align:right;
}
.search-field{
    padding-right: 52px;
    width: 305px;
}
.search-icon{
    float: none;
    position: absolute;
    top: 1px;
    left: 270px;
    background: inherit;
    padding: 4px 15px 4px 15px;
    border-radius: 0 3px 3px 0px;
    color: #fff;
}
.location-icon{
    position: relative;
    top: -29px;
    left: 287px;
    float: left;
    color: #fff;
}
.sorting-filler ul{
    background: #DBDBDB;
    padding-bottom: 101px;
}
.sorting-filler ul li{
    padding: 15px;
    border-bottom: solid 1px #C5C5C5;
}
.tab-content > .tab-pane{
    padding-top: 16.5px;
}
.order-history .tab-content > .tab-pane p{
    font-size: 14px;
    margin-bottom: 10.5px;
    line-height: 1.1;
    text-transform: none;
}
.readclass{
    min-height:120px;
}
.readclass p, .account-list div p {
    line-height: 1.1;
}

.font-11{
    font-size:11px !important;
}
.font-10{
    font-size:10px !important;
}
.font-9{
    font-size:9px !important;
}
.font-24{
    font-size:24px;
}
.font-16{
    font-size:16px;
}
.tab-content > .tab-pane p{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.sorting-filler ul li.active{
    background: #fff;
}
/*.sorting-filler ul li.active span{
    color:rgba(255, 102, 0,0.7)
}*/
.sorting-filler ul li span{
    color:#555;
    padding: 15px;
}
.sorting-scroll{
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 270px;
}
.search-list .mom-search{
    border: solid 1px #ccc;
    margin-top: 2%;
}
.responsive-paddingRL{
    padding-right:0px;
    padding-left:0px;
}
/*.price-table {
    border-top:solid 1px #8b8e94;
    border-bottom:solid 1px #8b8e94;
    padding:15px 0;
}*/

.price-table tbody tr td{
    border-top: none;
    padding: 3px 8px;
}
.price-table tr td p{
    margin-bottom: 2px;
}
.nav-active li a.active{
    background: #DE4933;
    border-radius: 4px;
    color:#fff !important;
}
.addressform-field{
    background: #fff; 
    padding: 0px 0px 0px 0px; 
    border-radius: 5px; 
    border: solid 1px #A5A5A5;
    min-height: 60px; 
    margin-bottom: 28px;
}
.address-bg{
    background: #FF9900;
    height: 418px;
    padding: 0 36px;
}
.add-search-btn{
    background: #3D8D00;
    color:#fff;
    border-color:#3D8D00;
    padding: 19px 21px;
}
.add-search-btn:hover, .add-search-btn:focus {color:#fff;}
.form-field{
    background: #fff; 
    padding: 0px 6px 1px 6px; 
    border-radius: 5px; 
    border: solid 1px #A5A5A5;
    min-height: 52px;
}
.form-field label{
    color: #808285;
    margin-left: 15px;
    margin-bottom: 0;
}
.addressform-field .form-control{
    height: 22px;
    margin-bottom: 19px;
    font-family: 'Nunito', sans-serif !important;
    border: none;
    box-shadow: none;
    margin-top: -5px;
    font-size: 12px;
    padding: 0 14px;
    width: 70.61%;
    display: inline-block;
    margin-top: 18px;
    margin-left: 27px;
}
.form-field .form-control{
    height: 27px;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    margin-top: -5px;
    font-size: 12px;
    padding: 0 14px;
}
.form-field select.multiselect{
    height: 50px;
}
.stock-btn{
    font-size:9px;
    padding: 3px 3px;
    width: 100%;
}
.order-success{
    margin-top: 20px;
}
.order-history .dataTables_length, .dataTables_length{
    display:none
}
.order-history .dataTables_filter input, .dataTables_filter input{ 
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left:10px;
    margin-top:15px
}
.order-history .dataTables_filter input{
    margin-top:4px  
}
.dataTables_paginate{
    margin-top:15px;
}
.dataTables_paginate a{
    padding: 2px 11px;
    // border: solid 1px #337ab7;
    color: #337ab7;
    cursor: pointer;
}
.dataTables_paginate a.current{
    background:#337ab7;
    color: #fff;
}
.dataTables_info{
    margin-left: 15px;
}
.div-position{
    position: relative;
}
section .restaurant-menu-list .inc-dec span {
    top: 1px;
}
.restaurant-menu-list .inc-dec span {
    top: -2px;
}
.restaurants-product .table td .inc-dec span{
    top: 0px;
}
.subject-status{
    background: #aaa;
    color: #fff;
    padding: 2px 15px;
}
.navbar-nav .fa-percent { 
    font-size: 9px;
    border: solid 2px;
    border-radius: 50px;
    padding: 3px 4px; 
}
.fa-percent{
    font-size: 9px; 
    border: solid 1px;
    border-radius: 50px;
    padding: 3px 4px;
}
.vendor-forms .error-span,.Tb-forms .error-span{
    color:#fff;
}
.readclass h5, .readclass p, .readclass span{
    color:#aaa !important; 

}
.unreadclass h5, .unreadclass p, .unreadclass span{
    color:#007ab9 !important; 
}
.readclass h5, .unreadclass h5{
    margin-top:5px;
    font-size: 16px;
}
.readclass h5, .unreadclass h5, .unreadclass p, .readclass p{
    margin-bottom:3px;
    font-weight: normal;
}
.readclass .notify-read{
    display:none;
}
.error-text{
    color:red !important;
    font-weight: bold;
    font-size:16px;
}
.edit-input{
    height: 21px;
    width: 43px;
}

.dropdown {

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 268px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
    border: solid 1px #D8D8D8;
}
.rate-1, .rate-2, .rate-3, .rate-4, .rate-5{
    background: #cd1c26;
    padding: 1px 11px;
    border-radius: 2px;
} 
.rate-1{
    background: #cd1c26;
}
.rate-2{
    background: #ff7800;
}
.rate-3{
    background: #cdd614;
}
.rate-4{
    background: #5ba829;
}
.rate-5{
    background: #305D02;
}
.blue-text{
    color:#006BBC;
}
.show {display: block;}
.ui-autocomplete{
    max-height: 200px;
    overflow:auto;
}
.secondary-menu li{
    width: 160px;
    text-align: right;
    padding: 0 15px;
    margin-left: -4px; 
    list-style-type: none;
    display: inline-block;
}
.secondary-menu li.schdeule{
    background:#D3006F;
    padding:5px 13.41px;
}
.secondary-menu li.schdeule a{
    color:#fff;
}
.secondary-menu li.restaurants{
    background:#FFD300;
    padding:5px 3.41px;
}
.secondary-menu li.restaurants a{
    color:#000000;
}
.secondary-menu li.party a{
    color:#000;
}

.secondary-menu li.rest-offer{
    background:#ffbc55;
    padding:8px 13.41px;
}
.secondary-menu li.rest-offer a{
    color:#000;
}
.offerDiv {
    height: 300px;
}
.rest-offer-img{
    width: 100%; 
    height: 100%;
    /*    object-fit: cover;*/
}
.secondary-menu li.party{
    background:#8DBD20;
    padding:5px 13.41px;
} 
.secondary-menu li a{
    font-weight: normal
}
.media-screen{
    margin-top:55px;
    margin-bottom:38px;
}
.media-screen p img {
    margin-right:10px
}
.navbar-inverse .secondary-menu li a:focus, .navbar-inverse .secondary-menu li a:hover { 
    background-color: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;

}
.navbar-inverse .secondary-menu > li > a {
    font-size: 16px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
/*refer-friend style start*/ 
.refer-friend-bg{
    background: #1B2062;
    min-height:548px;
}
.refer-friend{
    margin-top:144.7px;
    margin-bottom:144.7px;
}
.border-bottom-blue{
    border-bottom:solid 1px #2d3489;
}
.code-apply-btn{
    padding: 3px 15px;
    margin-bottom: 7px;
    border:none;
    border-radius: 3px;
}
/*refer-friend style End*/

/*party order style start*/
.normal-text{
    font-weight: normal !important;
}
.party-detail{
    background: #eee;
    padding:18px 0px;
    margin-top: 34px;
    margin-bottom: 30px;
    min-height: 599px;
    border-radius: 10px;
}
.otherservice{
    list-style-type: disc;
    padding-left: 15px
}
.service-border{
    border: solid 1px #ccc;
    margin: 0 auto;
    border-radius: 5px
}
.otherservice li {
    color:#626262;
    font-size: 12px;
}
.termslist{
    list-style-type:number ;
    padding-left: 15px;
}
.termslist li{
    color:#626262;
    font-size: 12px;
}
#accordion .panel-heading{
    background: #707070; 
    color:#fff;
    height: 54px;
    padding: 17px 13px;
    margin-bottom: 5px;
}
#accordion .panel-heading:last-child{
    margin-bottom: 0px;  
}
#accordion .panel{
    background-color: transparent;
    border: none;
}
.panel-collapse.collapse {
    margin-top: -5px;
}
#accordion .panel-body{
    padding: 29px 15px;
}
#accordion .panel-body{
    background: #D8D8D8;
}
.party-cart{
    background: #FFF4D9;
    min-height: 565px;
}
.party-detail .check-label{
    font-size:12px;
}
.party-detail .form-field{
    /*    margin-top: 98px;*/
    margin-top: 46px;
}
.productt-text{
    font-size:18px;
}
party-cart .cart-scroll{
    margin-bottom: 44px;
}
.party-cart table tr:nth-child(even) {
    background: #FFD164
}
.cart-scroll{
    height:187px;
    overflow:auto;
    margin-bottom:20px;
}
.extras .overlay-price {
    margin-top: 2px;
}
.extras .overlay-price span {
    font-weight: bold;
}
/*party order style end*/
/* Detfault address popup style start*/
#order-detail .modal-content, #wallet-transaction .modal-content {
    position: fixed;
    left: 20%;
    background-color: #fefefe;
    width: 60%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 20%;
    top: 10%;
    border-radius: 0px;
}
#address-search .modal-content{
    position: fixed;
    left: 12.5%;
    background-color: #fefefe;
    width: 75%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 12.5%;
    top: 10%;
    border-radius: 0px;
}
#wallet-transaction .modal-content{
    border-radius: 0;
}
#address-search .modal-content h2, #order-detail .modal-content h2, #wallet-transaction .modal-content h2,
.product-quickview .modal-content h2{
    font-size:22px;
    font-weight: bold;
}
#address-search .modalbody{
    min-height: 418px;
    max-height: 100%;
    padding: 0; 
    overflow: hidden;
}
#order-detail .modalbody, #wallet-transaction .modalbody{
    height: 350px;
}
.product-quickview .modalbody{
    max-height: 347px;
    padding: 39px 32px;
}
.product-quickview .modal-content{
    position: fixed;
    left: 20%;
    background-color: #FFECC1;
    width: 60%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 20%;
    top: 10%; 
    border-radius: 0;
}
.rest-product-list{
    list-style-type: none;
    padding-left: 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.rest-product-list li {
    color:#333;
    padding:1px 3px;
}
.rest-product-list li a {
    color:#333; 
}
.product-quickview .product-img { 
    height: 81px;
    width:100%;
}
.rest-add{
    padding: 2px 15px;
    border: solid 1px;
    font-size: 12px;
    border-radius: 0;
    background: #fff;
}
.border-bottom-dark h2{
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
}
section .table{
    margin-top: 0px;
}
section .table img{
    height:16px;
    width:16px;
}
section .table p {
    font-size:16px;
}
section .table p.price-text{
    font-size:13px;
}
.restaurants-product section .table td{
    padding: 15.5px 8px;
}
.autocomplete-items{
    height: 135px;
    overflow: auto;
    position: absolute;
    border: solid 1px #eee;
    padding: 10px 15px;
    width: 100%;
    background: #f9fbff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0,.6);
    color: #4a4a4a;
    z-index: 1;
}
.autocomplete-items div {
    margin-top: 5px;
    padding:0 5px;
} 
/* Detfault address popup style End*/

/* order history detail popup style start*/
#order-detail .modal-content{
    background: #FFF4D9;
    min-height: 368px;
    border-radius: 0;
    padding: 19px 29px;
}
#order-detail h2 {
    font-size:20px;
    margin-top:0;
}
.list-title{
    background: #FCD982;
    padding:10px 3px;
}
.order-list{
    border:solid 1px #FCD982;
}
.list-content{
    padding: 15px 15px 15px 3px !important;
}
.list-title p{
    margin-bottom: 0;
    font-weight: bold;
    font-size:16px;
    color:#4a4a4a;
}

.list-content p{
    margin-bottom: 0;
    color:#4a4a4a;
}
/* order history detail popup style End*/ *

/* change address popup style start*/
#add-address .modal-content,#showproductmodal .modal-content, #showproductmodal .modal-content {
    position: fixed;
    left: 15%;
    background-color: #fefefe;
    width: 70%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 15%;
    top: 10%;
    border-radius: 0;
    height: 471px;
}

#existcartmodal .modal-content{
    position: fixed;
    left: 25%;
    background-color: #fefefe;
    width: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 25%;
    top: 10%;
    border-radius: 0;
    height: 257px;
    overflow: hidden;
}

#change-address .modal-content {
    position: fixed;
    left: 12.5%;
    background-color: #fefefe;
    width: 75%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 12.5%;
    top: 10%;
    border-radius: 0;
    height: 471px;
}

#add-address .modalbody,  #showproductmodal .modalbody {
    padding: 20px 58px;
    max-height: 100%;
}
#existcartmodal .modalbody {
    padding: 20px 58px;
    max-height: 100%;
}
#add-address .form-control{
    height: 52px;
    border-radius: 10px;
}
.btn-add-search{
    padding: 3px 20px;
    text-transform: uppercase;
} 
#change-address .modal-content h2, #add-address .modal-content h2, #showproductmodal .modal-content h2 {
    font-size:24px;
    font-weight: bold;
}
#change-address .modal-content h2 {
    margin-top:41px;
    margin-left:95px;
}
#showproductmodal .modal-content h2 {
    margin-top:41px;
    margin-left:58px;
}
#showproductmodal .modal-body { 
    height: 300px;
    overflow: auto;
}
#existcartmodal .modal-content h2 {
    margin-top:41px;
    margin-left:58px;
}
#existcartmodal .modal-body { 
    height: 100px;
    overflow: auto;
}
#change-address .modalbody{
    padding: 20px 95px;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}
#change-address .modal-content .close-address, #add-address .modal-content .close-addaddress,
.close-order-detail,.close-manage,.close-addpayee,  .close-product-quickview, .close-notity,.close-changePw{
    color:#4a4a4a !important;
    opacity: 1;
    margin-top: 7px !important;
    float: right !important;
}
.close-wallet{
    margin-top: -7px !important;
    opacity: 1;
    color: #4a4a4a !important;
}
.close-order-detail, .close-manage, .close-addpayee, .close-changePw{
    color:red !important;
}
.modalbody{
    padding: 20px;
    max-height: 330px;
    overflow: auto;
}
#wallet-transaction .modalbody{
    padding: 0px 22px;
}
#wallet-transaction .dataTables_filter{
    display:none;
}
#wallet-transaction .nav > li > a{
    padding: 0px 15px;
}
#wallet-transaction .tab-content .form-control{
    border-radius: 10px;
    margin-bottom: 8px;
}
.tab-content > .tab-pane .transid-text{
    font-size:16px;
}
.address-title{
    /*    background: linear-gradient(to right,#04cafb,#03A0C8);*/
    padding: 13px 22px 13px 22px;
    margin: 0px 0px 0px 0px;
    background: #005F88;
    border-radius: 6px 6px 0px 0px;
    height: 72px;
}
.address-content{
    /*    background: linear-gradient(to right,#04cafb,#03A0C8);*/
    padding: 15px 22px 15px 22px;
    margin: 0px 0px 26.7px 0px;
    background: #008DCB;
    border-radius: 0px 0px 6px 6px;
    min-height: 137px;
}
.address-title p , .address-content p{
    color:#fff;
    margin:auto;
    line-height: 1.2;
}
.address-title p.title-text{
    font-size: 24px;
    font-weight: bold; 
}
.address-content p{
    font-weight: normal;  
}
.work-address .address-title{
    /*    background: linear-gradient(to right,#04cafb,#03A0C8);*/
    padding: 13px 22px 13px 22px;
    margin: 0px 0px 0px 0px;
    background: #883B00;
    border-radius: 6px 6px 0px 0px;
    height: 72px;
}
.work-address .address-content{
    /*    background: linear-gradient(to right,#04cafb,#03A0C8);*/
    padding: 15px 22px 15px 22px;
    margin: 0px 0px 26.7px 0px;
    background: #CB6600;
    border-radius: 0px 0px 6px 6px;
    min-height: 137px;
}
.others-address .address-title{
    /*    background: linear-gradient(to right,#04cafb,#03A0C8);*/
    padding: 13px 22px 13px 22px;
    margin: 0px 0px 0px 0px;
    background: #017737;
    border-radius: 6px 6px 0px 0px;
    height: 72px;
}
.others-address .address-content{
    /*    background: linear-gradient(to right,#04cafb,#03A0C8);*/
    padding: 15px 22px 15px 22px;
    margin: 0px 0px 26.7px 0px;
    background: #01A55E;
    border-radius: 0px 0px 6px 6px;
    min-height: 137px;
}
.date-ref span{
    cursor: pointer;
}
.btn-cancel{
    background: rgba(119, 119, 119,0.6);
    color:#fff;
}
.btn-cancel:hover, .btn-cancel:focus{
    background: rgba(119, 119, 119,0.8);
    color:#fff;
}
/* change address popup style end*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0,0,0);
    /* Fallback color */
    background-color: rgba(0,0,0,0.9);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
    position: fixed;
    right: 0;
    background-color: #fefefe;
    width: 35%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

/* The Close Button */
.close {
    color: white;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    /*  background-color: #5cb85c;*/
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    /*  background-color: #5cb85c;*/
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#myModal .modal-header, #myModalSign .modal-header, #modalAddCart .modal-header, #forgerPwModal .modal-header,
#account-verify .modal-header {
    border-bottom: none;
    padding: 2px 0px;
}

#myModal .modal-body, #myModalSign .modal-body, #modalAddCart .modal-body, #forgerPwModal .modal-body,
#account-verify .modal-body {
    padding: 2px 0px;
}

#myModal .modal-footer, #myModalSign .modal-footer, #modalAddCart .modal-footer, #forgerPwModal .modal-footer,
#account-verify .modal-footer{
    border-top: none;
}

#myModal .modal-content, #myModalSign .modal-content, #modalAddCart .modal-content {
    padding: 36.6px 45px;
    border-radius: 0;
    overflow-y: auto;
    height: 655px;
}
#forgerPwModal .modal-content, #account-verify .modal-content {
    padding: 36.6px 45px;
    border-radius: 0;
    overflow-y: auto;
}
#myModal .modal-header .close, #myModalSign .modal-header .close,#modalAddCart .modal-header .close
,#forgerPwModal .modal-header .close, .close-account, .close-filter{
    color: rgba(255, 0, 0,0.8); 
    opacity: 1;
}

#myModal .modal-header h2, #myModalSign .modal-header h2, #modalAddCart .modal-header h2
, #forgerPwModal .modal-header h2, #myModalFilter .modal-header h2{
    margin-top: 38.15px;
    margin-bottom: 0;
}

.create-acc {
    color: #A5A5A5;
    top: -9px;
    position: relative;
    font-weight: normal;
}

.create-acc a {
    color: #3D8D00;
}
.create-acc small{
    font-size: 16px;
}
#myModal .modal-body {
    margin-top: 30px;
}

#myModalSign .modal-body, #modalAddCart .modal-body, #forgerPwModal .modal-body {
    margin-top: 32px;
}

#myModal .login .form-group,#myModalSign .login .form-group,#modalAddCart .login .form-group
,#forgerPwModal .login .form-group{
    margin-top: 20px;
    margin-bottom: 0px;
}
.forget{
    position: relative;
    top: 8px; 
}
#myModal .login .form-group input, #myModalSign .login .form-group input, #modalAddCart .login .form-group input
, #forgerPwModal .login .form-group input{
    height: 52px;
}

.forget a {
    font-size: 14px;
    color: #3D8D00;
}

.login-btn {
    width: 100%;
    backgroun-color: #3D8D00;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 21px;
    padding: 15px 0;
}

.btn-fb {
    background-color: #3B5998;
    border-radius: 15px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    border: 1px solid #3B5998;
}
.myModalSign .login-btn {
    margin-bottom: 14px;
}
.btn-gl {
    background-color: #F34A38;
    border-radius: 15px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
}

.tc-text {
    font-size: 12px;
    color: #A5A5A5;
    font-weight: normal;
}

.tc-text span {
    color: #3D8D00;
}

.overlay {
    position: relative;
    display: none;
    width: 99.7%;
    height: 417px;
    top: 7px;
    left: 1px;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,1);
    z-index: 2;
    cursor: pointer;
    border: solid 1px #FFB300;
    overflow: hidden;
    margin-bottom: 37px;
}

.overlay-cousine-name {
    color: rgba(255, 255, 255,0.8);
    font-weight: normal;
}

.overlay-price {
    text-align: right;
    color: rgba(255, 102, 0,0.8);
    font-size: 14px;
    font-weight: bold;
    margin-top: 27px;
}

.mom-detail-bg {
    background: #171A29; 
    min-height: 101px;
    /*  background: linear-gradient(to right,#373e62,#171a29);*/
}

.mom-img img {
    width: 78px;
    height: 78px;
    border-radius: 50px;
    margin-top: 11px;
    margin-left: 23px;
}

.close-btn {
    top: 0;
    position: relative;
    right: 6px;
    /*  float: right;*/
    font-size: 28px;
    color: rgba(255, 51, 0,0.8);
}
.overlay .ratings {
    margin-top: 8.5px;
}
.incDiv {
    background: #fff;
    text-align: center;
}
.table-scroll .table > tbody > tr > td{
    padding: 0px 8px;
}
.inc-dec {
    height: 23px;
    width: 100%;
    border: solid 1px #C7C7C7;
    background-color: #FFf;
    border-radius: 2px;
    padding: 0 4px;
    margin-bottom: 0;
}
.inc-lable{
    font-weight: normal;
    /*    left: 9px;
        position: relative;*/
    color: #056E00;
    line-height: 1.1;
    height: 33px;
    word-wrap: break-word;
    width: 90%;
    text-align: center;
}
.inc-dec span {
    /*padding: 10px 8px 10px 8px;
    top: 8px;*/
    padding: 0px 3px 0px 3px;
    top: 4px;
    position: relative;
    font-size: 10px;
    color: rgba(5, 110, 0,0.8);
    display: table-cell;
}

.inc-dec-input {
    width: 100%;
    outline: none;
    border: none;
    text-align: center;
}

.disabled-inc {
    background: #C7C7C7;

}

.green-text {
    color: rgba(5, 110, 0,0.8);
}

.extras {
    background: #DFDFDF;
}

.overlay .table-scroll {
    overflow: auto;
    height: 280px;
    width: 100%;
    border-bottom: solid 1px #c7c7c7;
}

.overlay .mom-img {
    margin: 0 0 12px !important;
}

.overlay .table {
    margin-bottom: 0px;
}

.priceLay, .addCartLay {
    padding: 5px;
}

.priceLay p, .addCartLay p {
    margin:0px;
    text-align:center;
}
.addCartLay p{
    cursor: pointer;
}

.addCartLay {
    color: rgba(255, 255, 255,0.8);
}

.green-bg {
    background:#1C8300 ;
    /*     background: linear-gradient(to right,#089900,#056E00);*/
}

#modalAddCart .modal-content {
    background-color: #FFF4D9;
}

.extras-cart {
    background-color: #FFD164;
    text-align: left;
}
.checkout{
    margin-top:38px;
    margin-bottom:36px;
}
.custome-detail{
    min-height:166px;
    padding: 0px 17px;
}
.fw-bg{
    min-height:35px;
}
.pay-option{
    margin-top:22.8px;
}
.custome-detail .form-control{
    height: 52px;
}
.checkout .extras-cart p{
    margin-bottom:0
}
.checkout .inc-dec span{
    top: 4px;
}
.brown-text {
    color: rgba(164, 66, 0,0.8);
}

.releated-list-title {
    font-weight: bold;
    margin-top: 15px;
}

.oder-btn {
    background:#1C8300;  
    font-weight: bold;
    width: 100%;
}
.cartclear-btn {
    background:#c9302c;  
    font-weight: bold;
    width: 100%;
}
.moms-detail{
    margin-top: 47.27px;
    margin-bottom: 47px;
}
.moms-detail .veg-non-sign img {
    margin-top: 4px;
    margin-left: 0px;
    margin-right: 1px;
}

.moms-detail .overlay-price {
    text-align: left;
    /*  margin-top: 20px;*/
}
.moms-detail .extras .overlay-price {
    margin-top: 2px;
}
.moms-detail .available{
    margin-top: -10px;
}
.mom-product-detail{
    height:258px;
}
.mom-product-detail .table-scroll{
    height: 222px;
    overflow: auto;
}
.border-orange {
    border: solid 1px #FFB300;
}

.moms-detail .table {
    margin-bottom: 0px;
}

.moms-detail .inc-dec span {
    top: 4px;
}
.overlay .mom-name{
    /*    height: 30px;*/
    line-height: 1;
    margin-top: 14px;
}
/*.moms-detail .priceLay, .moms-detail .addCartLay {
  padding: 9px 5px 5px 5px;
}
.moms-detail p {
    margin: 0 0 5px;
}*/
.drak-grey-text {
    color: #626262;
}

.dark-blue-text {
    color: #0032A8;
}

.wallet-text {
    font-size: 18px;
    margin-top: 67px;
}

.profile-img {
    width: 100%;
    height: 198px;
    margin-top: 15px;
    display: block;
}

.my-account {
    margin-bottom: 20px;
}
.my-account .tab-pane .form-control{
    height: 52px;
}
.my-account .nav > li > a{
    padding: 5px 15px;
}
.account-list{
    padding-left: 25px;
}
.account-list li {
    list-style: none;
    padding: 15px 5px;
    color: rgba(51,51,51,0.7);
    border-bottom: solid 1px #ccc;
    font-size:18px;
    margin-bottom: 29px; 
}

.account-list li a {
    color: rgba(51,51,51,0.7);
    font-size:18px;
}

.account-list li span {
    font-size: 12px;
    float: right;
}

.account-list div {
    border-bottom: solid 1px #ccc;
}

.account-list span {
    font-size: 12px;
    float: right;
    color: #0032A8;
}
.my-account .nav-tabs{
    margin-top: 22px;
    margin-bottom: 3px;
}
.my-account .nav-tabs li{
    margin-right: 75px;

}
.my-account .nav-tabs > li > a, .order-history .nav-tabs > li > a,
#wallet-transaction .nav-tabs > li > a{
    background-color: inherit;
    border-bottom: 2px solid;
    color: rgba(51,51,51,0.7);
    font-size: 18px;
    border-color: transparent;
    border-top: none; 
    border-right: none;
    border-left: none;
}

.my-account .nav-tabs > li.active > a, .order-history .nav-tabs > li.active > a,
#wallet-transaction .nav-tabs > li.active > a{
    background-color: inherit;
    border-bottom: 2px solid #FFB300;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #FFB300; 
    font-weight: bold;
}

.my-account .nav-tabs > li.active > a:focus, .my-account .nav-tabs > li.active > a:hover,
.order-history .nav-tabs > li.active > a:focus, .order-history .nav-tabs > li.active > a:hover,
#wallet-transaction .nav-tabs > li.active > a:focus, #wallet-transaction .nav-tabs > li.active > a:hover{
    background-color: inherit;
    border-bottom: 2px solid #FFB300;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #FFB300;
}

.my-account .nav > li > a:focus, .my-account .nav > li > a:hover,
.order-history .nav > li > a:focus,.order-history .nav > li > a:hover,
#wallet-transaction .nav > li > a:focus,#wallet-transaction .nav > li > a:hover{
    background-color: inherit;
    border-bottom: 2px solid #FFB300;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #FFB300;
}
.order-history{
    margin-top:37px;
}
.order-history .veg-non-sign img{
    height: 18px;
    width: 18px;
    margin-top: -3px;
    margin-left: 20px;
}
.order-history .nav > li{
    /*    margin-right: 59px;*/
    margin-right: 30px;
}
.order-history .nav > li > a{
    padding: 10px 15px 0px 15px;
}
.order-history .product-name .veg-non-sign img{
    height: 19px;
    width: 19px;
    margin-top: -2px;
    margin-right: 25px;
    margin-left: 0px;
}
.order-price{
    margin-top: 2px;
    font-size: 14px;
}
.re-order{
    background:#FFF4D9;
    padding: 12px 24px;
    min-height: 296px;
}
.re-order h4{
    font-size:20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.order-history .tab-content > #todayorder p{
    line-height: 1.4; 
}
.order-history .tab-content .re-order .product-name{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.re-order .oder-btn{
    margin-top: 27px;
}
.reorderBtn{
    border:solid 1px rgba(5, 110, 0,0.8);
    border-radius: 3px;
    padding: 2px 12px;
    font-size: 9px;
}
.reorderBtn:hover, .reorderBtn:focus{
    border:solid 1px #626262;
    color:#626262;
    background:#DFDFDF; 
    cursor: pointer;
}
.cursor-pointer{
    cursor: pointer;
}
.slick-prev, .slick-next {
    color: #4a4a4a !important;
}

.slick-prev::before, .slick-next::before {
    color: #4a4a4a !important;
    /*  color: #fff !important;*/
    font-size: 36px !important;
    font-weight: bold;
}
.demos .slick-prev::before, .slick-next::before {
    font-size: 36px !important; 
    color: #4a4a4a !important;
    font-weight: bold;
} 
.offers .slick-prev::before, .offers .slick-next::before {
    color: #4a4a4a !important;  
    font-size: 36px;
    font-weight: bold;
}

.slick-next::before {
    content: '〉' !important;
}

.slick-prev::before {
    content: '〈' !important;
}
.ui-datepicker .ui-datepicker-next::before {
    content: '〉' !important;
    position: relative;
    left: 8px;
    top: -3px;
}
.ui-datepicker .ui-datepicker-prev::before {
    content: '〈' !important;
    position: relative;
    left: 8px;
    top: -3px;
}
.dash-border{
    border-right: dashed 1px;
}
.vendor-dash-border {
    border-right: dashed 1px;
}
.new-vendor {
    background: url('../images/vendor-bg.png') no-repeat center rgba(0,0,0,0.2);
    min-height: 539px;
    position: relative;
    color: rgba(255,255,255,0.9);
}
.table-booking{
    background: url('../images/TB-bg.png') no-repeat center rgba(0,0,0,0.2);
    min-height: 443px;
    position: relative; 
    color: rgba(255,255,255,0.9);
}
.Tb-forms .form-control {
    height: 38px;
    margin-bottom: 25px;
}
.Tb-forms .apply-btn, .Tb-forms .apply-btn:hover,.Tb-forms .apply-btn:focus,
.query-forms .apply-btn, .query-forms .apply-btn:hover,.query-forms .apply-btn:focus{
    padding:8px 61px;
}
.Tb-forms .clear-btn, .query-forms .clear-btn{
    background: #9E9E9E;
    padding:8px 61px;
    color:#fff;
    border: solid 1px #9E9E9E;
}
.Tb-forms .clear-btn:hover, .Tb-forms .clear-btn:focus, .query-forms .clear-btn:hover, .query-forms .clear-btn:focus{
    background: #fff;
    border: solid 1px #9E9E9E;
    color:#9E9E9E;
    padding:8px 61px;
}
.responsive-text-right{
    text-align:right;
}
.query-list{
    border:solid 1px #ddd;
}
.query-list tr th{
    background: #3D8D00;
    color:#fff
}
.contact-query-list{
    background: #fff;
    border:solid 1px #ddd;
}
.contact-query-list tr th{
    background: #3D8D00;
    color:#fff
}
.contact-query-list tr td{ 
    color:#000
}
.query-list tbody tr:nth-child(even) {
    background: #eaeaea;
}
.query-list tr th,.query-list tr td{
    border-bottom:none !important;
    padding: 10px;
}
.contactus{
    background: url('../images/contact-bg.jpg') no-repeat top rgba(0,0,0,0.2);
    min-height: 659px; 
    color: rgba(255,255,255,0.9);
}
.contact-form-bg{
    background: rgba(0,0,0,0.4);
    min-height: 324px;
    padding:24px 23px;
    margin-top:12px;
    border-radius: 4px;
}
.contact-form-bg .form-control {
    height: 38px;
    margin-bottom: 8px;
}
.contact-form-bg textarea.form-control {
    height: 138px;
    margin-bottom: 24px;
}
.fooddoo-learn{
    background: rgba(0,0,0,0.4);
    min-height: 178px;
    padding:19px 20px;
    margin-top:12px;
    border-radius: 4px;
}
.fooddoo-office{
    background: rgba(0,0,0,0.4);
    min-height: 163px;
    padding:19px 20px;
    margin-top:18px;
    border-radius: 4px;
}
.wallet {
    background: url('../images/wallet-bg.png') no-repeat center rgba(0,0,0,0.2);
    min-height: 444px;
    position: relative;
    color: rgba(255,255,255,0.9);
    background-size: cover;
}

.party-order {
    background: url('../images/party-bg.jpg') no-repeat center rgba(0,0,0,0.2);
    min-height: 932px;
    position: relative;
    color: rgba(255,255,255,0.9);
    background-size: cover;
}
.party-success{
    background: url('../images/party-success-bg.png') no-repeat center rgba(0,0,0,0.2);
    min-height: 435px;
    position: relative;
    color: rgba(255,255,255,0.9);
    background-size: cover;
}

.succes-content{
    background-color: rgba(255, 255, 255, 0.77);
    min-height: 270px;
    padding:28px 31px;
    margin-top: 95px;
    margin-bottom: 70px;
}
.succes-content h2{
    font-size:39px;
    color:#D50080;
}
.succes-content p {
    font-size:18px;
    color:#373737;
    font-weight: normal;
    margin-top:26px;
}
.wallet::before, .party-order::before{
    background-color: rgba(0, 0, 0, 0.77);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.schedule-order {
    background: url('../images/schdule_bg.jpg') no-repeat center rgba(0,0,0,0.2);
    min-height: 786px; 
    color: rgba(255,255,255,0.9);
    position: relative;
    /*  filter: blur(9px);
      -webkit-filter: blur(9px);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button{
    border: none !important;
    padding-left: 13px !important;
    outline: none !important;
}
.ms-options-wrap > .ms-options{
    margin-left: 16px !important;
    width: 93% !important;
    min-height: 148px !important;
}
.schedule-order::before {
    /*    background-color: rgba(255, 255, 255, 0.77);*/
    position: absolute;
    /*  top: 20%;
      left: 10%; 
      z-index: 2; 
     margin:auto;
     width: 80%; */
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; 
}
.schdule .ms-options{
    min-height: auto !important;
    height: 82px;
    overflow: auto;
    max-height: 100%; 
}
.date-ref{
    //border: solid 1px #ccc;
}
.date-ref span{
    color:#000;
    display: inline-block;
    padding: 0px 9px;
    border: solid 1px #ccc;
    line-height: 1.3;
    text-align: center;
}
.date-ref span.green-bg{
    color:#fff;
}
.schedul-content{
    background:#E9E9E9; 
    padding:24px;
    box-shadow: 0px 4px 9px #888;
    min-height: 680px;
}
.schedul-content h5{
    font-size:20px;
    font-weight: bold; 
    margin-top: 0;
    margin-bottom: 18px;
}
.schedul-content p {
    font-size:16px;
    color:#000000;
    font-weight: normal;
    line-height: 1.25;
}
.schdule-form{
    padding:0 0 0 48px;
}
.schdule-form h5{
    font-size:32px;
    font-weight: bold;
    margin:0px 15px 18px 0px;

}
.drp_top-bar .apply-btn{
    display: none;
}
.ui-datepicker-calendar th span{
    color: #aaa;
    font-size: 12px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none !important;
    background: initial !important; 
    color: #555555;
    font-size: 12px;
    text-align: center;

}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    background-color: #9cdbf7 !important;
    color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #49e !important;
    color: #fff !important;
    padding: 0px 5px !important;
}
.ui-widget-header {
    border-right: 1px solid #bfbfbf !important;
    border-bottom : none !important;
    border-top: 1px solid #bfbfbf !important;
    border-left: 1px solid #bfbfbf !important;
    background: none !important;
    color: #aaa !important;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 15px !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 13px !important;
}
.ui-icon-circle-triangle-w {
    background-position: -97px 0px !important;
}
.ui-icon-circle-triangle-e {
    background-position: -32px 1px !important;
}
.ui-widget-content { 
    background: #efefef !important; 
    box-shadow: 3px 3px 10px rgba(0,0,0,.5);
    border: 1px solid #bfbfbf !important;
    padding: 15px 12px 12px 12px !important;
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker-calendar{
    background: #fff !important;
}
.ui-datepicker-calendar{
    border-right: 1px solid #bfbfbf !important;
    border-top : none !important;
    border-bottom: 1px solid #bfbfbf !important;
    border-left: 1px solid #bfbfbf !important;
}
/*.schdule-form .form-control{
    height: 40px;
    margin-bottom:25px;
}*/
.schedul-detail .nav-tabs > li{
    width: 117px;
    margin-right: 30px;
}
.schedul-detail{
    background:#fff;
    padding:15px 0 15px 0; 
    min-height: 411px;
    margin: 52px 0 0 0;
}
.schedul-detail p {
    font-weight: normal;
}
.total-text{
    background: #626262; 
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    width: 113px;
}
.btn-success{
    background-color: #1C8300;
    border-color: #1C8300;
}
.schedule-order .nav-tabs > li.active > a, .schedule-order .nav-tabs > li.active > a:focus, .schedule-order .nav-tabs > li.active > a:hover{
    color: #fff;
    background-color: #626262;
}
.schedule-order .inc-dec {
    height: 25px;
    width: 77px;
}
.schedule-order .inc-dec .inc-dec span{
    top: 4px;
}
.schedul-detail .form-group{
    margin-bottom: 20px;
}
.date-ref small{
    font-size: 9px;
}
.red-text{
    color:#BF360C;
}
.block-text{
    color:#4a4a4a;
}
.schedule-product{
    max-height: 185px; 
    overflow: auto;
}
.member-inc span{
    top: -1px;
}
.member-inc .inc-dec-input{
    background: initial;
}
.new-vendor h5 {
    color: rgba(255,255,255,0.9);
    font-size: 32px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 32px;
}
.vendor-app{
    background: #3D160B;
    margin-top: 110px;
    padding: 10px 22px;
    height: 376px;
}
.vendor-app h2{
    color: #fff; 
    margin-top: 39px;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 38px;    
}
.vendor-iphone img,.vendor-andriod img{
    height:135px;
}
.vendor-iphone{
    margin-bottom:11.66px;   
}
.vendor-andriod{
    margin-top:8px; 
}
.dotted-line {
    border-left: dotted 1px rgba(255,255,255,0.8);
    margin-top: 50px;
}

.vendor-forms .form-control {
    height: 52px;
    margin-bottom: 25px;
}
.vendor-content{
    background: #FDCC29;
    padding:66px 15px 23px 15px;
    min-height: 378px;
}
.dotted-line-hr{
    border-top:dashed 1px;
    margin-top: 108px;
}
.img-bg{
    /*    background: #3D160B;
        height:75px;
        width:75px;
        border-radius: 50px;*/
    margin: 58px 35px 20px 38px;
}
.vendor-content p {
    margin-bottom:0;
    color:#4a4a4a;
    font-size: 16px; 
    font-weight: normal;
    line-height: 1.3;
}
.who-text {
    margin-top: 80px !important;
    margin-bottom: 30px;
}

.disabled-inc .inc-dec-input {
    background: #C7C7C7;
}

footer a:hover, a:focus, a:active {
    color: #3D8D00;
    text-decoration: none;
}

.money-btn-group{
    border:solid 1px #017401; 
    padding: 5px 0px 8px 0px;
    border-radius: 5px;
}
.add-money{
    background: #fff;
    color:#017401;
    border:none;
    /*    border-radius: 5px 0px 0px 5px;*/
    border-radius: 5px;
    padding: 8px 42px; 
}
.send-money{
    background: #fff;
    color:#017401;
    border:none;
    border-radius: 0px 5px 5px 0;
    margin-left: -2px;  
    padding: 8px 42px;
}
.wallet-container{
    margin-top:39px;
}
.add-money:hover, .add-money:focus, .add-money:active,.send-money:hover, .send-money:focus, .send-money:active,
.money-active{
    background:#017401;
    color:#fff;
}
.wallet-group p{
    font-size:30px;
    font-weight: bold;
}
.border-right{
    border-left: solid 2px;
    position: relative;
    left: 20px;
    top:0
}
.amt-btn{
    background: #fff;
    color:#017401;
    border-radius: 50px;
    padding:14px 8px 13px 8px;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    margin-right: 21px;
}
.amt-entry{
    margin-top: -27px;
}
.wallet-amt{

    background: transparent;
    color: #017401;
    border: solid 1px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width:120px;
}
.wallet-amount{
    margin-top:102px;
}
.wallet-send{
    margin-top:83px;  
}
.wallet-send .paddingR50{
    padding:0 50px 0 0;
}
.send-link{
    font-weight: normal;
    font-size: 16px;
    margin-top: 13px;
}
.add-btn{
    width:250px;
}
.amt-btn:hover, .amt-btn:focus, .amt-btn:active{
    background:#017401;
    color:#fff;
}
.send-btn{
    width:100%;
    margin-top: 40px;
    margin-bottom: 15px;
}

#manage-payee .modal-content,#add-payee-modal .modal-content, .notify-detail .modal-content,
#change-password .modal-content{
    position: fixed;
    left: 35%;
    background-color: #fefefe;
    width: 30%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 35%;
    top: 10%; 
    border-radius: 0;
}
#manage-payee .modal-header, #add-payee-modal .modal-header{
    padding: 16px 32px 0px;
}
#manage-payee .modal-content{
    min-height: 298px;
}
#add-payee-modal .modal-content{
    min-height: 371px;
}
#change-password .modal-content{
    min-height: 420px;
    width: 40%;
    left: 30%;
    right: 30%;    
}
#add-payee-modal .form-field{
    margin-bottom: 24px;
}
#manage-payee .modal-content h2, #add-payee-modal .modal-content h2, .notify-detail h2,#change-password .modal-content h2{
    font-size:24px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
}
#manage-payee .check-label{
    margin-bottom: 18px;
}
#manage-payee .modalbody,#add-payee-modal .modalbody{
    height: 300px;
} 
#change-password .modal-content h2{
    margin-top:58px;
    padding: 0 77px;
}
#change-password .modalbody{
    padding: 11px 77px;
}
#change-password .form-control{
    height:52px;
}
#change-password .form-group{
    margin-bottom: 21px;
}
#common-search .modal-content{
    position: fixed;
    left: 0;
    background-color: rgb(0,0,0,0.77);
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    right: 0;
    top: 16%;
    border-radius: 0;
    min-height: 302px;
}
.close-search,.close-search:hover, .close-search:focus{
    color:#fff;
    opacity: 1;
} 
/*Moms header start*/
.moms-header {
    background: #fff;
    box-shadow: 0px 4px 9px #888;
    margin-bottom: 0;
}
#common-search .mom-search {
    margin-top: 79px;
}
/*#common-search .categories-slider{
    margin: 0px 18px !important;
}*/
.close-search, .close-wallet{
    float: right;
}
.modal-header{
    border-bottom: none;
}
#wallet-transaction .modal-header{
    padding: 16px 22.5px;
}
.moms-header {
    padding: 0px;
}

.moms-header ul.navbar-nav {
    margin-top: 38px;
}

.moms-header .nav-search {
    margin-top: 38px;
}

.moms-header .logo {
    margin-top: 8.7px;
}

.moms-header ul.navbar-nav li a {
    color: #626262;
}
/*Moms header Ends*/

/*Moms Page start*/
.releated-menu {
    background: #03A0C8;
    margin-top: 40px;
    margin-bottom: 27px;
    /*  background: linear-gradient(to right,#04cafb,#03A0C8);*/
}

.releated-menu h5 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
}

.moms-menu {
    background: #EB7900; 
    margin-top: 23px;
    margin-bottom: 44px;
    /*  background: linear-gradient(to right,#f5914e,#e85826);*/
}

.moms-menu h5 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
}

.moms-kitchen {
    background: #4A7B00; 
    margin-top: 28.5px;
    margin-bottom: 53px;
    /*  background: linear-gradient(to right,#6bb300,#4A7B00);*/
}

.moms-kitchen h5 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
}

.kitchen-list img {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
}

.about-mom {
    min-height: 240px;
    background: #E3E3E3;
    margin-top: 20px;
}

.mom-order-img {
    margin: 0px !important;
}

.about-mom .mom-img img {
    width: 116px;
    height: 116px;
    border-radius: 50px;
    margin-top: 62px;
    margin-left: 44px;
    text-align: center;
}

.mom-order-img img {
    height: 240px;
}
.overlay .mob-cart label{
    line-height: 0.9
} 
/*Moms page end*/

/*cart Open Css start*/
/*.cart-open .navbar-nav > li a span, .cart-open .moms-header .navbar-nav > li a span {
    display: none;
}*/

.btn-mom-search i {
    display: none;
}
.cart-open .logo svg {
    width: 125px;
    height: 58px;
}
.cart-open .search-field{
    width: 100%;
}
.cart-open .search-icon{
    left: 78%;
}
.cart-open .navbar-inverse .navbar-nav > li > a{
    font-size: 14px;
    text-align: center;
}
.cart-open .navbar-nav > li{
    text-align: left;
    padding: 0 5px;
}
.cart-open .navbar-nav .fa-percent {
    font-size: 8px;
    border: solid 2px;
    border-radius: 50px;
    padding: 3px 4px;
}

.cart-open .search-text {
    display: none;
}

.cart-open .btn-mom-search i {
    display: block;
}
/* .cart-open .overlay .inc-dec{height: 58px;}*/
.cart-open .mom-img img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-top: 19px;
    margin-left: 7px;
    margin-bottom: 10px;
}

.cart-open .about-mom .mom-img img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin-top: 56px;
    margin-left: 43px;
}

.cart-open .veg-non-sign img {
    margin-left: -4px;
}

.cart-open .product-img {
    height: 166px;
}
.cart-open .product-quickview .product-img { 
    height: 81px;
    width:100%;
}

.cart-open .product-list:hover, .product-list:focus {
    /*    height: 381px;*/
    height: 417px;
    border: solid 1px #FFB300;
    /*  box-shadow: 0 4px 7px 0 rgba(255, 179, 0,.6);*/
}

.cart-open .product-list {
    /*    height: 381px;*/
    height: 417px;
    border: solid 1px #FFf;
    margin-bottom: 20px;
    margin-top: 9px;
}
/*  .cart-open .slick-slide img{height: 205px;}
  .cart-open .slick-slide {width: 219px !important;}
  .cart-open .item { 
    margin-bottom: 130px; 
}*/
.cart-open .overlay .table-scroll {
    overflow: auto;
    max-height: 239px;
    width: 100%;
}
.cart-open .home-product .overlay .table-scroll{
    max-height: 280px;
    overflow: auto;
}
.cart-open .priceLay p {
    margin-top: 0px;
    text-align: center;
}
.cart-open .priceLay, .cart-open .addCartLay {
    padding: 6px;
}
.cart-open .overlay {
    height: 417px;
    margin-bottom: 29px;
}
.cart-open .close-btn{
    right: 17px;
}
.abou-mom-text {
    font-size: 24px;
}
.cart-open .available small{
    font-size: 10px;
}
.cart-open .available {
    height: 36px;
    line-height: 1.1;
    margin-top: -8px;
    margin-bottom: 12px;
}


.cart-open .about-mom {
    min-height: 200px;
}

.cart-open .mom-order-img img {
    height: 206px;
}

.cart-open .ratings, .cart-open .drak-grey-text.margin-top-15 {
    margin-top: 5px !important;
}

.cart-open .abou-mom-text {
    font-size: 22px;
}
/*.cart-open .moms-detail .inc-dec span  {display: block;padding: 3px 3px 0px 3px;
top: 5px;}*/
.cart-open .moms-detail .overlay .table-scroll {
    max-height: 280px;
}

.cart-open .table td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.cart-open .vendor-content p{
    font-size: 13px;
}
.cart-open .vendor-app h2{
    font-size: 29px;
}
.cart-open .amt-btn{
    margin-right: 5px;
}
.cart-open .order-history .reorder-cart .product-name{
    font-size: 15px;
    margin-top: 1px;
}
.cart-open .restaurants-product{
    margin-top: -3px;
    line-height: 1.2;
    height: 34px;
}
.cart-open .overlay .mob-cart label{
    line-height: 0.9
} 

.sidenav h2 {
    font-size: 20px;
    font-weight: bold;
}

.sidenav .veg-non-sign img {
    margin-top: 0px;
    margin-left: 0px;
    height: 19px;
    width: 19px;
}
.sidenav .product-name{
    margin-top: 0px;

}
.sidenav .inc-dec{
    height: 25px; 
    margin-top: 8px;
    margin-left: 7px;
}
.sidenav .inc-dec span{
    top: 4px;
}
.cart-open .social-img { 
    width: 27px;
    height: 27px;
    margin-bottom: 15px;
}
.cart-open .cart-hide{
    display: none
}
.cart-open .show-label{
    display: none;
}
.cart-open .show-icon{
    display: block;
}
.cart-open .overlay .product-name {
    font-size: 14px;
}
.cart-open .overlay .overlay-price{
    font-size: 10px;
}
.cart-open .restaurant-list {
    height: 347px;
}
.cart-open .restaurant-list:hover, .cart-open .restaurant-list:focus {
    height: 347px;
}
.cart-open .sidebar nav{
    padding: 0 0px;
}
.cart-open .sidebar nav.stickydiv {
    left: 10px;
}
.cart-open .schedul-content p{
    font-size: 14px;
}
.cart-open .schedul-detail .nav-tabs > li{
    width: auto;
    margin-right: 10px;
}
/*cart Open Css end*/

/*Sorting Fillter css start*/
.fillter-tab {
    padding-left: 0px;
}

.fillter-tab li {
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    color: #333333;
}
#myModalFilter .modal-content{
    height: 655px;
    border-radius: 0;
}
#myModalFilter .modal-header{
    padding: 36px 44px 19.5px 44px;
}

#myModalFilter .modal-body {
    padding: 0px 16px;
}

.clear-btn {
    border: solid 1px #3D8D00;
    color: rgba(61, 141, 0,0.8);
    padding: 10px 45px 10px 45px;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 10px;
}

.clear-btn:hover,.clear-btn:focus {
    border: solid 1px #3D8D00;
    color: rgba(255, 255, 255,0.8);
    padding: 10px 45px 10px 45px;
    font-size: 16px;
    text-transform: uppercase;
    background:#3D8D00 ;
    /*  background: linear-gradient(to right,#089900,#056E00);*/
}

.apply-btn {
    border: solid 1px #3D8D00;
    color: rgba(255, 255, 255,0.8);
    padding: 10px 55px 10px 55px;
    font-size: 16px;
    text-transform: uppercase;
    background:#3D8D00 ;
    /*  background: linear-gradient(to right,#089900,#056E00);*/
    border-radius: 10px;
}

.apply-btn:hover,.apply-btn:active {
    border: solid 1px #3D8D00;
    color: rgba(61, 141, 0,0.8);
    padding: 10px 55px 10px 55px;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
}

/*.close-filter {
  color: #FF0000;
  margin-top: 6px !important;
  opacity: 1 !important;
}*/

#myModalFilter h2 {
    font-size: 30px;
    font-weight: bold;
}

#filter-btn {
    font-size: 26px;
    top: 7px;
    position: relative;
    right: 5px;
}
/*Sorting Fillter css ends*/

/*Margin and padding style statt*/
.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
} 
.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top--3 {
    margin-top: -3px !important;
}
.margin-top--4 {
    margin-top: -4px !important;
}
.margin-top--5 {
    margin-top: -5px !important;
}
.margin-top--7 {
    margin-top: -7px !important;
}
.margin-top--10 {
    margin-top: -10px !important;
}
.margin-top--15 {
    margin-top: -15px !important;
}
.margin-RL0 {
    margin-right: 0px;
    margin-left: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-left-35 {
    margin-left: 35px !important;
}
.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.line-height-1{
    line-height:1;
}
.line-height-1-1{
    line-height:1.1;
}
.line-height-1-2{
    line-height:1.2;
}
.line-height-1-3{
    line-height:1.3;
}
.line-height-1-4{
    line-height:1.4;
}
.line-height-1-5{
    line-height:1.5;
}

.padding-RL5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.padding-RL10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.padding-RL15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.padding-RL20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.padding-15 {
    padding: 15px !important; 
}

/*Margin and padding style End*/


/*Custom scroll style start*/ 
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: grey;
}

::-moz-scrollbar {
    width: 5px;
}

::-moz-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-moz-scrollbar-thumb {
    background: lightgrey;
    border-radius: 10px;
}

::-moz-scrollbar-thumb:hover {
    background: grey;
}
/*Custom scroll style End*/

/*Sidebar style start*/
.sidenav {
    height: 656px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFF4D9;
    overflow-x: hidden;
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    transition: all 1.1s ease;
    padding-top: 0px;
    overflow-y: auto;
    transition-timing-function: ease;
}

.sidenav .closebtn {
    color: #FF0000;
    position: absolute;
    top: 26px;
    right: 15px;
    font-size: 24px;
    margin-right: 0px;
    cursor: pointer;
}

#main {
    transition: margin-right 1.1s;
    transition-timing-function: ease;
    padding: 0px;
}
.sidenav .modal-header {
    padding: 2px 24px;
    border:none;
}
.sidenav .modal-body {
    padding: 48px 16px;
}
.sidenav h2 {
    margin-top: 26px;
    margin-bottom: 2px;
}
/*Sidebar style end*/

/*Tabset style start */
.tab {
    float: left;
    /*  border: 1px solid #ccc;*/
    background-color: #DBDBDB;
    width: 30%;
    height: 300px;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab ul li.active {
    background-color: #fff;
    border-bottom: solid 1px #C5C5C5;
}

.tabcontent {
    float: left;
    padding: 15px 20px;
    /*  border: 1px solid #ccc;*/
    width: 70%;
    border-left: none;
    height: 300px;
}
/*Tab set style End */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

/*Scroll top up start*/
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 9px;
    font-size: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
}

#return-to-top:hover {
    /*background: rgba(255, 153, 0,0.7);*/
    background: #056E00;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*Scroll top up End*/

/*customize check box style start*/
/* The container */
.check-label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark { 
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border:2px solid #1C8300; 
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .checkmark {
    background-color: #1C8300;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .checkmark {
    border:2px solid #1C8300;
    background-color:#fff;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
    border: solid #1C8300;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*customize check box style end*/

.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

#title h1 {text-align: right;font-weight: bold;font-size: 25px;margin: 0;color:#fff;}  
.sidebar {}
#content {}
#title {float: right;}
.clear:after {visibility: hidden;display: block;content: "";clear: both;height: 0;}
.sidebar nav {padding:0 12px;}
.sidebar nav.stickydiv {position: fixed;top: 0;z-index: 1;margin-top:12px;width: 12.5%;}
.sidebar .stickydiv {position: fixed;top: 0;z-index: 1;margin-top:12px;width: 26.5%;}
.sidebar nav ul {list-style-type:none;margin:0;padding:0;}
.sidebar nav li {padding:5px 10px;text-align:right}
nav li a {color:#676767;font-weight:normal;line-height: 25px;font-size: 16px;}
a{text-decoration:none;}
nav li a.active {color: #FFA500;text-decoration: none;font-weight:bold;}  

/* Media query start start*/
@media only screen and (min-width:1201px) and (max-width: 1299px) {
    /*  nav .navbar-nav li:first-child {
        display: none;
      }
      .dropdown.open .dropdown-menu li:first-child {
        display: block;
      }*/

    .navbar-nav > li {
        width: 25%;
        text-align: right;
        padding: 0 8px;
    }

    .cart-open .moms-detail .overlay .table-scroll { 
        max-height: 240px; 
    }
    .cart-open .moms-detail .border-orange .priceLay { 
        padding: 10px 5px 5px 5px;
    }
    .cart-open .product-name{
        font-size: 15px;
    }
    .cart-open .home-product .overlay .table-scroll {
        max-height: 283px;
    }
    .cart-open .moms-detail .priceLay { 
        padding: 18px 5px 5px 5px;
    }  
    .cart-open .mom-order-img img {
        height: 240px;
    }
    .cart-open .product-list:hover, .product-list:focus, .cart-open .product-list{height: 417px}
    .cart-open .overlay {
        height: 419px;
    }
    .cart-open .mom-detail{
        height: 125px;
    }

    .cart-open .veg-non-sign img{
        margin-left: -10px;
        margin-top: 8px;
        height: 13px;
        width: 13px;
    }
    .sidenav {
        height: 100%;
    }

    .cousine-name {
        margin-top: 10px;}
    .product-name{
        margin-bottom: 8px;
    }
    .available{
        line-height: 1.05;
        height: 45px;
    }
    .ratings {
        margin-top: 8px;
        margin-bottom: 2PX;
    }
    .price{
        margin-bottom: 8.5px;
    }
    .quick-order{
        padding: 3px;
    }

    .cart-open .navbar-inverse .navbar-nav > li > a{
        font-size: 13px;
        text-align: left;
        padding-left: 3px;
        padding-right: 3px;
    }
    .cart-open .navbar-nav > li{
        text-align: left;
        padding: 0 4px;
    }
    .cart-open .navbar-nav .fa-percent {
        font-size: 8px;
        border: solid 2px;
        border-radius: 50px;
        padding: 3px 3px;
    }
    .search-field { 
        padding-right: 52px;
        width: 305px;

    }
    .logo svg, .moms-header .logo svg{
        width: 100%;
    }
    .cart-open .logo svg{
        width: 100%;
    }
    .cart-open .search-field{
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    /*  nav .navbar-nav li:first-child {
        display: none;
      }
      
      .dropdown.open .dropdown-menu li:first-child {
        display: block;
      }*/

    .logo svg, .moms-header .logo svg{
        width: 100%;
    }
    .cart-open .logo svg{
        width: 100%;
    }
    .cart-open .search-field{
        width: 100%;
    }
    .sidenav {
        height: 100%;
    }  
    .navbar-nav > li {
        width: 25%;
        padding: 0 1px;
    }
    .navbar-inverse .navbar-nav > li > a{
        font-size:16px;
        padding-left: 7px;
        padding-right: 8px
    }

    .inc-dec span, .moms-detail .inc-dec span {
        padding: 7px 2px 2px 2px;
        top: -3px;
    }
    .checkout .inc-dec span{
        padding: 4px 2px 2px 2px;
    }
    .member-inc span{
        padding: 2px 2px 0px 3px;
        top: -1px;
    }
    .checkout .accessories-list .inc-dec span {
        top: -4px;
    }
    .checkout .inc-dec span {
        top: -2px;
    }
    .cart-open .order-history .veg-non-sign img{
        margin-left: 9px;
        height: 10px;
        width: 10px;
        margin-top: 0px;
    }
    .stock-btn{
        padding: 3px 0px 1px;
    }
    /*  .reponsive-paddingRL0 {
        padding-right: 0px;
        padding-left: 0px;
      }*/
    .product-name{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .overlay { 
        height: 417px;
        margin-bottom: 29px;
    }
    .overlay .close-btn{
        right: 19px;
    }
    .cart-open .addCartLay{
        padding: 4px 2px 5px 2px;
    }
    .cart-open .priceLay{
        padding: 14px 2px 5px 2px;
    }
    .overlay .table-scroll{
        height: 280px;
    }
    .cart-open .moms-detail .priceLay {
        padding: 6px;
    }
    .sidenav .inc-dec span{
        top: -2px;
    }
    .cart-open .mob-cart {
        padding-right: 5px;
        padding-left: 5px;
    }

    .cart-open .mom-img img {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        margin-top: 70px;
        margin-left: 25px;
    }

    .cart-open .mom-detail .mom-img img {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        margin-top: 30px;
        margin-left: -6px;
    }

    .cart-open .moms-detail p {
        margin: 0 0 0px;
    }
    .cart-open .overlay .cousine-name{
        margin-top: 14px;
    }
    .cart-open .overlay .overlay-price{
        margin-top: 27px;
    }
    .product-img {
        height: 186px;
    }

    .cart-open .moms-detail .ratings, .cart-open .ratings-orange, .cart-open .ratings-red {
        margin-bottom: 0px !important;
    }

    .cart-open .moms-detail .price {
        margin-bottom: 15px !important;
    }

    .cart-open .product-list{
        min-height: 417px;
    }
    .cart-open .product-list:hover, .product-list:focus{
        height: 417px;
    }
    .product-list { 
        min-height: 417px;
        border: solid 1px #FFf;
        margin-bottom: 20px;
        margin-top: 9px;
        overflow: hidden;
    } 
    .cart-open .inc-dec {
        padding: 0 1px;
    }
    .cart-open .cat-text small{
        font-size: 9px;
    }
    .cart-open .overlay {
        height: 417px;
    }
    .cart-open .moms-detail .overlay .table-scroll {
        max-height: 283px;
    }
    .mom-detail { 
        height: 126px;
    }
    #change-class .veg-non-sign img {
        margin-left: 0px;
    }  
    .cart-open .veg-non-sign img {
        margin-left: -11px;
        height: 13px;
        width: 13px;
        margin-top: 5px;
    } 
    .single-img {
        height: 222px;
    }  
    .cart-open .mom-order-img img {
        height: 217px;
    }
    .mom-img img{
        margin-top: 22px;
        margin-left: 5px;
        width: 70px; 
        height: 70px;
    }
    .cart-open .product-list .product-name{ 
        min-height: 30px;
        font-size:14px;
        line-height: 1.2;    
    }
    /* .cart-open .product-list .price{
          font-size:14px
     }*/

    .restaurant-menu-list .restaurants-product{
        font-size: 13px;
        line-height: 1.5;
    }
    .restaurants-product-sub small{
        font-size: 11px;
        line-height: 1.1;
    }
    .restaurant-menu-list .product-img {

        height: 125px; 
    }

    .cart-open .img-bg{
        margin: 20px 1px;
    }
    #myModalFilter .modal-content{
        width: 53%;
    }
    .cart-open .restaurant-filter{
        padding-left: 0;
        text-align: left;
    }
    .cart-open .restaurant-filter li {
        padding: 18px 0px 3px 10px;
    }
    .cart-open .restaurants-name{
        font-size: 15px;
    }
    .cart-open .restaurants-product{
        line-height: 1.3;
        min-height: 38px;
    }
    .cart-open .social-img{
        width: 20px;
        height: 21px;
    }
    .cart-open .android-img img, .cart-open .iphone-img img{
        width: 150px;
        height: 225px;
    }
    .cart-open .iphone-img img{
        margin-left: 25px;
        margin-top: 47px;
    }
    .app-img img{
        height: 100%;
    } 
    .cart-open .app-text {
        font-size: 30px;
    }
    .cart-open .app-store{
        min-height: 270px;
    }
    .vendor-content p {
        font-size: 14px;
    }
    .aboutus p{
        line-height: 1.4;
    }
    .vendor-app h2{
        font-size: 29px;
    }
    .cart-open .vendor-content{
        padding: 20px 15px 23px 15px;
    }
    .cart-open .vendor-app h2 {
        font-size: 25px;
        margin-top: 30px;
    }
    .cart-open .amt-btn{
        margin-right: 2px;
        margin-left: 2px;
    }

    .cousine-name {
        margin-top: 10px;}
    .product-name{
        margin-bottom: 8px;
    }
    .available{
        line-height: 1.05;
        height: 45px;
    }
    .ratings {
        margin-top: 8px;
        margin-bottom: 2PX;
    }
    .price{
        margin-bottom: 8.5px;
    }
    .quick-order{
        padding: 3px;
    } 
    .address-bg{
        height: 455px;
    }
    .arrow1 {
        height: 80px;
        width: 80px;
        margin-left: -33px;
        margin-top: 30px;
    }
    .cart-open .navbar-inverse .navbar-nav > li > a{
        font-size: 12.1px;
        text-align: left;
        padding-left: 3px;
        padding-right: 3px;
    }
    .cart-open .navbar-nav > li{
        text-align: left;
        padding: 0 4px;
    }
    .cart-open .navbar-nav .fa-percent {
        font-size: 8px;
        border: solid 2px;
        border-radius: 50px;
        padding: 3px 3px;
    }
    .veg-non-sign img{
        margin-left: 0px;
    }
    .search-field { 
        padding-right: 52px;
        width: 100%;
    }
    .search-icon{
        top: 1px;
        left: 76%;
        color: #fff;
    }
    /*    .search-icon{
            right: 28px;
        }*/
    .location-icon{
        left: 253px;
    }
} 

@media only screen and (min-width:830px) and (max-width: 991px) {
    .product-img {
        height: 186px;
    }
    .app-text{
        font-size: 36px; 
    }
    .schdule-form {
        padding: 15px;
    }
    .cart-open .img-bg{
        margin: 20px 35px;
    }
    .restaurant-filter li{
        top: 0;
    }
    .sidenav {
        height: 100%;
    }
    .arrow1 {
        height: 93px;
        width: 148px;
        margin-left: -58px;
        margin-top: 21px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        /*width: 750px;*/
        width: 98% !important;
    }
    /*.cart-open #main{margin-right:40% !important}
    .cart-open #mySidenav{width:40% !important};*/

    .slick-slide img {
        height: 205px;
    }
    .item { 
        margin-bottom: 80px; 
    } 
    .footer-div-height{
        min-height: 276px;
    }
    .app-text{
        font-size: 30px; 
    }

}
@media only screen and (min-width:768px) and (max-width: 991px) {
    ul.navbar-nav, .moms-header ul.navbar-nav {
        margin-top: 0px;
    }  
    .sidebar nav li {
        padding: 5px 10px 8px 0px;
        text-align: left;
        display: initial; 
    }
    .sidebar nav ul {
        list-style-type: none;
        margin: 10px 0 10px 0;
        padding: 10px 0;
        border-bottom: solid 1px #eee;
        border-top: solid 1px #eee;
    }
    .sidebar nav.stickydiv {

        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: -1px;
        width: 100%;
        background: #fff;
        left: 0;
    } 
    #myModalFilter .modal-content{
        width: 53%;
    }
    .cart-open .social-img{
        width: 20px;
        height: 21px;
    }
    .cart-open .android-img img, .cart-open .iphone-img img{
        width: auto;
        height: 150px;
    }
    .app-img img{
        height: 100%;
    } 
    .app-text {
        font-size: 22px;
    }
    .cart-open .iphone-img img{
        margin-left: 25px;
        margin-top: 44px;
    }
    .cart-open .app-store{
        min-height: 184px;
    }
    .app-img {
        margin-top: 3px;
        margin-bottom: 6px;
    }
    .iphone-img img{
        margin-top: 69px;
    }
    .app-store{
        min-height: 251px;
    }
    .app-text {
        font-size: 20px;
    }
    .cart-open .app-text {
        font-size: 14px;
        margin-top: 40px
    }
    .android-img img,.iphone-img img{
        height: 210px;
        width: 190px;
    }
    .cart-open .aboutus p small {
        font-size: 9px;
    }
    .cart-open .footer-div-height {
        min-height: 285px;
    }
    /*.footer-div-height {
        min-height: 235px;
    }*/
    .stickydivcheck nav.scroll-list { 
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: -1px;
        width: 100%;
        background: #fff;
        left: 0;
    }
    .sidenav {
        height: 100%;
    }
    .aboutus p{
        line-height: 1.5;
    }
    .about-mom .mom-img img{
        margin-top: 35px;
    }
    .wallet-img{
        margin-right: 15px;
    }
    .cousine-name {
        margin-top: 10px;}
    .product-name{
        margin-bottom: 8px;
    }
    .available{
        line-height: 1.05;
        height: 45px;
    }
    .ratings {
        margin-top: 8px;
        margin-bottom: 2PX;
    }
    .price{
        margin-bottom: 8.5px;
    }
    .quick-order{
        padding: 3px;
    } 
    .vendor-dash-border{
        border-right: none;
    }

    /*    .logo svg{
            width: 200px;
            height: 60px;
        } */
    .sorting-scroll{ 
        width: 222px;
    }
    .search-icon{
        left: 258px;
    }
    .location-icon {  
        left: 275px; 
    }
}
@media only screen and (min-width:768px) and (max-width: 823px) {
    .schdule-form {
        padding: 15px;
    }
    .cart-open .img-bg{
        margin: 20px 15px;
    }
    .restaurant-filter li{
        top: 0;
    }
    .cart-open .product-name{
        font-size: 16px;
    }
    .cart-open .veg-non-sign img{
        margin-left: -9px;
    } 
    .cart-open .order-history .veg-non-sign img{
        margin-left: 15px;
    } 
    .vendor-app h2{
        font-size: 30px;
    }
    .cart-open .vendor-app h2 {
        font-size: 25px;
    }
    #change-address .modalbody{
        padding: 20px 45px;
    }
    #change-address .modal-content h2{
        margin-left: 45px;
    }
    #change-password .modal-content h2{
        padding: 0 37px;
    }
    #change-password .modalbody {
        padding: 11px 37px;
    }
    .cart-open .wallet-group p {
        font-size: 24px;
        font-weight: bold;
    }
    .wallet-group p {
        font-size: 26px;
    }
    .cart-open .wallet-group p small {
        font-size: 11px;
    }
    .sidenav .inc-dec{
        margin-left: 0;
    }

    .arrow1 {
        height: 82px;
        width: 100px;
        margin-left: -31px;
        margin-top: 21px;
    }

}

@media only screen and (min-width: 992px) {
    .container {
        /*width: 970px;*/
        width: 95.5% !important;
    }
    .slick-slide img {
        height: 280px;
    } 
    .app-text{
        font-size: 36px; 
    } 
}

@media only screen and (min-width: 1200px) {
    .container {
        /*width: 1170px;*/
        width: 86.7% !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav{
        padding-left: 15px;
    }  
    /*  nav .navbar-nav li:first-child {
        display: none;
      }
    
      .dropdown.open .dropdown-menu li:first-child {
        display: block;
      } */

    .navbar-nav > li a span, .moms-header .navbar-nav > li a span {
        display: none;
    } 
    .home-header .nav-search{
        margin-bottom: 5px;
    }
    ul.navbar-nav {
        margin-top: 10px;
    }
    .navbar{
        margin-bottom: 0px;
    }
    .nav-search{
        padding-right: 0;
    }
    .secondary-menu{
        margin-bottom: 4px;
    }
    .moms-header .logo{
        padding-right: 0
    }
    nav ul.navbar-nav{
        text-align: center;
    }

    .navbar-nav > li  {
        width: auto;
        margin-bottom: 5px;
        display: inline-block;
        padding: 0 3%;
    }

    .navbar-nav {
        margin-left: 0px;
    }

    .nav-search {
        margin-left: -9 !important;
    }

    .bgFood .logo {
        margin-left: 0 !important
    }
    .logo {
        text-align: center;
    }

    .mom-search {
        margin-top: 15px;
        padding: 0 0 10px 0;
    }

    .veg-non-sign img {
        margin-left: -5px;
    }

    .mom-img img {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        margin-top: 18px;
        margin-left: 0px;
    }

    .inc-dec span {
        padding: 0px 10px 0px 8px;
        top: 5px;
    }
    .member-inc span{
        top: 0px;
    }
    /*.inc-dec { 
        height: 60px;}*/


    .slick-slide img {
        height: 203px;
        min-width: 100%; 
        width: auto;
    } 
    /*#slick-slide01, #slick-slide02, #slick-slide00{width:auto !important;}*/
    .item {
        margin-bottom: 15px;
    }
    .offer-slider {
        padding: 0 5px 0 10px;
    }
    /*.lslide.active, .clone.left.active, .clone.left{width:333px !important}*/
    .cart-open #mySidenav {
        width: 100%  !important;
        z-index: 999 !important;
    }

    .cart-open .mob-cart {
        padding-right: 1px;
        padding-left: 1px;
    }

    .product-img {
        width: 100%;
        height: 166px;
        margin-top: 15px;
        display: block;
    }

    .footer-title {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .modal-content {
        width: 100%;
    }

    .modal-footer {
        text-align: center;
    }

    .about-mom .mom-img img {
        width: 80px;
        height: 81px;
        margin-top: 87px;
        margin-left: 9px;
    }

    .account-list {
        padding-left: 0px;
    }

    .my-account .nav > li {
        display: contents;
    }

    .before-cart-btn{margin-bottom:6px}

    .copyright-foot div p{text-align: left;}
    footer .aboutus .paddingRL0{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }  
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        left: -106px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a
    {
        color: #262626;
    } 
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover
    {
        background: #ccc; 
        color:#262626;
    }

    .profile-img {
        width: 200px;
        height: 198px; 
        display: block;
        margin: 15px auto;
    }
    .slick-prev, .slick-next{
        top: 44%;
    }

    .cart-text-right{
        text-align:left;
    }

    #address-search .modal-content { 
        left: 0; 
        width: auto; 
        right: 0; 
    }
    .reorder-cart .inc-dec span{
        padding: 0px 0px 0px 0px;
    }
    .reorder-cart .product-name {
        font-size: 15px;
    }

    .sidebar nav li {
        padding: 5px 10px 8px 0px;
        text-align: left;
        display: initial; 
    }
    .sidebar nav ul {
        list-style-type: none;
        margin: 10px 0 10px 0;
        padding: 10px 0;
        border-bottom: solid 1px #eee;
        border-top: solid 1px #eee;
    }
    .sidebar nav.stickydiv {

        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: -1px;
        width: 100%;
        background: #fff;
        left: 0;
    }
    .schdule-form {
        padding: 15px;
    }
    #address-search .modal-content, #order-detail .modal-content, #wallet-transaction .modal-content,
    #change-address .modal-content, #add-address .modal-content, #change-password .modal-content,
    #manage-payee .modal-content, #add-payee-modal .modal-content{
        width: 100%;
        left: 0;
        right: 0;
    }
    .wallet .border-right{
        border-left: none;
        left: 0;
    }
    .sorting-filler ul.nav-tabs{
        padding-left: 0px;
        margin-right: 6px;
    }
    .img-bg{
        margin: 20px 75px;    
    }
    .stickydivcheck nav.scroll-list { 
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: -1px;
        width: 100%;
        background: #fff;
        left: 0;
    }
    .dropdown-content{
        right: 15px;
        left: 15px;
    }
    .moms-header .nav-search { 
        margin-left: -7px;
    }
    #add-address .modalbody { 
        padding: 20px 20px;}
    .close-addaddress{
        margin-right: 9px;
    }

    .amt-btn{
        margin-right: 5px;
        margin-bottom: 35px
    }
    .amt-entry {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .wallet-send .paddingR50 {
        padding: 0;
    }
    .responsive-paddingRL{
        padding-right:15px;
        padding-left:15px;
    }
    .add-search-btn{
        width: 100%;
    }
    .succes-content h2{
        font-size:36px;
    }
    .cousine-name {
        margin-top: 10px;}
    .product-name{
        margin-bottom: 8px;
    }
    .available{
        line-height: 1.05;
        height: 45px;
    }
    .ratings {
        margin-top: 8px;
        margin-bottom: 2PX;
    }
    .price{
        margin-bottom: 8.5px;
    }
    .quick-order{
        padding: 3px;
    }

    .vendor-dash-border{
        border-right: none;
    }
    .dotted-line-hr {
        margin-top: 38px;
    }
    .address-bg p.block-text{
        font-size: 10px;
    }
    .addressform-field #pac-input{width: 206px !important;}

    /*    .logo svg{
            width: 200px;
            height: 60px;
        } */
    .search-field {
        padding-right: 52px;
        width: 300px;
        padding-left:5px;
    }
    .search-icon{
        top: 0px;
        left: 254px;
    }
    .location-icon{
        left: 273px;
    }
    #change-password .modalbody{
        padding: 11px 20px;
    }
    #change-password .modal-content h2 {
        padding: 0 20px;
    }
    .mobile-close{
        display:block;
    }
    .web-close{
        display:none;
    }
    #order-detail .modal-content{
        padding: 19px 5px;
    }
    .re-order{
        padding: 12px 12px;
    }
    .sorting-scroll{ 
        width: 160px;
    }
    .restaurant-filter{
        padding-left: 0;
        text-align: left;
        margin-bottom: 30px;
    }
    .product-quickview .modal-content{
        width: 96%;
        left: 2%;
        right: 3%;
    }
    .product-quickview .modalbody{
        padding: 39px 22px;
    }
    .product-img{
        margin-top: 0px;
    }
    .bgrest .mom-search{
        margin-top: 35px;
    }
    .product-quickview .product-img{
        margin-top: 10px;
    }
    .responsive-text-right{
        text-align:center;
    }
    .sidebar .stickydiv{
        position: relative;
    }
}

@media only screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }



} 
/*Media query style end */
.error-span{
    color:#ff3b00 !important;
}

.inactive{
    display:none;
}

/*.search-filter-scroll {
    overflow: scroll;
    height: 360px;
    width: 305px;
}*/

.spancartdisable
{
    pointer-events: none;
    background: green;
}

.containertimer {
    position: relative;
    margin: 0 auto;
    width: 200px !important;
    height: 200px;
    border-radius: 50%;
    background: #3B3A3F;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#progress {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
}

p {
    margin: 0;
    font-weight: 700;
}

#result {
    padding: 60px 0 0;
    font-size: 80px;
    line-height: 60px;
}

#sec {
    font-size: 28px;
}

#start, #stop {
    position: relative;
    width: 100px;
    height: 40px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

#start {
    background: #4897F0;
}

#start:hover {
    background: #4087d8;
}

#stop {
    background: #00CE9B;
}

#stop:hover {
    background: #00b98b;
}

#start:active, #stop:active {
    top: 1px;
}

#plus {
    width: 100%;
    padding: 0;
    outline: 0;
    border: 0;
    color: #aaa;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-family: FontAwesome, sans-serif;
}

#minus {
    width: 100%;
    padding: 0;
    outline: 0;
    border: 0;
    color: #aaa;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-family: FontAwesome, sans-serif;

}

#pm {
    position: absolute;
    top: 70px;
    left: 20px;
    opacity: .1;
    z-index: 9999;
}

.container:hover > #pm {
    opacity: 1;
}

.buttons {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}


/* Order Timeline*/
.ordertimeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ccc;
}

/* The actual ordertimeline (the vertical ruler) */
.ordertimeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.ordercontainer {
    padding: 5px 38px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the ordertimeline */
.ordercontainer::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -16px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.orderleft {
    left: 0;
}

/* Place the container to the right */
.orderright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.orderleft::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.orderright::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.orderright::after {
    left: -16px;
}

/* The actual content */
.ordercontent {
    padding: 10px 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.stars-outer {
    display: inline-block;
    letter-spacing: 8px;
    position: relative;
    font-family: FontAwesome;
    font-size: 25px;
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #e3e3e3;
}

.stars-inner {
    font-size: 25px;
    letter-spacing: 8px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #fcd93a;
}
/*
.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}*/

/***** CSS Magic to Highlight Stars on Hover *****/


.rating { 
    border: none;
    float: left;
}

.rating > input { display: none; } 

.rating > label { 
    color: #ddd; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

* { box-sizing: border-box; }


/*.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}*/

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    /*  width: 100%;
      text-align: center;*/
    height: 30px;
    overflow: hidden;
    /*  position: absolute;
      top: 0;
      left: 0;*/
}

.emoji {
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.emoji > svg {
    margin: 15px 0; 
    width: 25px;
    height: 70px;
    flex-shrink: 0;
}

.display-promo {
    color: #8a584b;
    font-weight: 700;
    text-align: center;
}

.display-promo hr {
    margin-bottom: 10px!important;
}
.display-promo-list .restaurant-list { 
    min-height: 400px!important;
}

.rest-prod-display-promo {
    font-weight: 700;
    color: #fff;
}

.imageoverlaytext {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2f714b;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 15px;
}

/* Media queries - Responsive ordertimeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .ordertimeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .ordercontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .ordercontainer::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .orderleft::after, .orderright::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .orderright {
        left: 0%;
    }
}