/* responsive mobile produk 768 */

@media only screen and (max-width: 750px) {
    .col-xl-3.col-lg-4.col-sm-6 {
        width: 50%;
        display: inline-flex;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    /*.slide-inner.bg-height {
        min-height: 200px;
    }*/
    .slide-content .sub-title {
        font-size: 14px;
    }
    .slide-content h2.title {
        font-size: 17px;
    }
    .container {
        max-width: 100%;
    }
    .product-content .product-name {
        font-size: 12px;
    }
    a img.img-full {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .slide-inner.bg-height {
        min-height: auto !important;
        background-size: contain;
    }
    /* icon menu size */
    .slider-mobile> {
        width: 50% !important;
    }
    .swiper-container>.slider-mobile {
        width: 50px;
    }
}

@media (max-width: 767.98px) {
    .product-tab-nav {
        margin-top: 30px;
    }
    /* .slider-mobile>.col-lg-12 {
        width: 50% !important;
    } */
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (max-width: 600px) {
    .product-tab-nav li.nav-item a .product-tab-icon {
        width: 50px;
    }
    .product-tab-nav li.nav-item a {
        font-size: 14px !important;
    }
    /* .slider-mobile>.col-lg-12 {
        width: 50% !important;
    } */
    a img.img-full {
        width: 100%;
        height: auto;
    }
}