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

    .col-32 {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .col-28 {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .col-20 {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .banner-body h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        color: #000 !important;
    }

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

    .col-80 {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .col-25 {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    ul.category-tab, .tab-product ul {
        white-space: nowrap !important;
        display: inline-block !important;
        overflow-x: scroll !important;
        width: 100% !important;
        overflow-y: hidden !important;
    }

    ul.category-tab {
        margin-top: 30px !important;
    }

    ul.category-tab li {
        margin: 0 3px;
        width: auto !important;
        display: inline-block !important;
        padding: 3px 8px;
    }

    ul.category-tab::-webkit-scrollbar, .tab-product ul::-webkit-scrollbar {
        height: 0px;
    }

    .rt_hd_text h2.heading {
        margin: 0 0 20px 0 !important;
    }

    ul.category-tab li.active a {
        color: var(--primary-color) !important;
    }

    .product-item:before {
        display: none !important;
    }

    .category-panel .owl-nav button.owl-next {
        right: 10px !important;
    }

    .category-panel .owl-nav button.owl-prev {
        left: 10px !important;
    }

    .box-product-2 .box-image div img {
        height: 100% !important;
    }

    .banner-sale {
        padding-top: 900px !important;
        overflow: hidden;
    }

    .banner__ofer-box {
        right: 0;
        top: -60px;
    }

    .banner__content h3 {
        font-size: 34px !important;
    }

    .banner__ofer-box .banner-layers.container {
        overflow: hidden;
    }
}

/* 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) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1530px !important;
    }
}