/*
* @Author: jack
* @Date:   2024-11-06 09:20:15
* @Last Modified by:   jack
* @Last Modified time: 2024-11-09 18:17:06
*/
.quantity-text {
    font-size: 1.3rem;
    letter-spacing: 0.04rem;
}
.quantity-wrap input {
    padding: 0.9rem;
}
.quantity-wrap {
    height: 53px;
}
.product-btns .add-cart,.product-btns .btn-buy-now {
    font-size: 12px;
}
body.page-product .variables-wrap .variable-info > div.selected,
body.page-product .variables-wrap .variable-info > div:hover {
    background: #222;
    color: #fff;
}
body.page-product .variables-wrap .variable-info > div {
    letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
    .page-product .mobile-content .right a:first-child {
        display: none;
    }
    .page-checkout footer,
    .page-checkout .header-mobile,
    .page-product header .top-wrap {
        display: none;
    }
    .show_order .title {
        color: #0d6efd;
        font-size: 15px;
    }
    .show_order .title.nav-link:focus,
    .show_order .title.nav-link:hover {
        color: #0d6efd;
    }
    .show_order .total-title {
        font-size: 20px;
        font-weight: 900;
    }

    .paypal {
        background: #ffc439;
        color: #2c2e2f;
    }
    .express-checkout {
        font-size: 14px;
        color: #727272;
    }

    .paypal-logo {
        padding: 0;
        display: inline-block;
        background: none;
        border: none;
        width: 20%;
    }
    .divider {
        border-bottom: 1px dashed #ccc;
        text-align: center;
        font-size: 14px;
        color: #727272;
    }
    .divider span {
        position: relative;
        top: 12px;
        background: #fff;
    }
    .el-form--label-top .el-form-item__label {
        font-size: 16px;
        font-weight: 900;
    }
    .checkout-black .quantity-wrap {
        height: 38px;
    }
    .checkout-black .quantity-wrap .input-group-text {
        background-color: none;
        border: none;
    }
    .add-tips .active {
        border: 1px solid #ffc439 !important;
    }
    .add-tips .nav-link {
        font-size: 14px;
        padding-bottom: 0;
    }
    .add-tips li span {
        color: #727272;
        display: block;
    }
    .add-tips .collapse {
    }
    .billing-address .list-group-item.active {
        background: none;
        color: #222;
    }
    .page-checkout body {
        overflow-x: hidden;
    }

    .paypal-button-container-bottom .paypal-button-number-1 {
        display: none;
    }
}
