@media only screen and (max-width: 1400px) {
    html {
        font-size: 9.75px;
    }
}
@media only screen and (max-width: 1350px) {
    html {
        font-size: 9.3px;
    }
}

@media only screen and (max-width: 1300px) {
    html {
        font-size: 8.9px;
    }
}
@media only screen and (max-width: 1250px) {
    html {
        font-size: 8.5px;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 8.1px;
    }
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 7.75px;
    }
}

/* @media only screen and (max-width: 1024px) {
  html {
    font-size: 7.3px;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 6.7px;
  }
}
@media only screen and (max-width: 886px) {
  html {
    font-size: 6.3px;
  }
} */

@media only screen and (max-width: 1024px) {
    html {
        font-size: 62.5%;
    }
    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .rows {
        flex-direction: column;
    }

    .column {
        width: 100% !important;
    }
    .btn__box {
        flex-wrap: wrap;
    }

    .base-bottom-margin,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .subtitle,
    p,
    .services__block .img__box {
        margin-bottom: 1.6rem;
    }
    p,
    .text,
    .section__text li {
        font-size: 1.6rem;
    }
    h1 {
        font-size: 3.2rem;
        line-height: 1.2;
    }
    h2 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.8rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.8rem;
    }
    h6 {
        font-size: 1.6rem;
    }

    main {
        padding-top: 9rem;
    }

    .slick-arrow {
        width: 3.2rem;
        height: 3.2rem;
    }
    .slick-arrow::before {
        font-size: 1.5rem;
    }
    .tabs__items {
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 0.6rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        margin: 0 -1.6rem -0.6rem -1.6rem;
        justify-content: flex-start;
    }
    .tabs__item {
        font-size: 1.2rem;
        line-height: 2.1;
        padding: 0.6rem;
        white-space: nowrap;
    }
    .tabs__item.active {
        padding: 0.6rem 1.8rem;
    }
    /* -------- header ---------- */

    .header {
        height: 9rem;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
    .header .nav-overlay {
        z-index: -2;
    }

    .header .header__inner {
        align-items: flex-start;
    }
    .header .header__banner {
        padding: 0.2rem 0;
    }

    .hamburger {
    }
    .header .header__logo {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .header .header__top {
        height: auto;
        position: relative;
        width: 100%;
        padding: 1.4rem 0;
    }
    .header__tel__list a {
        font-size: 1.6rem;
    }
    .header .header__banner__inner {
        gap: 1.8rem;
    }
    .header .search__results_box {
        position: absolute !important;
        top: 100%;
        transform: translateX(0);
        opacity: 0;
        visibility: hidden;
        margin: 0 !important;
        padding: 2.4rem 1.6rem;
        width: calc(100% + 4rem);
        left: -2rem;
    }
    .header .button__items {
        display: flex;
        justify-content: center;
        margin-bottom: 2.4rem;
    }
    .header .header__contact__wrapper ul {
        margin-left: 0;
        min-width: auto;
        margin-bottom: 1.6rem;
    }
    .header .header__btn__wrapper:first-child {
        margin-left: 0;
    }
    .header .main__nav {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        max-height: calc(100dvh - 9rem);
        padding: 2.4rem 1.6rem;
    }
    .header .main__menu > .menu-item.menu-item-has-children > .sub__menu > .menu-item {
        margin-bottom: 0;
    }
    .header .header__contact__wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .header .main__nav__btn {
        margin-left: 0.6rem;
        width: 100%;
    }
    .header .main__nav__btn .wishlist__btn__wrapper {
        margin-left: auto;
    }
    .header .menu-item {
        text-align: start;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
        margin: 0;
    }
    .header .main__menu > .menu-item.menu-item-has-children {
        padding-right: 0;
    }
    .header .main__menu > .menu-item.menu-item-has-children > a {
        color: var(--black);
        padding: 1.3rem 0;
        margin-right: 4rem;
    }

    .header .main__menu > .menu-item.menu-item-has-children > .sub__menu > .menu-item:first-child .sub__menu .menu-item {
        width: 100%;
    }
    .header .menu-item-has-children .sub__menu {
        left: 0;
        transform: none;
    }
    .header .menu-item-has-children {
        padding-right: 0;
        padding-left: 0;
        justify-content: flex-start;
    }
    .header .menu-item-has-children > a {
        padding-right: 2.4rem !important;
    }
    .header .main__menu .menu-item a {
        color: var(--black);
    }
    .header .main__menu > .menu-item {
        background: transparent !important;
        border-bottom: 0.1rem solid #e3e3e3;
        border-radius: 0;
    }
    .header .main__menu > .menu-item.menu-item-has-children > .sub__menu > .menu-item > a {
        padding-bottom: 0.6rem;
        padding-top: 0.6rem;
        border-bottom: 0;
        color: var(--black);
    }
    .header .menu-item-has-children .sub__menu {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .header .menu-item-has-children.show > .menu__arrow::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .header .menu-item-has-children > .menu__arrow::after {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header .menu-item-has-children.show > .menu__arrow::after {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    .header .main__nav__inner__left .menu-item.show {
        background: var(--stroke-2);
    }
    .header .menu-item-has-children.show > a {
        color: var(--red);
    }
    .header .main__nav__inner__right .menu-item {
        margin: 0;
        padding: 0.6rem 0;
    }
    .header .search__results_box_inner_bottom {
        top: calc(100% + 1rem);
    }
    .header .sub__menu .menu-item {
        width: 100%;
    }
    .header .sub__menu .sub__menu {
        padding-left: 2rem !important;
    }
    .header .sub__menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        background: var(--white);
        width: 100%;
        border: 0;
        display: none;
        width: 100%;
        padding: 0;
        transition: none;
        top: 0;
        left: 0;

        transform: translate(0);
    }
    .header .main__menu > .menu-item.menu-item-has-children > .sub__menu,
    .header .main__menu > .menu-item.menu-item-has-children:nth-child(2) > .sub__menu,
    .header .main__menu > .menu-item.menu-item-has-children > .sub__menu > .menu-item:first-child .sub__menu {
        display: none;
    }
    .header .main__menu > .menu-item.menu-item-has-children > .sub__menu > .menu-item:first-child .sub__menu {
        column-count: 1;
    }
    .header .main__menu .sub__menu .sub__menu a {
        font-size: 1.2rem;
        line-height: 1.5;
        color: var(--grey-dark);
        padding: 1rem 0;
    }
    .header .one-col .sub__menu {
        width: auto;
        white-space: wrap;
        position: relative;
    }
    .header .menu-item-has-children > .sub__menu .menu-item-has-children > a {
        font-weight: 600;
        border-bottom: 0;
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
    .header .sub__menu .menu-item .menu__arrow {
        display: block !important;
        top: 0.5rem;
    }
    .header .sub__menu .menu-item a {
        font-size: 1.4rem;
        width: 100%;
    }
    .header .main__menu > .menu-item > a {
        padding: 1.3rem 0;
    }
    .header .menu__arrow {
        top: 1.3rem;
        transform: translateY(0);
        width: 2.4rem;
        height: 2.4rem;
        right: 0;
        color: #a3a2a2 !important;
    }
    .header .menu__arrow.active {
        transform: translateY(0) rotate(180deg);
        color: var(--yellow) !important;
    }

    .header .menu-item a {
        font-size: 1.6rem;
        height: auto;
    }
    .header .menu-item {
        width: 100% !important;
    }
    .header .search__results_box .search__results_box__overlay {
        display: block;
        left: 0.4rem;
        width: 100vw;
    }
    .search__results_box.show {
        opacity: 1;
        visibility: visible;
    }

    .search__results_box.show .search__results_box__overlay {
        opacity: 1;
        visibility: visible;
    }
    .header .header__bottom {
        position: fixed;
        height: calc((100dvh - 9rem));
        top: 9rem;
        max-width: 45rem;
        width: 100%;
        right: 0;
        background: var(--white);
        transform: translateX(100%);
        transition: all 0.5s ease-out;
        padding: 0;
    }
    .header .main__menu {
        display: block !important;
        position: relative;
        width: 100%;
    }
    .header.show .header__bottom {
        transform: translateX(0);
    }
    .header .main__nav__inner {
        flex-direction: column;
    }
    .header .main__nav__inner__left {
        max-width: 100%;
    }
    .header .menu__more {
        display: none;
    }
    .header .main__nav__inner__left .menu-item {
        display: block !important;
    }
    .header .menu-item-has-children .sub__menu {
        position: relative;
        left: 0 !important;
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    .header .main__menu {
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .header .main__menu__btn {
        display: none;
    }
    .book__nav__footer {
        bottom: 1.2rem;
        padding: 0 2rem;
    }
    .header .main__nav__inner__right .menu-item a {
        color: var(--grey-dark);
    }
    .book__nav__footer .book__nav__bottom {
        position: absolute;
        bottom: 0;
        left: 2rem;
        right: 2rem;
        width: calc(100% - 4rem);
    }
    .header .main__menu__left {
        flex-direction: column;
    }

    .header.hideNav {
        height: 8rem;
    }
    .header .search__results_box_inner_bottom .search__results__inner {
        max-height: calc(100dvh - 16rem);
    }
    .header .main__menu > .menu-item.menu-item-has-children::before,
    .header .main__menu > .menu-item.menu-item-has-children::after {
        display: none;
    }
    .header .main__menu > .menu-item.menu-item-has-children:nth-child(2) > .sub__menu > .menu-item {
        width: calc(100%) !important;
    }
    /* -------- HERO ----- */

    .hero .section__inner {
        padding-left: 0;
    }
    .hero {
        padding: 4rem 0;
        min-height: auto;
        min-height: 56rem;
    }
    .hero h1 {
        font-size: 4rem;
    }
    .hero h3 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .subhero .section__inner h4 {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .subhero {
        padding: 1rem 0;
    }
    .category__section .section__header {
        padding: 5rem 0 3.2rem;
    }
    .category__section .section__body {
        padding: 0rem 0 5rem;
    }
    .category__section .category__item {
        grid-column: span 3 !important;
    }
    .category__section .category__item h3 {
        margin-bottom: 0;
    }
    .category__section .category__items {
        gap: 1.2rem;
    }
    .category__section .section__header h4 {
        margin-bottom: 1.8rem;
    }
    /* ----  section__block ------- */

    .section__block .right {
        padding-left: 0;
        order: -1 !important;
        text-align: center;
        padding-right: 0 !important;
    }
    .section__block .right .btn__box {
        justify-content: center;
        margin-top: 3.2rem;
    }
    .label__global {
        font-size: 0.9rem;
        line-height: 2;
    }
    .section__block .left {
        margin-top: 3.2rem;
        padding-left: 0 !important;
    }
    .section__block h2 {
        margin-bottom: 1.8rem;
    }
    .section__block .label__global {
        margin-bottom: 1.2rem;
    }
    /* -- section__contact ----- */

    .section__contact .section__inner p,
    .section__contact h4 {
        margin-bottom: 1.8rem;
    }
    .section__universal {
        padding: 0;
    }
    .section__universal .column {
        padding: 3rem 0 !important;
    }
    .section__universal .universal__items li {
        font-size: 2.8rem;
        margin-bottom: 1.6rem;
    }
    .section__universal .left::before {
        right: -2rem;
    }
    /* --- top__sale ----- */
    .top__sale h4 {
    }
    .top__sale .btn__box {
        margin-top: 3.2rem;
    }
    .top__sale .section__body {
        margin-top: 1.8rem;
    }
    .top__sale .tabs__body__items {
        margin-top: 3rem;
    }
    .section__products .section__body,
    .section__products .btn__box {
        margin-top: 3.2rem;
    }

    .product__item__list {
        gap: 1rem;
    }
    .related__slider {
        margin: 0 -0.5rem;
    }
    .related__slider .slick-slide {
        margin: 0 0.5rem;
    }
    .product__item__list .product__item {
        width: calc((100% - 2rem) / 3);
    }
    .product__item .product__item-action {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

    /* --- section__reviews ------ */

    .section__reviews .reviews__slider {
        padding-bottom: 3.2rem;
    }
    .section__reviews .btn__box {
        margin-top: 0;
    }
    .section__gallery {
        padding: 3rem 0 0;
        margin-bottom: -6rem;
    }
    .footer {
        padding-top: 12rem;
    }
    .footer .widget li {
        padding: 0;

        padding-right: 1rem;
    }
    .footer .logo__footer__subtext {
        margin-bottom: 2rem;
    }
    .footer .copyright {
        text-align: center;
    }
    .footer .footer__links ul {
        gap: 2rem;
        justify-content: center;
        margin-top: 2rem;
    }
    .footer .footer__top .center {
        order: 3;
        margin-top: 1.2rem;
    }
    .footer .footer__top .right {
        margin-top: 1.2rem;
    }
    .footer .footer__bottom .right {
        order: -1;
    }
    .footer .logo__footer {
        max-width: 11rem;
        margin-bottom: 2rem;
    }
    .footer .footer__top {
        margin-bottom: 1.2rem;
    }
    .footer .footer__bottom {
        padding: 3.2rem 0 6rem;
    }
    .category {
        padding: 3.2rem 0;
    }
    .category .left {
        padding-right: 0;
    }
    .category .btn__box {
        margin-top: 2rem;
    }
    .hero__small {
        padding: 2.2rem 0;
        min-height: 9rem;
    }
    .hero__small h1 {
        margin-bottom: 0;
    }
    .category__filter-popup-overlay {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease-out;
    }
    .category__filter-popup.active .category__filter-popup-overlay {
        z-index: 5;
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
    .category__filter-popup-box {
        position: fixed;
        max-width: 32rem;
        width: 100%;
        padding: 5rem 0 3rem;
        background: var(--white);
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: all 0.3s ease-out;
        z-index: 5;
        height: 100dvh;

        z-index: 1000;
    }
    .category__filter-popup.active .category__filter-popup-box {
        transform: translateX(0);
    }
    .category__filter-btn-close {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 4rem;
        height: 4rem;
    }
    .category__filter {
        max-height: calc(100dvh - 8rem);
        overflow-y: scroll;
        padding: 0 2rem;
    }
    .category__filter-item-link-box {
        padding: 0.5rem 2.6rem 0.5rem 0;
    }
    /* --- section__product--- */
    .section__product {
        padding: 3rem 0;
    }
    .section__product .right {
        padding-left: 0;
        margin-top: 3rem;
    }
    .section__product .product__payment {
        max-width: 50rem;
    }
    .section__text {
        padding: 3rem 0;
    }
    .section__description .section__body {
        margin-top: 3rem;
    }
    .contact {
        padding: 3rem 0;
    }

    .blog__item .right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        order: -1 !important;
        margin-bottom: 2.4rem;
    }
    .blog__item .img__box {
        padding-top: 69.97%;
    }
    .blog__item-img {
        max-width: 50rem;
        margin: 0 auto 1.8rem;
    }
    .blog__item h4 {
        margin-bottom: 1.8rem;
    }
    .article-date {
        margin-bottom: 1.8rem;
    }
    .blog__item {
        padding: 2.4rem 0;
    }
    .blog__item .btn__box {
        margin-top: 1.8rem;
    }
    .section__article .article__title {
        margin-bottom: 3rem;
    }
    .section__article .article__img {
        margin-bottom: 2.4rem;
    }

    .product__item .product__item-remove {
        width: 2rem;
        height: 2rem;
        top: 0.8rem;
        left: 0.8rem;
    }
    .product__item .product__item-remove svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .header__btn__mob {
        display: flex !important;
        justify-content: center;
        margin-bottom: 2.4rem;
    }
    .header__btn__mob .header__btn {
        color: var(--grey-dark);
    }
    .section__about .rows {
        gap: 0;
    }
    .section__video {
        padding: 0 0 3rem;
    }
    .section__video .section__body {
        margin-top: 3.2rem;
        max-width: 100%;
    }
    .section__404 {
        padding: 3.2rem 0;
    }
    .section__cart .right {
        padding-left: 0;
        margin-top: 3.2rem;
    }
    .section__cart {
        padding: 3.2rem 0;
    }
}

@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 740px) {
}
@media only screen and (max-width: 700px) {
    .product__item__list .product__item {
        width: calc((100% - 1rem) / 2);
    }
    .product__item .product__item-action {
        width: 2.4rem;
    }

    .btn-cart,
    .btn-wishlist,
    .yith-wcwl-add-to-wishlist-button {
        width: 2.4rem;
        min-width: 2.4rem;
        height: 2.2rem;
    }

    .btn-cart svg,
    .btn-wishlist svg,
    .yith-wcwl-add-to-wishlist-button svg {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }
    .cart__item .cart__item-content {
        flex-wrap: wrap;
        position: relative;
        gap: 0.8rem;
    }
    .cart__item .cart__item-decription {
        width: 100%;
        min-width: 100%;
        padding-right: 4.2rem;
    }
    .cart__item .cart__item-img {
        width: 7rem;
        min-width: 7rem;
        padding-left: 0;
        position: static;
    }
    .cart__item .product__item-remove {
        left: auto;
        top: 1.6rem;
        right: 0;
    }
    .quantity__btn {
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
    }
    .quantity_inner {
        max-width: 12.5rem;
        min-width: 12.5rem;
        min-height: 4rem;
        height: 4rem;
    }
    .product__cart__item .quantity_inner {
        max-width: 11.5rem;
        min-width: 11.5rem;
        min-height: 3.4rem;
        height: 3.4rem;
    }
    .product__cart__item .quantity__btn {
        width: 3.4rem;
        height: 3.4rem;
        min-width: 3.4rem;
    }
    .product__cart__item-price .product__cart__item-price-new {
        line-height: 1.2;
    }
    .total__title {
        font-size: 1.6rem;
    }
    .total__price {
        font-size: 1.8rem;
    }
    .cart__item .product__cart__item-price-wrapper {
        min-width: auto;
    }
    .cart__item:first-child {
        padding-top: 1.6rem;
    }
    .cart__item {
        padding-top: 1.6rem;
        margin-top: 1.6rem;
        gap: 1.6rem;
    }
    .cart__item .cart__item-sku {
        font-size: 1.2rem;
    }
    .cart__item .cart__item-title {
        font-size: 1.2rem;
    }
    .cart__total .cart__total-subprice {
        font-size: 1.4rem;
    }
    .cart__total .cart__total-delivery ul {
        font-size: 1.4rem;
    }
    .product__item .img__box span,
    .product__item .img__box span {
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 670px) {
}
@media only screen and (max-width: 600px) {
    .category__section .category__item h3 {
        font-size: 1.8rem;
        line-height: 1.33;
    }
    .category__section .category__item .category__item__content {
        padding: 1rem;
    }
    .product__item .product__item-content {
        padding: 0.8rem 1.2rem;
        gap: 0.8rem;
    }
    .product__item .product__item-content-top {
        gap: 0.8rem;
    }
    .product__item .product__item-name {
        line-height: 1.3;
    }
    .footer .widget li {
        width: 100%;
    }

    .product__cart__item .product__cart__item__img {
        width: 6rem;
        min-width: 6rem;
    }
    .modal__window.modal__right .modal__window_content__body {
        width: calc(100% + 4rem);
        margin: 0 -2rem;
        padding: 0 2rem;
    }
    .modal__window.modal__right .modal__window__wrapper {
        padding: 4rem 2rem;
    }
    .product__cart__items__wrapper {
        border: 0;
        padding: 2rem 0;
    }
    .product__cart__item .product__title {
        font-size: 1.4rem;
    }
    .product__cart__item-list-row {
        font-size: 1.2rem;
    }
    .category .left {
        padding-right: 0;
    }
    .footer {
        text-align: center;
    }
    .footer .logo__footer {
        margin: 0 auto 2rem;
    }
    .footer__social {
        justify-content: center;
    }
}

@media only screen and (max-width: 499px) {
    .product__item .product__item-select {
        min-width: 100%;
    }
    .product__item .product__item-name {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5;
    }
    .product__item .product__item-article {
        font-size: 0.8rem;
    }
    .product__item-select {
        height: 2.4rem;
        min-height: 2.4rem;
        font-size: 0.8rem;
    }
    .product__item .product__item-price .price__old {
        font-size: 1.2rem;
    }
    .product__item .product__item-price {
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .product__item .product__item-price .price__new {
        margin-right: 0.8rem;
    }
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 389px) {
}
@media only screen and (max-width: 380px) {
}
@media only screen and (max-width: 370px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 330px) {
}
@media only screen and (max-width: 320px) {
}
