.good__images img.active {
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-header__nav li img {
    max-width: 60px;
}

.text-center {
    text-align: center;
    justify-content: center;
}

.filter-section__buttons {
    flex-wrap: wrap;
}

.filter-section__buttons .btn {
    white-space: nowrap;
}

.clear-filter {
    text-decoration: none;
    font-size: 14px;
    color: rgb(157, 157, 157);
}

.location-search-captions {
    position: absolute;
    top: 76px;
    background: #fff;
    padding: 15px;
    width: 600px;
    max-width: 100%;
    border: 0.5px solid rgba(0, 0, 0, .44);
    border-radius: 6px;
    visibility: hidden;
}

.item__prices .filter-button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #737984;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.item__prices .filter-button:hover {
    border-bottom: 1px dashed;
}

.header__phones {
    /*gap: 20px;*/
    justify-content: space-between;
}

body .location-search-captions ul {
    margin: 0;
    padding: 0;
    column-count: 2;
    display: grid;
    margin-left: 0;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 15px;
}

body .location-search-captions ul a:hover {
    color: black;
}

body .location-search-captions ul li {
    /*margin-bottom: 15px;*/
}

.shop .label_2 {
    background: rgba(42, 49, 60, 0.48);
}

.articles-list {
    margin-top: 0;
}

.shop__phone {
    color: #000;
    text-decoration: none;
}

.article-page ul li {
    display: block;
    vertical-align: middle;
}

.article-page ul li:before {
    margin-left: -34px;
    display: inline-block;
    position: relative;
    top: 6px;
    /*padding-top: 10px;*/
}

.page-header__nav {
    flex-wrap: wrap;
}

.good__images-lines span {
    padding: 0 4px;
}

.good__images-lines {
    gap: 0;
}

.nav-list .nav-list__content {
    display: none;
    padding-bottom: 45px;
}
.nav-list li a.active svg {
    transition: all .4s;
}
.nav-list li a.active svg {
    transform: rotate(90deg);
}

.nav-list li .nav-list__content a {
    color:#2a313c;
}

.nav-list ul {
    padding-left: 20px;
}

.nav-list ul li {
    border-bottom: none;
    list-style-type: disc;
}


.feature-table {
    width: 100%;
}

.feature-table td {
    padding: 10px;
}

.js-add-to-fav svg {
    stroke: #000;
}

.js-add-to-fav.active svg {
    stroke: red;
}

.cart-item__title {
    padding-right: 150px;
    text-decoration: none;
    color: #000;
    display: block;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 65px;
    border-radius: 20px;
    width: auto;
    font-size: 22px;
    max-width: 500px;
    margin: 20px auto;
}

.loader-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: none;
}

.location-search {
    padding: 28px 0;
    background: rgba(80, 69, 41, 0.04);
    /*height: 0;*/
    display: none;
    z-index: 9999;
    border-bottom: 0.5px solid var(--palette-black-06, rgba(0, 0, 0, 0.24));
}


.header-top__location.active i {
    transform: rotate(180deg);
}

.location-search.active {
    height: auto;
}

.location-search ul {
    display: flex;
    gap: 30px;
    row-gap: 12px;
    margin-left: 40px;
    flex-wrap: wrap;
}

.location-search ul li {
    list-style-type: none;

}

.location-search ul li a:hover {
    color: #000;
}

.header__phones-mobile {
    display: none;
}

.header__phones-btn {
    padding: 6px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(79, 76, 76);
    border-radius: 50%;
}

.mcp {
    display: none;
}

.mcp.active {
    display: block;
    position: absolute;
    top: 75px;
    left: 15px;
    right: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(79, 76, 76, 0.5);
    max-height: 100vh;
    z-index: 90;
    box-shadow: 0 0 15px rgb(238, 238, 238);
}

.mcp__item {
    margin-bottom: 20px;
}

.mcp__item.region a {
    color: #737984;
}
.mcp__item.region {
    font-size: 18px;
}

.mcp__item.region p {
    margin-bottom: 5px;
    padding-bottom: 0;
    /*font-weight: bold;*/
}

@media (max-width: 991px){
    .header__phones {
        display: none !important;
    }
    .header__phones-mobile {
        display: flex;
        justify-content: flex-end;
    }
}

.right-popup__content {
    padding: 30px 24px;
    overflow: auto;
}
@media (max-width: 768px){
    .location-search {
        position: fixed;
        background: #fff;
        width: 100%;
    }
    .right-popup__content {
        padding: 30px 24px 80px;
    }
    .clear-filter {
        margin-right: 50px;
    }
    .header-main {
        padding-top: 25px;
    }

    .location-search ul {
        margin-left: 0;
        margin-top: 15px;
    }
}

.location-search ul a {
    color: #737984;
    text-decoration: none;
    white-space: nowrap;
}

.loader.show {
    display: flex;
}
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #2a313c;
    animation: prixClipFix 2s linear infinite ;
}

.section-good .colors .color .input {
    background-size: cover !important;
    transition: all .4s;
}

.item-slider {
    border: 1px solid  rgba(0, 0, 0, 0.08);
}

.item__sticky-slider .swiper-slide {
    cursor: pointer;
}


.good__images {
    border-radius: 16px;
    border: 1px solid  rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: block;
}
.good__images img {
    transition: all .4s;
}
.good_mini:hover .good__images img {
    transform: scale(1.05);
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

.good__price {
    font-weight: 600;
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.white-popup h4 {
    margin-bottom: 30px;
}

.right-popup {
    position: fixed;
    visibility: hidden;
    top: 0;
    background: #fff;
    z-index: 99;
    height: 100%;
    width: 477px;
    max-width: 100%;
    right: -800px;
    transition: .2s linear;
    display: flex;
    flex-direction: column;
}

.right-popup__actions .button {
    background: #000;
}

.right-popup__prev {
    display: none;
}

.right-popup.secondary .right-popup__prev {
    display: flex;
}

.right-popup__actions {
    position: absolute;
    top: 66px;
    right: calc(12px + 100%);
    display: flex;
    align-items: center;
    gap: 12px;
}

.right-popup.active {
    visibility: visible;
    right: 0;
}


.right-popup__content.right-popup__content-filter {
    display: none;
}

.right-popup.secondary .right-popup__content {
    display: none;
}

.right-popup.secondary .right-popup__content-filter {
    display: block;
}

.right-popup__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 16px;
}
.color-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

.color-grid__element img {
    border-radius: 12px;
    display: block;
    overflow: hidden;
    transition: all .4s
}
.color-grid__element {
    cursor: pointer;
    display: flex;
    flex-direction: column;

}

.color-grid__element:nth-child(n + 9) {
    display: none;
}

.right-popup .nav-list__content label {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    cursor: pointer;
}

.right-popup .nav-list__content label label {
    margin-bottom: 0;
}

.right-popup .nav-list__content label.active {
    font-weight: bold;
}

.right-popup .nav-list__content label:hover {
    color: #737984;
}

.right-popup__color {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 16px;
    border: 0.50px rgba(0, 0, 0, 0.08) solid;

}

.color-grid.show-all .color-grid__element:nth-child(n + 9) {
    display: block;
}

.color-grid__more {
    border-radius: 14px;
    border: 1px solid #2A313C;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #fff;
}

.show-all + .color-grid__more {
    display: none;
}

.color-grid__element span {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.color-grid__element:hover span {
    color: #737984;
}

.color-grid__element:hover img {
    transform: scale(1.05);
}

.article-page ul {
    margin: 30px;
}

.right-popup .nav-list li {
    /*border: none;*/
}
.right-popup .nav-list li > a {
    font-size: 16px;
    padding: 16px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.right-popup .nav-list li > a span {
    justify-self: flex-start;
    margin-right: auto;
    margin-left: 10px;
}
.right-popup .nav-list li > a.disabled {
    opacity: 0.4;
}
*.has {
    position: relative;
}

#main-pfilter.right-popup .nav-list__content label {
    /*margin-bottom: 0;*/
}
.right-popup__bottom {
    position: absolute;
    bottom: 20px;
    left: 24px;
    right: 24px;
    background: linear-gradient(rgba(255, 255, 255, 0.72), #fff);
    padding: 15px 0 0;
}
.right-popup__bottom button {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.current-filters li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.good {
    position: relative;
}

.good__labels {
    position: absolute;
    top: 16px;
    right: 16px;
    gap: 10px;
    z-index: 9;
}

.good__label {
    border-radius: 8px;
    background: #2A313C;
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.good__image-labels {
    position: absolute;
    bottom: 15px;
    left: 0px;
    gap: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}

.good__image-labels .good__label {
    background: none;
    width: 40px;
    display: block !important;
    height: auto !important;
    object-fit: contain;
    flex-shrink: 0;
}

#item-slider .good__image-labels .good__label {
    width: 80px !important;
}

@media (max-width: 992px) {
    .good__image-labels {
        /*bottom: auto;*/
        /*top: 200px*/
    }
}

.search-result strong {
    margin-bottom: 25px;
    display: block;
}

.help-block {
    color: red;
    font-size: 12px;
}

.delivery-textb {
    display: none;
}

*.has:after{content: attr(data-count); display: flex; align-items: center; justify-content: center; width:16px;height:16px;position:absolute;top:-8px;right:-8px;background:#2a313c;border-radius:50%;box-shadow:0 0 0 3px #fff; color: #fff; font-size: 9px}
#productsearch-productattributes-1, #productsearch-productattributes-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.nav-list a.has:after {
    top: 20px;
    right: 35px;
}

body.hidden {
    overflow: hidden;
}

.right-popup__nav {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.right-popup__close {
    display: none;
}

.right-popup__close svg {
    stroke: #000;
    stroke-width: 2;
    width: 24px;
    height: 24px;
}

.white-popup.cookies-popup {
    font-size: 16px;
}

.white-popup.cookies-popup a {
    color: #2a313c
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    z-index: 9999999;
    box-sizing: border-box;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .08);
    display: none;
}

#category-slider .swiper-slide {
    width: 100px;
    text-align: center;
}

#category-slider .swiper-slide a {
    text-decoration: none;
    color: #2a313c;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    font-size: 14px;
}

#category-slider .swiper-slide a.active, #category-slider .swiper-slide a:hover {
    background-color: #fff;
    border-radius: 10px;
}

.subsections {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;

}

.subsections li {
    list-style-type: none;
    margin-bottom: 15px;
}

.subsections a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #2a313c;
    text-decoration: none;
    border: 1px solid transparent;
}

.subsections a.active, .subsections a:hover {
    border-color: #2a313c;
}

#category-slider .swiper-slide a img {
    border-radius: 10px;
}

.category-slider-wrapper .swiper-arrow-right.swiper-button-disabled,
.category-slider-wrapper .swiper-arrow-left.swiper-button-disabled {
    opacity: .32;
}
.category-slider-wrapper .swiper-arrow-right {
    position: absolute;
    cursor: pointer;
    right: -50px;
    width: 20px;
    height: 20px;
    padding: 10px;
    z-index: 2;
    background: #f0f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    top: calc(50% - 20px);
}

.category-slider-wrapper svg {
    display: block;
    width: 10px;
    height: 10px;
}

.category-slider-wrapper a:hover {
    color: #737984;
}


.main-menu__list  ul ul a {
    font-size: 14px;
    line-height: 18px;
}

.container {
    box-sizing: border-box;
}


#contact-form label {
    margin-bottom: 10px;
    display: block;
}

textarea {
    background: #fcfcfc;
    padding: 10px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 6px;
    box-sizing: border-box;
}

.main-menu__list  ul ul {
    margin-bottom: 32px;
}

.category-slider-wrapper .swiper-arrow-left {
    position: absolute;
    cursor: pointer;
    left: -50px;
    width: 20px;
    height: 20px;
    padding: 10px;
    z-index: 2;
    background: #f0f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    top: calc(50% - 20px);
}

#category-slider .swiper-slide img {
    width: 100px;
    max-width: 100%;
    height: 100px;
    object-fit: cover;
    /*margin-bottom: 15px;*/
    margin: 0 auto 15px;
    display: block;
}


.cookies.show-cookies {
    display: flex;
}

.cookies .cookie-left a {
    color: #2a313c;
}

.mslider, .mslider .swiper-slide img {
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover;
}

.tizer-slider .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 420px;
}

.good.good_mini .item__prices {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px
}

#clear-filter {
    text-decoration: none;
    color: #2a313c;
    font-size: 13px;
    display: none;
}
.page-header__nav {
    overflow: hidden;
}
.category-slider-wrapper {
    overflow: visible;
    position: relative;
}

@media screen and (max-width: 768px) {
    .color-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .right-popup__close {
        display: block;
        position: absolute;
        top: 35px;
        right: 30px;
    }

    .right-popup {
        max-height: 80%;
        top: auto;
        bottom: 78px;
    }

    #category-slider {
        padding: 40px 25px;
    }

    .category-slider-wrapper .swiper-arrow-right {
        right: 0;
    }
    .category-slider-wrapper .swiper-arrow-left {
        left: 0;
    }

    .page-header__nav {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .white-popup {
        padding: 40px;
    }

    .cookies {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .location-search-captions {
        width: auto;
        right: 0;
        border: none;
        left: 0;
    }

    body .location-search-captions ul {
        grid-template-columns: 1fr;
    }
}