@media (min-width: 768px) {
    .product-detail-tab .main-content .tablinks, .section-album-promotion .main-content .tablinks {
        max-width: 600px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between
    }

    .sort-by-filter:hover .filter-container {
        display: block
    }
    .filter-box .product-filter:hover .filter-container {
        display: block
    }
}

@media (max-width: 767px) {
    .section-category-home {
        min-height: 343px;
        overflow: hidden;
        margin-top: 30px
    }

    .section-main-banner {
        min-height: 492px;
        overflow: hidden
    }

    footer {
       min-height: 300px;
        overflow: hidden
    }

    .section-banner-mid {
        height: 157px;
        overflow: hidden
    }

    .layout-info-account .userbox {
        overflow-x: scroll
    }

    section.header-new {
        background: #fff;
        -webkit-transition: background 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    }

    section.header-new.fixscrollmobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 999;
        -webkit-animation: fadeInDown 800ms ease-in-out;
        -moz-animation: fadeInDown 800ms ease-in-out;
        -ms-animation: fadeInDown 800ms ease-in-out;
        animation: fadeInDown 800ms ease-in-out;
        -webkit-transition: all 800ms linear;
        -moz-transition: all 800ms linear;
        -ms-transition: all 800ms linear;
        -o-transition: all 800ms linear;
        transition: all 800ms linear;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .header-new {
        height: initial !important
    }

    .trigger-menu img {
        width: 22px
    }

    .header-new .header-container .logo img {
        padding-top: 0 !important;
        position: relative;
        margin: 0 !important;
        max-width: 133px
    }

    .cart-menu .count-holder {
        position: absolute;
        top: 12px;
        width: 15px;
        height: 15px;
        background: red;
        line-height: 15px;
        border-radius: 20px;
        right: -5px
    }

    section.header-new .header-wrap-icon span.count {
        color: #fff
    }

    .first-menu-index {
        position: relative;
        left: 0;
        z-index: 1000;
        bottom: 0;
        display: block;
        height: 55px;
        overflow: hidden
    }

    .first-menu-index a.first-parent-menu.active {
        color: #000;
        background: #fff;
        font-weight: 700
    }

    .first-menu-index a.first-parent-menu:after {
        position: absolute;
        height: 80%;
        width: 1px;
        background: #ddd;
        right: 0;
        content: '';
        top: 10%
    }

    .first-menu-index a.first-parent-menu:last-child:after {
        height: 0
    }

    .first-menu-index a.first-parent-menu {
        color: #fff;
        padding: 12px 0;
        display: inline-block;
        font-weight: initial;
        text-transform: uppercase;
        min-width: 80px;
        text-align: center;
        width: 100%;
        float: left;
        border-bottom: 1px solid #ddd;
        margin-bottom: 18px;
        font-size: 18px;
        position: relative
    }

    .menu-nav-mobile .first-menu-index a.first-parent-menu {
        font-size: 14px
    }

    .cate-owl .item-category-home {
        padding-left: 0;
        padding-right: 0
    }

    .item-category-home {
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px
    }

    .item-category-home .box-category {
        padding: 5px
    }

    .item-category-home .box-category a .category-info h4 {
        font-size: 13px
    }

    .section-album-promotion {
        margin: 20px 0 30px
    }

    .tablinks .btn-tablink {
        font-size: 14px;
        margin: 0 7px
    }

    #customer-login, .side-nav.style--sidebar .side-nav-container {
        width: 100%
    }

    .side-nav.style--sidebar {
        width: 320px
    }

    .side-nav.style--sidebar .side-nav-container-last {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px
    }

    .side-close-handle {
        top: 35px;
        right: 30px
    }

    .cart-view table.table-total td {
        padding: 5px 5px 8px
    }

    .product-item {
        padding-left: 5px;
        padding-right: 5px;
        width: calc(100% / 2 - 5px);
        margin: 0 10px 10px 0
    }

    .product-item:nth-child(2n) {
        margin-right: 0
    }

    .product-left {
        padding: 15px 15px 0
    }

    .sidebar-container {
        height: calc(100vh - 50px);
        overflow-y: auto;
        padding-bottom: 80px;
        padding-top: 0;
        margin-top: 50px
    }

    .sidebar-body ul > li, footer .footer-block .footer-address .footer-toggle {
        position: relative
    }

    .cart-info, .filter-box .product-filter, .policy .policy-item .content {
        display: none
    }

    .filter-box .browse-tags {
        margin-left: 5px
    }

    .product-right h3 {
        margin-top: 20px
    }

    .product-main-owl .owl-nav button {
        height: 40px;
        background: 0 0 !important;
        color: #000 !important;
        margin: 0;
        padding: 0;
        line-height: 40px;
        text-align: center;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        border-radius: 0;
        position: absolute;
        top: calc(50% - 30px)
    }

    .product-main-owl .owl-nav .owl-next {
        right: -20px
    }

    .product-main-owl .owl-nav .owl-prev {
        left: -20px
    }

    .product-main-owl .owl-nav button span {
        display: block;
        line-height: 40px;
        font-size: 48px
    }

    .policy .policy-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px !important;
        position: relative;
        border-top: 1px solid #b2b2b2
    }

    .policy .policy-item h4 {
        font-weight: 400 !important
    }

    .policy-item span.icon {
        float: right;
        font-size: 26px;
        position: absolute;
        top: 8px;
        right: 0
    }

    #article img {
        height: auto !important
    }

    .w-50 {
        width: 100% !important
    }

    .item-cart .quantity-item {
        position: absolute;
        right: 0;
        bottom: 10px
    }

    footer .footer-block .footer-address .footer-toggle:before {
        position: absolute;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    footer .footer-block .footer-address .footer-toggle.active:before {
        content: '\f106'
    }

    .footer-content {
        display: block
    }

    .item-info {
        margin-bottom: 20px
    }

    .stores .main-title {
        padding: 10px 0 30px
    }

    .sidebar-container .sidebar-body li a i {
        margin-top: 3px
    }
}

@media (max-width: 991px) {
    .header-new {
        height: initial;
        background: #fff
    }

    .js-menu-mobile {
        flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center
    }

    .header-new .header-container .logo {
        padding-top: 5px !important;
        width: initial;
        flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3)
    }

    section.header-new .header-wrap-icon {
        text-align: right;
        flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3)
    }

    .header-wrap-icon > span {
        display: inline-block !important;
        margin: 0 3px !important
    }

    .header-wrap-icon > span.icon-cart {
        padding: 0
    }

    .item-category-home .box-category a .category-image {
        flex: 0 0 50px;
        -ms-flex: 0 0 50px;
        max-width: 50px;
        height: 50px
    }

    .item-category-home .box-category a .category-info {
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
        padding-left: 5px
    }

    .product-left {
        width: 100%;
        border: 0
    }

    .product-right {
        margin-top: 0;
        padding: 0 15px;
        width: 100%
    }

    .item-category-home .box-category {
        padding: 5px
    }

    .header-new .search-box.wpo-wrapper-search {
        position: absolute;
        display: none;
        width: 100%;
        top: 50px;
        background-color: #fff;
        z-index: 1001
    }

    .header-new .search-box.wpo-wrapper-search .searchform-product {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-new .search-box.wpo-wrapper-search .searchform-product .wpo-search-inner {
        width: 70%
    }

    .header-new .search-box.wpo-wrapper-search .searchform-product .wpo-search-inner .input-search {
        width: 100%
    }

    .header-new .search-box.wpo-wrapper-search .btn-search {
        border: none;
        background: #000;
        width: 25px;
        height: 25px
    }

    .header-new .search-box.wpo-wrapper-search .btn-search svg {
        fill: #fff
    }
}

@media (max-width: 480px) {
    .section-album-promotion .product-item .prices span, .tab-prd-related .product-item .prices span {
        font-size: 12px;
        margin: 0
    }

    .section-album-promotion .product-item .list-color, .tab-prd-related .product-item .list-color {
        display: none
    }
}

@media (max-width: 575px) {
    .product-left .product-images .product-child-images {
        display: none
    }

    .product-left .product-images .product-main-image {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .trigger-menu img {
        width: 22px
    }

    .cart-menu .count-holder {
        position: absolute;
        top: 12px;
        width: 15px;
        height: 15px;
        background: red;
        line-height: 15px;
        border-radius: 20px;
        right: -5px;
        color: #fff
    }

    .first-menu-index.section-dir {
        display: none
    }
}

@media (max-width: 1199px) {
    .product-left .grid-images {
        display: none
    }
}

@media (min-width: 1200px) {
    .section-banner-mid, .section-main-banner {
        min-height: 582px;
        overflow: hidden
    }

    footer {
        min-height: 200px;
        overflow: hidden;
    }

    .product-left .product-images {
        display: none
    }

    .section-main-product .container {
        max-width: 1200px
    }

    .product-main-owl .owl-nav button {
        position: absolute;
        top: 45%
    }

    .product-main-owl .owl-nav button span {
        font-size: 40px
    }

    .product-main-owl .owl-nav button.owl-prev {
        left: -3%
    }

    .product-main-owl .owl-nav button.owl-next {
        right: -3%
    }

    .product-main-owl.owl-theme .owl-nav [class*=owl-]:hover {
        background: 0 0;
        color: #000
    }

    #nextSlideZ, #prevSlideZ {
        font-size: 25px;
        padding: 0 10px;
        line-height: 20px
    }

    #nextSlideZ i, #prevSlideZ i {
        font-weight: 400
    }

    .category-content {
        padding: 0 15%
    }
}

@media (min-width: 1400px) {
    .container.w-1300 {
        max-width: 1300px
    }
}

@media (min-width: 1800px) {
    .container.w-1300 {
        max-width: 1700px
    }
}

@media (max-width: 576px) {
    .hidden-mb {
        display: none !important
    }

    .cate-owl .owl-dots .owl-dot span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background: #d1cdcd;
        margin-right: 3px
    }

    .cate-owl .owl-dots .owl-dot.active span {
        background: #000
    }
}