#leaveFade {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 999;

    background: rgba(0,0,0,.7);

    display: none;

}





.leavepop_all {

    width: 800px;

    height: auto;

    position: absolute;

    top: 35px;

    left: calc(50% - 400px);

    z-index: 1000;

    background: #ffe300;

    border: 5px solid #e43b2c;

    border-radius: 10px;

    padding-bottom: 40px;

    display: none;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.innerStyling {

    width: 700px;

    height: auto;

    margin: 0 auto;

    text-align: center

}



.leaveX_all {

    width: 35px;

    height: 35px;

    float: right;

    margin-right: -20px;

    margin-top: -20px;

    z-index: 1005;

    cursor: pointer

}



.innerA_all {

    color: #2f2f2f;

    font-size: 34px;

    font-weight: 700;

    padding-top: 70px

}



.innerB_all {

    color: #00e;

    font-size: 24px;

    font-weight: 700;

    padding-top: 25px

}



#innerD1 {

    color: #2f2f2f;

    font-size: 18px;

    padding-top: 25px

}



#innerE1 {

    width: 300px;

    height: auto;

    margin: 0 auto;

    text-align: center;

    font-family: arial;

    color: #2f2f2f;

    font-size: 32px;

    padding-top: 20px;

    font-weight: 700;

    letter-spacing: 2px

}



#innerE1 #timeCount {

    color: #2f2f2f;

    font-weight: 700

}



#innerF1 {

    width: 150px;

    height: auto;

    margin: 0 auto;

    font-family: open sans;

    color: #4e4e4e;

    font-size: 10px;

    padding-top: 5px;

    text-align: center

}



#innerFa1 {

    width: 75px;

    height: auto;

    float: left

}



#innerFb1 {

    width: 75px;

    height: auto;

    float: right

}



.innerButton_all {

    width: 400px;

    height: auto;

    margin: 0 auto;

    margin-top: 40px;

    padding: 12px 0;

    color: #fff;

    font-size: 20px;

    font-weight: 700;

    text-align: center;

    background: #0bba18;

    border-radius: 4px;

    border: 1px solid #099513;

    cursor: pointer

}



.innerButton_all:hover {

    background: #03880d;

    border: 1px solid #04730c

}
.addBtn {
    display: flex
;
    justify-content: space-between;
    gap: 15px;
}
.add-onBx {
    border: 1px solid #BBBBBB;
    border-radius: 7px;
    padding: 12px;
    margin-bottom: 20px;
}
.add-onBx input[type="checkbox"] {
    accent-color: #000;
}
.add-onBx input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}
input:checked + .slider {
    background-color: #2196F3;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8d6d6;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(38px);
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
.switch input {
    opacity: 0;
}


.main-middle-sec .checkout-page-cart-price-section ul li {
    display: flex
;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    align-items: center;
}

.glassCaseDiv_inner {
    display: flex
;
    justify-content: space-between;
    border-top: 1px solid #E1E1E1;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(3) p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.main-middle-sec .checkout-page-cart-price-section ul li p {
    margin-bottom: 0;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(3) p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(4) {
    margin-top: 20px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 8px 0;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(4) {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(5) {
    border-top: 1px solid #E1E1E1;
}
.glassCaseDiv_inner {
    display: flex
;
    justify-content: space-between;
    border-top: 1px solid #E1E1E1;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main-middle-sec .checkout-page-cart-price-section ul li .remoteDiv {
    border-top: 1px solid #E1E1E1;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(6) {
    border-top: 1px solid #E1E1E1;
}
.checkout-page-cart-price-section ul li{ font-size: 14px;}

#app_common_modal_close, #error_handler_overlay_close{ line-height: 28px;}

.timer-bar {
    background-color: #ACF4A1;
    display: flex
;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 12px 15px 12px;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;
}
.timer-bar p {
    margin-bottom: 0px;
    display: flex
;
    align-items: center;
    gap: 9px;
}
.hl-text {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 8px;
    text-transform: uppercase;
}
.timer-bar b {
    font-weight: 700;
}

.promoBoxWrp {
    font-size: 14px;
}
.promoBoxWrp {
    display: flex
;
    flex-wrap: wrap;
}
.promoLeft {
    background: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    width: 180px;
}
.promoBoxWrp p {
    margin-bottom: 0px;
    font-size: 12px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
promoLeft p span {
    color: #ACF4A1;
    text-transform: uppercase;
}
.promoRight {
    background: #ADF4A1;
    font-weight: 600;
    display: flex
;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: calc(100% - 180px);
}
.promoBoxWrp p {
    margin-bottom: 0px;
}
#ten-countdown {
    color: #E44613;
}

@media screen and (max-width: 900px) and (min-width:320px) {

    #leaveFade {

        -webkit-overflow-scrolling:touch!important;

        position: fixed;

        top: 0;

        left: 0;

        padding: 0;

        margin: 0;

        width: 100%;

        height: 100%;

        z-index: 2147483647;

        background: rgba(0,0,0,.7);

        overflow-x: hidden

    }



    .leavepop_all {

        height: auto;

        -webkit-overflow-scrolling: touch;

        min-height: 160px;

        background-clip: padding-box;

        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);

        box-shadow: 0 3px 9px rgba(0,0,0,.5);

        font-size: 14px;

        line-height: 1.42857143;

        position: relative;

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        -ms-box-sizing: border-box;

        padding: 2px;

        width: 97%!important;

        top: 50%!important;

        transform: translateY(-50%)

    }



    .innerA_all {

        font-size: 20px;

        padding-top: 4px

    }



    .innerB_all {

        font-size: 12px;

        padding: 2px

    }



    #innerD1 {

        font-size: 12px;

        padding: 2px;

        margin: 0 auto

    }



    #innerE1 {

        height: auto;

        font-size: 25px;

        padding: 2px

    }



    .innerButton_all {

        width: 92%;

        font-size: 16px;

        margin: 20px auto 10px

    }



    .innerStyling {

        width: 80%

    }



    .leavepop_all {

        width: 97%;

        top: 25px;

        left: auto;

        margin-left: 6px;

 

        margin: auto

    }



    .leaveX_all {

        z-index: 1005;

        cursor: pointer;

        position: absolute;

        right: -10px;

        top: -10px;

        background-color: #333;

        border-radius: 50%;

        width: 30px;

        height: 30px;

        cursor: pointer;

        font-weight: 700;

        line-height: 30px;

        padding: 0;

        margin: 0

    }

}


@media screen and (max-width: 991.5px) {
    .timer-bar {
        padding: 12px 15px 12px;
    }
    .hl-day, .uptp-text {
        display: block;
        text-align: center;
        margin-bottom: 3px;
    }
    .hl-text {
        display: inline-block;
    }
}
@media screen and (max-width: 767.5px) {
    .uptp-text {
        letter-spacing: -1px;
        width: 100%;
    }
       .timer-bar p {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1;
        font-size: 16px;
    }
    .switch{ margin-top: 5px;}
}
