﻿#e2eMenuTabContent {
    width: 100%;
    float: left;
    min-height: 150px;
    max-height: 600px;
    overflow-y: scroll;
    border-top: 0 !important;
    border: 1px solid #f3f3f3;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0 5px 0 8px;
}

#dive2eMenuContainer {
    margin: 15px 0;
}

nav::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
}

#e2eMenuTabContent div.target {
    /*height: 400px;*/
    /*padding: 10px;*/
}

    #e2eMenuTabContent div.target:nth-child(1) {
    }

    #e2eMenuTabContent div.target:nth-child(even) {
    }

.line_color {
    border-top: 0.2px solid #eee;
}

.target h1 {
    color: #333;
    font-size: 15px;
    border-bottom: 1px rgba(158, 158, 158, 0.5) ridge;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#nave2eCategoryList {
    height: 47px;
    box-shadow: 0 8px 5px -4px rgba(0, 0, 0, 0.5);
}

#nav nav {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border:1px solid #eee;
}

.e2e_nav a {
    display: inline-block;
    padding: 16px 10px 8px;
    text-align: center;
    text-decoration: none !important;
    font-size: 15px;
}

/*#nav a:hover {
        color: #fff;
    }

    #nav a.activetab {
        color:#fff;
        border-bottom: 4px solid #fff;
    }*/

.emptynav {
    padding: 5px;
}

.clearable {
    background: url(../../Includes/Images/cross.png) no-repeat right -10px center;
}

    .clearable.x {
        background-position: right 5px center;
    }

    .clearable.onX {
        cursor: pointer;
    }

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    cursor: pointer;
    text-decoration: underline;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: inline-block;
}

.nav-prev, .nav-next {
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    height: 47px;
    outline: 0;
    background-color:#fff;
    border:1px solid #eee;
}

.nav-prev {
    left: 283px;
    margin-top: 0px;
    padding: 9.5px;
    border-top-left-radius: 10px;
    display: none;
    border-right:0px;
}

.nav-next {
    right: 283px;
    margin-top: -47px;
    padding: 9px;
    border-top-right-radius: 10px;
    border-left:0px;
}

.e2e_pay {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 4.5rem;
    box-shadow: rgba(125, 125, 125, 0.2) 0px 2px 8px;
    z-index: 10;
    background: rgb(249, 247, 247);
    transition: height 0.2s ease 0s, bottom 0.2s ease 0s;
}

.e2e_pay_sub {
    margin: 0 auto;
    height: 4.5rem;
}

#lblPayNowRestaurantAddress {
    word-break: break-all;
}

.menu_cost {
    text-align: left;
    font-size: 12px;
    margin-left: 10px;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}

.menu_quan {
    float: right;
    width: 75px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.customize_menu_pp {
    max-height: 430px;
    overflow-y: auto;
    margin-top: 5px;
    overflow-x: hidden;
}

.e2eLogo {
    padding: 10px 20px 6px;
}

@media (max-width: 550px) {
     .e2e_nav a {
        padding: 16px 10px 5px;
    }
    .e2eLogo {
        padding: 5px;
    }

    #dive2eMenuContainer {
        margin: 15px -10px 15px -10px;
    }

    #e2e_back_btn {
        display: block;
    }

    .target h1 {
        padding-left: 10px;
    }

    .menu_wi {
        padding-left: 5px;
    }

    #e2eMenuTabContent {
        width: 100%;
        padding: 0px;
    }

    #dive2etxtDeliveryAddress {
        width: 100%;
    }

    .quantity_tb {
        height: 28px;
    }

    .customize_menu_pp {
        max-height: 345px;
    }

    .menu_cost {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    .menu_quan {
        display: inline-block;
    }

    .e2e_pay_sub {
        width: 95%;
    }

    .e2e_menu_amt {
        width: 150px;
        position: absolute;
        left: 8px;
    }

    .nav-prev {
        left: 0px;
        padding: 9.5px;
        border-top-left-radius: 0px;
    }

    .nav-next {
        right: 0px;
        padding: 10px;
        border-top-right-radius: 0px;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        min-width: 100%;
    }

    #toggle + label {
        left: 0 !important;
    }

    .message {
        left: -8px !important;
        width: 105% !important;
    }

    #dive2eMenuAmt span {
        width: 80%;
    }

    #divCartMenuList, #mainCartDiv div label {
        padding-left: 5px !important;
    }

        #divCartMenuList table {
            width: 104% !important;
        }
}

/*@media only screen and (max-width: 751px) and (min-width: 491px)
{
.e2e_email_lg {
	margin-top:20px;
	}
}*/
/*@media only screen and (min-width: 491px) and (max-width: 813px)
{
.e2e_email_lg {
	margin-top: 20px !important;
	}
}*/

@media (max-width: 320px) {

    .select_box_time-selectBox-dropdown-menu {
        min-width: 295px !important;
    }

    .customize_menu_pp {
        max-height: 290px;
    }

    .menu_quan {
        width: 75px;
    }
}

@media only screen and (min-width: 321px ) and (max-width: 360px ) {
    .nav-next {
        right: 0px;
        padding: 9.5px;
    }

    .select_box_time-selectBox-dropdown-menu {
        min-width: 336px !important;
    }

    .menu_content {
        width: 70%;
    }
}

@media only screen and (min-width: 361px ) and (max-width: 374px ) {
    .select_box_time-selectBox-dropdown-menu {
        min-width: 350px !important;
    }

    .customize_menu_pp {
        max-height: 306px;
    }
}

@media only screen and (min-width: 375px ) and (max-width: 413px ) {

    .select_box_time-selectBox-dropdown-menu {
        min-width: 352px !important;
    }

    .customize_menu_pp {
        max-height: 400px;
    }

    .menu_details {
        width: 170px;
    }
}

@media (max-width: 520px) and (min-width: 414px) {
    .customize_menu_pp {
        max-height: 465px;
    }

    .mob_contact {
        width: 312px;
    }

    .select_box_time-selectBox-dropdown-menu {
        min-width: 390px !important;
    }

    .menu_content {
        width:75%;
    }

    .menu_details {
        width: 205px;
    }
}

@media only screen and (max-width: 737px) and (min-width: 736px) and (orientation: landscape) {
    .nav-prev {
        left: 11px;
        padding: 9.8px;
    }

    .nav-next {
        right: 11px;
        padding: 9.8px;
    }

    .customize_menu_pp {
        max-height: 225px;
    }
}

@media only screen and (max-width: 814px) and (min-width: 812px) and (orientation: landscape) {
    .customize_menu_pp {
        max-height: 150px;
    }
    .memberCont {
        width: 375px !important;
    }
    .nav-prev {
        left: 41px !important;
        padding: 9.8px;
    }

    .nav-next {
        right: 41px !important;
        padding: 9.8px;
    }

    .e2e_title-lg {
        width: 90px !important;
    }

    .e2e_ln-lg, .e2e_email-lg {
        margin-left: -10px !important;
    }

    .e2e_fn-lg {
        width: 315px;
    }

    .e2e_pay_sub {
        width: 100% !important;
    }

    .e2e_fn-lg {
        width: 315px !important;
    }

    .e2e_email-lg {
        width: 332px !important;
        margin-top: 20px;
    }

    .e2e_isd_code {
        margin-left: -10px !important;
    }

    .e2e_phn_lg {
        margin-left: 0px !important;
    }

    .e2e_addinfo_lg {
        width: 332px !important;
    }

    .e2e_ln-lg {
        width: 332px !important;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        width: 208px !important;
    }
}

@media screen and (device-width: 667px) and (device-height: 375px) {
    .e2e_menu_amt {
        width: 200px;
        position: absolute;
    }

    .customize_menu_pp {
        max-height: 185px;
    }
}


@media only screen and (min-width:668px) and (max-width:812px) and (orientation : landscape) {
    #divMembershipNumber span {
        width: 164px;
        margin-top: 6px;
    }

    .memberCont {
        width: 354px;
    }

    .diningSectCont {
        width: 285px;
        margin-top: 5px;
    }

    .e2e_pay_sub {
        width: 90%;
    }

    .nav-prev {
        left: 40px;
        padding: 9.8px;
    }

    .nav-next {
        right: 40px;
        padding: 9.8px;
    }

    .menu_content {
        width: 84% !important;
    }

    .e2e_title-lg {
        width: 78px;
    }

    .e2e_fn-lg {
        width: 285px;
        margin-top: -1px;
        /*margin-left: 15px;*/
    }

    .e2e_ln-lg {
        width: 290px;
        /*margin-left: -10px;*/
        margin-top: -1px;
    }

    .e2e_email-lg {
        width: 285px;
        /*margin-left: -16px;*/
        margin-top: 20px !important;
    }

    .e2e_isd_code {
        margin-left: 5px;
    }

    .e2e_phn_lg {
        margin-left: -25px;
        margin-top: 20px;
        width: 238px;
    }

    #dive2eMenuAmt {
        margin-left: -25px;
    }

    .e2e_contact_type-lg {
        width: 85px;
        margin-right: 4px;
    }
    #divMembershipNumber {
        margin-top: 15px;
    }
    .e2e_addinfo_lg {
        width: 380px;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        width: 186px;
    }
}

@media only screen and (max-width: 700px) and (min-width: 667px) and (orientation: landscape) {
    .nav-prev {
        left: 34px;
        padding: 9.8px;
    }

    .nav-next {
        right: 34px;
        padding: 9.8px;
    }

    .menu_content {
        width: 82% !important;
    }

    .e2e_menu_amt {
        position: absolute;
        width: 200px;
    }

    .e2e_pay_sub {
        width: 90%;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        min-width: 100% !important;
    }
}

@media (min-width : 768px) and (max-width : 1020px) and (orientation : portrait) {
    .memberCont {
        width: 342px;
    }

    .diningSectCont {
        width: 315px;
    }

    .e2e_pay_sub {
        width: 100%;
    }

    .nav-prev {
        left: 40px;
        padding: 9.8px;
    }

    .nav-next {
        right: 40px;
        padding: 9.8px;
    }

    .e2e_fn-lg {
        margin-left: 0!important;
        width: 305px !important;
    }

    .e2e_ln-lg {
        margin-left: -21px;
        width: 47%;
    }

    .e2e_isd_code {
        margin-left: 0;
    }
    .e2e_addinfo_lg {
    width: 386px;
}
    .e2e_phn_lg {
        width: 218px;
    }

    #divMembershipNumber span {
        width: 170px;
    }

    .e2e_email-lg {
        width: 320px;
        margin-left: -18px;
    }

    .e2e_title-lg, .e2e_contact_type-lg {
        width: 78px;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        width: 192px;
    }

    .e2e_adult-lg {
        width: 104px;
        margin-left: -2px;
    }

    .e2e_SpecReq {
        width: 85.8%;
        margin-left: -24px;
    }

    #dive2etxtDeliveryAddress {
        width: 65%;
    }

    #btnContinue, #btnSubmit {
        margin-right: 30px;
    }

    .message {
        width: 100% !important;
        left: 0px !important;
    }
}

@media (min-width : 1024px) and (max-width : 1280px) and (orientation : portrait) {
    .nav-prev {
        left: 165px;
        padding: 9.8px;
    }

    .nav-next {
        right: 165px;
        padding: 9.8px;
    }

    .e2e_fn-lg {
        margin-left: 0!important;
        width: 308px !important;
    }

    .e2e_ln-lg {
        margin-left: -21px;
        width: 47%;
    }

    .e2e_isd_code {
        margin-left: 0;
    }

    .e2e_phn_lg {
        width: 220px;
    }

    #divMembershipNumber span {
        width: 160px;
    }
    .e2e_addinfo_lg {
        width: 390px;
    }
    .e2e_email-lg {
        width: 324px;
        margin-left: -20px;
    }

    .e2e_title-lg, .e2e_contact_type-lg {
        width: 78px;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        width: 192px;
    }

    .e2e_adult-lg {
        width: 104px;
        margin-left: -2px;
    }

    .e2e_SpecReq {
        width: 85.8%;
        margin-left: -24px;
    }

    #dive2etxtDeliveryAddress {
        width: 65%;
    }

    #btnContinue, #btnSubmit {
        margin-right: 30px;
    }
}

@media (min-width : 768px) and (max-width : 1280px) and (orientation : landscape) {
    .memberCont {
        width: 342px;
    }

    .diningSectCont {
        width: 310px;
    }

    #divDiningSection {
        width: 340px;
    }

    .message {
        left: 46px !important;
        width: 89% !important;
    }

    .nav-prev {
        left: 167px;
        padding: 9.8px;
    }

    .nav-next {
        right: 167px;
        padding: 9.8px;
    }

    .e2e_fn-lg {
        margin-left: 0!important;
        width: 290px !important;
    }
    .e2e_addinfo_lg {
        width: 385px;
    }
    .e2e_ln-lg {
        /*margin-left: -21px;*/
        width: 47%;
    }

    .e2e_isd_code {
        margin-left: 0;
    }

    .e2e_phn_lg {
        width: 200px;
    }

    #divMembershipNumber span {
        width: 170px;
    }

    .e2e_email-lg {
        width: 320px;
        /*margin-left: -18px;*/
    }

    .e2e_title-lg, .e2e_contact_type-lg {
        width: 96px;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        width: 192px;
    }

    .e2e_adult-lg {
        width: 104px;
        margin-left: -2px;
    }

    .e2e_SpecReq {
        width: 85.8%;
        margin-left: -24px;
    }

    #dive2etxtDeliveryAddress {
        width: 65%;
    }

    #btnContinue, #btnSubmit {
        margin-right: 30px;
    }
}

@media (min-width : 600px) and (max-width : 640px) and (orientation : landscape) {
    .e2e_menu_amt {
        width: 200px;
        position: absolute;
    }

    .customize_menu_pp {
        max-height: 180px;
    }

    .nav-prev {
        left: 33px;
        padding: 9.8px;
    }

    .nav-next {
        right: 33px;
        padding: 9.8px;
    }

    .menu_content {
        width: 80% !important;
    }

    .e2e_pay_sub {
        width: 94%;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        min-width: 98%;
    }
}

@media (min-width : 560px) and (max-width : 568px) and (orientation : landscape) {
    .nav-prev {
        left: 30px;
        padding: 9.8px;
    }

    .nav-next {
        right: 30px;
        padding: 9.8px;
    }

    .customize_menu_pp {
        max-height: 135px;
    }

    .e2e_pay_sub {
        width: 90%;
    }

    .menu_content {
        width: 80% !important;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        min-width: 98%;
    }

    .e2e_menu_amt {
        width: 200px;
        position: absolute;
    }
}

@media screen and (device-width: 393px) and (device-height: 851px)and (orientation: portrait) {
    .customize_menu_pp {
        max-height: 545px;
    }

    .mob_contact {
        width: 294px;
    }

    .e2eSubWrapper {
        width: 100% !important;
    }

    .select_box_time-selectBox-dropdown-menu {
        min-width: 370px !important;
    }
}

@media screen and (device-width: 851px) and (device-height: 393px)and (orientation: landscape) {
    .nav-prev {
        left: 82px;
        padding: 9.8px;
    }

    .nav-next {
        right: 82px;
        padding: 9.8px;
    }

    .e2e_pay_sub {
        width: 100%;
    }

    .menu_content {
        width: 80% !important;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        min-width: 98%;
    }
}

@media screen and (device-width: 1920px) and (device-height: 1080px) {
    .e2e_ln-lg, .e2e_email-lg {
        width: 430px;
    }

    .e2e_isd_code {
        width: 110px;
    }

    .e2e_phn_lg {
        width: 356px;
    }

    .nav-prev {
        left: 398px;
    }

    .nav-next {
        right: 398px;
    }

    .e2e_pay_sub {
        width: 60%;
    }

    #dive2ePaymentMethod .e2e_selectbox .selectBox-dropdown {
        width: 344px;
    }

    .e2e_SpecReq {
        width: 98%;
    }

    #dive2etxtDeliveryAddress {
        width: 65%;
    }

    #btnContinue, #btnSubmit {
        margin-right: 30px;
    }
}

@media screen and (device-width: 375px) and (device-height: 812px)and (orientation: portrait) {
    .customize_menu_pp {
        max-height: 545px;
    }
}

#btnContinue, #btnSubmit {
    margin: 10px auto;
    /*float: right;*/
    margin-bottom: 10px;
}

/*Slider switch */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 18px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }


input:checked + .veg_cb {
    background-color: rgba(34, 177, 76, 0.6);
}

input:focus + .veg_cb {
    box-shadow: 0 0 1px rgba(34, 177, 76, 0.6);
}

input:checked + .nv_cb {
    background-color: rgba(237, 27, 35, 0.6);
}

input:focus + .nv_cb {
    box-shadow: 0 0 1px rgba(237, 27, 35, 0.6);
}

input:checked + .egg_cb {
    background-color: rgba(255, 198, 6, 0.6);
}

input:focus + .egg_cb {
    box-shadow: 0 0 1px rgba(255, 198, 6, 0.6);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

@media only screen and (max-device-width: 374px) {
}

@media only screen and (min-device-width: 391px) and (max-device-width: 404px) {
    .e2eSubWrapper {
        width: 100%;
    }
}

.h1 {
    font-size: 40px;
    font-weight: bold;
    color: #191919;
    -webkit-font-smoothing: antialiased;
}

.h2 {
    font-weight: normal;
    font-size: 20px;
    color: #888;
    padding: 5px 0;
}

.message {
    background: #fff;
    position: absolute;
    top: 75px;
    left: 22px;
    width: 95%;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
}

.e2e_cart_div {
    padding: 20px;
    height: 260px;
    overflow-y: auto;
}

.message h1 {
    color: #FFF;
}

#toggle {
    position: relative;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
    visibility: hidden;
}

    #toggle + label {
        position: absolute;
        cursor: pointer;
        padding: 10px;
        background: #777;
        width: 35px;
        height: 35px;
        border-radius: 3px;
        padding: 8px 10px;
        color: #FFF;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        margin: 0px;
        transition: all 500ms ease;
        left: 45px;
        top: 25px;
    }

        #toggle + label:after {
            content: "\25B2";
            font-size: 16px;
        }

.dummyCloseClass:after {
    content: "\25B2" !important;
    font-size: 16px !important;
}

.dummyOpenClass:after {
    content: "\25BC" !important;
    font-size: 16px !important;
}

.container {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding: 5em 3em;
}

#toggle:checked ~ .message {
    top: -306px;
}

#toggle:checked ~ .container {
    margin-top: 250px;
}

#toggle:checked + label {
    background: #777;
}

    #toggle:checked + label:after {
        content: "\25BC";
    }

.dummyCloseClass:after {
    content: "\25BC" !important;
    font-size: 16px !important;
}

.dummyOpenClass:after {
    content: "\25B2" !important;
    font-size: 16px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
    #toggle + label {
        left: 0;
    }

    #toggle:checked ~ .message {
        top: -215px;
    }

    .e2e_cart_div {
        height: 169px;
    }

    .message {
        left: 0;
        width: 100%;
    }
}
