@media screen and (min-width: 1921px) {
    body.compensate-for-scrollbar {
        margin-right: auto !important;
    }
}

/**
 * RWD PANEL
 */

@media screen and (min-width: 1140px) {
    .desktop-hide,
    .rwdPanel {
        display: none;
    }

    .rwdPanel-action-open,
    .rwdPanel-action-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .recommendedSlide-inner .icon {
        display: none;
    }

    .rwdPanel {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        /* Closed: */
        pointer-events: none;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
    }

    header.stickable .rwdPanel {
        z-index: -1;
    }

    .rwdPanel.active {
        pointer-events: all;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .rwdPanel-scrollLock body {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
    }
}

/**
 * RWD MENU
 */

.rwdMenu {
    font-size: 1rem;
}

.rwdMenu ul {
    display: block;
    width: 100%;
    padding: 0;
}

.rwdMenu:not(:first-child) > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu + .rwdMenu > ul {
    border-top: none;
}

.rwdMenu ul ul {
    display: none;
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.1);
}

.rwdMenu li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu li.slided {
    border-bottom: none;
}

.rwdMenu a {
    color: inherit;
}

.rwdMenu li > *:first-child {
    flex: 1 0 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 46px;
    padding: 5px var(--container-padding);
    text-align: left;
    word-break: break-word;
    color: #000;
    border: none;
}

.rwdMenu li > *:first-child:hover {
    text-decoration: none;
}

.rwdMenu li.active > *:first-child {
    font-weight: 700;
    color: var(--color-secondary);
}

.rwdMenu > ul > li > *:first-child {
    text-transform: uppercase;
}

.rwdMenu > ul > li > ul {
    font-size: 0.875rem;
}

.rwdMenu > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 15px);
}

.rwdMenu > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 30px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 45px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 60px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 75px);
}

.rwdMenu li > *:first-child > .fa,
.rwdMenu li > *:first-child > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    flex-shrink: 0;
    margin: -9px 6px -9px -9px;
}

.rwdMenu li > *:first-child > .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rwdMenu li > *:first-child > .caption {
    flex: 1 0 0;
}

.rwdMenu li > *:first-child > .caption * {
    display: inline-block;
}

.rwdMenu li > *:first-child > .caption ~ * {
    margin-left: 10px;
}

.rwdMenu .rwdMenu-count {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rwdMenu .user-nav li + li:before {
    display: none;
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.06);
}

.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s;
}

.cloneMenu-toggle.active::before {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.rwdPanel .social-list {
    margin: 10px 0;
    text-align: center;
}

/**
 * RWD BUTTON
 */

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 15px 0 15px 0;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 6px;
}

.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
}

.rwdButton > * {
    transition: all 0.5s;
}

.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: var(--color-secondary);
}

.rwdButton .animIcon--close span {
    background-color: #fff;
}

.rwdButton:not(.active) > .animIcon--close {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
}

.rwdButton.active > .animIcon--close {
    opacity: 1;
}

.rwdButton.active > .animIcon--close ~ * {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

/* --------------- BREAKPOINTS --------------- */

@media screen and (max-width: 1740px) {
    .contact-page .page-right {
        padding-left: var(--space-50);
    }
}

@media screen and (max-width: 1700px) {
    .shop-product-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-view .shop-product-box {
        padding: var(--space-25) 15px;
    }

    section.search .search-right .form-elements {
        gap: 0 15px;
    }

    .search-left .img-wrapper {
        max-width: 150px;
    }


    #main-menu-bottom > ul {
        gap: calc(var(--space-50));
    }

    .pagination-wrapper ul li {
        padding: 0 5px;
    }

    .product-list-bottom .pagination-wrapper li.prev {
        margin-right: 12px;
    }

    .product-list-bottom .pagination-wrapper li.next {
        margin-left: 12px;
    }

    .product-set-content-left .top {
        gap: var(--space-25);
    }

    .product-set-content .price {
        font-size: calc(var(--font-24) - 2px);
    }

    .product-set-actions .btn {
        min-width: 150px;
    }

    .product-description-certificate img {
        height: auto !important;
    }

}

@media screen and (max-width: 1600px) {
    section.recommendedCategories .recommendedCategories-inner {
        gap: calc(2 * var(--space-50));
    }

    section.aboutUs .aboutUs-inner .aboutUs-left {
        padding-right: calc(2 * var(--space-40));
    }

    .aboutUs-middle-content {
        padding: var(--space-60) calc(1 * var(--space-50));
    }

    .footer-top-right {
        gap: var(--space-40);
    }

    .footer-top-element:not(:has(.icon)) {
        min-width: unset;
    }

    .footer-top-element-link {
        min-width: unset;
    }

    .mainsearch {
        width: 280px;
    }

    .section-newsletter-inner {
        gap: var(--space-60);
    }

    .header-top-inner {
        gap: var(--space-40);
    }

    .header-bottom-row, .header-top-row {
        gap: var(--space-25);
    }

    #main-menu-bottom > ul > li.has-child > a::after,
    #main-menu > ul > li.has-child > a::after {
        margin-left: 3px;
    }

    .shop-product-offer-box-bottom-main {
        gap: 12px;
    }

    .shop-product-offer-box-left {
        width: 64%;
        padding-right: var(--space-40);
    }

    .shop-product-offer-box-right {
        width: 36%;
    }

    .btn-salon .icon {
        margin-right: 8px;
    }

    .shop-product-price-coupon {
        padding-left: var(--space-25);
        margin-left: var(--space-25);
    }

    .shop-product-sets-wrapper {
        padding-right: var(--space-40);
    }

    .shop-product-accessories-wrapper {
        padding-left: var(--space-40);
    }

    .product-set-content {
        padding: 16px;
    }

    .shop-product-variants-body .col-sm-10.shop-product-variant-element .shop-variant-options-panel .shop-variant-option {
        width: 20%;
    }

    .shop-product-params-wrapper {
        padding-left: var(--container-padding);
    }


}

@media screen and (max-width: 1580px) {
    .shop-product-list{
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-view .shop-product-box {
        padding: var(--space-25) 5px;
    }



    .product-list-bottom .form-element-select {
        max-width: 200px;
    }

    .product-list-bottom .form-element-select-container .form-control {
        min-width: 200px;
    }

    section.search .search-inner .search-left .searchFloating {
        top: 15px;
        right: -13px;
    }

}

@media screen and (max-width: 1540px) {
    .pagination-wrapper ul li {
        padding: 0;
    }

    #main-menu-bottom ul li a,
    #main-menu ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .footer-col.col-4,
    .footer-top-wrapper {
        width: 31%;
    }

    .shop-product-box .product-container .product-title {
        font-size: 15px;
    }

    .recommendedCategories-inner .category-tile .category-tile-list .category-item .item-inner {
        font-size: 13px;
    }

    section.aboutUs .aboutUs-inner .aboutUs-left {
        padding-right: var(--space-50);
    }

    .footer-top-element {
        gap: 10px;
        font-size: 13px;
    }

    .header-top-row .btn-info .caption {
        font-size: 14px;
        line-height: 16px;
        gap: 4px;
    }

    .news-item-list,
    .news-main-items {
        gap: var(--space-25);
    }

    .header-top-row .btn-info {
        min-width: 230px;
    }

    .header-top .btn-discountGroup {
        min-width: 136px;
    }

    .header-top-inner {
        gap: var(--space-40);
    }

    .header-top-row .right-actions {
        gap: 15px;
    }

    #main-menu > ul {
        gap: 12px;
    }

    .header-bottom-row, .header-top-row {
        gap: 16px;
    }

    .sitemap > ul > li {
        width: 25%;
    }

    /*#main-menu-bottom > ul {*/
    /*    gap: var(--space-25);*/
    /*}*/
    .newsletter-left-text {
        font-size: 18px;
    }

    .newsletter-left {
        width: 300px;
    }

    .section-newsletter-inner .btn {
        min-width: initial;
    }

    .shop-product-offer-box-bottom {
        display: block;
    }

    .shop-product-offer-box-bottom-main {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .shop-product-offer-box-bottom-main > div {
        flex-grow: 1;
        width: 100%;
    }

    .shop-product-offer-box-bottom-main .btn.btn-xl {
        width: 100%;
    }

    .shop-product-offer-box-bottom-main .shop-quantity-box input.input-qty {
        width: 100%;
    }

    .btn-xl.btn-salon {
        width: initial;
        margin-top: 15px;
    }

    .product-set-content {
        flex-direction: column;
        gap: 15px;
    }

    .product-set-content-left {
        max-width: 100%;
    }

    .product-set-items-list .shop-product-box .product-container {
        padding: 12px;
        padding-bottom: 20px;
    }

    .product-set-items-list .shop-product-box + .shop-product-box .product-image-wrapper::before {
        left: -33px;
    }

    .product-set-items-list .shop-product-variant-names {
        margin-top: 8px;
    }

    .shop-product-variants-body .col-sm-8.shop-product-variant-element .shop-variant-options-panel .shop-variant-option {
        width: 33.3333%;
    }
}

@media screen and (max-width: 1400px) {
    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 10px 8px;
    }
}

@media screen and (max-width: 1366px) {
    /*section.aboutUs .aboutUs-inner .aboutUs-left {*/
    /*    width: 50%;*/
    /*}*/
    /*section.aboutUs .aboutUs-inner .aboutUs-middle {*/
    /*    width: 50%;*/
    /*}*/
    /*section.aboutUs .aboutUs-inner .aboutUs-right {*/
    /*    padding-left: 0;*/
    /*    padding-top: var(--space-50);*/
    /*    width: 100%;*/
    /*}*/
    /*.recommendedSlider-container {*/
    /*    margin: calc(-1 * 10px) 0;*/
    /*    width: unset;*/
    /*}*/
    /*.recommendedSlide {*/
    /*    padding-right: 0;*/
    /*}*/
    .product-list-bottom .form-element-select {
        max-width: 140px;
    }

    .product-list-bottom .form-element-select-container .form-control {
        min-width: 140px;
    }

    .mainsearch {
        width: 240px;
    }

    .shop-variant-option {
        width: calc(25% - 10px);
    }

    .btn-salon {
        font-size: 12px;
    }

    .shop-product-box {
        width: 33.3333%;
    }

    .article-content .article-contents {
        width: 45%;
    }

}

@media screen and (max-width: 1280px) {
    .footer-col {
        width: 21%;
    }
    section.aboutUs .aboutUs-inner {
        flex-wrap: wrap;
    }
    section.search .search-left{
        flex-shrink: 0;
        width: 70%;
    }
    section.search .search-right{
        padding-left: var(--space-25);
    }
    .point .point-name {
        font-size: 16px;
    }

    .footer-col.col-4, .footer-top-wrapper {
        width: 28%;
    }

    .footer-top-wrapper {
        flex-direction: column;
    }

    .recommendedCategories-inner .category-tile .category-tile-list .category-item .item-inner {
        font-size: 12px;
    }

    section.recommendedCategories .recommendedCategories-inner {
        grid-template-columns: 1fr 1fr !important;
    }

    .recommendedCategories-inner .category-tile .category-tile-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    section.aboutUs .aboutUs-inner .aboutUs-left {
        padding-right: var(--space-50);
    }

    .recommendedSlider-container {
        width: calc(100% + 20px);
        margin-right: 0;
        margin: -10px;
    }

    .recommendedSlide {
        padding-right: 0;
        padding: 10px;
    }

    .footer-top-right {
        width: 100%;
        justify-content: space-between;
        gap: var(--space-25);
    }

    .header-top .user-nav-item-inner .caption {
        display: none;
    }
    @media screen and (min-width: 1140px){

        #content {
            padding-top: 146px !important;
        }

    }
    #main-menu-bottom ul li a,
    #main-menu ul li a {
        font-size: 13px;
    }

    section.aboutUs .aboutUs-inner .aboutUs-left {
        padding-right: var(--space-40);
        width: 50%;
    }

    section.aboutUs .aboutUs-inner .aboutUs-right {
        padding-left: 0;
        padding-top: var(--space-40);
    }

    section.aboutUs .aboutUs-inner .aboutUs-middle {
        width: calc(50% - 8px);
        margin-left: 8px;
    }

    section.aboutUs .aboutUs-inner .aboutUs-right .collection-list {
        max-width: unset;
        justify-content: center;
    }

    section.aboutUs .aboutUs-inner .aboutUs-right {
        width: 100%;
    }

    .links-inner {
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
    }

    section.discountGroup .group-tabs .group .slider-arrows {
        position: relative;
    }

    section.discountGroup .groups-nav {
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        width: 100%;
        justify-content: center;
    }

    .group-tabs .section-heading {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 30px;
    }

    .product-list-bottom .pagination-wrapper li.next {
        margin-left: 10px;
    }

    .product-list-bottom .pagination-wrapper li.prev {
        margin-right: 10px;
    }

    .page-aside-wrapper {
        gap: var(--space-40);
    }

    .widepage-aside {
        width: 290px;
    }

    .footerBox {
        gap: var(--space-40);
    }

    .news-item-list {
        grid-template-columns: repeat(3, 1fr);
    }

    #main-menu-bottom li, #main-menu li {
        font-size: 0.9rem;
    }

    .header-top-inner {
        gap: var(--space-25);
    }

    .logo {
        max-width: 95px;
    }

    header.sticky .logo {
        max-width: 75px;
        margin-right: 20px;
    }

    header.sticky #main-menu-bottom ul li .submenu,
    header.sticky #main-menu ul li .submenu {
        top: 97px;
    }

    header.sticky #main-menu-bottom .submenu.one-column,
    header.sticky #main-menu .submenu.one-column {
        top: 41px;
    }

    .shop-product-offer-box-bottom-main .shop-quantity-box .qty-down, .shop-quantity-box .qty-up {
        height: 50px;
        width: 50px;
        line-height: 48px;
    }


    .shop-product-offer-box-info-item .icon {
        margin-right: 8px;
    }

    .shop-product-offer-box-info-item .caption {
        font-size: 13px;
    }

    .shop-product-price-coupon {
        padding-left: 0;
        margin-left: 0;
        margin-top: 14px;
    }

    .shop-product-offer-box-price {
        display: block;
    }

    .shop-product-price-coupon::before {
        display: none;
    }

    .shop-product-offer-box-left {
        width: 62%;
    }

    .shop-product-offer-box-right {
        width: 38%;
    }

    .shop-product-price-coupon .shop-product-price-label::before {
        display: none;
    }

    .contact-form-container {
        --row-gap: 5px;
    }

    .news-category-list .category-lang {
        font-size: 16px;
        padding-right: 15px;
    }

    #main-menu .submenu.one-column {
        top: 62px;
    }

    header.sticky #main-menu ul li .submenu.one-column {
        top: 51px;
    }

    #main-menu-bottom ul li .submenu {
        top: 142px;
    }

    .sheet-image {
        padding-right: var(--space-60);
        width: 40%;
    }

    .mattress-wrapper-right {
        width: 60%;
    }

    .shop-product-description {
        width: 60%;
    }

    .shop-product-params-wrapper {
        width: 40%;
    }

    .product-set-items-list .shop-product-box + .shop-product-box::before {
        width: 35px;
        height: 35px;
        left: -18px;
    }

    .product-set-items-list .shop-product-box .product-container .product-price {
        font-size: calc(var(--font-24) - 3px);
        margin-top: 8px;
    }

    .shop-product-box.product-small .product-container .product-price {
        font-size: calc(var(--font-24) - 3px);
    }

    .product-set-actions .btn {
        height: 46px;
    }

    .product-button .btn {
        height: 46px;
    }

    .product-set-items-list .shop-product-box:nth-child(3n + 1)::before {
        display: none;
    }

    .product-set-items-list .shop-product-box .product-container .product-image {
        margin-bottom: 10px;
    }

    .shop-product-sets-wrapper {
        padding-right: var(--space-25);
    }

    .shop-product-accessories-wrapper {
        padding-left: var(--space-25);
    }

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


    .product-section-image-inner.flex {
        gap: 30px;
    }


    .product-section-image-inner.flex .product-section-image {
        width: calc(50% - 15px);
    }

    .product-section-image-inner.flex .product-section-description {
        width: calc(50% - 15px);
    }

}

@media screen and (min-width: 1140px) {
    .mainsearch {
        top: 0 !important;
    }

    .footer-content {
        display: block !important;
    }

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

@media screen and (max-width: 1139px) {
    .mainsearch input.form-control {

    }
    #content{
        padding-top: 70px;
    }

    .cloud-content .price-from {
        font-size: 18px;
    }

    .cloud-content-actions .price:not(.price-old) {
        font-size: 15px;
    }
    .cloud-content-actions .price:not(.price-old) .price-from {
        font-weight: 700;
        font-size: 12px;
    }
    .widepage-aside .filters-wrapper {
        padding-left: 10px;
    }

    section.search .search-right .product-search-form .form-elements {
        flex-direction: row;
        flex-wrap: wrap;
    }

    section.search .product-search-form .form-elements .form-group {
        margin-bottom: 0;
        width: calc(50% - 5px);
    }

    .search-right-top {
        flex-direction: row;
    }

    .search-right .product-search-form {
        width: 100%;
    }

    .news-main-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-page-top .info-wrapper ul li .icon {
        width: 46px;
        height: 46px;
    }

    .contact-page-top {
        flex-direction: column;
        padding-bottom: calc(var(--space-50) * 2);
        gap: vaR(--space-40);
    }

    .contact-form-wrapper {
        padding: var(--space-60);
    }

    .contact-form-wrapper .contact-form-container {
        max-width: unset;
    }

    section.search .search-inner {
        flex-direction: column;
        margin-bottom: 0;
        gap: calc(2 * var(--space-50));
    }


    .search-product-list .shop-product-box {
        max-width: 450px;
        margin: 0 auto;
        width: 33.3333%;
    }

    section.search .search-right {
        padding-left: 0;
    }

    section.search .search-left {
        width: 100%;
        margin-bottom: 0;
    }

    .header-top-btn.btn-info .caption .line-1 {
        display: none;
    }

    .mainsearch .alert-block {
        bottom: -10px;
        left: -3px;
    }

    section.recommendedCategories .recommendedCategories-inner {
        grid-template-columns: 1fr;
    }

    section.recommendedCategories .recommendedCategories-inner .section-heading {
        grid-column: unset;
    }

    .recommendedCategories-inner .category-tile .category-tile-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .btn-lg {
        padding: 8px 18px;
        min-width: 170px;
        height: unset;
        min-height: 40px;
        font-size: 13px;
    }

    .btn-arrow {
        width: 44px;
        height: 44px;
    }

    .footer-top-right {
        flex-wrap: wrap;
    }

    .header-top-row-inner {
        justify-content: flex-start;
    }

    .header-top-row .right-actions {
        margin-left: auto;
    }

    .shop-product-accessories-wrapper.accessories-upper {
        margin-top: 30px;
    }

    #rwd-mainmenu {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footer-col-heading {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-color: transparent;
        padding-bottom: 0;
        transition: all .2s linear;
    }

    .footer-col-heading.active {
        border-color: rgba(255, 255, 255, 0.1);
        padding-bottom: 18px;
    }

    .footer-top {
        padding-bottom: var(--space-50);
    }

    .footer-col-heading:after {
        content: '\f107';
        transition: .2s all;
        font-family: FontAwesome;
    }

    .footer-col-heading.active:after {
        transform: rotate(180deg);
    }

    .footer-top-wrapper {
        width: 100%;
    }

    .footer-col {
        width: 100%;
    }

    .footer-col + .footer-col {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-col + .footer-col.col-4 {
        padding-top: var(--space-60);
    }

    .footer-col {
        width: 100% !important;
    }

    .footer-columns {
        flex-direction: column;
    }

    .footer-col-content {
        display: none;
        padding-top: 18px;
    }

    .footerBoxes-inner {
        grid-template-columns: 1fr;
    }

    .footerBox .box-title {
        max-width: 250px;
    }

    #content {
        padding-top: 70px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    #main-menu {
        display: none;
    }

    .langs-menu {
        display: none !important;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .lang .langs-menu-short {
        display: none;
    }

    .lang .langs-menu-long {
        display: block;
    }

    .mainsearch.rwdPanel .mainsearch-search {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-color: var(--color-primary);
    }

    .mainsearch.rwdPanel .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }

    .mainsearch.rwdPanel .mainsearch-search,
    .mainsearch.rwdPanel .dropdown-menu {
        padding: 15px;
    }

    .mainsearch.rwdPanel .dropdown-menu .dropdown-search-li.all-search-results {
        margin-top: 15px;
    }

    .mainsearch.rwdPanel .form-element-container {
        width: calc(100% - 46px);
        flex-grow: 0;
    }

    .mainsearch.rwdPanel .mainsearch-submit {
        height: 46px;
    }

    .mainsearch.rwdPanel input,
    .mainsearch.rwdPanel .mainsearch-submit {
        border: none;
    }

    .shop-store-list .caption {
        display: none;
    }

    .rwdPanel .social-list > ul {
        margin-left: 10px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 16px;
    }

    .header-bottom-row #main-menu-bottom {
        display: none;
    }

    .mainsearch.rwdPanel {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header-bottom-row {
        /*display: none;*/
        padding: 0;
        border: none;
    }

    .header-top-row {
        padding: 0;
    }

    .logo {
        max-width: 68px;
    }

    .sort-row .form-element-select {
        width: 160px;
    }

    .widepage-aside.active {
        left: 0;
    }

    .widepage-aside {
        position: fixed;
        left: -336px;
        top: 90px;
        bottom: 0;
        overflow-y: auto;
        z-index: 10;
        margin-top: 0;
        transition: all 0.4s;
        background-color: #f5f5f5;
        padding-bottom: var(--space-25);
        scrollbar-width: thin;
        scrollbar-color: var(--color-secondary) #f5f5f5;
    }

    @supports selector(::-webkit-scrollbar) {
        .widepage-aside::-webkit-scrollbar-button {
            display: none;
        }

        .widepage-aside::-webkit-scrollbar {
            background: #f5f5f5;
            width: 2px;
        }

        .widepage-aside::-webkit-scrollbar-thumb {
            background: var(--color-secondary);
        }
    }

    .aside-button .icon svg {
        width: 26px;
        height: 26px;
    }

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

    .aside-close svg {
        width: 20px;
        height: 20px;
    }

    .aside-close {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .aside-button {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 150px;
        left: 0;
        width: 40px;
        height: 40px;
        background: #000;
        color: #fff;
        transition: all 0.4s;
    }

    .slider .slider-inner .slide-item-inner .caption {
        max-width: 400px;
    }

    .slider .slider-inner .slides-list-wrapper .slider-arrows {
        right: var(--space-25);
        bottom: var(--space-25);
    }

    .sitemap > ul {
        margin: -7px;
    }

    .sitemap > ul > li {
        width: 33.3333%;
        padding: 7px;
    }

    .top-links .btn {
        padding: 0 10px;
        font-size: 13px;
    }

    .section-header.no-opinions {
        flex-direction: column;
    }

    .section-header.no-opinions .section-header-right {
        flex-direction: column;
        gap: 15px;
    }

    .comment-wrapper .section-header .text {
        text-align: center;
    }

    .section-newsletter-inner {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }


    .comment-wrapper .section-header .item-ration-label {
        font-size: 16px;
    }

    .comment-wrapper .section-header .item-rating-star {
        font-size: 16px;
    }

    .comment-wrapper .section-header .item-rating-count {
        font-size: 16px;
    }

    .section-header-right {
        gap: var(--space-40);
    }

    .opinion {
        padding: var(--space-60) var(--space-60) var(--space-60) 0;
    }

    .opinion:nth-child(even) {
        padding-left: var(--space-60);
    }

    .comment-wrapper .section-header .item-rating-container {
        gap: 10px;
    }

    .comment-wrapper .section-header .item-ration-label {
        margin-right: 5px;
    }


    .btn-salon .icon {
        margin-right: 4px;
    }

    .basket-view-coupon-wrapper {
        gap: 30px;
    }

    .basket-view .shop-order-login-box .btn {
        margin-top: 10px;
    }

    .header-top-row {
        align-items: center;
    }

    .header-top-row::before {
        display: none;
    }

    .rwdMenu div:not(.box-title) {
        display: none;
        width: 100%;
    }

    .rwdMenu div ul {
        display: block;
    }

    .submenu > ul > li > a {
        background-color: transparent;
        border-radius: 0;
        line-height: initial;
    }

    .product-set-content label {
        font-size: 12px;
    }

    .product-set-content-left .bottom label {
        font-size: 11px;
    }

    .product-set-content-left .bottom .price {
        font-size: 14px;
    }

    .shop-product-discount-circle .circle-discount-percent {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 28px;
    }


    .shop-product-view-extras-inner {
        display: block;
    }

    .shop-product-sets-wrapper {
        width: 100%;
        padding-right: 0;
    }

    .shop-product-accessories-wrapper {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        border-left: 0;
    }

    .shop-product-view-extras.no-sets .shop-product-accessories-wrapper {
        padding-top: var(--space-50);
    }

    .product-set-content {
        flex-direction: row;
    }

    .product-set-content-left {
        max-width: 60%;
    }

    .product-top-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .shop-product-variants-body .col-sm-10.shop-product-variant-element .shop-variant-options-panel .shop-variant-option label {
        font-size: 13px;
    }

    .shop-configurator.shop-configurator-cover-popup .configurator-container {
        width: 100% !important;
    }

    .shop-configurator.shop-configurator-cover-popup {
        display: none;
    }

    .shop-variant-label-collapse .shop-configurator-mattress-btn-toggle {
        display: none;
    }

    .page-aside-wrapper .page-content {
        width: 100%;
    }

    .product-image {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .product-image-inner {
        display: flex;
        will-change: transform;
    }

    .product-image-inner > * {
        flex-shrink: 0;
        width: 100%;
        scroll-snap-align: center;
        scrollbar-width: none;
    }

    .product-image-hover {
        position: static;
        opacity: 1;
        order: 2;
    }

    .right-side > .big-product-price {
        display: none;
    }

}

@media screen and (max-width: 1050px) {
    .salon {
        flex-direction: column !important;
        max-width: 600px;
        margin: 0 auto;
    }

    .salon .salon-image img {
        width: 100%;
    }

    .salon .salon-image {
        width: 100%;
    }

    .salon .salon-content {
        width: 100%;
        flex-direction: column;
    }

    .shop-product-view-main {
        display: block;
    }

    .shop-product-view-main-left {
        width: 100%;
    }

    .shop-product-view-main-right {
        width: 100%;
        padding-left: 0;
    }

    .shop-product-offer-box-bottom-main {
        flex-direction: row;
        gap: 12px;
    }

    .contact-page {
        display: block;
    }

    .contact-page .page-right {
        max-width: initial;
        padding-left: 0;
        padding-bottom: var(--space-60);
    }

    .contact-page .page-right:before {
        left: calc(-1 * var(--container-padding));
        width: calc(100% + 2 * var(--container-padding));
    }

    .shop-configurator-popup.active {
        z-index: 1;
    }


}

@media screen and (max-width: 960px) {
    section.tiles .tiles.row-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .shop-product-content-bottom {
        display: block;
    }

    .shop-product-description {
        width: 100%;
        padding-right: 0;
    }

    .shop-product-params-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .shop-product-content-params::before {
        left: calc(-1 * var(--container-padding));
    }

    #salons-availability {
        min-width: initial;
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 15px;
        overflow: initial;
    }

    .salons-availability-item-right {
        width: 20%;
        gap: 15px;
    }

    .shop-product-content-bottom.no-params .shop-product-description {
        width: 100%;
    }

    .product-section-image.no-params .product-section-image-inner {
        width: 100%;
    }

    .shop-product-bed-description-section.no-params .shop-product-bed-description {
        width: 100%;
    }

}

@media screen and (max-width: 900px) {
    .search-product-list .shop-product-box {
        width: 33.33%;
    }
    .sticky-product-info{
        border-top: 2px solid var(--color-primary);
    }

    .recommendedSlide-inner .caption {
        font-size: 16px;
        line-height: 1.4em;
    }

    section.aboutUs .aboutUs-inner .aboutUs-middle {
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
    }

    section.aboutUs .aboutUs-inner .aboutUs-left {
        width: 100%;
        padding-right: 0;
    }

    section.aboutUs .aboutUs-inner {
        flex-direction: column;
        gap: var(--space-40);
    }

    section.aboutUs .aboutUs-inner .aboutUs-right {
        padding-top: 0;
    }

    .slider .slider-inner {
        flex-direction: column;
    }

    .slider .slider-inner.hasBanners .slides-list-wrapper {
        width: 100%;
    }

    .slider-pagination {
        margin: 0 auto;
    }

    .slider .slider-bananers {
        width: 100%;
    }

    .main-bananer-btn {
        min-height: 52px;
    }

    section.search .product-search-form .form-elements .form-button .btn-filter {
        min-height: 52px;
        min-width: 230px;
    }

    .main-bananer-title {
        font-size: calc(2 * var(--font-30));
    }

    .main-bananer-btn .caption {
        font-size: 16px;
    }

    .main-icons-item {
        width: 25%;
    }

    .footer-top-right {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: vaR(--space-25);
    }

    section.recommendedCategories .recommendedCategories-inner {
        grid-template-columns: 1fr !important;
    }

    section.recommendedCategories .recommendedCategories-inner .section-heading {
        grid-column: span 1;
    }

    .top-links .btn {
        min-width: initial;
        height: 40px;
        gap: 8px;
    }

    .top-links .btn .caption {
        font-size: 13px;
        font-weight: 400;
        gap: 8px;
    }

    .rwdPanel .top-links .btn-discountGroup {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwdPanel .top-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        flex-wrap: wrap;
    }

    .header-top-row .right-actions {
        margin-left: auto;
    }

    .news-item-list,
    .news-main-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-main-items .newsItem-main.item-med .item-image {
        width: 100%;
        height: 100%;
    }

    .news-main-items .newsItem-main.item-med {
        max-width: unset;
        min-height: 200px;
    }

    .footer-bar {
        text-align: center;
        line-height: normal;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }

    .basket-box-btn .caption-value {
        display: none;
    }

    .basket-box-btn .caption {
        display: none;
    }


    .basket-view-coupon-wrapper {
        display: block;
    }

    .basket-coupon {
        width: 100%;
    }

    .basket-coupon-box.basket-coupon-box-big {
        width: 100%;
        margin-top: 15px;
    }

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

@media screen and (max-width: 850px) {
    .product-view .shop-product-box,
    .discountGroup-view .shop-product-box {
        width: 50%;
    }

    .search-right-top {
        flex-direction: column;
    }
}

@media screen and (max-width: 800px) {
    .product-list-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .opinion:first-of-type {
        border-top: 0 !important;
    }

    .opinion {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
    }

}

@media screen and (max-width: 767px) {
    .contact-page-top .info-wrapper ul li a {
        font-size: var(--font-24);
    }

    .contact-page-top .info-wrapper ul li .icon {
        width: 42px;
        height: 42px;
    }

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

    .recommendedCategories-inner .category-tile .category-tile-list {
        grid-template-columns: repeat(3, 1fr);
    }

    section.aboutUs .aboutUs-inner .aboutUs-left,
    section.aboutUs .aboutUs-inner .aboutUs-middle {
        width: 100%;
    }

    section.search .search-right .form-elements {
        grid-template-columns: repeat(2, 1fr);
    }

    .links-inner {
        grid-template-columns: repeat(3, 1fr);
    }

    section.tiles .tiles {
        grid-template-columns: repeat(2, 1fr);
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .section-header {
        display: block;
    }

    .comment-wrapper .section-header-right {
        gap: var(--space-25);
    }

    .shop-product-offer-box-bottom-main {
        flex-direction: column;
        gap: 0;
    }

    .shop-product-variant-row:not(.shop-product-variant-row-mattress) .shop-product-variant-label {
        margin-bottom: 10px;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    .article-content .article-contents {
        width: 100%;
    }

    .header-top .top-links {
        flex-direction: column;
        gap: 5px;
    }

    .top-links .btn {
        height: 35px;
    }

    .shop-configurator-cover {
        flex-direction: column;
    }

    .shop-configurator-cover-image {
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .shop-configurator-cover-right {
        width: 100%;
    }

    .shop-configurator-cover-image .caption {
        line-height: 1.6428;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: none;
    }


    .shop-product-price .price-gross, .shop-product-price .price-net {
        gap: 10px;
    }
}


@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .section-title {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .shop-product-box-horizontal .product-content-top{
        padding-right: 0;
    }
    .header-top-row .right-actions {
        gap: 8px;
    }

    .point .point-name {
         text-align: center !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(-100%) !important;
        right: unset !important;
        font-size: 14px;
    }

    .slider-bottom {
        padding-bottom: 5px;
    }

    .section-heading > .section-title + *:nth-child(2):last-child {
        justify-content: center;
        width: 100%;
    }

    .section-heading {
        align-items: stretch;
    }

    section.search .product-search-form .form-elements .form-group {
        width: 100%;
    }

    .contact-page-top {
        max-width: unset;
    }

    .contact-form-wrapper {
        padding: var(--space-40);
    }

    .faq-heading {
        font-size: 16px;
    }

    .faq-heading .btn {
        width: 42px;
        height: 42px;
    }

    .shop-product-box-horizontal .product-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .shop-product-box-horizontal .product-container .product-image {
        width: 100%;
        max-width: unset;
    }

    .shop-product-box-horizontal .product-container .product-content {
        width: 100%;
    }

    .section-heading .arrows {
        position: unset;
        align-self: flex-end;
    }

    .section-heading:has(.arrows) {
        flex-direction: column;
        gap: var(--space-60);
    }

    .main-bananer-btn {
        min-height: 48px;
    }

    section.search .product-search-form .form-elements .form-button .btn-filter {
        min-height: 48px;
        min-width: 210px;
    }

    .main-bananer-btn .caption {
        font-size: 14px;
    }

    .main-icons-item {
        width: 33.33%;
    }

    .footer-top-right {
        grid-template-columns: 1fr;
    }

    .header-top .top-links {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }


    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }

    .checkboxradio-container .col-xs-4 {
        width: 100%;
    }

    .sitemap > ul > li {
        width: 50%;
    }

    .footerBox {
        display: block;
    }

    .footerBox .box-right {
        margin-top: 10px;
    }

    .mattress-wrapper {
        display: block;
    }

    .shop-product-variant-mattress-cover-toggle.active {
        display: block;
    }

    .sheet-image .image-wrapper {
        display: flex;
        justify-content: center;
    }

    .sheet-image {
        padding-right: 0;
        width: 100%;
        padding-bottom: var(--space-50);
    }

    .mattress-wrapper-right {
        width: 100%;
    }

    .mattress-wrapper .image-wrapper img {
        margin: 0 auto;
    }

    .mattress-wrapper .image-wrapper {
        margin-bottom: 12px;
    }

    .sheet-change-wrapper {
        display: flex;
        justify-content: center;
    }

    .product-set-content {
        flex-direction: column;
    }

    .product-set-content-left {
        max-width: 100%;
    }

    .product-list-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 146px;
    }

    .product-set-items-list .shop-product-box .product-container {
        padding: 9px;
        padding-bottom: 15px;
    }

    .product-set-items-list .shop-product-box .product-container .product-title {
        font-size: 13px;
        line-height: 19px;
    }

    .product-set-items-list .shop-product-box + .shop-product-box .product-image-wrapper::before {
        left: -27px;
        width: 37px;
        height: 37px;
    }


    .payment-container-inner {
        padding: 15px;
        gap: 15px;
    }

    .payment-logo {
        width: 145px;
        height: 145px;
        padding: 8px;
    }

    .payment-box .text {
        font-size: 15px;
    }

    .salons-availability-item-left {
        width: 80%;
        gap: 10px;
        padding-right: 12px;
    }

    .salons-availability-item-icon {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

    .salons-availability-item-icon i {
        font-size: 17px;
    }

    .product-section-image-inner.flex {
        flex-direction: column !important;
    }

    .product-section-image-inner.flex .product-section-image {
        width: 100%;
        max-width: 100%;
    }

    .product-section-image-inner.flex .product-section-description {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .recommendedCategories-inner .category-tile .category-tile-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-category-list .category-lang {
        width: 100%;
    }

    .page-content .sort-row {
        flex-direction: column;
    }

    .sort-row .form-element-select-container {
        justify-content: flex-start;
    }

    .btn.btn-arrow {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 560px) {
    .btn-lg {
        min-width: 150px;
        min-height: 38px;
    }

    .btn-arrow {
        width: 42px;
        height: 42px;
    }

    .main-bananer-title {
        font-size: calc(2 * var(--font-24));
    }

    .shop-product-offer-box-inner {
        display: block;
    }

    .shop-product-offer-box-left {
        width: 100%;
        padding-right: 0;
    }

    .shop-product-offer-box-bottom-main {
        margin-bottom: 0;
    }

    .shop-product-offer-box-right {
        width: 100%;
        margin-top: 15px;
    }

    section.discountGroup .groups-nav {
        position: static;
        transform: none;
        flex-wrap: wrap;
    }

    .product-view .shop-product-box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .product-list-bottom .pagination-wrapper {
        flex-direction: column;
        gap: var(--space-25);
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 38px;
        height: 38px;
        line-height: 36px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        line-height: 20px;
    }

    .text {
        word-wrap: break-word;
        font-size: 14px;
    }

    .invoice-address-fieldset .form-element-label-wrapper .form-element-name {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    section.search .search-inner .search-left .img-wrapper {
        display: none;
    }

    section.search .search-inner .search-left {
        flex-direction: column;
    }

    .add-opinion {
        width: initial;
    }

    .add-opinion-container {
        padding: 15px;
    }

    .basket-coupon-code-activate {
        margin-top: 12px;
    }

    .shop-variant-options-panel {
        max-height: 101px;
    }

    .product-slider .product-slide-inside {
        padding: 10px;
    }

    .shop-product-offer-box-info {
        display: flex;
        flex-wrap: wrap;
    }

    .shop-product-offer-box-info-item {
        width: 50%;
    }

    .top-links .btn {
        gap: 5px;
        padding: 2px 6px;
    }

    .top-links .btn .caption {
        font-size: 11px;
        gap: 5px;
    }

    .top-links .btn .icon {
        flex-shrink: 0;
        max-width: 13px;
    }


    .header-top-row {
        gap: 10px;
    }

    .top-links .btn .icon {
        display: none;
    }

    .salons-availability-title {
        font-size: 18px;
    }

    .salons-availability-teaser {
        font-size: 15px;
    }

    .cloud-content-bottom {
        padding: 5px 10px;
    }

    .point .cloud-content {
        width: 166px;
    }

    .sticky-product-info .btn-xl {
        padding: 0 8px;
        font-size: 12px;
        gap: 5px;
    }
}


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

    section.search .search-right .form-elements {
        grid-template-columns: repeat(1, 1fr);
    }

    .links-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-main-items .newsItem-main.item-big .item-name {
        font-size: 16px;
        line-height: 1;
    }

    .news-item-list,
    .news-main-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-main-items .item-big {
        grid-row: span 1;
        grid-column: span 1;
    }

    section.tiles .tiles {
        grid-template-columns: 1fr;
    }

    .product-label {
        max-width: 84px;
    }

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

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

    .product-set-items-list {
        display: block;
        background-color: #fff;
    }

    .product-set-items-list .shop-product-box .product-container {
        flex-direction: row;
        border: none !important;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .product-set-items-list .shop-product-box + .shop-product-box .product-image-wrapper::before {
        display: none;
    }

    .product-set-items-list .shop-product-box + .shop-product-box::before,
    .product-set-items-list .shop-product-box:nth-child(4)::before {
        content: '' !important;
        display: block !important;
        width: 37px;
        height: 37px;
        flex-shrink: 0;
        position: absolute;
        top: -21px;
        transform: translateX(-50%);
        left: 50%;
        z-index: 1;
        background: url(../images/icons/set-add.svg) no-repeat center / cover;
    }


    .product-set-items-list .shop-product-box + .shop-product-box {
        border-left: 0;
    }

    .product-set-items-list .product-image-wrapper {
        flex-shrink: 0;
        width: 38%;
        padding-right: 15px;
    }

    .product-set-items-list .shop-product-box .product-container .product-image {
        margin-bottom: 0;
    }

    .payment-container-inner {
        flex-direction: column;
    }

    .payment-logo {
        height: initial;
        padding: 12px 22px;
    }

    .salons-availability-item-right {
        width: initial;
    }

    .salons-availability-item-right .salons-availability-item-status {
        display: none;
    }

    .salons-availability-item-left {
        width: 100%;
        padding-right: 8px;
    }

}

@media screen and (max-width: 480px) {
    .recommendedCategories-inner .category-tile .category-tile-list {
        grid-template-columns: 1fr !important;
    }

    .point .point-name {
        font-size: 12px;
    }

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

    .aboutUs-left .collection-item {
        width: 50%;
    }

    .recommendedCategories-inner .category-tile {
        padding: var(--space-25);
    }

    .main-bananer-btn .caption {
        font-size: 13px;
    }

    .main-icons-item {
        width: 50%;
    }

    .modal-footer > .btn {
        width: 100%;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .sitemap > ul > li {
        width: 100%;
    }

    .shop-variant-option {
        width: calc(33.3333% - 10px);
    }

    .comment-wrapper .section-header-right .btn {
        margin-top: 10px;
    }

    .shop-variant-label-collapse {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .contact-page .teaser {
        font-size: 17px;
        line-height: 1.7;
    }

    .teaser + .contact-data-wrapper {
        margin-top: var(--space-50);
    }

    .contact-data-wrapper li {
        padding: 6px 0;
        gap: 14px;
        font-size: 16px;
    }

    .contact-hours .text {
        font-size: 14px;
    }

    .contact-hours .text h2 span {
        font-size: 18px !important;
    }

    .product-nav-slider .product-slide {
        width: 33.3333%;
    }

    .product-top-row {
        display: block;
    }

    .header-top-row > .right-actions .basket-box,
    .header-top-row > .right-actions .user-nav {
        display: none;
    }

    .salons-fancybox .fancybox-close-small {
        top: 3px;
        right: 3px;
    }

    .shop-product-variants-body .col-sm-10.shop-product-variant-element .shop-variant-options-panel .shop-variant-option {
        width: 25%;
    }


}

@media screen and (max-width: 420px) {
    .recommendedCategories-inner .category-tile .category-tile-list {
        grid-template-columns: repeat(1, 1fr);
    }

    section.tiles .tiles.row-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .news-category-list li a,
    .news-category-list li {
        width: 100%;
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .newsletter-content .form-group {
        flex-wrap: wrap;
        gap: 10px;
    }

    .newsletter-left-icon {
        width: 68px;
        height: 68px;
        margin-right: 12px;
    }

    .newsletter-left {
        width: initial;
    }

    .newsletter-left-text {
        font-size: 17px;
    }

    .shop-product-offer-box-bottom-main {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
        padding-right: 0;
    }

    .shop-product-offer-box-bottom-main .shop-quantity-box {
        width: 100%;
    }

    .shop-product-offer-box-bottom-main .shop-quantity-box input.input-qty {
        width: 100%;
    }

    .shop-product-offer-box-bottom-main .btn {
        width: 100%;
    }

    .btn-xl.btn-salon {
        width: 100%;
    }

    .form .shop-variant-option label {
        padding: 6px 3px;
        font-size: 13px;
    }

    .opinion-header {
        display: block;
    }

    .shop-variant-toggle {
        font-size: 12px;
    }


    .product-set-content-left .top {
        display: block;
    }

    .product-set-content-left .bottom label {
        font-size: 10px;
    }

    .product-set-content-left .bottom .price {
        font-size: 12px;
    }

    .product-set-items-list .shop-product-box .product-container .product-title {
        font-size: 12px;
        line-height: 20px;
    }

    .product-set-items-list .shop-product-box .product-container {
        padding: 22px 10px;
    }

    .product-set-items-list .shop-product-box + .shop-product-box::before {
        width: 33px;
        height: 33px;
    }

    .shop-product-extras-top {
        flex-direction: column;
    }

    .shop-product-offer-box-info-item .icon {
        margin-right: 5px;
    }

    .shop-product-offer-box-info-item .caption {
        font-size: 12px;
    }

    .header-top-row {
        gap: 8px;
    }

    .header-top-inner {
        gap: 8px;
    }

    .collection-item {
        width: calc(50% - 8px);
        font-size: 14px;
    }

    section.aboutUs .aboutUs-inner .aboutUs-right .collection-list .collection-item .caption {
        margin-top: 10px;
    }

    .shop-method-left {
        margin-right: 5px;
    }

    .shop-basket-summary .shop-method-icon {
        width: 70px;
    }

    .shop-basket-summary .shop-method-icon::before {
        content: "";
        display: block;
        padding-bottom: 60%;
    }


}

@media screen and (max-width: 380px) {
    .top-links .btn {
        white-space: initial;
        line-height: 1.1;
        word-break: break-word;
        height: initial;
        min-height: 35px;
    }

    .top-links .btn .caption {
        word-break: break-word;
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .header-top-row .right-actions {
        flex-shrink: 0;
    }

    .shop-product-variants-body .col-sm-10.shop-product-variant-element .shop-variant-options-panel .shop-variant-option {
        width: 33.3333%;
    }

    .sticky-product-info .shop-product-price .price:not(.price-old) {
        font-size: calc(var(--font-36) - 3px);
    }
}

@media screen and (max-width: 360px) {
    .product-nav-slider .product-slide {
        width: 50%;
    }

    .top-box-product .top-box-left {
        float: initial;
        margin-bottom: 10px;
    }

    .shop-product-variants-body .col-sm-8.shop-product-variant-element .shop-variant-options-panel .shop-variant-option {
        width: 45%;
    }
}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;

        --font-48: 40px;
        --font-36: 32px;
        --font-30: 26px;
        --font-24: 22px;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-48: 36px;

        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

        --font-48: 34px;
        --font-36: 28px;
        --font-30: 24px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;

        --font-48: 32px;
        --font-30: 22px;

        --container-padding: 20px;
    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-25: 15px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-48: 30px;
        --font-36: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}

@media screen and (max-width: 420px) {
    :root {
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}