/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .home-title h3, .home-title h1, .home-title h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .category-title h3 {
        font-size: 25px;
        line-height: 30px;
    }

    header.header-single h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .post-social {
        text-align: left;
    }

    .category-title-desc {
        text-align: center;
        color: #fff;
        font-size: 15px;
        width: 100%;
        margin: auto;
    }

    .bc__product .post-grid .post-thumbnail {
        width: 150px;
        height: 120px;
    }

    .bc__product .post-grid .post-content {
        width: calc(100% - 150px);
    }

    .product-row .product-thumbnail {
        height: 180px;
    }

    .category-item h4 {
        font-size: 18px;
    }

    h1.product-title.product_title.entry-title {
        font-size: 25px;
        line-height: 30px;
        color: var(--color-dark);
    }

    .product-info {
        padding: 20px 0 !important;
    }

    .button_store_zalo h4, .button_store_tv h4 {
        font-size: 14px !important;
    }

    .woocommerce-product-gallery__wrapper .flickity-slider img {
        height: 300px !important;
        object-fit: contain;
    }

    #top-bar {
        display: none !important;
    }

    .a-link {
        display: block;
    }

    a.a-link span {
        margin: 10px 0 !important;
        display: block;
    }

    .box-social {
        text-align: left !important;
        width: 100% !important;
    }

    .box-social .blog-share {
        text-align: left;
        margin-bottom: 20px !important;
    }
}

/* 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: 768px) {

}