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

    button.owl-prev {
        left: 15px;
    }

    button.owl-next {
        right: 15px;
    }

    .xstk-box .image-cover {
        padding-top: 500px !important;
    }

    .brLeft {
        border-top: 1px solid #fff;
        border-left: 0px !important;
    }

    .xstk-item {
        padding: 10px 0;
    }

    .home-title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .info-box .image-cover {
        padding-top: 800px !important;
    }

    .info-item h4 {
        font-size: 15px;
    }

    .post-item .post-thumbnail {
        height: 220px !important;
    }

    .pd120 .col-inner {
        padding: 20px !important;
    }

    .abouts h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .abouts h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .gap-30 {
        padding-top: 15px !important;
    }

    i.icon-menu, i.icon-shopping-cart {
        color: var(--colorDark2)
    }

    .mfp-content div#main-menu ul li a img {
        display: none !important;
    }

    .mfp-content div#main-menu ul li {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    .mfp-content div#main-menu ul li a {
        font-size: 16px !important;
        color: #fff !important;
        padding: 10px !important;
        text-transform: unset !important;
    }

    .mfp-content, div#main-menu, .sidebar-menu.no-scrollbar {
        background: var(--primary-color) !important;
    }

    .main-slide:after {
        display: none !important;
    }

    input#woocommerce-product-search-field-1 {
        background: #fff !important;
    }

    div#top-bar {
        display: none !important;
    }

    .it-tab ul, .bk-tab.tab-category ul {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        white-space: nowrap !important;
        display: inline-block;
        overflow-x: scroll !important;
        width: 100% !important;
    }

    .it-tab ul::-webkit-scrollbar, .bk-tab.tab-category ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .it-tab ul::-webkit-scrollbar-thumb, .bk-tab.tab-category ul::-webkit-scrollbar {
        background-color: #aaa;
    }

    .it-tab ul::-webkit-scrollbar-track, .bk-tab.tab-category ul::-webkit-scrollbar {
        background-color: #f1f1f1;
    }

    .it-tab ul li a {
        text-align: center !important;
        display: block;
    }

    .it-tab ul li {
        width: auto !important;
        margin: 0px !important;
        padding: 0px 10px !important;
    }

    .it-tab ul li:after {
        display: none !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pd120 .col-inner {
        padding: 20px !important;
    }

    button.owl-prev {
        left: 15px;
    }

    button.owl-next {
        right: 15px;
    }

    .abouts h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .abouts h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .pd120 .col-inner {
        padding: 20px !important;
    }

    button.owl-prev {
        left: 15px;
    }

    button.owl-next {
        right: 15px;
    }

    .abouts h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .abouts h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

/**desktop**/
@media only screen and (min-width: 768px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1200px !important;
    }
}