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

    .product-item {
        height: 100%;
    }

    .product-item .product-thumbnail {
        height: 220px;
    }

    .product-item .product-content h4 a {
        color: #000;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        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;
    }
}

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

}