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


    .product-item .khung_product a {
        height: 315px;
    }

    .product-item {
        height: 100%;
    }

    .product-item .product-thumbnail {
        height: 365px !important;
    }

    .product-item .product-content h4 a {
        color: #000;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
        height: 40px;
    }

    .product-item .product-content .product-price ins,
    .product-item .product-content .product-price ins span,
    .product-item .product-content .product-price b {
        font-size: 15px;
    }

    .product-item .product-content .product-price del {
        font-size: 13px;
        margin-left: 2px;
    }

    .category-filtering.category-filter-row.show-for-medium {
        display: none;
    }

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

    .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content li a {
        font-size: 1.2em;
    }

    .home-title h3.section-title {
        font-size: 22px;
    }

    .btfw-popup .btfw-popup-body {
        width: 95%;
    }

    .filter-price {
        flex-flow: wrap;
    }

    .filter-price form {
        margin-top: 8px !important;
    }

    div#masthead {
        border-bottom: 1px solid #f2f2f2;
    }

    i.icon-menu {
        color: var(--primary-color4) !important;
        font-size: 30px !important;
    }

    a.header-cart-link {
        height: 34px;
        width: 34px !important;
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50% !important;
        padding: 0px !important;
    }

    .header-main li.html.custom {
        display: block !important;
    }

    .button.icon {
        top: 5px;
        right: 4px;
    }

    .button.icon span {
        display: none !important;
    }

    input#woocommerce-product-search-field-1 {
        border-radius: 50px !important;
        box-shadow: unset !important;
        font-size: 14px;
        height: 40px;
    }

    .header-ctv {
        width: 60px;
        text-align: right;
    }

    .productMain {
        box-shadow: unset !important;
    }

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

    .abouts-item {
        display: flex;
    }

    .abouts-item .box-image {
        width: 70px !important;
    }

    .abouts-item .box-text.text-left {
        width: calc(100% - 70px);
        padding-left: 15px !important;
    }

    .inter-title h3, .ht-title {
        line-height: 32px;
        font-size: 22px;
    }

    .product-filter-nav.clearfix {
        display: none !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: 1440px) {

}