/* mobile style*/
@media only screen and (max-width: 768px) {
    .gt-item {
        height: 250px;
    }

    .mid_title_l {
        padding: 35px 10px 7px;
        font-size: 18px;
    }

    .review-item {
        height: 180px;
    }

    .shopcart {
        display: none
    }

    button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
        width: 35px;
        height: 43px !important;
    }

    .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: 180px !important;
    }

    .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;
    }

    .col-22 {
        width: 100% !important;
    }

    .slide-gt .owl-nav {
        display: none !important;
    }

    .form-contact label {
        margin: 0 0 15px 0 !important;
    }

    .form-contact h3 {
        font-size: 25px;
    }
}

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

}