@media (max-width: 1279px) {
    .nv-single-product__gallery {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .nv-single-product__gallery .nv-gallery-thumbs {
        width: 100%;
        height: auto;
    }

    .tec-singleproduct__image .tec-single__product__addtowhishlist .yith-wcwl-add-to-wishlist {
        position: static;
    }

    .tec-single__product__addtowhishlist {
        display: flex;
        position: relative;
        bottom: -20px;
    }
}

@media (max-width: 1023px) {
    .tec-singleproduct__main {
        flex-direction: column-reverse;
    }

    .tec-singleproduct__image,
    .tec-singleproduct__content {
        width: 100%;
    }

    .nv-single-product__gallery .nv-gallery-slider {
        height: auto;
        aspect-ratio: 1;
    }

    .nv-gallery-thumbs {
        height: auto;
    }

    .tec-singleproduct__image .tec-single__product__addtowhishlist .yith-wcwl-add-to-wishlist {
        position: static;
        margin-block: 10px !important;
    }
}

@media (max-width: 768px) {

    .content-video {
        padding: 16px;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity {
        width: max-content;
    }

    .woocommerce-cart .woocommerce-cart-form .coupon {
        width: 100%;
        flex-wrap: wrap;
        gap: 12px;
    }

    .woocommerce-cart .woocommerce-cart-form .coupon input,
    .woocommerce-cart .woocommerce-cart-form .coupon button[type="submit"] {
        width: 100%;
    }

    .passs {
        flex-wrap: wrap;
    }

    .wc_payment_method {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
    .woocommerce-checkout .woocommerce form.checkout_coupon {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce form.checkout_coupon {
        flex-direction: column;
        gap: 8px
    }

    .woocommerce-checkout .woocommerce form.checkout_coupon>* {
        width: 100% !important;
        text-align: center;
    }

    .woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .texts {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width:1200px) {
    .tec-discount-product__products .tec-discount-product__product--title {
        margin-block-end: 10px;
    }

    .tec-discount-product__products .tec-discount-product__action--addtocart>span {
        letter-spacing: -1.8px;
    }
}