/* mobile style*/
@media only screen and (max-width: 768px) {
    div#top-bar {
        display: none !important;
    }

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

    .home-title2 h2, .home-title h2, .home-title h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .tg-counter span.count-up.active {
        font-size: 300% !important;
    }

    .shop-page-title .page-title-inner {
        height: 250px;
        min-height: 250px;
        display: flex;
        align-items: center;
        flex-flow: wrap;
        width: 100%;
    }

    .flex-col.flex-grow.medium-text-center {
        width: 100% !important;
        flex-grow: 1 !important;
    }

    .shop-page-title h1.product-title.product_title.entry-title, h1.shop-page-title {
        font-size: 28px;
        line-height: 35px;
    }
}

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

}