/* mobile style*/
@media only screen and (max-width: 768px) {
    .product-main {
        padding-bottom: 0 !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .product-total {
        text-align: center;
    }

    .woocommerce-ordering {
        justify-content: center;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        color: #000 !important;
        font-family: var(--font2) !important;
        text-transform: unset !important;
    }

    section.sec-banner h1.cat_title, .page_heading h1 {
        font-size: 25px !important;
        line-height: 35px !important;
        margin: 0;
        text-align: left;
    }

    nav.woocommerce-breadcrumb, section.sec-banner .breadcrumbs a, section.sec-banner .breadcrumbs span {
        font-size: 14px !important;
    }

    .sec-banner .banner_cloud {
        height: 80px;
    }

    .product-info {
        padding-top: 25px !important;
    }

    .banner_cloud2,.banner_cloud {
        height: 50px;
    }
    .banner_cloud2 img,.banner_cloud img{
        height: 100%;
        object-fit: cover;
    }
    .banner_cloud2 .img-inner.dark,.banner_cloud .img-inner.dark {
        height: 100%;
    }
    .abouts .about-title h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .abouts .about-title h4 {
        font-size: 18px;
    }

    .home-title h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 0;
    }

    .cs-about h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .home-title p {
        font-size: 12px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}