/* mobile style*/
@media only screen and (max-width: 768px) {
    .blog-list .product-item .product-thumbnail {
        height: 140px;
    }

    #desktop {
        display: none
    }

    #mobile {
        display: block !important;
        margin-top: 20px !important;
    }

    #mobile1 {
        margin-top: 20px !important;
    }

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

    .product-item .product-content .product-price del {
        float: left;
    }

    #breadcrumb-wrapper.breadcrumb-w-img {
        height: 200px;
    }

    #breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content .breadcrumb-big h2 {
        font-size: 25px;
    }

    i.icon-menu {
        color: #fff;
    }

    form.woocommerce-ordering {
        display: flex;
        justify-content: center;
    }

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

    form.woocommerce-ordering {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .blog-title {
        text-align: center;
    }

    .tab-bassic ul li a {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .footer-absolute p {
        text-align: center;
        margin-top: 10px;
    }

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

    input#woocommerce-product-search-field-1 {
        height: 35px;
        box-shadow: unset !important;
        border-radius: 4px 0 0 4px !IMPORTANT;
    }

    #sync2 .item {
        height: 60px;
        padding: 5px;
    }

    div#sync1 .item img {
        width: 100%;
        height: 250px;
    }

    .category-list .post-thumbnail {
        height: 200px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header-support .header-support-item {
        margin-right: 20px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .header-support .header-support-item {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) {

}


/**desktop**/
@media only screen and (min-width: 1920px) {

}