/* ---------- Large Desktop ---------- */
@media (max-width: 1600px) {

}


/* ---------- Desktop ---------- */
@media (max-width: 1400px) {

}


/* ---------- Laptop ---------- */
@media (max-width: 1200px) {

}


/* ---------- Small Laptop ---------- */
@media (max-width: 1024px) {

}


/* ---------- Tablet ---------- */
@media (max-width: 991px) {

}


/* ---------- Large Mobile ---------- */
@media (max-width: 767px) {
    .thumbs-position-left .wd-gallery-thumb .wd-carousel-item {
        margin: 0  3px;
    }
    .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__label {
        width: 100%;
    }
    .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__value {
        width: 100%;
        padding: 11px 12px;
        margin: 4px 0 0 0;
    }
    .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        padding: 16px 0;
        width: 51%;
    }
    .sold-individually .single_add_to_cart_button {
        width: 100% !important;
        margin: 0 !important;
    }
    .scrollToTop {
        bottom: 83px !important;
    }
    .single-product .scrollToTop {
        bottom: 153px !important;
    }
    #goftino_w {
        bottom: 69px !important;
    }
    .mobile-header .elementor-widget-off-canvas .e-off-canvas{
        height: 91% !important;
    }
    .smc-wrap{
        display:flex;
    }
    .home-product-tab_2 .e-n-tabs-heading{
        margin: 0px 120px 0 0;
    }
    .product-sizes .product-size {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
    .my-jet-sorting-tabs {
        justify-content: end;
        margin: 0 0 0 0;
    }
    .jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link {
        width: 36px;
        height: 36px;
    }
    .reading-time {
        position: absolute;
        top: -41px;
        right: 6px;
    }
    .home-product-tab_2 .e-n-tabs-heading,
    .home-product-tab .e-n-tabs-heading{
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 0;
        align-items: center;
    }
    .home-product-tab_2 .e-n-tabs-heading::-webkit-scrollbar,
    .home-product-tab .e-n-tabs-heading::-webkit-scrollbar {
        display: none;
    }
    .home-product-tab_2 .e-n-tab-title,
    .home-product-tab .e-n-tab-title {
        flex: 0 0 auto !important;
        width: auto !important;
        white-space: nowrap;
        margin: 0 !important;
        height: 42px;
    }







}


/* ---------- Mobile ---------- */
@media (max-width: 575px) {

}


/* ---------- Small Mobile ---------- */
@media (max-width: 480px) {
    .gh-installment-title{
        font-size:15px;
    }
    .gh-installment-image{
        width:60px;
    }






}


/* ---------- Extra Small Mobile ---------- */
@media (max-width: 360px) {

}