/* mobile style*/
@media only screen and (max-width: 768px) {
    .post-list .post-thumbnail {
        width: 100%;
    }

    .post-list .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .post-item .post-content {
        padding: 15px 0 0 0 !important;
    }

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

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

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

    input#woocommerce-product-search-field-1 {
        box-shadow: unset !important;
        height: 43px;
    }

    i.icon-menu {
        color: #111 !important;
    }

    .icon-shopping-cart:before {
        content: "\f07a" !important;
        font-family: 'Font Awesome 6 Pro';
    }

    .icon-shopping-cart {
        color: #111 !important;
    }

    .boxH1b1 a {
        margin-bottom: 5px;
    }

    .boxH1a {
        justify-content: center;
        margin: 0 0 10px 0;
    }

    .boxH1b1 a {
        width: 100%;
        text-align: center;
    }

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

    div#wide-nav {
        background: #fff;
        border-bottom: 1px solid #f2f2f2 !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) {

}