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

/**
 * RWD PANEL
 */

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

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

@media screen and (max-width: 1139px) {
    .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: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
    }

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

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

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

    .mainsearch-rwd-button{
        border: 0 !important;
    }

    .mainsearch-rwd-button .icon svg {
        width: 23px;
        height: 23px;
    }

    .mainsearch-rwd-button .icon svg path {
        stroke-width: 0.5px;
    }
}

/**
 * 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;

    background-color: #b9b9b9;
}

.rwdMenu ul ul ul{
    background-color: #cecece;
}

.rwdMenu ul ul ul ul {
background-color: #e5e5e5;
}

.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-primary);
}

.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: 15px 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;
    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-primary);
}

.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: 1600px) {
    .shop-product-list {
        margin: -10px;
    }

    .product-slider-discount {
        margin: -18px -10px;
    }

    .shop-product-box {
        padding: 18px 10px;
    }

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


@media screen and (max-width: 1440px) {
    .product-availability {
        font-size: 12px;
    }

    .news-list {
        margin: -12px;
        margin-bottom: var(--space-40);
    }

    .news {
        padding: 12px;
    }

    .container .container {
        padding: 0;
    }

    .asidedPage-content {
        padding-left: var(--space-50);
        width: calc(100% - 280px);
    }

    .aside {
        width: 280px;
    }


    .mainsearch {
        width: 500px;
    }

    .mainsearch .select2-container .select2-selection--single {
        min-width: 190px;
    }
}

@media screen and (max-width: 1366px) {
    .top-box {
        top: calc(100% + 28px);
    }

    .header-top-right .user-nav .top-box {
        top: calc(100% + 35px);
    }

    #content {
        padding-top: 150px;
    }

    .favorite-header .caption{
        display: none;
    }

    .favorite-header{
        margin-right: 6px;
    }

}

@media screen and (max-width: 1280px) {
    .header-top-right {
        gap: var(--space-25);
    }
    .news {
        width: 33.333%;
    }

    .mainsearch {
        width: 410px;
    }

    .arrows {
        gap: 6px;
    }

    .arrows .btn:first-of-type {
        margin-left: 15px;
    }

    .mainCategory-slide-name {
        font-size: calc(var(--font-24) - 3px);
    }

    .product-price .price:not(.price-old) {
        font-size: 16px;
    }

    .main-bananers .main-bananer {
        padding: 7px;
    }

    .main-bananers {
        margin: -7px;
    }

    .btn-lg {
        height: 40px;
        font-size: 14px;
    }

    .shop-product-view-bottom-left {
        padding-right: var(--space-25);
    }

    .shop-product-view-bottom-right {
        padding-left: var(--space-25);
    }

    .gallery-list {
        margin: -5px;
    }

    .gallery-list-item {
        padding: 5px;
    }

    .btn-square {
        width: 40px;
        height: 40px;
    }

    .main-seo-images {
        margin: -7px;
    }

    .main-seo-image {
        padding: 7px;
    }



}

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

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

@media screen and (max-width: 1139px) {
    .rwdMenu li.has-categories{
        display: none;
    }
    .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%;
    }

    .rwdMenu ul li > div {
        width: 100%;
        display: none;
    }

    .rwdMenu ul li > div ul {
        display: block;
    }

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

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

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

    .mainsearch.rwdPanel .mainsearch-search {
        background-color: #fff;
    }

    .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;
        flex-shrink: 0;
    }

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

    .mainsearch.rwdPanel input {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwdPanel .user-nav-item-inner .icon {
        width: 20px !important;
        height: 24px !important;
        margin: 0 !important;
        margin-right: 10px !important;
    }

    .header-top .user-nav-item-inner {
        gap: 7px;
    }

    .header-top-inner {
        padding: 12px 0;
        padding-right: 0;
    }

    #content {
        padding-top: 73px;
    }

    .mainsearch {
        width: initial;
    }

    .offer-menu-shadow {
        display: none !important;
    }

    .offer-menu-list-wrapper {
        width: 100%;
        display: none;
    }

    .offer-menu-list {
        display: block !important;
        width: 100%;
    }

    .category-list-wrapper {
        width: 100%;
        max-height: initial;
        overflow: initial;
        max-width: initial;
    }

    .category-list-wrapper > ul {
        display: block !important;
        width: 100%;
    }

    .rwdMenu .fa:not(.fa-shopping-cart) {
        display: none !important;
    }

    .btn-lg {
        min-width: 135px;
        padding: 10px 15px;
    }

    .mainCategories-slider {
        margin: 16px -7px;
    }

    .mainCategories-slide {
        padding: 16px 7px;
    }

    .product-title {
        font-size: 13px;
    }

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

    .footer-col-title {
        padding: 5px 0;
        font-size: 18px;
        margin: 0;
        position: relative;
    }

    .footer-col-title:after {
        content: '\f107';
        position: absolute;
        font-family: FontAwesome;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all .2s linear;
    }

    .footer-col-heading.active .footer-col-title:after {
        transform: translateY(-50%) scaleY(-1);
    }

    .footer-cols {
        flex-direction: column;
        margin-bottom: 0;
        padding: 25px;
        /*gap: var(--space-60);*/
    }

    .footer-col {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-social .social-icon {
        width: 40px;
        height: 40px;
    }

    .footer-col-1 {
        padding-bottom: var(--space-50);
        display: flex;
        flex-wrap: wrap;
        gap: var(--space-40);
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 0;
    }

    .footer-col-4 {
        border-bottom: 0;
    }

    /*ASIDE*/
    .asidedPage-content {
        width: 100%;
        padding-left: 0;
    }

    .aside-button {
        display: none;
    }

    .aside {
        padding-top: 40px;
        padding-bottom: 50px;
        position: fixed;
        left: -280px;
        pointer-events: none;
        width: 280px;
        z-index: 9999;
        transition: all 0.3s;
        top: 72px;
        bottom: 0;
        margin-bottom: 0;
    }

    header.rollup + #content .aside {
        top: 0;
    }

    .aside-shadow {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    .aside-shadow.active {
        position: fixed;
        inset: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
        pointer-events: auto;
    }

    .aside-bg {
        display: block;
        background-color: #fff;
        right: 0;
        z-index: -1;
    }
    .aside::-webkit-scrollbar-thumb{
        background-color: var(--color-primary);
        width: 10px;
    }
    .aside::-webkit-scrollbar{
        width: 10px;
        
    }
    .aside::-webkit-scrollbar-track{
        width: 10px;

        background-color: rgba(0,0,0,0.1);
    }
    .aside{
        max-height: calc(100vh - 68px);
        overflow: auto;
        background-color: #FFF;
    }


    .aside-close {
        display: block;
        position: absolute;
        font-size: 20px;
        top: 10px;
        right: 10px;
    }

    .aside.active {
        left: 0;
        margin-left: 0;
        pointer-events: auto;
    }

    .aside-menu > ul > li > .menuList-group {
        border-radius: 0 !important;
    }

    .aside-menu {
        max-height: calc(100vh - 78px);
        overflow: auto;
        scrollbar-width: thin;
    }

    .aside-menu > ul > li > .menuList-group > a {
        display: flex;
        align-items: center;
        line-height: 21px;
        padding: 8px 0;
        min-height: 50px;
    }

    .aside-menu > ul > li > ul {
        margin-top: 0;
        border-radius: 0;
    }

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

    .btn-basket {
        font-size: 14px;
    }

    .product-links-collection .btn {
        font-size: 14px;
    }

    .product-links-collection {
        gap: 10px;
    }

    .icon-item .icon {
        max-width: 40px;
        flex-shrink: 0;
    }

    .section-icons-inner {
        margin: -10px;
    }

    .icon-item {
        padding: 10px;
    }

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

    .sticky-link {
        top: 20%;
        right: 10px;
    }

    .sticky-link .icon {
        width: 44px;
    }

    .footer-contact-wrapper {
        flex-direction: row;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .main-seo-image {
        width: 16.6666%;
    }

    .page-filter .mainsearch-search {
        padding: 0 15px;
    }


    .filter-form-title{
        padding: 0 20px;
        font-size: 22px;
    }

    .shop-category .breadcrumb > li:first-of-type,
    .shop-product-view .breadcrumb > li:first-of-type,
    .shop-product-view .breadcrumb > li:nth-child(2) {
        display: none;
    }

    .shop-category .breadcrumb > li:nth-child(2):before,
    .shop-product-view .breadcrumb > li:nth-child(3):before{
        display: none;
    }

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

    .categories-rwd > li > a {
        font-weight: 700;
    }

    .categories-rwd > li ul li ul li ul li a::before {
        content: '–';
        margin-right: 6px;
        margin-bottom: 2px;
    }

    .rwdPanel-action-toggle.main-menu-button:not(.action-toggle-close){
        position: fixed;
        top: 80px;
        right: 0;
        z-index: -1;
        background-color: var(--color-primary);
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 26px;
    }

    .rwdPanel-action-toggle.main-menu-button:not(.action-toggle-close)::before {
        display: none;
    }

    .rwdPanel-action-toggle.main-menu-button.action-toggle-close{
        position: absolute;
        right: 6px;
        left: initial;
        top: 6px;

    }
    #rwd-mainmenu{
        padding-top: 50px;
    }

    .categories-rwd > li:last-of-type{
           border-bottom: 0;
    }

    .rwdMenu .header-top-right-link .icon{
        width: 27px !important;
        height: 27px !important;
        margin: 0 -3px !important;
    }

    .basket-view .form-element-nip{
        width: 100%;
    }

    .filters-top{
        display: flex;
    }

    .shop-sort-form {
        display: none;
    }

    #product-filter-form{
        display: none;
    }

    .heading-left.sort-section .form-element-text{
        display: none;
    }

    .heading-left.sort-section {
        flex-grow: 1;
    }

    .heading-left.sort-section .form-element-wrapper{
        width: 100%;
    }

    .shop-sort-inner,
    .filter-form-buttons{
        margin-bottom: var(--space-50);
    }



}

@media screen and (max-width: 900px) {
    .footer-bar {
        text-align: center;
        padding: 13px 0;
        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;
    }

    .section-heading {
        gap: 15px;
    }

    .section-heading-right {
        position: static;
    }

    .section-heading .text {
        margin-top: 0;
    }

    .footer-bar {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .footer-bar-content {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer-bottom-text {
        width: 100%;
    }

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

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

    .product-photo {
        width: 70%;
        margin: 0 auto;
        padding-right: 0;
    }

    .shop-product-top-right {
        width: 100%;
        padding-top: var(--space-50);
    }

    .shop-product-top-right-inner {
        padding-left: 0;
        border-left: 0;
    }

    .shop-product-top-right .section-title {
        padding-left: 0;
    }

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

    .shop-product-view-bottom-right {
        width: 70%;
        margin: 0 auto;
        padding-bottom: var(--space-50);
        padding-left: 0;
    }

    .shop-product-view-bottom {
        flex-direction: column-reverse;
    }

    .news, .subpage .news {
        width: 50%;
    }

    .icon-item {
        width: 33.3333%;
    }

    .main-seo-image {
        width: 20%;
    }

    .product-photo .product-slide.swiper-slide {
        height: initial;
    }

}

@media screen and (max-width: 767px) {
    .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;
    }

    .aside {
        top: 68px;
    }

    .shop-product-list {
        margin: -12px -6px;
    }

    .shop-product-box {
        padding: 12px 6px;
    }

    #content {
        padding-top: 69px;
    }

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

    .section-title-lg {
        font-size: var(--font-48);
    }

    .main-seo-image {
        width: 25%;
    }

    .mainCategories-slide{
        width: 25%;
    }

}

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

@media screen and (max-width: 639px) {
    .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;
    }

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

    /*.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;*/
    /*}*/

    .header-top .user-nav-item-inner .caption,
    .header-top-right .header-top-right-link .caption {
        display: none;
    }

    .main-bananer.width-50 {
        width: 100%;
    }

    .sort-section .select2-container--default .select2-selection--multiple, .sort-section .select2-container .select2-selection--single {
        min-width: 240px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 16px;
    }

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

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

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

    .footer-col-1 {
        flex-direction: column;
    }

    .header-top-right {
        gap: 25px;
    }
    .basket-box-btn .caption{
        display: none;
    }

    .mainsearch-search .form-element-select-container{
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .footer-contact-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .header-top-right {
        gap: 20px;
    }
    .text {
        word-wrap: break-word;
        font-size: 14px;
    }

    .aside {
        top: 67px;
    }

    .main-seo-images {
        margin: -6px;
    }

    .main-seo-image {
        width: 33.3333%;
        padding: 6px;
    }

    .shop-product-variant-row{
        flex-direction: column;
        gap: 10px;
    }

    .shop-product-variant-label {
        width: 100%;
    }

    .shop-product-variant-element{
        width: 100%;
        padding: 0;
    }

    .mainCategories-slide{
        width: 33.3333%;
    }

    .section-title{
        font-size: calc(var(--font-36) + 9px);
    }


    .text h2 {
        font-size: 21px;
    }

    .text h3 {
        font-size: 18px;
    }

    .text h4 {
        font-size: 17px;
    }

    .hide-bananer-mobile{
        display: none;
    }

    .shop-product-top-right .section-title{
        font-size: 21px;
    }

    .shop-product-view-description .section-title{
        font-size: 21px;
    }

    .shop-product-view .section-title{
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .modal-footer > .btn {
        width: 100%;
    }

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



    .icon-item {
        width: 50%;
    }

    .invoice-address-fieldset .form-element-label-wrapper .form-element-name {
        display: block;
    }


    .form-element-copy-btn {
        margin-top: 10px;
    }

    .search-box .btn {
        white-space: normal;
        height: initial;
        min-height: 40px;
    }

    .header-top-right {
        gap: 22px;
    }

    .mainsearch .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 6px;
        padding-right: 23px;
    }

    .mainsearch .select2-container .select2-selection--single {
        min-width: initial;
    }


    .select2-container--default .select2-selection--single .select2-selection__arrow:before{
        font-size: 14px;
    }
    /*.header-top-right .user-nav {*/
    /*    display: none;*/
    /*}*/

    .header-top-right .header-top-right-link{
        display: none;
    }

    .mainsearch-rwd-button{
        width: initial;
    }

}

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

    .product-image img{
        object-fit: contain;
        flex-grow: 1;
    }
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    /*.header-top .user-nav{*/
    /*    display: none;*/
    /*}*/


    .header-top-right {
        gap: 12px;
    }
    
    .main-slide {
        display: block;
    }

    .main-slide-image + .main-slide-image {
        margin-top: 10px;
    }

    .main-slider .swiper-pagination-bullet {
        margin: 0 6px !important;
    }

    .footer-contact {
        width: 220px;
    }

    .sort-section .form-element-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .shop-sort-inner {
        justify-content: flex-start;
    }

    .product-photo {
        width: 100%;
    }

    .btn-basket .icon {
        width: 17px;
    }

    .btn-basket .btn-left {
        gap: 6px;
        padding-right: 6px;
    }

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

    .shop-quantity-box input.input-qty {
        max-width: 140px;
    }

    .product-links-collection {
        flex-direction: column;
    }

    .product-links-collection .btn {
        width: 100%;
    }

    .shop-product-view-bottom-right {
        width: 100%;
    }

    .btn-left {
        padding-right: var(--space-60);
    }

    .news, .subpage .news {
        width: 100%;
    }

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

    .main-seo-image {
        width: 50%;
    }

    .mainCategories-slide{
        width: 50%;
    }
}

@media screen and (max-width: 380px) {
    .logo {
        max-width: 140px;
    }
    .mainsearch.rwdPanel .form-element-container.form-element-select-container {
        width: 150px;
    }

    /*.shop-product-box, .asidedPage-content .shop-product-box {*/
    /*    width: 100%;*/
    /*}*/

    .section-title-lg {
        font-size: calc(var(--font-48) - 3px);
    }

    .mainsearch.rwdPanel .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 11px;
    }

    .mainsearch.rwdPanel .select2-results__option[aria-selected] {
        font-size: 11px;
        line-height: 18px;
        padding: 6px 8px;
    }

    .mainsearch input.form-control {
        padding: 5px 7px;
    }

    .mainsearch input.form-control {
        font-size: 11px;
    }

    .mainsearch input.form-control::placeholder{
        font-size: 11px;
    }

    .mainsearch .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 11px;
    }

}

@media screen and (max-width: 140px) {
    .mainsearch.rwdPanel .form-element-container.form-element-select-container {
        width: 120px;
    }

}
@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;

        --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;
    }
}