.choose-delivery-method {
    margin-top: 8px;
}

.py-32.choose-delivery-method {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.choose-delivery-method .title>h2,
#vertuka-time-delivery h2 {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.delivery-methods .method {
    position: relative;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    padding: 15px 10px;
    border-radius: var(--br-10);
    border: 1px solid #e0e0e0;
    margin-top: 16px;
}

.delivery-methods .method.active {
    animation: activateEffect 0.8s ease-in-out;
    border: 2px solid #197b12;
    box-shadow: 0 22px 66px 0 rgba(0, 0, 0, 0.07);
}

.delivery-methods .method:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.woo-page-heading {
    gap: 10px;
}

.inner-box-checkout .count-item {
    border-radius: 50%;
    background: #e0e0e0;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
}

.inner-box-checkout .title,
.vertuka-text-option ul li p {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.progressbar-box {
    margin: 32px 0;
}

.progressbar-box::before {
    background: #e0e0e0;
    height: 16px;
    position: absolute;
    content: "";
    right: 0;
    width: 100%;
    z-index: 1;
    top: 50%;
    margin-top: -24px;
}

.progressbar-box .progressbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.progressbar-box .progressbar .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 64px !important;
    z-index: 2;
}

.progressbar-box .progressbar .item.active::before {
    background: #1f9a17;
    height: 16px;
    position: absolute;
    content: "";
    right: 0;
    z-index: -1;
    top: 50%;
    margin-top: -24px;
    width: 50%;
}

.progressbar-box .progressbar .item .square {
    border-radius: var(--br-10);
    border: 7px solid #fff;
    background: #1f9a17;
    box-shadow: 0 13px 34px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}


.progressbar-box .progressbar .item .text {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.progressbar-box .progressbar .item.active.prev::before {
    width: 100%;
}

.cart-box,
.main-cart-box {
    border-radius: var(--br-10);
    background: #fff;
}

.main-cart-box {
    border: 1px solid #e4e4e4;
    padding: 32px;
}

#cart-wrapper {
    margin-bottom: 104px;
}

.cart-box {
    border: 1px solid #e4e4e4;
}

.cart-box .cart-heading .icon-box {
    border-radius: var(--br-8);
    background: #f1f1f1;
    /* height: 61px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-box .cart-heading .icon-box .trash-2 {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    background: url("../assets/images/Basket_duotone.png") 0 0 / contain;
    margin-top: 0px;
}

.number.orginal-price-discounted-product.mt-1.mb-0 {
    margin-top: 5px !important;
}

.remove.remove-item i {
    width: 18px;
    height: 18px;
}

.add-address-lightbox .remove-item,
.cart-content .remove-item {
    width: 38px !important;
    height: 38px !important;
    padding: 8px !important;
    display: inline-block !important;
}

.cart-box .cart-heading .title {
    display: flex;
    align-items: center;
}

.cart-box .cart-heading .title>h1,
.page-checkout-wrapper .cart-heading .title h2 {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
}

.page-checkout-wrapper .cart-heading .title h2 {
    margin-top: 10px;
}

.cart-box .cart-heading .title>h1 {
    margin-right: 10px;
}

/* .cart-box .cart-heading .remove-all-box {
    padding: 8px;
    margin-top: 20px;
} */

.cart-box .cart-heading .remove-all-box .remove-all-link {
    /*! color: #080808; */
    /*! font-size: 14px; */
    /*! font-weight: 700; */
    /*! line-height: 38px; */
}

.cart-content .img-box {
    overflow: hidden;
}

.inner-box-checkout {
    border-radius: var(--br-10);
    background: #fff;
    position: relative;
}

.inner-box-checkout .img-box {
    border: 1px solid #e0e0e0;
    border-radius: var(--br-10);
    position: relative;
}

.cart-content .cart-product-title>h2 {
    color: #000;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-content .cart-product-category {
    color: #1e9916;
    font-size: 14px;
    font-weight: 600;
}

/* Mobile-first base styles - specific mobile properties */
.cart-box {
    padding: 16px;
}

.cart-box .cart-heading .icon-box {
    padding: 6px;
    height: 42px;
}

.cart-box .cart-heading .icon-box .trash-2 {
    width: 30px;
    height: 30px;
}

.inner-box-checkout .count-item {
    width: 28px;
    height: 28px;
    padding: 6px 0;
    font-size: 12px;
    bottom: 5px;
    left: 5px;
}

.cart-box .cart-heading .title {
    height: 40px;
    margin-bottom: 10px;
}

.cart-content .img-box {
    padding: 4px 4px 2px 4px;
}

.cart-content .img-box a {
    display: block;
    text-align: center;
}

.cart-content .img-box img {
    max-height: 100%;
    width: auto;
}

.col-4.col-md-3.col-lg-3.col-xl-2 {
    width: 25%;
    padding: 0;
}

.py-2>div:nth-child(1) {
    padding: 0px 5px;
}

.icon.white,
.owl-arrow-navbar-btn:hover .icon,
.show-more-to-buy.active .icon {
    filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(132deg) brightness(101%) contrast(103%);
}

.login-page .promotion-text,
.woocommerce-notices-wrapper {
    margin-top: 32px;
}

#main>main>div.products-wrapper>div>div>div>div>div.col-lg-10.col-12>div>div.woocommerce-notices-wrapper,
body>div.wrapper>div>div>div.container-fluid.page-checkout-wrapper>div>div.express-cart-price-box>div>div:nth-child(9) {
    margin-top: 0;
}

.woocommerce-notices-wrapper .woocommerce-message {
    border-top: #1f9a17 !important;
    line-height: 56px;
    background: #fff;
    border-radius: var(--br-10);
}

.text-primary-5,
.text-success,
.woocommerce-message::before,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
    color: #1f9a17 !important;
}

.cart-content .vertuka-q-input .decrease,
.cart-content .vertuka-q-input .increase,
.color.white,
.woocommerce-info {
    background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.woocommerce .coupon-button {
    height: 45px;
}

.mj-checkout_coupon-form {
    padding: 12px;
    border-radius: var(--br-10) !important;
    background: #fff !important;
    border: 1px solid #197b12 !important;
}

.checkout_coupon .button {
    padding: 12px 20px !important;
}

#mj-coupon-container .d-md-flex {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
}

#mj-coupon-container .mj-coupon-input,
#mj-coupon-container .button {
    width: 100%;
    box-sizing: border-box;
}

#mj-coupon-container .d-md-flex>div:first-child {
    flex: 0 0 60%;
}

#mj-coupon-container .d-md-flex>div:last-child {
    flex: 0 0 20%;
    /* دکمه */
}

.mj-coupon-input {
    border-radius: var(--br-10);
    border: 1px solid #ececec;
    background: #fff;
    color: #989898;
    padding: 14px 16px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    width: 380px;
}

.select2-container .select2-selection--single {
    min-height: 48px;
}

.mjModal p,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 10px;
}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 12px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
    background: #31a62a;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
    background: #1f9a17;
    color: #fff !important;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 0 !important;
}

.content-wrapper .content-box .mobile-post-meta-data-box,
.woocommerce form .form-row {
    margin-bottom: 24px;
}


.cart-content .price {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.cart-content .vertuka-q-input {
    background: #f2f2f2;
}

.add-address-lightbox .remove-item {
    border-radius: var(--br-10) !important;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
}

.cart-content .remove-item {
    border-radius: var(--br-10) !important;
    background: #f1f1f1;
    text-align: center;
    top: 50%;
    left: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border-radius: var(--br-8) !important;
}

.mj-hoghoghy-force {
    color: red;
    font-size: 14px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: var(--br-10) !important;
}

.addresspress-select-field,
.addresspress-text-field {
    border-radius: var(--br-10);
    border: 1px solid #ececec;
    background: #fff;
    padding: 16px 32px;
    color: #5e5e5e;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    width: 100%;
}

.add-address-lightbox h3,
.edit-address-lightbox h3 {
    color: #000;
    text-align: right;
    font-weight: 700;
    line-height: 42px;
}

.edit-address-lightbox h3 {
    font-size: 16px;
    margin-right: -20px;
}

#addresspress-save-new-address {
    margin-top: 1.5rem;
}

#addresspress-edit-address label,
#addresspress-save-new-address label {
    color: #080808;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.addresspress-check-receiver-lable {
    margin-right: 6px;
}

.add-address-lightbox h4 .edit-address-lightbox h4 {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

#addresspress-address2-box,
#addresspress-city-box,
#addresspress-first-name-box,
#addresspress-last-name-box,
#addresspress-state-box {
    display: inline-block;
    width: 50%;
}

#addresspress-zip-code-box input::-webkit-inner-spin-button,
#addresspress-zip-code-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.warning-login.add-address-lightbox,
.warning-login.edit-address-lightbox {
    overflow-y: auto;
}


.cart-content .remove-item>.icon,
.social-media-gp>li>a>.icon {
    margin: 0;
}

.express-cart-price-box {
    margin-top: 12px;
}

.m-0.title {
    margin-top: -0.2rem !important;
}

.express-cart-price-box .express-cart-price {
    padding: 16px 16px 10px 16px;
    border-radius: var(--br-10);
    background: #fff;
    box-shadow: 0 36px 136px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    position: sticky;
    top: 32px;
    border: 1px solid #e4e4e4;
}

.express-cart-price .title {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.express-cart-price .whole-item,
.express-cart-price .whole-item-count {
    color: #080808;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.express-cart-price .off-item {
    color: #080808;
    font-size: 16px;
    font-weight: 600;
}

.express-cart-price .off-item-price {
    color: #009f55;
    font-size: 18px;
    font-weight: 800;
}

.express-cart-price .price-without-off {
    color: red;
    font-size: 18px;
    font-weight: 800;
}

.express-cart-price .price-to-pay-title {
    color: #080808;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
}

.mj-applied-coupon-block .cart-subtotal {
    color: #009f55;
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
}

.mj-applied-coupon-block a {
    color: red;
}

.delete-address>a,
.edit-address>a {
    color: #197b12;
    font-size: 12px;
    line-height: 24px;
}

.express-cart-price .price-to-pay,
.express-cart-price .price-to-pay bdi {
    color: #080808;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 56px;
}

.go-to-payment,
.woocommerce #payment #place_order,
.woocommerce-cart .express-cart-price .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order {
    border-radius: var(--br-10) !important;
    background: #1f9a17 !important;
    padding: 12px 32px !important;
    color: #fff !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}

.button.add-to-cart-button:hover,
.button.single_add_to_cart_button:hover,
.button.text-white,
.button.text-white>span,
.footer .inner-box .button.bg-success,
.go-to-payment:hover,
.woocommerce-cart .express-cart-price .wc-proceed-to-checkout a.checkout-button:hover,
body>div.wrapper.product-page>div.page-wrapper.m-0.p-0>footer>div.inner-box>div>div>div.col-lg-4>form>div>div.ms-2>input,
body>div>footer>div.inner-box>div>div>div.col-lg-4>form>div>div.ms-2>input {
    color: #fff !important;
}

.select2-dropdown.select2-dropdown--below {
    border-color: #ececec !important;
    border-radius: 0px 0px var(--br-10) 0px !important;
}

#select2-addresspress-state-result-n6ao-مازندران {
    background-color: #1f9a17 !important;
}

@keyframes activateEffect {
    0% {
        transform: scale(1.01);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        border-color: transparent;
    }

    50% {
        transform: scale(0.97);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        border-color: #197b12;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 22px 66px rgba(0, 0, 0, 0.07);
        border-color: #197b12;
    }
}

.delivery-methods .method.transport,
.social-media-box .inner-box .social-media-link-box>ul>li {
    margin-left: 16px;
}

.delivery-methods .method p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.delivery-methods .method address {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px;
}

.delivery-methods .method h4 {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 8px;
}

.delivery-methods .action-box {
    text-align: right;
    position: absolute;
    margin-top: -18px;
    left: 20px;
    z-index: 99;
}

.express-cart-price-box>.woocommerce,
.woocommerce-checkout-payment {
    position: sticky !important;
    top: 0 !important;
}

.edit-address>a {
    font-weight: 600;
}

.delete-address>a {
    font-weight: 600;
    position: relative;
    padding-left: 24px;
}

.delete-address>a::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #197b12;
    left: 12px;
    top: 0;
    bottom: 0;
}

.delete-address>a:hover,
.edit-address>a:hover {
    color: #197b12 !important;
}

.add-new-address {
    display: block;
    margin-top: 16px;
    border-radius: var(--br-10);
    background: #eaeaea;
    padding: 12px;
    color: #000 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.method .img-box-i {
    min-height: 50px;
}

.delivery-methods img {
    width: 100%;
    height: 100%;
    max-width: 40px !important;
    max-height: 40px !important;
}

#vertuka_shipping_method_0_flat_rate5>div:first-child>div>img {
    transform: scale(1.25);
}

.delivery-methods .method.transport .title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.delivery-methods .method.transport .fee {
    color: #000;
    font-size: 12px !important;
    font-weight: 300;
}

.checkout-button.button.alt.wc-forward {
    font-size: 15px !important;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    display: flex !important;
    gap: 0px !important;
}

.warning-login {
    background: rgba(0, 0, 0, 0.27);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 10px;
}

.warning-login .login-box-modal {
    border-radius: var(--br-10);
    background: #E8E8E8;
    overflow: hidden;
    width: 100%;
}

.warning-login .login-box-modal .title-box {
    background: #E8E8E8;
}

#alert-national-code {
    margin-top: 10px;
    border-radius: var(--br-10);
}

#addresspress-save-address {
    border-radius: var(--br-10);
    background: #1f9a17;
    color: #f5f8ff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    width: 100%;
    max-width: 420px;
    border: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

#addresspress-save-address:hover {
    background: #178c13;
    transform: scale(0.95);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.addresspress-save-address-clicked {
    background: #178c13;
    transform: scale(0.95);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

/* افکت نورپردازی (اختیاری) */
#addresspress-save-address::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    /* نور شفاف */
    border-radius: var(--br-10);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    /* جلوگیری از تداخل با کلیک */
}

#addresspress-save-address:hover::after {
    opacity: 1;
}

#addresspress-edit-address {
    margin-top: 20px;
}

.addresspress-check-receiver-lable-edit {
    margin-right: 8px;
}

@keyframes collapse-animation {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.warning-login .login-box-modal.add-address-lightbox .content-box {
    padding: 32px 24px;
}

.warning-login .login-box-modal .content-box #med_registerpress_nationalcode_button,
.warning-login .login-box-modal .content-box #med_registerpress_authenticate_button,
.warning-login .login-box-modal .content-box #med_registerpress_login_button {
    color: #F5F8FF !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    padding: 12px !important;
    border-radius: var(--br-10) !important;
    border: none;
}

.warning-login .login-box-modal .content-box .text {
    color: #080808;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.remain-time {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 55px;
}

.med-rp-counter>.tiles>span,
.med-rp-counter>.labels>span {
    width: 25px !important;
    color: #1F9A17 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}

.med-form-container {
    width: 100%;
}

#authenticateform {
    width: 375px;
    margin: 0 auto;
    max-width: 100%;
}

#resend-code {
    border-radius: var(--br-8);
    background: #F0F0F0;
    padding: 8px 16px;
    color: #080808;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
}

.med-rp-counter {
    width: auto !important;
    margin: 0;
}

.warning-login {
    background: rgba(0, 0, 0, 0.27);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 10px;
}

.warning-login .login-box-modal {
    border-radius: var(--br-10);
    background: #E8E8E8;
    overflow: hidden;
    width: 100%;
}

.warning-login .login-box-modal .title-box {
    background: #E8E8E8;
}

.warning-login .login-box-modal .content-box {
    background: #fff;
    padding: 16px;
}


.warning-login .login-box-modal .content-box #med_registerpress_authenticate_button {
    background: #1F9A17 !important;
    border-radius: var(--br-10) !important;
}

.warning-login .login-box-modal .content-box .text {
    color: #080808;
    text-align: justify;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.login-box-modal .med-authenticate-gp input[type="tel"],
.login-box-modal .med-authenticate-gp input[type="number"],
.login-box-modal .med-authenticate-gp input[type="text"] {
    display: inline-block !important;
    width: 56px !important;
    height: 56px;
    text-align: center;
    padding: 4px !important;
    border: 2px solid #ECECEC;
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 500;
    margin: 0 6px;
    border-radius: var(--br-10);
    background: #F0F0F0;
}

.addresspress-set-coordinates {
    border-radius: 8px !important;
}

.login-box-modal .med-authenticate-gp input[type="tel"]:focus,
.login-box-modal .med-authenticate-gp input[type="number"]:focus,
.login-box-modal .med-authenticate-gp input[type="text"]:focus {
    border: 2px solid #1F9A17;
    background: #fff;
    outline: none;
}

.neshan-search-div .form-control {
    border-radius: 8px !important;
}

/* Tablet and larger (min-width: 768px) */
@media only screen and (min-width: 1024px) {
    .express-cart-price-box .express-cart-price {
        margin-top: 65px;
    }

    #empty-cart-btn {
        padding: 8px;
        margin-top: 20px;
    }

    .choose-delivery-method .title>h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .cart-box .cart-heading .title>h1 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 10px;
    }

    .cart-box {
        padding: 5px 32px 32px;
    }

    .cart-box .cart-heading .icon-box {
        padding: 8px;
        height: 54px;
    }

    .cart-box .cart-heading .icon-box .trash-2 {
        width: 42px;
        height: 42px;
    }

    .page-checkout-wrapper .cart-heading .title h2 {
        font-size: 20px;
    }

    .cart-box .cart-heading .title {
        height: 90px;
        margin-bottom: 0;
    }

    .inner-box-checkout .count-item {
        width: 30px;
        height: 30px;
        padding: 8px 0;
        font-size: 12px;
        bottom: 8px;
        left: 8px;
    }

    .cart-content .img-box {
        padding: 15px;
    }

    .col-4.col-md-3.col-lg-3.col-xl-2 {
        width: auto;
        padding: inherit;
    }

    .py-2>div:nth-child(1) {
        padding: inherit;
    }
}

@media only screen and (min-width: 579px) {
    .warning-login .login-box-modal .content-box .text {
        font-size: 16px;
    }

    .delivery-methods img {
        width: 100%;
        height: 100%;
        max-width: 56px !important;
        max-height: 56px !important;
        margin-bottom: 5px;
    }

    .delivery-methods .method.transport .title {
        font-size: 16px;
    }

    .delivery-methods .method p {
        font-size: 14px;
    }

    #addresspress-edit-address label,
    #addresspress-save-new-address label {
        font-size: 16px;
    }

}

@media only screen and (max-width: 578px) {
    .cart-box {
        margin-top: 25px;
    }

    #vertuka-shipping-delivery .delivery-methods .d-flex .method {
        width: 33.3%;
        max-width: 400px;
        padding: 10px 5px;
    }

    .checkout.woocommerce-checkout {
        margin-top: -45px;
    }

    .delivery-methods .method.transport .fee {
        font-size: 14px;
    }

    .add-new-address {
        font-size: 16px;
    }

    .login-box-modal .med-authenticate-gp input[type="tel"],
    .login-box-modal .med-authenticate-gp input[type="number"],
    .login-box-modal .med-authenticate-gp input[type="text"] {
        width: 45px !important;
        height: 45px;
        margin: 0 4px;
    }

    .remain-time {
        font-size: 13px !important;
    }
}

/* Tablet only (768px to 991px) */
@media only screen and (min-width: 579px) and (max-width: 1023px) {
    #vertuka-shipping-delivery .delivery-methods .d-flex .method {
        width: 33.3%;
        max-width: 400px;
        padding: 10px 5px;
    }

    .cart-box {
        width: 100%;
        margin: 32px 0;
    }
}

/* Desktop small (992px to 1399px) */
@media only screen and (min-width: 1024px) {
    #vertuka-shipping-delivery .delivery-methods .d-flex .method {
        width: 25%;
    }

    .remove-all-link.button.secondary {
        margin-top: 20px;
    }

    .add-address-lightbox h3,
    .edit-address-lightbox h3 {
        line-height: 56px;
    }

    .express-cart-price-box {
        width: 40%;
        margin-right: 32px;
        margin-top: -65px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {

    .express-cart-price .whole-item,
    .express-cart-price .whole-item-count {
        font-size: 13px;
    }

    .cart-content .img-box {
        width: 184px;
        height: 184px;
        border-radius: var(--br-10);
        border: 1px solid #ececec;
        padding: 15px;
    }

    .inner-box-checkout .img-box {
        width: 100px;
        height: 100px;
    }

    .cart-box {
        width: 100%;
    }
}

/* Desktop large (min-width: 1400px) */
@media only screen and (min-width: 1400px) {
    .delivery-methods .method p {
        font-size: 15px;
        font-weight: 500;
    }

    .express-cart-price-box {
        width: 30%;
        margin-right: 32px;
        margin-top: -65px;
    }

    #empty-cart-btn {
        font-size: 14px !important;
    }

    .cart-content .img-box {
        width: 184px;
        height: 184px;
        border-radius: var(--br-10);
        border: 1px solid #ececec;
        padding: 20px;
    }

    .inner-box-checkout .img-box {
        width: 134px;
        height: 134px;
    }

    .inner-box-checkout .count-item {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .cart-box {
        width: 70%;
    }

    .express-cart-price-box .express-cart-price {
        padding: 42px 32px 22px 32px;
    }
}
