@media screen and (max-width: 1600px ) {
    .aboutUs-article .article-subtitle {
        padding-top: calc((4 * var(--space-50)) + 40px);
    }
}

@media screen and (max-width: 1540px ) {
    .aboutUs-article .article-subtitle {
        padding-top: calc((4 * var(--space-50)) + 60px);
    }
}

@media screen and (max-width: 1440px ) {
    .aboutUs-article .article-subtitle {
        padding-top: calc((4 * var(--space-50)) + 100px);
    }
}

@media screen and (max-width: 1366px ) {

}

@media screen and (max-width: 1280px ) {
    .page-list-aside .shop-product-box {
        width: 33.33%;
    }

    .shop-discountGroup .shop-product-box {
        width: 25%;
    }
}

@media screen and (max-width: 1199px ) {
    .collection-item {
        width: 33.33%;
        padding: 15px 0;
    }
}

@media screen and (min-width: 1140px ) {
    header.sticky #main-menu > ul > li > a {
        min-height: 40px;
    }

    .aside-shadow,
    .aside-close,
    .aside-button {
        display: none;
    }
}

@media screen and (max-width: 1139px ) {
    .mainSlider {
        flex-direction: column;
    }

    ul.slick-dots {
        width: 100%;
        background: var(--color-primary);
        padding: 5px 0;
        position: static;
        text-align: center;
    }

    ul.slick-dots li span {
        width: 45px;
        height: 45px;
    }

    #content {
        padding-top: 90px;
    }

    .basket-box-btn .caption {
        display: flex;
        align-items: center;
    }

    .caption-basket {
        display: block !important;
    }

    .rwdMenu .basket-box-btn {
        margin: 0;
    }

    .aside-shadow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -10;
        opacity: 0;
        pointer-events: none;
    }

    .aside-button.active {
        pointer-events: none;
        opacity: 0;
    }

    .aside-button {
        position: fixed;
        top: 230px;
        left: 0px;
        display: block;
        background-color: var(--color-primary);
        padding: 5px 8px;
        color: var(--color-secondary);
        z-index: 100;
    }

    .page-asided-content {
        width: 100%;
    }

    .menuList-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }

    .aside.active {
        left: 0;
        z-index: 1;
        background: #fff;
        top: 90px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        bottom: 0;
        overflow-y: auto;
        padding: 20px;
        margin-bottom: 0;
    }

    .category-menu {
        display: none;
    }

    .aside {
        position: fixed;
        top: 90px;
        left: -400px;
        transition: all 0.4s;

    }

    .icons-item {
        width: 50%;
        justify-content: center;
    }

    .section-banner-inner {
        flex-direction: column;
    }

    .banner-description {
        padding: 15px 0;
    }

    .article-image {
        shape-outside: none !important;
        shape-margin: none !important;
        shape-image-threshold: 0 !important;
        float: none;
        width: 100%;
        text-align: center;
    }

    .aboutUs-article .article-subtitle {
        padding-top: var(--space-40);
    }

}

@media screen and (max-width: 1080px ) {

}

@media screen and (max-width: 960px ) {
    .shop-discountGroup .shop-product-box,
    .search-group .shop-product-list .shop-product-box {
        width: 33.33%;
    }

    .footer-col-3 .footer-col-content,
    .footer-col-content {
        display: none;
    }

    .footer-cols .footer-col-3,
    .footer-cols .footer-col-2 {
        border-bottom: 1px solid #fff;
    }

    .footer-cols .footer-col-3,
    .footer-cols .footer-col-2,
    .footer-cols .footer-col-1 {
        width: 100%;
    }

    .footer-cols .footer-col-3 .footer-col-content,
    .footer-cols .footer-col-2 .footer-col-content,
    .footer-cols .footer-col-1 .footer-col-content {
        padding-bottom: 10px;
    }

    .footer-cols {
        flex-direction: column-reverse;
        align-items: center;
    }

    .gallery-list-item {
        width: 33.33%;
    }

    .footer-col-title {
        overflow: visible;
        position: relative;
        margin-top: var(--space-25);
        margin-bottom: var(--space-25);
    }

    .footer-col-title::before {
        content: '\f107';
        font-family: FontAwesome, sans-serif;
        display: block;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 50%;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer-col-title.active::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
}

@media screen and (max-width: 900px ) {
    .section-banner {
        background: url(../images/banner-bg.png) no-repeat right center;
        padding: calc(2 * var(--space-60)) 0;
        margin-top: var(--space-40);
        background-size: cover;
        background-position-x: 80%;
    }

    .login-register-wrapper .register-box .panel-body .form-offset .text * {
        max-width: 94%;
    }
}

@media screen and (max-width: 800px ) {
    .product-params {
        margin-top: 15px;
    }

    .file-item {
        width: 100%;
    }

    .shop-product-slider-heading .heading-right > .section-heading-arrows .btn.prev {
        margin-left: 0;
    }

    .product-page-wrapper {
        flex-direction: column;
    }

    .product-page-left,
    .product-page-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px ) {
    .contact-banner-item .name {
        font-size: calc(var(--font-24) + 0px);
    }

    .contact-banner-item .caption {
        font-size: 14px;
    }

    .collection-item {
        width: 50%;
    }

}

@media screen and (max-width: 639px) {
    .shop-sort .heading-right {
        text-align: left;
    }

    .category-toggle .caption {
        display: none;
    }

    .rwdMenu .category-toggle .caption {
        display: block !important;
    }

    .shop-discountGroup .shop-product-box,
    .search-group .shop-product-list .shop-product-box {
        width: 50%;
    }

    .contact-banner-inner {
        flex-direction: column;
    }

    .page-list-aside .shop-product-box {
        width: 50%;
    }

    .file-item .name {
        padding-left: var(--space-40);
    }

    .file-item .btn-download {
        width: 30px;
        height: 30px;
    }

    .btn-download .icon {
        width: 26px;
        height: 26px;
    }

    .gallery-list-item {
        width: 50%;
    }

    .faq-item {
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .category-item:not(.item-wide) {
        aspect-ratio: unset;
    }

    .b2b-image {
        display: none;
    }

    .icons-item {
        width: 100%;
        max-width: 380px;
        justify-content: flex-start;
        margin: 0 auto;
    }

}

@media screen and (max-width: 520px ) {

}

@media screen and (max-width: 500px ) {
    .user_b2b {
        flex-direction: column;
    }

    .user_b2b li + li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px ) {
    .collection-item {
        width: 100%;
    }

}

@media screen and (max-width: 420px ) {
    .shop-discountGroup .shop-product-box,
    .search-group .shop-product-list .shop-product-box {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .shop-discountGroup .shop-sort .heading-right,
    .shop-discountGroup .shop-sort .form {
        width: 100%;
    }

    .shop-product-slider-heading {
        flex-direction: column;
    }

    .shop-product-slider-heading .heading-right {

    }

    .shop-product-slider-heading .heading-right .slider-arrows,
    .shop-product-slider-heading .heading-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .page-list-aside .shop-product-box {
        width: 100%;
    }
}

@media screen and (max-width: 375px ) {

}

@media screen and (max-width: 320px ) {

}
