.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    display: flex;
}

.breadcrumbs li a {
    white-space: nowrap;
}

#catalog-list-sort>option {
    color: black;
}

.header-body__nav a {
    position: relative;
}

.header-body__nav a span {
    position: absolute;
    top: -0.375rem;
    right: -0.34375rem;
    width: 1rem;
    height: 1rem;
    background-color: #4a5a49;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-body__nav a span.red {
    background-color: #e16b38;
}

.product-buttons__favorite.is-favorite svg.is-favorite__empty {
    display: block;
}

.product-buttons__favorite.is-favorite.active svg.is-favorite__empty {
    display: none;
}

.product-buttons__favorite.is-favorite svg.is-favorite__active {
    display: none;
}

.product-buttons__favorite.is-favorite.active svg.is-favorite__active {
    display: block;
}

.card__image-star.in-favorite svg.is-favorite__empty {
    display: block;
}

.card__image-star.in-favorite.active svg.is-favorite__empty {
    display: none;
}

.card__image-star.in-favorite svg.is-favorite__active {
    display: none;
}

.card__image-star.in-favorite.active svg.is-favorite__active {
    display: block;
}

.cart-order__block-row div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.help-block {
    color: red;
}

.card-info__sizes label span {
    min-width: 43px;
    min-height: 43px;
    width: auto;
    height: auto;
    padding: 10px;
}

.product-size__size {
    flex-wrap: wrap;
}

.product-size__size label span {
    min-width: 43px;
    min-height: 43px;
    width: auto;
    height: auto;
    padding: 10px;
}

.popup--filter .filter .sizes {
    flex-wrap: wrap;
}

.popup--filter .filter .sizes-item__title {
    min-width: 43px;
    min-height: 43px;
    width: auto;
    height: auto;
    padding: 10px;
}

.contacts-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

    margin: 2rem 0 0;
    padding: 0 6.25rem 0 0;
    gap: 1.5rem;
}

.checkbox-row {
    color: white;
}

.control-label {
    color: #d8d8e5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem;
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read {
    display: none;
}

.hide {
    display: none;
}

.read.active {
    display: block;
}

.hide.active {
    display: block;
}

.card-info__colors {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.75rem;
}


   .card-info__price {
        margin: 1.5rem 0 0;
   }

.card-info__colors label {
    cursor: pointer;
    position: relative;
}

.card-info__colors label span {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    border-radius: 4px;
    border: 0.0625rem solid #bbb;
    opacity: .6;
    color: #bbb;
    font-size: 0.9375rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.card-info__colors label span {
    min-width: 43px;
    min-height: 43px;
    width: auto;
    height: auto;
    padding: 10px;
}

.card-info__colors label input:checked+span {
    background: #62675c;
    border-color: #62675c;
    color: #fff;
    opacity: 1;
}

/*.product-color__row label span {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    border-radius: 4px;
    border: 0.0625rem solid #bbb;
    opacity: .6;
    color: #bbb;
    font-size: 0.9375rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-color__row label span {
    min-width: 43px;
    min-height: 43px;
    width: auto;
    height: auto;
    padding: 10px;
}*/

.product-color__row label input:checked+span {
    background: #62675c;
    border-color: #62675c;
    color: #fff;
    opacity: 1;
}

.developer {
    display: flex;
    flex-direction: column;
    align-items: start;
    --developer_logo_hover_filter: var(--light, none) var(--dark, brightness(110%) contrast(150%));
    width: 100% !important;
}

@media(max-width: 767px) {
    .developer {
        display: flex;
        align-items: center;
        --developer_logo_hover_filter: var(--light, none) var(--dark, brightness(110%) contrast(150%));
        width: 100% !important;
    }
}

.developer:hover .developer__title {
    color: #80975d;
}

.developer__title {
    font-size: .8em;
    line-height: 1.7;
}

.developer__logo {
    max-height: 40px;
    max-width: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.svg svg {
    display: block;
}

.developer__logo svg {
    max-height: 40px;
    max-width: 90px;
}

.postscr {
    font-size: .8em;
}

#growls.default {
    top: 100px;
    right: 10px;
}

.about-info__col {
    width: auto;
}

.popup--card .product-color__row input:checked~.product-color__row-round {
    border-color: #fff;
}

.popup--card .product-color__row input:checked~.product-color__row-round svg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.favorite__container {
    position: static;
    z-index: 1;
}

.favorite__img {
    z-index: -1;
}

.popup-card__color {
    margin-bottom: 1.5rem;
}

.popup-card__size {
    margin-bottom: 1.5rem;
}

.popup-card__gallery {
    margin-bottom: 1.5rem;
}

.footer-col__list a {

}

.cart-list__top-remove.js-basket-good-remove {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .cart-list__top-remove.js-basket-good-remove {
        margin-top: 0;
    }

    .right-col {
        flex-direction: column;
    }

    .footer-col__list a {
        text-align: center;
    }
}

.size-body__content {
    width: 100%;
}
.card-info__colors.type-2 div {
    position: relative;
}

.card-info__colors.type-2 div {
    border-radius: 5px;
    width: 1.6875rem;
    height: 1.6875rem;
}

.card-info__colors.type-2 div.no-color {
    opacity: 0.5;
}

.card-info__colors.type-2 div.no-color::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.card-info__colors.type-2 div.no-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.product-color__row-round.no-color {
    opacity: 0.5;
}

.popup--card .product-color__row input:checked:disabled~.product-color__row-round {
    opacity: 0.5;
}

.popup-card__color .product-color__row-round.no-color {
    opacity: 0.5;
}

.popup-card__color .product-color__row-round.no-color::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.popup-card__color .product-color__row-round.no-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.product-content .product-color__row-round.no-color {
    opacity: 0.5;
}

.product-content .product-color__row-round.no-color::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 59px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.product-content .product-color__row-round.no-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.product-content .product-color__row-round.no-color+.product-color__row-name {
    opacity: 0.5;
}

.size-body__table td {
    color: #d5d5d5;
}

.size {
    margin: 16rem 0 0;
}

.popup--filter .filter .sizes-item input:checked+.sizes-item__title {
    color: #fff;
}

/* .main-body__label.text.fz14 {
    font-size: 18px;
    line-height: 1.5rem;
} */