.wrap-checkout{
    padding:10px 0;
}

a{
    color: #00aeef;
}

a:hover{
    color: #00aeef;
    opacity: 0.7;
}

.top-content{
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
    font-size:14px;
}

.top-content a{
    color:#00aeef;
    display: flex;
    align-items: center;
}

.top-content a span{
    margin-left:6px;
}

.top-content a:hover{
    color: #00aeef;
    opacity: 0.7;
}

.checkout-content{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    min-width: 0;
}

.checkout-content .main-content{
    display: block;
    background: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.12);
    border-radius: 5px;
}

.list-cart-item{
    padding:10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-bottom: 1px solid #f4f4f4;
}

.list-cart-item .img{
    width: 80px;
}
.list-cart-item .footer{
    width: 100%;
    display: flex;
    margin-top: 8px;
}
.modal-item-price--box .purchase-box__form--content button{
    list-style: 130%;
}

.list-cart-item .img img{
    width: 100%;
}

.list-cart-item .product-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    padding-left: 10px;
}

.product-info .info-price .product-name{
    font-weight: 600;
    display: block;
    font-size: 14px;
    color:#333;
}

.product-info .info-price > span{
    color: #666;
    font-size: 12px;
}

.product-info .product-price{
    text-align:right;
    width: 200px;
}
.product-info .info-price{
    width: calc(100% - 200px);
}
.modal-limit{
    position: fixed;
    z-index: 10152;
    .modal-backdrop{
        z-index: 1;
    }
    .limit-qty-product {
        position: fixed;
        top: 40vh;
        left: 40vw;
        background: #fff;
        border: 1px solid #e3e3e3;
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        border-radius: 9px;
        width: 470px;
        padding: 10px;
        z-index: 2;
        .close {
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #d0d0d0;
            right: -20px;
            background: #fff;
            top: -20px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            cursor: pointer;
        }
        .body {
            padding: 10px 0px;
            display: flex;
            position: relative;
        }
        .img {
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                width: 100px;
            }
        }
        .txt {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding-left: 10px;
            .title{
                width: 100%;
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 0px;
            }
            .txt-content{
                width: 100%;
                margin-bottom: 0px;
                font-size: 14px;
            }
        }
        .view-cart {
            background: #29b3e8;
            border-radius: 9px;
            padding: 5px 15px;
            color: #fff;
            margin: auto;
            display: table;
            cursor: pointer;
        }
    }
}
.product-info .product-price>span{
    display: block;
    white-space: nowrap;
    color: #29b3e8;
}
.product-info .product-price>span.cashback{
    color: #0000bd;
    font-weight: 600;
}
.product-info .product-price>span>span{
    color: #ee1935;
}
.product-info .product-price>span.price_new.price{
    display: inline-block;
    color: #ee1935;
}
.product-info .product-price>p{
    margin-bottom: 0px;
}
.product-info .product-price span.cashback span, .product-info .product-price span.service-pricing span{
    color:#ee1935;
}

.product-info .product-price .new span{
    color:#ee1935;
}

.product-info .product-price .old{
    color:#ddd;
    text-decoration: line-through;
    font-size: 12px;
}
.price-footer {
    width: 100%;
    text-align: right;
    font-size: 15px;
    color: #d20721;
    font-weight: 600;
}
.price-footer span {
    color: #777;
    font-weight: normal;
}

.temp-price{
    padding-top: 3px;
    margin-top: 3px;
    display: inline-block;
    border-top: 1px solid #ee1935;
    white-space: nowrap;
    padding-left: 15px;
}

.temp-price span{
    font-weight: 600;
    color: #ee1935
}

.list-cart-item .product-info .btn-num-checkout{
    width: 30px;
    height: 30px;
    padding:0;
    font-weight: 400;
    border-radius: 2px;
}

.list-cart-item .product-info input[type=number]{
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
    width: 35px;
}

.modal-item-price {
    padding: 0 !important;
    color: #333;
    width: 190px;
    text-align: right;
}
.modal-item-price p {
    margin: 0;
    color: #555;
}
.modal-item-price .price {
    color: #c90136;
}
.modal-item-price .total-price {
    font-size: 14px;
    padding-top: 3px;
    margin-top: 3px;
    display: inline-block;
    border-top: 1px solid #ee1935;
    color: #ee1935;
    font-weight: 600;
    padding-left: 15px;
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .price-footer {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 15px;
    color: #ee1935;
    font-weight: 600;
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .price-footer span {
    color: #777;
    font-weight: 600;
}
.desktop .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price--old {
    font-weight: 400;
}

.checkout-cart{
    position: relative;
    padding-top: 8px;
}
.product-info .info-price > span.txt-service-pricing{
    color: #29b3e8;
}
.checkout-cart-total{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
}
.price-cart-footer .checkout-cart-total{
    padding: 10px 0px;
}
.checkout-cart-total span:nth-child(1){
    font-weight: 600;
}

.checkout-cart-total span:nth-child(2){
    font-weight: 600;
    color:#d20721;
}

.checkout-form{
    padding: 10px 20px;
}

.checkout-form .customer-info{
    padding-top:15px;
}

.checkout-form .customer-info .sex-info span:nth-child(2){
    margin-left: 10px;
}

.checkout-form .info-title{
    text-transform: uppercase;
    font-size: 14px;
}

.customer-info .customer-name{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.customer-info .customer-name .customer-name-input{
    width: 49%;
}

.customer-name-input #txt_name{
    text-transform: capitalize;
}

input.hita-input{
    display: block;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 9px 10px;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}

.checkout-error{
    margin-top:7px;
    margin-bottom:0;
    color: #ee1935;
}

.error-input{
    border: 1px solid #e46c6c !important;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 4px rgb(213, 63, 45); */
}

.customer-email-input{
    padding-bottom:15px;
}

.address-info{
    padding: 15px;
    margin:15px 0;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.address-info .address-item{
    display: flex;
    justify-content: space-between;
}

.address-info .address-item:nth-child(1){
    margin-bottom:15px;
}

.address-info .address-item > div{
    width: 49%;
}

.address-info .address-item > div input{
    padding: 6px 10px;
}

.address-info .address-cbo .chosen-single{
    height: 38px;
    line-height: 19px;
    box-shadow: none;
    padding: 10px;
    background: #fff;
    color: #288ad6;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
}

.address-info .address-cbo .chosen-single b{
    -webkit-filter: sepia(1) saturate(10000%) hue-rotate(-165deg);
    filter: sepia(1) saturate(10000%) hue-rotate(-165deg);
}

.more-info{
    margin-bottom:15px;
}

.payment-info{
    display: flex;
    justify-content: space-between;
    margin:10px 0;
}

.payment-info .payment-item{
    width: 49%;
    border-radius: 5px;
    padding: 5px;
    background-color: #00aeef5c;
    border: 1px solid #00aeef;
    cursor:pointer;
}

.payment-info .payment-item .cart-pay{
    display: flex;
    justify-content: center;
}

.payment-info .payment-item .cart-pay img{
    width: 40px;
    min-width: 40px;
    -webkit-filter: sepia(1) saturate(10000%) hue-rotate(-165deg);
    filter: sepia(1) saturate(10000%) hue-rotate(-165deg);
}

.payment-info .payment-item .cart-pay span{
    margin-left:10px;
    color:#0478a4;
}

.payment-info .payment-item.active{
    background-color: #00aeef;
}

.payment-info .payment-item.active .cart-pay span{
    color:#fff;
}

.payment-info .payment-item.active .cart-pay img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn-checkout{
    color: #fff;
    height: 50px;
    margin: 10px auto;
    width: 100%;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    background: linear-gradient(180deg,#00B4EC,#0185DA);
}

.btn-checkout:hover{
    opacity:0.7;
}

.btn-checkout span{
    font-size: 16px;
}

.bank-info{
    margin-top: 15px;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 2px;
}

.account-bank-info{
    margin-top: 10px;
}

.account-bank-info p span:nth-child(1){
    font-size:14px;
    font-weight: 600;
    margin-bottom:5px;
}

.remove-item-product{
    margin-left: 6px;
    color: #d1d1d1;
    margin-right: 10px;
    line-height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.policy-checkout{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.policy-checkout a{
    color: #00aeef;
}

.policy-checkout a:hover{
    color: #00aeef;
    opacity: 0.7;
}

.option-price-item p{
    margin:0;
    display: flex;
    align-items: center;
}

.option-price-item p span:nth-child(2){
    margin-left: 5px;
}

.option-price-item p.active{
    font-weight: 600;
}

.option-price-item p svg{
    margin-left: 7px;
    color: #008700;
}

/* COUPON */

.coupon-cart {
    padding: 10px 15px;
    text-align: right;
}
.coupon-cart .coupon-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.coupon-cart .coupon-block > input {
    margin-right: 10px;
}

.coupon-discount{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
}

.coupon-discount span{  
    font-size: 14px;
}

.coupon-cart .coupon-block #approve-coupon {
    padding: 6px;
    color: #fff;
    background-color: #00aeef;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.coupon-cart #coupon-alert {
    font-size: 14px;
    color: #ee1935;
    text-align: center;
}
.coupon-cart #coupon-alert.success {
    color: #2a9a2a;
}

a.show-coupon-box{
    display: inline-flex;
    align-items: center;
    color:#00aeef;
    font-size: 14px;
}

img.loading-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

a.show-coupon-box:hover{
    color:#00aeef;
    opacity: 0.7;
}

a.show-coupon-box span{
    margin-left: 5px;
}

/* Thanks Page */

.thanks-page{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    min-width: 0;
}

.thanks-page .thanks-page-content {
    display: flex;
    justify-content: center;
    padding: 80px 50px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(3, 3, 3, 0.3);
    border-radius: 5px;
}
.thanks-page .thanks-page-content .tpc-img img {
    width: 120px;
}
.thanks-page .thanks-page-content .tpc-info {
    padding: 20px;
    margin-left: 20px;
    width: 345px;
    text-align: center;
}
.thanks-page .thanks-page-content .tpc-info h3 {
    color: #ea7864;
    font-size: 17px;
}
.thanks-page .thanks-page-content .tpc-info p {
    font-size: 14px;
}
.thanks-page .thanks-page-content .btn-thanks-page {
    padding: 8px 15px;
    margin-top: 15px;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #29b3e8;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

#btn-cashback {
    padding: 8px 15px;
    margin-top: 15px;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #29b3e8;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    border-color: unset;
    box-shadow: none;
}

.thanks-page .thanks-page-content .btn-thanks-page:hover {
    opacity: 0.8;
}

.cart-content.cart-empty{
    padding: 80px 20px;
}

.empty-cart-text{
    font-size: 15px;
    margin: 10px 0 20px 0;
    text-align:center;
}

.empty-cart-img{
    width: 400px;
    margin:0 auto;
}

.empty-cart-img img{
    width: 100%;
}

.shipping-price{
    display: flex;
    padding: 5px 20px;
    font-size: 13px;
    justify-content: space-between;
}

.coupon-used{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.coupon-used-item{
    padding: 3px 5px;
    background: #e5f3e5;
    color: #50cb50;
    border-radius: 3px;
    border: 1px dashed #50cb50;
}

@media only screen and (max-width: 768px){
    .top-content{
        padding: 0 10px;
    }
    .list-cart-item .product-info{
        width: calc(100% - 90px);
    }
    .checkout-cart-total,.coupon-cart,.checkout-form{
        padding: 10px;
    }
    .price-cart-footer .checkout-cart-total{
        padding: 10px 0px;
    }
    
    .list-cart-item{
        padding: 10px;
    }

    .address-info{
        padding: 0;
        background-color: unset;
    }

    .policy-checkout{
        padding: 0 10px;
        font-size: 11px;
    }
    .thanks-page .thanks-page-content {
        flex-flow: wrap;
        padding: 30px;
        margin: 20px;
    }
    .thanks-page .thanks-page-content .tpc-info {
        padding: 0;
        margin-left: 0;
        width: fit-content;
    }

    .payment-info .payment-item{
        display: flex;
        align-items: center;
    }

    .payment-info .payment-item .cart-pay img{
        height: 40px;
    }

    .payment-info .payment-item .cart-pay{
        align-items: center;
    }

    .payment-info .payment-item:nth-child(1) .cart-pay span br{
        display:none;
    }

    .list-cart-item .product-info{
        flex-direction: column;
        margin-left:10px;
    }

    .option-price-item p{
        font-size: 12px;
    }

    .checkout-cart .purchase-box__form--content{
        justify-content: flex-end;
    }

    .product-info .info-price .product-name{
        font-size: 13px;
        font-weight: 600;
    }

    .payment-info .payment-item .cart-pay span{
        font-size: 12px;
    }

    .product-info .product-price{
        width: unset;
    }
    .product-info .info-price{
        width: 100%;
    }
    body.mobile .cart-modal {
        position: fixed;
        z-index: 10151;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 640px;
        width: 100%;
   }
    body.mobile .cart-modal .modal-dialog {
        margin: 0;
        height: 100vh;
        background: #fff;
        position: relative;
        width: 100%;
   }
    body.mobile .cart-modal .modal-dialog #cart-form {
        padding-top: 30px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content {
        border-radius: 0;
        border: none;
        box-shadow: none;
        position: absolute;
        top: 48%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-header {
        padding: 10px 10px 0;
        border-bottom: none;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #333;
        margin: 0;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-header .close {
        font-size: 30px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-header .separate.large {
        margin-top: 10px;
        width: 7rem;
        height: 2px;
        background-color: #45bbe9;
        margin-bottom: 10px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body {
        padding: 5px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items {
        max-height: 500px;
        overflow: auto;
        padding: 5px;
        margin-bottom: 20px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items::-webkit-scrollbar {
        width: 5px;
        height: 5px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items::-webkit-scrollbar-thumb {
        background: #888;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item {
        margin: 0 0 10px;
        padding: 10px;
        max-width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-img {
        width: 70px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .service-product {
        color: #29b3e8;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-content {
        width: calc(100% - 70px);
        padding-left: 10px;
        margin-bottom: 5px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price {
        width: 100%;
        text-align: right;
        font-size: 12px;
        display: block;
        margin-top: 0px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price p {
        margin-bottom: 0px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price .cart-price {
        display: block;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price .price {
        color: #c90136;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price .total-price {
        padding-top: 3px;
        margin-top: 3px;
        display: inline-block;
        border-top: 1px solid #c90136;
        color: #c90136;
        font-weight: 600;
        padding-left: 15px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price .modal-item-price--box-wrap {
        width: 50%;
        float: left;
        justify-content: unset;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .modal-item-price .modal-item-price--box{
        display: contents;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item::before {
        display: table;
        content: " ";
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item div[class^=col] {
        padding-left: 0;
        padding-right: 0;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .purchase-box__form--content .minus-button {
        background: #939393;
        margin-right: 5px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .purchase-box__form--content .plus-button {
        background: #c90136;
        margin-left: 5px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item .purchase-box__form--content button {
        padding: 0px 7px;
        color: #fff;
        font-weight: 700;
        border: none;
        font-size: 13px;
        border-radius: 5px;
        width: 30px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price {
        padding: 0 5px;
        color: #333;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price .qty-input {
        width: auto;
        display: inline;
        padding: 0;
        font-size: 12px;
        vertical-align: top;
        text-align: center;
        font-weight: 600;
        height: 25px;
        width: 30px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-info--sku {
        color: #777;
        font-size: 13px;
        word-break: break-all;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-info--name {
        font-weight: 600;
        font-size: 14px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-info--color {
        color: #000;
        font-weight: 600;
        font-size: 14px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-info--remove {
        font-size: 14px;
        color: #888;
        margin-right: 10px;
        line-height: 25px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price--number {
        font-size: 16px;
        font-weight: 700;
        text-align: right;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price--old {
        color: #777;
        font-weight: 400;
        text-decoration: line-through;
        text-align: right;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price--percent {
        text-align: right;
        font-weight: 600;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .modal-item-price--discount {
        display: block;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .price-footer {
        font-size: 14px;
        line-height: 25px;
        margin-top: 3px;
        color: #ee1935;
        font-weight: 600;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-body .modal-items .price-footer span {
        color: #555;
        font-weight: 400;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-footer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: none;
        justify-content: center;
        text-align: center;
        padding: 10px 0;
        border-radius: 0 0 10px 10px;
        margin-bottom: 15px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-footer .modal-button {
        padding: 7px 40px;
        background-color: #29b3e8;
        color: #f8faf7;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-footer .modal-button:hover {
        opacity: 0.8;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-total {
        font-weight: 900;
        font-size: 17px;
        color: #333;
        text-align: center;
        margin: 10px 0 10px;
   }
    body.mobile .cart-modal .modal-dialog .modal-content .modal-total-title {
        text-transform: uppercase;
        margin-right: 10px;
   }
    body.mobile .cart-modal .modal-loader {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1051;
        background-color: rgba(3, 3, 3, .3);
        border-radius: 10px;
   }
    body.mobile .cart-modal .modal-loader img {
        position: absolute;
        z-index: 1052;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
   }
    body.mobile .cart-modal .cart-button-wrap {
        position: relative;
        margin: 9px 9px 0 0;
   }
    body.mobile .cart-modal .cart-button-wrap .cart-button .cart-button-qty {
        font-size: 12px;
        padding: 0 6px;
        background-color: #fd3620;
        color: #fff;
        border-radius: 5px;
        position: absolute;
        top: -9px;
        right: -6px;
   }
    
}
.checkout-content .modal-items .modal-item.disabled {
    opacity: .5;
}
.checkout-content .modal-items .modal-item.disabled button,.checkout-content .modal-items .modal-item.disabled input{
    display: none;
}
.checkout-content .modal-items .modal-item.disabled .modal-item-info--remove{
    color: red;
    font-weight: 600;
    opacity: 1;
}
.countdown {
    border-radius: 9px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    margin-top: 5px;
}
.countdown span {
    line-height: 150%;
    font-size: 14px;
    height: 22px;
}
.countdown .promotion-end {
    margin-left: 10px;
    color: red;
}
.countdown .promotion-countdown ul {
    display: flex;
}
.countdown .promotion-countdown ul li {
    padding: 1px 2px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    width: 22px;
    height: 22px;
}
.countdown .promotion-countdown ul li p {
    margin-bottom: 0px;
    height: 22px;
    font-size: 1.1em;
    font-weight: 600;
}
.countdown .promotion-end {
    line-height: 150%;
    font-size: 14px;
    height: 22px;
}
#promotion-expired{
    color: red;
    margin: 15px 0px;
    text-align: center;
}
#btn-checkout.disable{
    pointer-events: none;
    opacity: 0.6;
    background: #d0d0d0;
}