

/* Start:/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/style.css?176338353385134*/
.catalog-block--name {
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(53 53 53 / 20%);
}
.catalog-block--guaranty {
    padding-bottom: 19px;
}
.catalog-block--photo {
    padding: 70px 0;
}
.catalog-block--service_info {
    padding: 15px 0;
}
.catalog-block--offer {
    
}
.catalog-block--props {
    
}
.catalog-block--buy_block {
    
}
.catalog-block--store {
    
}
.catalog-block--tabs {
    
}
.catalog-block--tabs_content {
    
}

.catalog-element--subtitle {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgb(53 53 53 / 50%);
}

[data-toggle="copy_text"] {
    cursor: pointer;
}

[data-toggle="copy_text"] .copy-tooltipe {
    position: absolute;
    font-size: 12px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 8px 40px 0px rgb(114 45 79 / 4%);
    border: 1px solid rgb(114 45 79 / 15%);
    bottom: 0;
    right: 50%;
    transform: translate(50%, 100%);
    color: #353535;
    z-index: 1;
}

.catalog-element--top-icon {
    gap: 5px;
}


.catalog-element--top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(114, 45, 79, 0.15);
}
.catalog-element--wrapper .row > div:last-child {
    border-bottom-color: transparent;
}

.catalog-element--top-item {
    margin: 0 15px;
}
.catalog-element--top-item:first-child {
    margin: 0 15px 0 30px;
}

.catalog-element--top-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.catalog-element--top-icon img {
    margin-right: 13px;
    width: 20px;
}
.catalog-element--top-icon span {
    font-size: 14px;
    line-height: 260%;
}

.catalog-element--cert {
    cursor: pointer;
}

.catalog-element--vendore-code {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.5;
    margin: 25px 0;
}

.catalog-element--img-item {
    height: 600px;
}
.catalog-element--img-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-element--img {
    max-height: 600px;
    margin-top: 50px;
}

.catalog-element--img.catalog-image-fixed,
.catalog-element--img.catalog-image-absolute {
    width: calc(50% - var(--bs-gutter-x));
}
.catalog-element--img.catalog-image-fixed {
    position: fixed;
}
.catalog-element--img.catalog-image-absolute {
    position: absolute;
}

.catalog-element--img a {
    display: block;
    cursor: zoom-in;
}
.catalog-element--img img.bx-lazyload-success {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog-element--img img:not(.bx-lazyload-success) {
    height: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .catalog-element--img-item {
        height: 350px;
    }

    .catalog-block--guaranty {
        border-bottom: 1px solid rgb(53 53 53 / 20%);
    }
}

@media (max-width: 991px) {
    .catalog-block--photo {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .catalog-block--photo {
        padding: 30px 0;
    }

    .catalog-element--img-item {
        height: 320px;
    }
}

.catalog-element--props {
    margin: 28px 0;
}

.catalog-element--props-block {
    margin: 25px 0 0;
}
.catalog-block--props {
    margin: 25px 0 0;
}

.catalog-element--props-title {
    margin-bottom: 10px;
}

.catalog-element--props-content.catalog-item--rating {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -4px;
}
.catalog-element--props-content.catalog-item--offer {
    margin-left: -7px;
    margin-right: -8px;
}

.catalog-element--props-review_rating {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}

.catalog-element--props-rating_star {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/star_active.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 4px;
}

.catalog-element--props-review_count {
    font-size: 14px;
    margin-left: 4px;
    font-weight: 500;
    line-height: normal;
    color: #722D4F;
    border-bottom: 1px solid #722D4F;
    transition: border-color .3s ease-out;
    cursor: pointer;
}
.catalog-element--props-review_count:hover {
    border-bottom-color: transparent;
}

.catalog-item--rating-element {
    margin: 0 4px 0 5px;
    font-size: 14px;
    line-height: 17px;
    color: #722D4F;
    padding: 5px 10px 2px;
    background: rgb(241 234 237);
    border-radius: 3px;
    border: 1px solid rgb(241 234 237);
    transition: background .3s ease-out, border-color .3s ease-out;
}
.catalog-item--rating-element.rating_vv a {
    color: #BA1628;
}
.catalog-item--rating-element .tip:hover:not(a),
.catalog-item--rating-element .tip:not(a) {
    border-color: transparent;
}

@media (min-width: 1201px) {
    .catalog-item--rating-element:hover {
        background: #fff;
        border-color: rgb(241 234 237);
    }
    .catalog-item--rating-element.rating_vv:hover {
        background: #BA1628;
        border-color: #BA1628;
    }
    .catalog-item--rating-element.rating_vv:hover a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .catalog-element--props-title {
        font-size: 14px;
    }

    .catalog-item--rating-element {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-element--props-content.catalog-item--offer {
        overflow: auto;
    }
    .catalog-element--props-content.catalog-item--offer::-webkit-scrollbar {
        display: none;
    }

    .catalog-element--props-content.catalog-item--offer .catalog-item--props-link {
        flex-shrink: 0;
    }

    .catalog-element--props-block {
        margin: 15px 0;
    }

    .catalog-item--props-offer .btn {
        padding: 7px;
        font-size: 12px;
    }
}

.catalog-item--available-tolltipe {
    color: #353535;
    opacity: .4;
}
.catalog-item--available-tolltipe.active {
    color: #00B641;
    opacity: 1;
}

.catalog-item--props-link {
    margin: 3px 0;
}
.catalog-item--props-link.active .btn-line {
    border-color: #722D4F;
    cursor: default;
    background: #722D4F;
    color: #fff;
}

.catalog-item--props-offer {
    margin: 0 8px 0 7px;
    height: 100%;
}
.catalog-item--props-offer.catalog-item--giftbox-label {
    position: relative;
}
.catalog-item--props-offer.catalog-item--giftbox-label::after {
    content: ' ';
    position: absolute;
    right: 11px;
    bottom: 5px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/label.svg);
    background-size: cover;
    background-position: center;
}
.catalog-item--props-offer.catalog-item--giftbox-label.catalog-item--giftbox-label--empty::after {
    right: 31px;
}
.catalog-item--props-link.active .catalog-item--props-offer.catalog-item--giftbox-label::after {
    filter: brightness(10);
}

.catalog-item--props-offer.catalog-item--pack-label {
    position: relative;
    overflow: hidden;
}
.catalog-item--props-offer.catalog-item--pack-label::before {
    content: 'ЖБ';
    position: absolute;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #722D4F;
    z-index: 1;
    right: 3px;
    bottom: 3px;
}
.catalog-item--props-offer.catalog-item--pack-label::after {
    content: ' ';
    position: absolute;
    right: -9px;
    bottom: -16px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/star.svg);
    background-size: cover;
    background-position: center;
}
.catalog-item--props-link.active .catalog-item--props-offer.catalog-item--pack-label::before {
    color: #fff;
}
.catalog-item--props-link.active .catalog-item--props-offer.catalog-item--pack-label::after {
    filter: brightness(10);
}

.catalog-item--props-offer--val.btn.btn-medium {
    padding: 7px 15px 6px;
    height: 100%;
}

.catalog-item--props-offer--detail-info--main {

}

.catalog-item--props-offer--detail-info--sub {
    opacity: 0.5;
    margin-top: 1px;
}

.catalog-item--props-offer--detail-available--active,
.catalog-item--props-offer--detail-available--disabled {
    /*margin-left: 30px;*/
    width: 7px;
    height: 7px;
    background: #00B641;
    border-radius: 50%;
}
.catalog-item--props-offer--detail-available--disabled {
    background: #aeaeae;
}

.catalog-element--chars {
    margin: 0 4px 0 5px;
}
.catalog-item--offer .catalog-element--chars {
    margin: 0 8px 0 7px;
}

.catalog-element--chars-item {
    margin: 7px 0 6px;
    font-size: 14px;
    line-height: 17px;
}

.catalog-element--chars-item--name {
    width: 40%;
    opacity: 0.5;
}

.catalog-element--chars-item--val {
    width: 60%;
    color: #353535;
}

.catalog-element--chars-item--val a {
    color: #722D4F;
    border-bottom: 1px solid rgb(114 45 79 / 15%);
}
.catalog-element--chars-item--val a:hover {
    border-bottom-color: transparent;
}

.catalog-element--chars-item--val span {
    display: inline-block;
    margin-bottom: 2px;
}

.catalog-element--chars-val[data-toggle="copy_text"] {
    color: #722D4F;
}

@media (max-width: 767px) {
    .catalog-element--chars-item--name {
        width: 55%;
    }
    .catalog-element--chars-item--val {
        width: 45%;
    }

    .catalog-item--props-offer {
        margin: 0 0px 0 7px;
    }
}

.catalog-element--chars-vkus {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #f1eaed;
    border-radius: 50%;
}
.catalog-element--chars-vkus:first-child {
    margin-left: 0;
}
.catalog-element--chars-vkus:last-child {
    margin-right: 0;
}
.catalog-element--chars-vkus.active {
    background: #722D4F;
}

.buy-block--price-wrapper {
    display: flex;
    align-items: center;
    gap: 0 10px;
    flex-wrap: wrap;
}
.buy-block--price--new .buy-block--price-wrapper {
    display: block;
}

.catalog-element--price-block {
    border: 1px solid rgb(234 224 229);
    border-radius: 3px;
    margin-top: -1px;
    padding: 25px 30px;
    box-shadow: 0px 8px 40px rgba(114, 45, 79, 0.04);
}

.catalog-element--price {
    position: relative;
    padding-right: 20px;
}

.catalog-element--price-value {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #353535;
    position: relative;
}
.catalog-element--price-value.old-price {
    opacity: 1;
    text-decoration: line-through;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 19px;
    transition: opacity .3s ease-out;
    font-weight: 500;
    order: 3;
    width: 100%;
}
.price-wrapper--new .catalog-element--price-value.old-pric,
.price-wrapper--new .catalog-element--discount-price {
    order: 2;
    width: auto;
}
.price-wrapper--new .catalog-element--discount-price {
    display: flex;
    gap: 5px;
    align-items: center;
}
.catalog-element--price-value.old-price.active {
    opacity: 0.5;
}

.catalog-element--price-value {
    order: 1;
}
.price-wrapper--new .catalog-element--price-value {
    width: auto;
    order: unset;
}
.catalog-element--price-value.old-price.active + .catalog-element--price-value {
    color: red;
    font-weight: 700;
}

.price-wrapper--new .catalog-element--price-value .element-price {
    white-space: nowrap;
}
.price-wrapper--new .catalog-element--price-value .element-price.element-price--sale {
    color: var(--wm-color-style-sale);
}

.catalog-element--price-value .element-price span {
    font-weight: 600;
}

@media (max-width: 1450px) {
    .price-wrapper--new .catalog-element--price-value {
        font-size: 32px;
    }

    .price-wrapper--new .catalog-element--price-value.old-price {
        font-size: 18px;
        line-height: 16px;
    }
}
@media (max-width: 1295px){
    .price-wrapper--new .catalog-element--price-value {
        font-size: 26px;
    }

    .price-wrapper--new .catalog-element--price-value.old-price {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .price-wrapper--new .catalog-element--price-value {
        font-size: 34px;
    }

    .price-wrapper--new .catalog-element--price-value.old-price {
        font-size: 20px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .buy-block--price--new.buy-block--price {
        flex-wrap: wrap;
    }

    .buy-block--price--new .buy-block--amount {
        text-align: left;
    }

    .price-wrapper--new .catalog-element--discount-price {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.element-discount {
    order: 2;
    position: relative;
    /*width: 100%;*/
}
.price-wrapper--new .element-discount {
    order: unset;
}

.buy-block {
    flex: 1 1 auto;
    max-width: 100%;
}

.buy-block--price-wrapper .element-discount span {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 10px 5px;
    background: rgba(114, 45, 79, 0.1);
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    color: #722d4f;
}
.price-wrapper--new.buy-block--price-wrapper .element-discount span {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 10px 5px;
    background: var(--wm-color-style-sale);
    border-radius: 8px;
    font-weight: 700;
    color: var(--wm-color-light);
    letter-spacing: 0.03em;
}

.buy-block--price-wrapper .element-discount i,
.element-discount--info[data-toggle="benefit-tooltip"],
.element-discount--info[data-toggle="discount-tooltip"] {
    display: block;
    position: absolute;
    font-style: normal;
    width: 14px;
    height: 14px;
    background: #722D4F;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    top: -7px;
    right: -7px;
    cursor: default;
}
.element-discount--info[data-toggle="benefit-tooltip"],
.element-discount--info[data-toggle="discount-tooltip"] {
    top: -2px;
    right: -18px;
}
.price-wrapper--new .element-discount--info[data-toggle="benefit-tooltip"],
.price-wrapper--new .element-discount--info[data-toggle="discount-tooltip"] {
    position: relative;
    top: -15px;
    right: -4px;
}

.discount-tooltip .tooltip-arrow {
    display: none!important;
}

.discount-tooltip .tooltip-inner {
    box-shadow: 0px 5px 15px 0px #35353526;
}

.catalog-discount--tooltipe-title {
    color: rgb(53 53 53 / 50%);
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.catalog-discount--tooltipe-title a.link-action {
    color: #722D4F;
    cursor: pointer;
}

.catalog-element--amount {
    margin: 10px 0 20px;
}

.catalog-element--amount-available,
.catalog-element--amount-unavailable {
    position: relative;
    padding-left: 17px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #00B641;
}
.catalog-element--amount-available::before,
.catalog-element--amount-unavailable::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #00B641;
    border-radius: 50%;
    top: 5px;
    left: 0;
}

.catalog-element--amount-unavailable {
    color: #aeaeae;
}
.catalog-element--amount-unavailable::before {
    background: #aeaeae;
}

.catalog-element--amount-description {
    padding-left: 17px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.4;
}

.catalog-element--replacement {
    margin: 10px 0 0px;
}

.catalog-element--replacement-text {
    font-size: 14px;
    line-height: 140%;
    color: #353535;
    font-weight: 500;
    margin: 0;
}

.catalog-element--replacement-items {
    font-size: 14px;
    line-height: 140%;
}

.catalog-element--replacement-item {

}
.catalog-element--replacement-item span {
    display: inline-block;
}
.catalog-element--replacement-item a {
    color: #722D4F;
}

.catalog-element--quantity {
    margin: 15px 0;
}

.catalog-element--price-block .number-counter {
    /*width: 50%;*/
}
.catalog-similar--products .number-counter {
    width: 100%;
}
.number-counter .number-counter__btn {
    height: auto;
}

.btn.to_cart.cart_waiting {
    pointer-events: none;
    opacity: .6;
}

.btn.to_cart.not_available,
.btn.in_cart.not_available {
    background: rgb(53 53 53 / 15%);
}
.to_cart.not_available.btn.btn-primary:hover::before, 
.in_cart.not_available.btn.btn-primary:hover::before {
    opacity: .1;
}

.catalog-element--favorite {
    margin-bottom: 7px;
}
.number-counter.d-none + .catalog-element--favorite {
    padding: 0;
}
.number-counter.d-none + .catalog-element--favorite .js-add_to_favorite_detail {
    margin-left: 40px;
}
.catalog-element--price-value .catalog-element--favorite {
    margin-left: auto;
}

.catalog-element--favorite .js-add_to_favorite_detail {
    display: block;
    width: 18px;
    height: 16px;
    position: relative;
}

.catalog-element--favorite .js-add_to_favorite_detail::before {
    content: ' ';
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/favorit.svg);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .6;
    transition: opacity .3s ease-out, background .3s ease-out;
}
.catalog-element--favorite .js-add_to_favorite_detail.active::before {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/favorite_active.svg);
    opacity: 1;
}

/*.js-add_to_favorite_detail {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid rgb(114 45 79 / 10%);
    margin-left: 50px;
    position: relative;
}
.js-add_to_favorite_detail:not(.active):hover,
.js-add_to_favorite_detail.active {
    border-bottom-color: transparent;
}
.js-add_to_favorite_detail::before {
    content: ' ';
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/like.svg);
    transition: background .3s ease-out;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    top: -7px;
    left: -40px;
}
.js-add_to_favorite_detail.active::before {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/like_active.svg);
}*/

@media (min-width: 1199px) {
    .js-add_to_favorite_detail:not(.active):hover::before {
        /*background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/favorite_active.svg);*/
        opacity: 1;
    }
}

.catalog-element--buy-item:last-child {
    /*padding-left: 15px;*/
}

.catalog-element--buy-item .btn-primary,
.catalog-element--buy-item .btn-info {
    padding: 23px 0;
    max-height: 55px;
    font-weight: 600;
}

.catalog-element--buy-item .btn-primary.to_cart span {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}
.catalog-element--buy-item .btn-primary.to_cart span::before {
    content: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/cart.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -5px;
}

.catalog-element--buy-item .btn-primary.cart_waiting span {
    color: transparent;
}
.catalog-element--buy-item .btn-primary.cart_waiting span::before {
    content: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/cart_waiting.svg);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.catalog-element--buy-item .btn-primary.in_cart span::before {
    content: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/in_cart.svg);
}

.catalog-element--buy-item .btn-info span {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}
.catalog-element--buy-item .btn-info span::before {
    content: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/timer.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -5px;
}

@media (max-width: 767px) {
    .buy-block--price--new .buy-block {
        width: 100%;
    }
}

.catalog-element--order-info {
    margin-top: 20px;
}
.catalog-element--stores-list + .catalog-element--order-info {
    margin: 30px 0 10px;
}

.catalog-element--order-icon img {
    display: block;
    width: 20px;
    max-width: 20px;
    margin-right: 15px;
}
.catalog-element--order-text {
    font-size: 14px;
    line-height: 140%;
    opacity: 0.7;
}

.catalog-element--store {
    margin: 30px 0;
}

.catalog-element--store-title {
    font-size: 16px;
    color: #353535;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.catalog-element--store-map {
    position: relative;
    padding-left: 30px;
}
/*.catalog-element--store-map::before {
    content: ' ';
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/point.svg);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    background-repeat: no-repeat;
}*/

.catalog-element--stores-list {
    margin: 15px 0;
    border: 1px solid #EAE0E5;
    border-radius: 3px;
}

.spollers__item.stores-list--item {
    padding: 18px 30px 15px;
    border-bottom: 1px solid #EAE0E5;
}
.spollers__item.stores-list--item:last-child {
    border-bottom: none;
}

.spollers .spoller.stores-list--item-title {
    font-size: 14px;
    line-height: 17px;
}

.stores-list--item-title .spoller__text {
    flex-basis: 70%;
    margin-right: 10px;
}
.stores-list--item-title.active .spoller__text {
    font-weight: 600;
    color: #722D4F;
}

.stores-list--item-title .spoller__text .link-action {
    font-size: 14px;
}

.stores-list--item-title .spoller__text > div:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.stores-list--item-title .spoller__text > a {
    font-size: 13px;
}

.spollers .stores-list--item-title .spoller__arrow {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/spoiler_arrow.svg);
    width: 12px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease-out;
}
.spollers .stores-list--item-title.active .spoller__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.stores-list--item-available {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    background: #aeaeae;
    border-radius: 50%;
    margin-top: 6px;
    position:relative;
}
.stores-list--item-available.active {
    background: #00B641;
}

.store-list--item-metro {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 7px;
    flex-shrink: 0;
}
.store-list--item-metro img {
    width: 100%;
}
.store-list--item-metro.red {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-red.svg);
}
.store-list--item-metro.orange {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-orange.svg);
}
.store-list--item-metro.purple {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-purple.svg);
}
.store-list--item-metro.brown {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-brown.svg);
}
.store-list--item-metro.d1 {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-d1.svg);
}
.store-list--item-metro.d2 {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-d2.svg);
}
.store-list--item-metro.bus {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-bus.svg);
}
.store-list--item-metro.blue {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-blue.svg);
}
.store-list--item-metro.gray {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-gray.svg);
}
.store-list--item-metro.green {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-green.svg);
}
.store-list--item-metro.grey_blue {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-grey_blue.svg);
}
.store-list--item-metro.light_blue {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-light_blue.svg);
}
.store-list--item-metro.light_green {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-light_green.svg);
}
.store-list--item-metro.turquoise {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-turquoise.svg);
}
.store-list--item-metro.yellow {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/metro-yellow.svg);
}

@media (min-width: 1200px) {
    .spollers .spoller.stores-list--item-title {
        pointer-events: none;
    }

    .stores-list--item .spollers__text {
        opacity: 0;
        transition: opacity .3s ease-out;
    }
    .stores-list--item:hover .spollers__text {
        opacity: 1;
        display: block!important;
    }
}

@media (max-width: 1354px) {
    .spollers__item.stores-list--item {
        padding: 18px 20px 15px;
    }
}

@media (max-width: 1254px) {
    .spollers__item.stores-list--item {
        padding: 18px 15px 15px;
    }

    .stores-list--item-title .spoller__text .link-action {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .stores-list--item-available {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }

    .stores-list--item-available::before {
        content: '?';
        color: #fff;
        font-weight: 700;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .catalog-element--store {
        width: 50%;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .catalog-element--store {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .catalog-element--store {
        margin: -10px 0 20px 0;
    }

    .spollers__item.stores-list--item {
        padding: 10px 15px 10px;
    }

    .stores-list--item-title .spoller__text > a {
        font-size: 12px;
    }
}

.stores-list--item-quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #aeaeae;
    text-align: center;
    margin-left: auto;
    flex-basis: 15%;
}
.stores-list--item-quantity.active {
    color: #00B641;
}

.stores-list--item .spollers__text {
    border-top: none;
    margin-top: 10px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -15px;
    background: #f8f4f6;
    padding: 15px 30px;
    cursor: default;
}

.spollers__text .product-shops__icon-item {
    font-size: 14px;
    line-height: 17px;
    color: #353535;
    margin-bottom: 10px;
}

.stores-list--item .product-shops__icon-item.city {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/place_min.svg);
}
.stores-list--item .product-shops__icon-item.time-work {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/clock.svg);
    background-position: left bottom;
}
.stores-list--item .product-shops__icon-item.phone {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/phone.svg);
}


.tip.property-hint {
    border-bottom-color: transparent;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #722D4F;
    padding: 3px 7px 3px;
    background: #f1eaed;
    border-radius: 50%;
    margin-left: 7px;
    border: 1px solid #f1eaed;
    display: inline-block;
}
.tip.property-hint:hover {
    border-bottom-color: transparent;
    border-color: #722D4F;
    background: #fff;
}


.catalog-element--content {
    padding: 37px 0 33px;
    border-top: 1px solid rgba(114, 45, 79, 0.15);
}

.element-description--block {
    margin: 13px 0 12px;
}

.element-description--title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 1;
    margin-top: 0;
}

.element-description--content {

}
.element-description--content.element-description--tags a {
    margin-right: 5px;
}

.element-description--content.element-description--temperature {
    font-size: 35px;
    line-height: 42px;
    color: #722D4F;
}

.element-description--content.element-description--text {
    font-size: 14px;
    line-height: 150%;
    /*opacity: 0.7;*/
}

.element-description--content.element-description--text[data-description-type="OPISANIYE"] {
    overflow: hidden;
    max-height: 65px;
    position: relative;
    transition: max-height .3s ease-out;
}
.element-description--content.element-description--text[data-description-type="OPISANIYE"]:not(.active)::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 30%,rgba(255,255,255,1) 70%);
}

a[data-toggle="toggle-facts"],
a[data-toggle="toggle-tags"] {
    position: relative;
}
a[data-toggle="toggle-facts"]::after,
a[data-toggle="toggle-tags"]::after {
    content: ' ';
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/angle.svg);
    width: 24px;
    height: 13px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    position: absolute;
    transition: transform .3s ease-out;
}
a[data-toggle="toggle-facts"].active::after,
a[data-toggle="toggle-tags"].active::after {
    transform: rotate(180deg) translateY(-4px);
}

.element-description--content.element-description--tags {
    
}
.element-description--content.element-description--tags[data-description-type="TAGS"] {
    max-height: 32px;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

.catalog-element--diagram-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    color: #353535;
    line-height: 1;
}


.element-description--teaser {
    margin-top: 20px;
}

.element-description--teaser > a {
    margin: 10px 0px 5px;
    width: 110px;
    align-items: center;
    display: flex;
}

.element-description--teaser .element-description--teaser-image {
    width: 80px;
    height: 80px;
    position: relative;
    background: #eae0e5;
    border-radius: 50%;
}
.element-description--teaser .element-description--teaser-image img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.element-description--teaser .element-description--teaser-name {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    opacity: 0.7;
    transition: opacity .3s ease-out;
}
.element-description--teaser > a:hover .element-description--teaser-name {
    opacity: .95;
}

@media (min-width: 1200px) {
    .element-description--teaser {
        gap: 5px;
    }

    .element-description--teaser .element-description--teaser-image {
        width: 105px;
        height: 105px;
    }

    .element-description--teaser .element-description--teaser-image img {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
    }
}

@media (max-width: 767px) {
    .element-description--teaser {
        transition: height .3s ease-out;
    }

    .element-description--teaser > a {
        display: none;
        flex: 1 0 auto;
        max-width: 33%;
    }

    .element-description--teaser > a:nth-child(1), .element-description--teaser > a:nth-child(2),
    .element-description--teaser > a:nth-child(3), .element-description--teaser > a:nth-child(4),
    .element-description--teaser > a:nth-child(5), .element-description--teaser > a:nth-child(6) {
        display: flex;
    }

    .element-description--teaser + .link-action {
        font-size: 14px;
    }

    .element-description--teaser.active > a {
        display: flex;
    }
}


.catalog-element--diagram-wrap {
    position: relative;
}

.catalog-element--diagram-block {
    margin-right: 45px;
    margin-bottom: 20px;
}
.catalog-element--diagram-block:last-child {
    margin-right: 0;
}

.catalog-element--diagram {
    position: relative;
    width: 70px;
    height: 70px;
    background: #F8F4F6;
    border-radius: 50%;
}

.catalog-element--diagram .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #722D4F;
    position: absolute;
}
.catalog-element--diagram.diagramm--20::after {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    clip: rect(0, 30px, 30px, 0px);
    transform: rotate(143deg);
    background: #F8F4F6;
    right: -1px;
}
.catalog-element--diagram.diagramm--20 .circle {
    clip: rect(0, 70px, 35px, 35px);
}
.catalog-element--diagram.diagramm--40::before {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #722D4F;
    clip: rect(0, 35px, 35px, 0px);
    transform: rotate(130deg);
    z-index: 1;
}
.catalog-element--diagram.diagramm--40 .circle {
    clip: rect(0, 35px, 35px, 0px);
    transform: rotate(90deg);
}
.catalog-element--diagram.diagramm--50 .circle {
    clip: rect(0, 70px, 70px, 35px);
}
.catalog-element--diagram.diagramm--60::before {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #722D4F;
    clip: rect(0, 35px, 35px, 0px);
    transform: rotate(-130deg);
}
.catalog-element--diagram.diagramm--60 .circle {
    clip: rect(0, 70px, 70px, 35px);
}
.catalog-element--diagram.diagramm--80::before {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #722D4F;
    clip: rect(0, 70px, 35px, 0px);
    transform: rotate(90deg);
}
.catalog-element--diagram.diagramm--80 .circle {
    clip: rect(0, 70px, 70px, 35px);
    transform: rotate(125deg);
}
.catalog-element--diagram.diagramm--100 .circle {
    clip: rect(0, 70px, 70px, 0px);
}

.catalog-element--diagram .fill {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #F8F4F6;
    border-radius: 50%;
    z-index: 3;
}

.catalog-element--diagram .fill .text {
    color: #722D4F;
}

.catalog-element--diagram-prop {
    font-size: 14px;
    line-height: 17px;
    margin-top: 14px;
}

.catalog-element--nav-wrapp {
    margin: 20px 0;
    padding: 20px 0 10px;
    background: rgb(248 244 246);
    margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
    margin-right: calc(var(--bs-gutter-x) * 0.5) * -1;
    width: 100vw;
}

.catalog-element--nav {
    overflow-x: auto;
    padding-bottom: 10px;
}
.catalog-element--nav::-webkit-scrollbar {
    opacity: 0;
    height: 1px;
}

.catalog-element--nav-item {
    flex-shrink: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    font-size: 14px;
    line-height: 17px;

    transition: color .3s ease-out, text-shadow .3s ease-out;
}
.catalog-element--nav-item.active {
    color: #722D4F;
    text-shadow: 0px 0px 1px #722d4f;
}

.catalog-element--main-tab {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid rgb(114 45 79 / 10%);
}

.catalog-element--main-tab--item {
    position:relative;
    padding: 20px 0;
    margin: 0 10px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(114 45 79 / 50%);
    cursor:pointer;
    transition: color .3s ease-out;
}
.catalog-element--main-tab--item.active,
.catalog-element--main-tab--item:not(.active):hover{
    color: #722D4F;
}

.catalog-element--main-tab--item::after {
    content:' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #722D4F;
    border-radius: 2px;
    bottom: -1px;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.catalog-element--main-tab--item.active::after,
.catalog-element--main-tab--item:not(.active):hover::after {
    opacity: 1;
}

[data-role="content_tab"] {
    opacity: 0;
    display: none;
    transition: opacity .3s ease-out;
}
[data-role="content_tab"].in {
    display: block;
}
[data-role="content_tab"].in.show {
    opacity: 1;
}


@media (max-width: 1199px) {
    .catalog-element--img {
        max-height: 400px;
    }

    .catalog-element--subtitle {
        font-size: 16px;
    }
    .label.color-label {
        font-size: 14px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .catalog-element--price-block {
        width: 50%;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .label.color-label {
        font-size: 12px!important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px!important;
        line-height: 26px!important;
        margin-bottom: 10px!important;
    }

    .catalog-element--wrapper .row > div:last-child  {
        border-bottom-color: rgba(114, 45, 79, 0.15);
    }

    .catalog-element--top {
        padding-bottom: 5px;
    }

    .catalog-element--subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }

    .catalog-element--top-item, .catalog-element--top-item:first-child {
        margin: 20px 0 0;
    }

    .catalog-element--img {
        max-height: 230px;
        margin-top: 20px;
    }

    .catalog-element--props {
        margin-top: 0;
    }

    .catalog-element--price-block {
        margin-top: 20px;
    }

    .catalog-element--price-value {
        font-size: 25px;
        line-height: 30px;
    }

    .number-counter {
        width: 100%;
    }

    .catalog-element--favorite {
        margin-bottom: 20px;
        padding: 0;
    }
    .catalog-element--price-value .catalog-element--favorite {
        margin-bottom: 0;
        flex-basis: 100%;
        margin-top: 15px;
        padding: 0;
    }
    .catalog-element--favorite.catalog-element--favorite-new {
        position: absolute;
        right: 20px;
        margin: 0;
        top: 33px;
    }

    .js-add_to_favorite_detail {
        /*margin-left: 40px;*/
    }

    .catalog-element--main-tab {
        margin-left: calc(var(--bs-gutter-x)* -0.5);
        margin-right: calc(var(--bs-gutter-x)* -0.5);
        background: #f1eaed;
        overflow: auto;
        padding: 0 15px;
        gap: 25px;
        border-bottom-color: transparent;
    }
    .catalog-element--main-tab::-webkit-scrollbar {
        display: none;
    }

    .catalog-element--main-tab--item {
        white-space: nowrap;
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
    }

    .catalog-element--main-tab--item.active::after, 
    .catalog-element--main-tab--item:not(.active):hover::after {
        display: none;
    }

    [data-toggle="content_tab"] {
        opacity: 0;
        display: none;

        transition: display .3s ease-out, opacity .3s ease-out;
    }
    [data-toggle="content_tab"].show_tab {
        opacity: 1;
        display: block;
    }

    .catalog-element--content {
        padding-top: 0;
        border-top: none;
    }

    .catalog-element--main-tab.catalog-element--similar-tab {
        display: flex;
        overflow: auto;
        background: rgba(114, 45, 79, 0.15);
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 30px;
    }

    .catalog-element--main-tab.catalog-element--similar-tab .catalog-element--main-tab--item {
        flex: 0 0 auto;
        font-size: 14px;
        padding: 15px 10px;
        line-height: 16px;
    }

    .catalog-element--similar-tab .catalog-element--main-tab--item::after {
        display: none;
    }
}

@media (max-width: 575px){
    .catalog-element--price-block {
        padding: 15px 15px;
    }
}

/* Rwviews */
.review-item {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.review-item--header {
    display: flex;
}

.review-item--header .review-item--header-img {
    background: rgb(234 224 229);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}
.review-item--header .review-item--header-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.review-item--header .review-item--header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.review-item--header .review-item--header-title .review-item--header-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}
.review-item--header .review-item--header-title .review-item--header-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #353535;
    opacity: 0.5;
    margin-left: 10px;
}

.review-item--rating {
    display: flex;
    margin: 7px 0 5px -3px;
}

.review-item--rating img {

}

.review-item--text {
    margin: 0px 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #353535;
    /*opacity: 0.7;*/
}

.show_all_review {
    display: none;
}

.popup-review {
    cursor: default!important;
}

.form-raiting--wrapper {
    display: flex;
    margin: 10px 0;
    width: fit-content;
}

.form-raiting--item {
    position: relative;
}

.form-raiting--item [name="rating-voite"] {
    width: 20px;
    height: 19px;
    position: absolute;
    left: 3px;
    z-index: 2;
    opacity: 0;
}

.form-raiting--item img {
    width: 20px;
    margin: 0 3px;
    filter: grayscale(1) brightness(1);
    transition: filter .3s ease-out;
}
.form-raiting--item.active img {
    filter: grayscale(0) brightness(1);
}

.review-v2 {

}

.review-info--wrapper {
    border-radius: 8px;
    border: 1px solid rgb(114 45 79 / 15%);
    padding: 40px 30px;
}

.review-info--wrapper .review-info--title {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    position: relative;
}
.review-info--wrapper .review-info--title i {
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/star_active.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    position: relative;
    top: 3px;
    margin-left: 4px;
}

.review-info--wrapper .review-info--description {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
}
.review-info--wrapper .review-info--button {
    margin: 25px 0 35px;
}

.review-info--chart {

}

.review-info--chart .review-info--chart-item {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.review-info--chart-item .review-info--chart-item--rating {
    position: relative;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.review-info--chart-item .review-info--chart-item--rating::after {
    content: ' ';
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/star_active.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-left: 4px;
    top: 3px;
}
.review-info--chart-item:last-child .review-info--chart-item--rating::after {
    margin-left: 7px;
}

.review-info--chart-item .review-info--chart-item--bar {
    position: relative;
    width: 30%;
    margin: 0 20px;
    height: 4px;
    border-radius: 2px;
    background: rgba(114, 45, 79, 0.15);
}
.review-info--chart-item .review-info--chart-item--bar .review-info--chart-item--bar-active {
    position: absolute;
    height: 4px;
    border-radius: 2px;
    background: #FFBF00;
    left: 0;
    top: 0;
}

.review-info--chart-item .review-info--chart-item--count {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.28px;
}

@media (max-width: 767px) {
    .review-info--wrapper {
        padding: 20px 20px;
    }

    .review-info--wrapper .review-info--button {
        margin: 15px 0 25px;
    }

    .review-info--chart-item .review-info--chart-item--bar {
        width: 50%;
    }
}











/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
    .product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
    margin-bottom: 3px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 15px;
    padding: 20px 20px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
    position: relative;
    margin: 0 -20px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* Price */
.product-item-detail-price-current {
    color: #d0021b;
    white-space: nowrap;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    text-decoration: line-through;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover { background-color: #f2f2f2; }
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: transparent !important; }

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus img {
    opacity: 0.3;
}

.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/* Slider */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*  >>> popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right { max-width: 75px; }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .product-item-label-text > div { line-height: 0; }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    color: #039be5;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 13px;
    line-height: 45px;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #1485ce;
    content: "";
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
    .product-item-detail-tabs-container { display: none !important; }

    .product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 1010;
    box-sizing: border-box;
    padding: 7px 0 8px;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
    min-width: 100%;
    border-collapse: collapse;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    vertical-align: middle;
    text-align: left;
}

.product-item-detail-short-card-image img {
    max-width: none;
    height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-item-detail-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    max-width: 560px;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-detail-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.catalog-item--available-tooltipe {
    font-size: 14px;
    line-height: 17px;
    color: #aeaeae;
}
.catalog-item--available-tooltipe.active {
    color: #00B641;
}

.catalog-element--brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-left: -15px;
    margin-right: -15px;
}

.catalog-element--brand-item {
    height: 70px;
    margin: 0 15px;
    max-width: 130px;
}

.catalog-element--brand-item img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 1200px){
    .catalog-element--brand-item {
        height: 90px;
        max-width: 170px;
    }
}

@media (max-width: 767px) {
    [data-entity="similar-product-slider"] .shop-card__title {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    [data-entity="similar-product-slider"] .shop-card__title a {
        padding: 0;
    }

    [data-entity="similar-product-slider"] .shop-card__desc {
        text-align: left;
    }

    [data-entity="similar-product-slider"] .shop-card__desc a, 
    [data-entity="similar-product-slider"] .shop-card__desc span {
        font-size: 12px;
        line-height: 11px;
        margin-bottom: 0;
    }

    [data-entity="similar-product-slider"] .shop-card--quantity {
        justify-content: flex-start!important;
    }

    [data-entity="similar-product-slider"] .shop-card__art {
        opacity: 1;
        font-size: 12px;
    }
}

.bx-catalog-element--basket-mobile {
    position: fixed;
    width: 50%;
    bottom: -200px;
    background: #722D4F;
    border-radius: 3px;
    left: 50%;
    margin: 0 10px;
    color: #fff;
    padding: 13px;
    z-index: 9;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    transition: bottom .3s ease-out;
    transform: translateX(-50%);
}

.bx-catalog-element--basket-mobile span:first-child {
    margin-right: 15px;
}

@media (max-width: 699px) {
    a[data-toggle="toggle-tags"] {
        display: none!important;
    }

    .element-description--content.element-description--tags[data-description-type="TAGS"] {
        max-height: 100%;
        flex-wrap: nowrap!important;
        overflow: auto;
        padding-bottom: 10px;
        margin-bottom: -10px;
    }

    .element-description--content.element-description--tags[data-description-type="TAGS"] a {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .bx-catalog-element--basket-mobile:not(.disabled).active {
        bottom: 55px;
    }
}

.observe-block--img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {
    .catalog-element--help {
        padding: 14px 20px 14px!important;
        width: 100%;
    }

    .catalog-element--help-phone {
        border-right: none !important;
        padding-right: 0 !important;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(114, 45, 79, 0.15);
        text-align: center;
    }

    .catalog-element--help-callback {
        margin-left: 0!important;
        padding-top: 14px;
    }
}

.store-block--wrapper {
    border: 1px solid rgb(114 45 79 / 15%);
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.store-block--title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.store-block--title-name {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-block--title-name span {
    
}
.store-block--title-name span:first-child {
    font-size: 20px;
    line-height: 110%;
    font-weight: 600;
}
.store-block--title-name span:last-child {
    font-size: 14px;
    line-height: 120%;
    opacity: 50%;
}

.store-block--sort {
    display: flex;
    gap: 5px;
    margin: 15px 0 10px;
    align-items: center;
    width: 100%;
}

.store-block--sort-label {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    opacity: .5;
}

.store-block--sort .btn {
    font-size: 13px;
    padding: 8px 10px 7px !important;
}

.store-block--sort-button.btn-line.active {
    background: #722D4F;
    color: #fff;
}

.store-block--title-button {
    margin-left: auto;
}

.store-block--sort .btn .icon.icon-placemark {
    background-size: contain;
    width: 18px;
    height: 18px;
}



.store-block--items {
    display: flex;
    flex-direction: column;
    /*gap: 24px;*/
    margin-top: 28px;
    max-height: 370px;
    overflow: auto;
    padding-right: 5px;
}
.store-block--items::-webkit-scrollbar {
    width: 8px;
    background-color: #f8f4f6;
    border-radius: 4px;
    border: 1px solid #fff;
}
.store-block--items::-webkit-scrollbar-thumb {
    width: 6px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #e3d5dc;
}

.store-block--item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: border-color .3s ease-out, box-shadow .3s ease-out, background .3s ease-out;
}
.store-block--item.active {
    background: rgb(114 45 79 / 5%);
}
.store-block--item.disabled {
    opacity: .7;
}
.store-block--item:not(.active):not(.disabled):hover {
    border: 1px solid rgb(114 45 79 / 15%);
    box-shadow: 0px 8px 24px 0px rgb(114 45 79 / 8%);
}

.store-block--item-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}
.disabled .store-block--item-title {
    cursor: default;
}

.store-block--item-title--name {
    display: flex;
    align-items: start;
}
.store-block--item-title--name div:last-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.store-block--item-title--address {
    font-size: 13px;
    line-height: 14px;
    opacity: .7;
}

.store-block--item-checkbox {
    position: relative;
    margin-top: 2px;
}
.store-block--item-checkbox input[type=radio] {
    width: 13px;
    height: 13px;
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.store-block--item-checkbox input[type=radio][disabled] {
    cursor: default;
}
.store-block--item-checkbox label {
    position: absolute;
    width: 13px;
    height: 13px;
    display: block;
    top: 0;
    left: 0;
    border: 1px solid rgb(114 45 79 / 35%);
    border-radius: 50%;
    background: #fff;
    transition: border-color .3s ease-out;
}
.store-block--item-checkbox input[type=radio]:checked + label {
    border: 4px solid #722D4F;
}

.store-block--item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
}

.store-block--item-content > div {
    display: flex;
    justify-content: space-between;
}
.store-block--item-content > div:last-child {
    align-items: center;
}

.store-block--item-content .store-block--item-title {
    width: 65%;
}

.store-block--item-content .store-block--item-price {

}
.store-block--item-content .store-block--item-price .store-block--item-price--old {
    font-size: 12px;
    text-align: right;
    opacity: .5;
    line-height: 14px;
    font-weight: 500;
    text-decoration: line-through;
}
.store-block--item-content .store-block--item-price .store-block--item-price--current {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.store-block--item-content .store-block--item-title--distance {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.store-block--item-content .store-block--item-title--distance::before {
    content: "";
    width: 10px;
    height: 12px;
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/img/distance.svg);
    display: inline-block;
    margin-right: 6px;
    top: 1px;
    position: relative;
}


.store-block--item-count div {
    font-size: 13px;
    white-space: nowrap;
    padding: 6px 12px 5px;
    border-radius: 8px;
    background: rgb(53 53 53 / 10%);
    font-weight: 600;
    color: rgb(53 53 53 / 70%);
    line-height: 16px;
}
.store-block--item-count.active div {
    background: #ebf9f0;
    color: #00B641;
    transition: background .3s ease-out;
}
.store-block--item.active .store-block--item-count.active div {
    background: #fff;
}

@media (max-width: 767px) {
    .store-block--wrapper {
        border: none;
        padding: 10px 0;
    }

    .store-block--title-name {
        gap: 3px;
    }

    .store-block--title-name span:first-child {
        font-size: 16px;
    }

    .store-block--sort {
        flex-wrap: wrap;
    }
    .store-block--sort-label {
        width: 100%;
    }

    .store-block--item {
        gap: 10px;
    }

    .store-block--item-count {
        width: 35%;
        text-align: right;
    }

    .store-block--item-count div {
        white-space: normal;
        display: inline-block;
        text-align: center;
    }

    .store-block--title-button .btn {
        gap: 5px;
    }

    .store-block--item-content .store-block--item-title {
        max-width: 60%;
    }
}

.buy-block--wrapper {
    border: 1px solid #722D4F26;
    box-shadow: 0px 8px 40px 0px #722D4F0A;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
}

.buy-block--price {
    display: flex;
    justify-content: space-between;
}
.buy-block--price--new.buy-block--price {
    gap: 20px;
}

.buy-block--price .catalog-element--favorite {
    position: relative;
}

.buy-block--select-store {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.buy-block--select-store .store-list--item-metro {
    margin: 0;
    flex-shrink: 0;
}

.buy-block--select-store--title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.buy-block--select-store--address {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.buy-block--amount {
    max-width: 40%
}
.buy-block--price--new .buy-block--amount {
    flex: 1 1 auto;
    text-align: right;
    max-width: 100%;
}

.buy-block--amount .buy-block--amount-test {
    
}

.buy-block--amount-wrapper {
    display: inline-block;
    padding: 12px 11px;
    margin: 0;
    background: rgb(53 53 53 / 20%);
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: right;
}
.buy-block--amount-wrapper.active {
    background: #ebf9f0;
    color: #00B641;
    position: relative;
    padding-left: 32px;
}
.buy-block--amount-wrapper.active::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: #009E38;
    border-radius: 50%;
    box-shadow: -10px -10px 0px 0px #00D14B inset;
    left: 16px;
    top: 20px;
    transform: translateY(-50%);
}

.buy-block--amount-link {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 15px 0 3px;
}
.buy-block--amount-link span {
    font-size: 15px;
    color: #722d4f;
    display: inline-block;
}
.buy-block--amount-link span:last-child {    
    border-bottom: 1px dashed var(--wm-color-success);
    transition: border-color .3s ease-out;
    color: var(--wm-color-success);
}

.buy-block--store-info {
    font-size: 14px;
    line-height: 17px;
}

.buy-block--store-info .action-link {
    color: #722D4F;
    border-bottom: 1px dashed currentColor;
    cursor: pointer;
    transition: border-color .3s ease-out;
}


.buy-block--kvant-wrapper {

}

.buy-block--kvant {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.buy-block--kvant-item.btn {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 16px;
    /*line-height: 19px;
    max-height: 54px;*/
    border-width: 2px;
    min-width: calc(50% - 3.5px);
}
.buy-block--kvant-item.btn > span:first-child {
    text-shadow: 0px 0px 1px #722D4F;
    font-weight: 600;
}
.buy-block--kvant-item.active.btn {
    color: #fff;
    background-color: #722D4F;
    border-color: #722D4F;
}
.buy-block--kvant-item.active.btn > span:first-child {
    text-shadow: 0px 0px 1px #FFF;
}

.buy-block--kvant-item i {
    position: relative;
    font-style: normal;
    text-shadow: 0px 0px 1px #722D4F;
}
.buy-block--kvant-item i::before {
    content: "₽";
}
.buy-block--kvant-item.active i {
    text-shadow: 0px 0px 1px #FFF;
}


.buy-block--button {

}

.buy-block--button .catalog-select--block,
.buy-block--button .catalog-counter--wrapper .counter-wrapper,
.buy-block--button .catalog-counter--wrapper .counter-wrapper input {
    border-radius: 8px;
}

.buy-block--button .catalog-counter--wrapper .counter-wrapper .counter-btn.plus {
    border-radius: 0 8px 0 0;
}
.buy-block--button .catalog-counter--wrapper .counter-wrapper .counter-btn.minus {
    border-radius: 0 0 8px 0;
}

@media (min-width: 1201px) {
    .buy-block--store-info .action-link:hover {
        border-bottom-color: transparent;
    }

    .buy-block--amount-link:hover span {
        border-bottom-color: transparent;
    }
}

@media (max-width: 991px) {
    .buy-block--price--new.buy-block--price {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .buy-block--wrapper {
        padding: 25px 20px;
        position: relative;
    }

    .buy-block--wrapper .catalog-counter--wrapper {
        width: 50%;
    }

    .buy-block--kvant {
        margin: 15px 0 0;
    }

    .buy-block--kvant-item.btn {
        padding: 12px 10px;
    }

    .buy-block--price--new .buy-block--amount {
        text-align: left;
    }

    .buy-block--amount {
        max-width: 45%;
    }

    .buy-block--amount-wrapper {
        padding: 12px 13px;
        font-size: 14px;
        line-height: 15px;
    }

    .buy-block--amount-wrapper.active::before {
        top: 19px;
    }

}

.unavailable-modal--info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unavailable-modal--info img {
    margin-bottom: 40px;
}

.unavailable-modal--info-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #722D4F;
    text-align: center;
}

.unavailable-modal--info-text {
    margin: 15px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.unavailable-modal--info-button .btn {
    font-weight: 600;
}

.catalog-element--basket-counter {
    display: flex;
    /*padding: 15px 20px;*/
    background: #F0F0F0;
    border-radius: 8px;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.catalog-element--basket-counter--label {
    padding: 15px 0 15px 20px;
    color: #722d4f;
    font-weight: 600;
    opacity: .8;
    letter-spacing: 0.02em;
}

.catalog-element--basket-counter--wrapper {
    display: flex;
}

.catalog-element--basket-counter--plus,
.catalog-element--basket-counter--minus {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    cursor: pointer;
}
.catalog-element--basket-counter--plus::after,
.catalog-element--basket-counter--minus::after {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .35;
    cursor: pointer;
    transition: opacity .3s ease-out;
}
.catalog-element--basket-counter--plus:hover::after,
.catalog-element--basket-counter--minus:hover::after {
    opacity: .75;
}

.catalog-element--basket-counter--plus {

}
.catalog-element--basket-counter--plus::after {
    content: "";
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/plus.svg);
}

.catalog-element--basket-counter--minus {

}
.catalog-element--basket-counter--minus::after {
    content: "";
    background-image: url(/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/image/minus.svg);
}

.catalog-element--basket-counter--input {

}
.catalog-element--basket-counter--input input {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    max-width: 80px;
    padding: 0 10px;
    background: #F0F0F0;
}

@media (max-width: 767px) {
    .catalog-element--basket-counter--input input {
        max-width: 70px;
    }
}

.tizer-wrapp {
    padding: 45px 0 35px;
}

.tizer-wrapp.tizer-wrapp--color {
    background: linear-gradient(269.09deg, rgba(146, 58, 101, 0.05) 0%, rgba(114, 45, 79, 0.05) 100%);
}

.tizer-item {
    margin: 10px 0;
    gap: 20px;
}

.tizer-item .tizer-item--img {
    max-width: 100%;
}
.tizer-item .tizer-item--img img {
    margin-bottom: 25px;
}

.tizer-item--text {
    width: 75%;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .tizer-item--text {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/catalog.element/catalog_102025/themes/blue/style.css?17580183471064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/templates/winemore/components/webc/catalog.tabs/bot-tabs/style.css?1758018347283*/
.catalog-element--main-tab--wrapper {
	position: relative;
}

.catalog-element--content {
	display: none;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.catalog-element--content.show_tab {
	opacity: 1;
}
.catalog-element--content.active {
	display: block;
}
/* End */
/* /local/templates/winemore/components/bitrix/catalog.element/catalog_102025/style.css?176338353385134 */
/* /local/templates/winemore/components/bitrix/catalog.element/catalog_102025/themes/blue/style.css?17580183471064 */
/* /local/templates/winemore/components/webc/catalog.tabs/bot-tabs/style.css?1758018347283 */
