
.bx-catalog-element.tpl-main .bx-sku {
    max-width: 600px;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item {
    margin: 0px 0px 7px 0px;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item .bx-sku-select {
    position: relative;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-title {
    margin: 0px 0px 6px 0px;
    /* font-size: 12px; */
    font-size: 18px;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item.bx-sku-code-razmer {
    margin-top: 18px;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-view {
    padding: 10px 32px 10px 12px;
    white-space: nowrap;
    border: 1px solid #C4C4C4;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    cursor: pointer;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-view:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 13px;
    height: 100%;
    background-image: url(/local/templates/s2/img/icons/icon_0.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item.bx-sku-active ul {
    display: block;
    position: absolute;
    left: 0px;
    /* bottom: 100%; */
    width: 100%;
    background-color: #fff;

    z-index: 5;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item.bx-sku-active ul li {
    padding: 10px 12px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #C4C4C4;
    font-size: 19px;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    cursor: pointer;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item.bx-sku-active ul li:hover {
    background: #F9F8F8;
    background: #b08f761a;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item .bx-sku-color {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px 14px 0px 0px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item.bx-sku-active .bx-sku-view:after {
    transform: rotate(180deg);
}

.bx-catalog-element.tpl-main .bx-sku .bx-sku-item ul {
    display: none;
}

.bx-catalog-element.tpl-main .bx-btn-basket.bx-active button {
    display: none;
}

.bx-catalog-element.tpl-main .bx-btn-basket.bx-active a {
    display: flex !important;
}

/*------------------------------*/
/* 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;  */
    min-width: 28px;
}

.product-item-scu-item-color-container {
    /* max-width: 38px; */
    max-width: 28px;
    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,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.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: "Trivia Slab", "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;
}


/* CUSTOM STYLES */
.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;  */
    font-weight: 700;
}

.product-item-scu-item-text-container:not(.selected) .product-item-scu-item-color-block {
    border: none !important;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-list {
}

.product-item-scu-item-list::-webkit-scrollbar {
    height: 2px;
}

.product-item-scu-item-list::-webkit-scrollbar-thumb {
    background-color: #B08F76;
    opacity: 0.5;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    /* max-width: 87%; */
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
    line-height: 9px;
}

.product-item-scu-item-text-container .product-item-scu-item-text {
    position: relative;
    padding-bottom: 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;
    border-radius: 50%;
    /* background: #000; */
    top: 1.5px;
    bottom: 1.5px;
    left: 1.5px;
    right: 1.5px;
}

li.product-item-scu-item-color-container {
    margin-right: 17px;
}

.product-item-scu-item-color-container .product-item-scu-item-color-block {
    padding: 0;
    outline-width: 2px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.product-item-scu-item-color-container:not(.selected) .product-item-scu-item-color-block {
    border: none;
}

.product-item-scu-item-text-container .product-item-scu-item-text span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    height: 12px;
    padding-top: 1px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text span::after {
    /* border-bottom: 1.3px solid !important; */

    content: '';

    display: block;
    height: .9px;
    width: 100%;
    background: #000;

    position: absolute;
    bottom: 0;
}

.product-item-scu-item-color-container:not(.selected) .product-item-scu-item-color-block .product-item-scu-item-color {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-item-scu-item-list li:first-of-type {
    padding-left: 2.5px;
}

.product-item-scu-item-list li:first-of-type .product-item-scu-item-text-block {
    padding-left: 0;
}


.product-item-detail-info-container-title {
    margin-bottom: 12px;

    font-family: "Trivia Slab";
    font-size: 20px;
    font-weight: 400;
}

.catalog-detail-page__title {
    max-width: 80%;
}


.catalog-detail-page__title-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SHARE MENU */
.share-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    /* position: absolute;
    top: 0;
    right: 0; */

    position: relative;
}

.owl-nav.disabled {
    display: none;
}

.share-button {
    /* width: 45px; */
    /* height: 70px; */
    width: 24px;
    height: 35px;
    /* margin: 0 13px;
    margin-bottom: 20px; */
    -webkit-mask: url(/img/socials_icon_btn.svg) center center no-repeat;
    -webkit-mask-size: 100% !important;
    background: #676767;
    cursor: pointer;
    transition: all .35s ease-out;
}

.share-button:not(.active) {
    opacity: 0.7;

}

.share-button:hover {
    opacity: 1;
}


.share-content {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;

    position: absolute;
    top: calc(35px + 14px);
}

.share-content.active {
    height: 290px;
    opacity: 1;
    z-index: 1;
    background: #fff !important;
}

@media (max-width: 768px) {
    .share-content.active {
        height: 184px;
    }
}

.share-content:not(.active) {
    height: 0;
    opacity: 0;
}

.share-item {
    display: block;
    width: 55px;
    min-height: 45px;
    -webkit-transition: opacity .25s,
    height .35s;
    transition: opacity .25s,
    height .35s;
}

.share-item:hover {
    opacity: 0.7;
}

.share-item_1 {
    -webkit-mask: url(/img/socials_icon_1.svg) center center no-repeat;
    -webkit-mask-size: 100%;
    background: #676767;
}

.share-item_2 {
    -webkit-mask: url(/img/socials_icon_2.svg) center center no-repeat;
    -webkit-mask-size: 100%;
    background: #676767;
}

.share-item_3 {
    -webkit-mask: url(/img/socials_icon_3.svg) center center no-repeat;
    -webkit-mask-size: 100%;
    background: #676767;
}

.share-item_4 {
    -webkit-mask: url(/img/socials_icon_4.svg) center center no-repeat;
    -webkit-mask-size: 100%;
    background: #676767;
}


.btn-section[style="display: none;"] + .btn_add-to-cart {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .catalog-detail-page__title {
        line-height: 20px !important;
    }
}

.catalog-detail-page__body--new {
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
}

.catalog-detail-page__body--new .catalog-detail-page__slider {
    width: calc(50% - 18px);
}

@media(max-width:768px) {
    .catalog-detail-page__body--new .catalog-detail-page__content {
        width: calc(99% - 18px);
        margin: 0 auto;
    }

    .catalog-detail-page__body--new .catalog-detail-page__slider {
        width: calc(90% - 18px);
        margin: 0 auto;
    }
}

.catalog-detail-page__body--new .catalog-detail-page__title {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 22px !important;
    font-weight: 500;
    line-height: 28px;
}

@media(max-width: 490px) {
    .catalog-detail-page__body--new .catalog-detail-page__title {
        font-size: 20px !important;
        line-height: 22px !important;
        margin-bottom: 10px;
    }
}

.catalog-detail-page__body--new .catalog-detail-page__articul {
    margin-top: -7px;
}

.catalog-detail-page__body--new .catalog-detail-page__articul .title,
.catalog-detail-page__body--new .catalog-detail-page__articul .info {
    color: rgb(166, 166, 166);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

@media(max-width: 490px) {
    .catalog-detail-page__body--new .catalog-detail-page__articul {
        margin-bottom: 10px;
    }
}

.price-container {
    display: flex;
    align-items: center;
}

.catalog-detail-page__body--new .catalog-detail-page__prices {
    margin-bottom: 40px;
}

.catalog-detail-page__body--new .catalog-detail-page__prices .price {
    font-family: "Open Sans", "sans-serif";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 15px;
}

.catalog-detail-page__body--new .catalog-detail-page__prices .discounted-price {
    color: rgb(163, 34, 61);
    font-family: "Open Sans", "sans-serif";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 15px;
}


.catalog-detail-page__body--new .catalog-detail-page__prices .old-price {
    color: rgb(166, 166, 166);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.catalog-detail-page__body--new .catalog-detail-page__prices .old-price::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(166, 166, 166);
    position: absolute;
    bottom: 9px;
}

@media(max-width: 490px) {
    .catalog-detail-page__body--new .catalog-detail-page__prices {
        margin-bottom: 10px;
    }
}

.catalog-detail-page__body--new .offers-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 545px;
}

@media(max-width: 1100px) {
    .catalog-detail-page__body--new .offers-images {
        flex-wrap: wrap;
    }
}

.catalog-detail-page__body--new .offers-images__link {
    display: block;
    width: 49px;
    height: 72px;
    transition: none;
    border-radius: 3px;
}

.catalog-detail-page__body--new .offers-images__link:not(:hover):not(.offers-images--active) {
    box-shadow: none !important;
}



.catalog-detail-page__body--new .offers-images__link:first-child {
    margin-right: 5px;
}

@media(max-width: 1100px) {
    .catalog-detail-page__body--new .offers-images__link {
        margin: 5px;
    }
}

@media(min-width: 1100px) {
    .catalog-detail-page__body--new .offers-images__link:not(:first-child) {
        /* margin: 0 5px; */
    }
}

.catalog-detail-page__body--new .offers-images__image {
    object-fit: cover;
    width: 100%;
    border-radius: 3px;
    padding:1px;
}

.catalog-detail-page__body--new .offers-images--active {
    border-radius: 3px;
}

.catalog-detail-page__body--new .offers-color-name {
    color: rgba(47, 48, 76, 1);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.catalog-detail-page__body--new .offers-color-name  span {
    color: rgba(78, 81, 88, 1);
}

.catalog-detail-page__body--new .bx-sku-item--none {
    display: none;
}

.catalog-detail-page__body--new .choice-size {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-detail-page__body--new .choice-size__title {
    color: rgba(78, 81, 88, 1);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 32px 0 12px 0;
    text-transform: uppercase;
}

.catalog-detail-page__body--new .choice-size__text {
    font-family: "Open Sans", "sans-serif";
    display: none;
}

.catalog-detail-page__body--new .choice-size .choice-size__item:first-child {
    /* margin-right: 5px; */
}

.catalog-detail-page__body--new .choice-size .choice-size__item:not(:first-child) {
    /* margin: 0 5px; */
}

.catalog-detail-page__body--new .choice-size .choice-size__item {
    padding: 11px 16px 9px 16px;
    cursor: pointer;
    border: 1px solid rgba(147, 145, 157, 1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.2s;
}

.catalog-detail-page__body--new .choice-size__item:hover {
    border: 1px solid rgba(47, 48, 76, 1);
    background: rgba(47, 48, 76, 1);
}

.catalog-detail-page__body--new .choice-size__item:hover .bx-sku-name .bx-sku-name__top,
.choice--active__item .bx-sku-name .bx-sku-name__top,
.choice--in-basket__item .bx-sku-name .bx-sku-name__top{
    color: #fff;
}

.catalog-detail-page__body--new .choice-size__item:hover .bx-sku-name .bx-sku-name__bottom,
.choice--active__item .bx-sku-name .bx-sku-name__bottom,
.choice--in-basket__item .bx-sku-name .bx-sku-name__bottom{
    color: rgba(158, 158, 158, 1);
}

.catalog-detail-page__body--new .choice-size .bx-sku-name {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
}

.choice--active__item,
.choice--in-basket__item {
    border: 1px solid rgba(47, 48, 76, 1) !important;
    background: rgba(47, 48, 76, 1);
}

.catalog-detail-page__body--new .modal-btn_sizes {
    margin: 12px 0 40px 0;
    width: max-content;
}

.catalog-detail-page__body--new .size-guide {
    color: rgba(158, 158, 158, 1);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
    margin: 0;
}


.catalog-detail-page__body--new .catalog-detail-page__buttons-section .btn_add-to-cart, .catalog-detail-page__buttons-section button.btn {
    color: rgb(255, 255, 255);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    background: rgba(47, 48, 76, 1);
}

.catalog-detail-page__body--new .catalog-detail-page__buttons-section .btn_add-to-cart {
    max-width: 480px;
    width: 100%;
}

.catalog-detail-page__body--new .btn__add-to-cart-element-wrp {
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
}

.catalog-detail-page__body--new .btn__add-to-cart-element {
    background: rgba(245, 245, 245, 1);
    position: static;
    border-radius: 4px;
}

.catalog-detail-page__body--new .btn__add-to-cart-element .catalog-item__like-item {
    /* -webkit-mask: url(/img/heart.svg) center center no-repeat; */
     -webkit-mask: url(/local/templates/arfashion/img/coolicon_new.svg) center center no-repeat; 
    -webkit-mask-size: 100%;
    background: rgb(0, 43, 112);
    width: 30px;
    height: 30px;
}

.catalog-detail-page__body--new .btn__add-to-cart-element.active {
    background: #a74359;
    border-radius: 3px;
}

.catalog-detail-page__body--new .catalog-detail-page__additional-info {
    display: flex;
    flex-direction: column;
    padding: 23px 0 20px 20px;
    max-width: 588px;
    margin-top: 18px;
    border: 1px solid rgb(234, 234, 234);
}

.catalog-detail-page__body--new .additional-info-item .additional-info-item--text {
    color: rgb(105, 105, 105);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}


.catalog-detail-page__body--new .choice-size__quantity {
    color: rgb(163, 34, 61);
    font-family: "Open Sans", "sans-serif";
    position: absolute;
    top: -3px;
    right: 3px;
    font-size: 11px;
    padding: 2px;
}

.catalog-detail-page__body--new .transparent-accordions__wrp {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    background: rgb(248, 248, 248);
}

@media(max-width: 700px) {
    .catalog-detail-page__body--new .transparent-accordions__wrp {
        flex-direction: column;
    }
}

.container--new .catalog-detail-page__body--new .catalog-detail-page__description .accordion__content p {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.container--new .catalog-detail-page__body--new .transparent-accordions__wrp .accordion__title {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none;
}

.catalog-detail-page__body--new .accordion__icon {
    display: none;
}

/*slider*/
.catalog-detail-page__body--new .slider-wrap {
    padding-left: 130px;
}

@media(max-width: 990px) {
    .catalog-detail-page__body--new .slider-wrap {
        padding-left: 0;
    }
}

.catalog-detail-page__body--new .mySwiper2 .swiper-slide img {
    max-width: 470px;
    max-height: 650px;
    object-fit: cover;
}

@media(max-width: 768px) {
    .catalog-detail-page__body--new .mySwiper2 .swiper-slide img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    div.catalog-detail-page__buttons-section .btn_add-to-cart {
        width: calc(100% - 55px);
    }
}

.catalog-detail-page__body--new .slider-wrap .swiper-button-next:before {
    width: 10px;
    height: 10px;
    border-right: 1.5px solid rgb(0, 43, 112);
    border-bottom: 1.5px solid rgb(0, 43, 112);
    left: 6px;
}

.catalog-detail-page__body--new .slider-wrap .swiper-button-prev:before {
    width: 10px;
    height: 10px;
    border-left: 1.5px solid rgb(0, 43, 112);
    border-bottom: 1.5px solid rgb(0, 43, 112);
    left: 6px;
}

.catalog-detail-page__body--new .swiper-slide.swiper-slide-thumb-active img {
    border: none;
    padding: 0;
}

.catalog-detail-page__body--new .slider-thumbs {
    padding-top: 20px;
}

.catalog-detail-page__body--new #sync2_2, .catalog-detail-page__body--new #sync2 {
    margin-top: 0;
}

.mySwiper--new .swiper-slide {
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    border-color: white;
    cursor: pointer;
}

.mySwiper .swiper-slide:hover {
    border-color: rgb(0, 43, 112);
}

.slider-thumbs .mySwiper--new .swiper-slide img {
    width: 100%;
}

.catalog-detail-page__body--new .swiper-slide-thumb-active {
    opacity: 0.5;
}

.slider-wrap:hover .swiper-arrow {
    display: block;
}

.slider-wrap .swiper-arrow:after, .swiper-thumb:after {
    display: none;
}

.slider-wrap .swiper-button-prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 24px;
    height: 24px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

.slider-wrap .swiper-button-next:before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    width: 24px;
    height: 24px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
}

.slider-thumbs .swiper-button-prev, .slider-thumbs .swiper-button-next {
    
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 24px;
    height: 24px;
}
.slider-thumbs .swiper-button-prev {
    top: 0;
}
.slider-thumbs .swiper-button-next {
    bottom: 40px;
}

.slider-thumbs .swiper-button-prev:before {
    transform: rotate(135deg);
    left: 0;
}

.slider-thumbs .swiper-button-next:before {
    transform: rotate(45deg);
    left: 0;
}

.swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #333;
    padding: 3px;
}

/* accordion box start */
.accordion-box {
    max-width: 290px;
    width: 100%;
    margin: 0 0 20px 0;
}

.accordion-box .accordion-box__name {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.accordion-box .accordion-box__name::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/img/slide-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: calc(50% - 8px);
    transform: rotate(-90deg);
    transition: 0.2s;
}

.accordion-box .accordion-box__name.accordion-box__name--active::before {
    transform: rotate(90deg);
}



.accordion-box .accordion-box__list-item * {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
} 

.accordion-box .accordion-box__list-item {
    margin: 5px 0;
}

.accordion-box__list-item span:first-child {
    display: inline-block;
    width: 70px;
}

/* .accordion-box .accordion-box__list-item span:last-child {
    color: rgb(166, 166, 166);
} */


.accordion-box__list {
    display: none;
}

/* accordion box end */

.bx-sku-name .bx-sku-name__top,
.bx-sku-name .bx-sku-name__bottom {
    font-family: "Open Sans", "sans-serif";
}

.bx-sku-name .bx-sku-name__top {
    font-size: 14px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
}

.bx-sku-name .bx-sku-name__bottom {
    font-size: 12px;
    color: rgba(158, 158, 158, 1);
    position: relative;
    top: -4px;
    left: 4px;
}

.choice--active__item .bx-sku-name__bottom,
.choice-size__item:hover .bx-sku-name__bottom{
    color: rgb(163, 34, 61);
}


/*--*/

@media(max-width: 768px){
    .container.container--new {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-detail-page__body--new .catalog-detail-page__slider {
        width: 100%;
    }

    .catalog-detail-page__description {
        margin-bottom: 40px;
    }

    .mySwiper2 .swiper-pagination-bullet {
        width: 15px;
        height: 7px;
        border-radius: 5px;
    }

    .mySwiper2 .swiper-pagination-bullet-active {
        background:  rgb(162, 35, 62);
    }

    .catalog-detail-page__body.catalog-detail-page__body--new {
        margin-top: 16px;
    }

    .catalog-detail-page__body--new .transparent-accordions__wrp {
        padding: 20px 12px;
    }
}

/* redesign styles start */
.container.container--af-new {
    max-width: unset;
    padding: 0 40px;
}

.catalog-detail-page__body.catalog-detail-page__body--new {
    max-width: unset;
}

.catalog-detail-page__img-list-wrapper {
    flex: 0 0 calc(100% - 660px);
    position: relative;
}

.catalog-detail-page__body--new .catalog-detail-page__img-list .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.catalog-detail-page__store-only {
    position: absolute;
    width: fit-content;
    padding: 5px 10px;
    background: rgba(47, 48, 76, 1);
    color:#fff;
    z-index: 10;
    top: 0;
    right: 0;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
}

.catalog-detail-page__store-only--alt {
    background:#a74359;
}

.catalog-detail-page__content-wrapper {
    flex: 0 0 660px;
    position: sticky;
    z-index: 80;
    top: 0px; /*110px*/
    height: 100%;
    /* height: calc(100vh - 110px); */
    /* overflow-y: auto; */
}

/* --- Для Firefox --- */
.catalog-detail-page__content-wrapper * {
  /* делает полосу "тонкой" в Firefox */
  scrollbar-width: thin;               /* значения: auto | thin | none */
  /* цвет бегунка и дорожки в Firefox (thumb, track) */
  scrollbar-color: rgba(0,0,0,0.45) rgba(0,0,0,0.08);
}

/* --- Для Chromium / WebKit (Chrome, Edge, Safari, Opera) --- */
/* ширина/высота скролла */
.catalog-detail-page__content-wrapper::-webkit-scrollbar {
  width: 8px;      /* вертикальная полоса */
  height: 8px;     /* горизонтальная полоса */
}

/* дорожка (фон) */
.catalog-detail-page__content-wrapper::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.06);
  border-radius: 8px;
}

/* сам ползунок */
.catalog-detail-page__content-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.45);
  border-radius: 8px;
  border: 2px solid transparent; /* чтобы сохранить отступ и сглаживание */
  background-clip: padding-box;
}

/* состояние hover */
.catalog-detail-page__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,0.6);
}

.catalog-detail-page__body--new .catalog-detail-page__content {
    /* flex: 0 0 660px;
    position: sticky;
    top: 90px;
    z-index: 85; */
    padding: 0 0 0 60px;
    width: 100%;
    height: auto;
    background: #fff;
}

.catalog-detail-page__body--new .catalog-detail-page__content * {
    font-family: 'Open Sans', sans-serif;
}

.catalog-detail-page__body--new .catalog-detail-page__title {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 500;
    color: rgba(47, 48, 76, 1);
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.catalog-detail-page__content .catalog-detail-page__articul {
    display: none;
}

/*Наличие в магазинах начало*/
.availability-in-stores--open {
	width: max-content;
	color: rgba(47, 48, 76, 1);
	font-family: 'Manrope','sans-serif';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-decoration-line: underline;
	cursor: pointer;
	padding-bottom: 11px;
}


.availability-in-stores__wrapper {
	/* width: 100%;
	height: 100%; */
}

.availability-in-stores__background {
	width: 100%;
	height: 100%;
	content: "";
	display: none;
	background: #1e1e1e;
	background: rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 0;
	z-index: 95;
	left: 0;
}

.availability-in-stores--close {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 18px;
	height: 18px;
	z-index: 100;
	cursor: pointer;
}

#availability-in-stores__container {
	transition: right 0.5s ease;
	right: -100%;
	width: 100%;
	display: flex;
	overflow-y: auto;
}

#availability-in-stores__container {
	max-width: 520px;
	position: fixed;
	z-index: 100;
	top: 0;
	background: #fff;
	height: 100%;
	bottom: 0;
	box-shadow: none;
	padding: 30px 0 40px 40px;
	flex-direction: column;
	align-items: flex-start;
}

#availability-in-stores__container * {
    font-family: 'Open Sans', sans-serif;
}

@media(max-width: 990px) {
	#availability-in-stores__container {
		max-width: 90%;
	}
}

.availability-in-stores__title {
	color: rgba(26, 42, 74, 1);
	font-family: 'Manrope','sans-serif';
	font-size: 25px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

.availability-in-stores__title--not-available {
	color: rgb(0, 0, 0);
	/* font-family: 'Open Sans','sans-serif' !important; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.availability-in-stores__subtitle--not-available {
	color: rgb(14, 13, 13);
	/* font-family: 'Open Sans','sans-serif'!important; */
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 25px;
}

.availability-in-stores__in-stock--container {
	display: block;
	width: 90%;
}

.availability-in-stores__in-stock {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

.availability-in-stores__title--in-stock {
	color: rgba(0, 0, 0, 0.5);
	/* font-family: 'Open Sans','sans-serif'!important; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.availability-in-stores__subtitle--in-stock {
	color: rgba(0, 0, 0, 0.5);
	font-family: 'Open Sans','sans-serif'!important;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 25px;
}


/*есть в наличии*/
.availability-in-stores__all-yes__title {
	color: rgb(14, 13, 13);
	font-family: 'Manrope','sans-serif';
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
}

.availability-in-stores__all-yes__address {
	color: rgb(14, 13, 13);
	font-family: 'Manrope','sans-serif';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
}

.availability-in-stores__all-yes__list-item {
	display: flex;
}

.availability-in-stores__all-yes__list-razmer {
	color: rgb(14, 13, 13);
	font-family: 'Manrope','sans-serif';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	width: max-content;
}

.availability-in-stores__all-yes__list-item:not(:first-child):not(:last-child) {
    margin: 3px 0;
}

.availability-in-stores__all-yes__list-text {
	color: rgba(26, 42, 74, 1);
	font-family: 'Manrope','sans-serif';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-left: 10px;
}

/*Нет в наличии*/
.availability-in-stores__all-no__title {
	color: rgb(131, 131, 131);
	font-family: 'Manrope','sans-serif';
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
}

.availability-in-stores__all-no__address {
	color: rgb(131, 131, 131);
	font-family: 'Manrope','sans-serif';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
}

.availability-in-stores__all-no__phone,
.availability-in-stores__all-yes__phone {
	color: rgb(131, 131, 131);
	font-family: 'Manrope','sans-serif';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
}

.availability-in-stores__all-no__availab {
	color: rgb(131, 131, 131);
	font-family: 'Manrope','sans-serif';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	display: flex;
}

.availability-in-stores__all-no__availab img {
	margin-right: 10px;
	width: 14px;
	height: 14px;
}

#availabilityContainer .bx-sku-code-city-availability {
	margin-top: 50px;
}

#availabilityContainer .bx-sku-title-availability {
	color: rgba(0, 0, 0, 0.5);
	/* font-family: 'Open Sans','sans-serif' !important; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid rgb(228, 228, 228);
	padding: 10px 32px 10px 0;
    cursor: pointer;
 }


 .bx-sku-select-city .bx-sku-name {
	font-size: 15px;
	text-transform: uppercase;
 }

#bx-sku-select-city ul {
    display: none;
}

#bx-sku-select-city ul li {
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

#bx-sku-select-city ul li:hover {
    background: rgb(234, 234, 234);
}

/* Наличие в магазинах конец */

.btn-section.bx-btn-basket {
    max-width: 480px;
    width: 100%;
}

.catalog-detail-page__product-identity {
    margin: 0 0 40px 0;
}

.catalog-detail-page__product-identity-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
    margin: 0 0 12px 0;
}

.catalog-detail-page__product-identity-art-number {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(158, 158, 158, 1);
    position: relative;
    z-index: 10;
}

.catalog-detail-page__product-identity-art-number-value,
.catalog-detail-page__product-identity-art-number-ico {
    margin: 0 0 0 8px;
}

.catalog-detail-page__product-identity-art-number-ico {
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s ease;
}

.catalog-detail-page__product-identity-art-number-ico:hover {
    opacity: 1;
}

.catalog-detail-page__product-identity-art-number-copy {
    position: absolute;
    width: 100%;
    bottom: -32px;
    left: 0;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid rgba(158, 158, 158, 1);
    background: #fff;
    text-align: center;
    display: none;
}

.catalog-detail-page__delivery-info {
    *display: none;
    margin: 0 0 40px 0;
}

.catalog-detail-page__delivery-info-city-list {
    display: none;
    position: absolute;
    width: 150px;
    top: 22px;
    left: 0;
    background: #fff;
    z-index: 20;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.catalog-detail-page__delivery-info-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
    margin: 0 0 10px 0;
}

.catalog-detail-page__delivery-info-item:last-child {
    margin: 0;
}

.catalog-detail-page__delivery-info-city {
    margin: 0 0 0 4px;
    position: relative;
}

.catalog-detail-page__delivery-info-city > span {
    text-decoration: underline;
    transition: 0.2s;
    cursor: pointer;
}

.catalog-detail-page__delivery-info-city:hover > span {
    opacity: 0.5;
}

.catalog-detail-page__delivery-info-city-list-item {
    text-decoration: none;
    padding: 4px 8px;
    transition: 0.2s;
    cursor: pointer;
}

.catalog-detail-page__delivery-info-city-list-item:hover {
    background: rgba(245, 245, 245, 1);
}

.catalog-detail-page__delivery-info-item-ico {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
}

.catalog-detail-page__af-description-item-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(78, 81, 88, 1);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.catalog-detail-page__af-description-item-name::after,
.catalog-detail-page__af-description-item-name::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: rgba(78, 81, 88, 1);
}

.catalog-detail-page__af-description-item-name::after{
    top: 8px;
    right: 0;
} 

.catalog-detail-page__af-description-item-name::before {
    top: 8px;
    right: 0;
    transform: rotate(90deg);
    transition: 0.2s;
}

.catalog-detail-page__af-description-item-name.active::before {
    transform: rotate(180deg);
}

.catalog-detail-page__af-description-item-content {
    display: none;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: rgba(78, 81, 88, 1);
}

.catalog-detail-page__af-description-item-content p {
    margin: 10px 0 0 0;
}

.catalog-detail-page__af-description-item-content .bx-section-description {
    margin-top: 0;
}

.catalog-detail-page__af-description-item {
    margin: 0 0 20px 0;
}

.catalog-detail-page__content-wrapper .btn.btn_transparent {
    border-color: rgba(47, 48, 76, 1);
    color: #fff !important;
}

.catalog-detail-page__content-wrapper .btn.btn_transparent:hover {
    background: #fff !important;
    color: rgba(47, 48, 76, 1) !important;
    border-color: rgba(47, 48, 76, 1) !important;
}

.catalog-detail-page__content-wrapper .btn__add-to-cart-element {
    width: 52px;
    height: 52px;
}
 
.catalog-detail-page__content-wrapper .share-menu {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background: rgba(245, 245, 245, 1);
    align-items: center;
    justify-content: center;
}

.catalog-detail-page__content-wrapper .share-menu .share-button {
    width: 28px;
    height: 32px;
}

.catalog-detail-page__content-wrapper .share-menu .share-content {
    top: 60px;
} 

.catalog-detail-page__content-wrapper .share-menu .share-content.active {
    height: auto;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

div.catalog-detail-page__labels {
    display: none;
}

.choice-size__size-warning-sign {
    position: absolute;
    top: 2px;
    left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    width: 12px;
    height: 12px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(47, 48, 76, 1);
    border-radius: 50%;
}

.choice-size__size-warning-sign--alt {
    background-color: #a74359;
}

.choice-size__size-warning-block .choice-size__size-warning-sign{
    position: static;
    margin: 0 10px 0 0;
}

.choice-size__size-warning-block {
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 4px 0px;
    border-radius: 8px;
}

/* стили для замены плюса на шеврон - начало */
div.catalog-detail-page__af-description-item-name::before {
    display: none;
}

div.catalog-detail-page__af-description-item-name::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -5px;
    width: 35px;
    height: 10px;
    background: url(/local/templates/arfashion/img/components/catalog/arrow_alt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
    transform: rotate(180deg);
}

div.catalog-detail-page__af-description-item-name.active::after {
    transform: rotate(360deg);
}

/* стили для замены плюса на шеврон - конец */


@media(max-width:768px) {
    .catalog-detail-page__body--new .catalog-detail-page__img-list .swiper-wrapper {
        display: flex;
        gap: unset;
    }

    .container.container--af-new {
        padding: 0 16px;
    }

    .catalog-detail-page__img-list-wrapper {
        margin: 0 -16px;
    }

    .catalog-detail-page__img-list .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
        border-radius: 0;
    }

    .catalog-detail-page__img-list .swiper-pagination-bullet-active {
        background: rgba(165, 30, 54, 1);
    }

    .catalog-detail-page__body--new .catalog-detail-page__content {
        padding: 0;
    }

    .catalog-detail-page__body--new .catalog-detail-page__title {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .catalog-detail-page__body--new .catalog-detail-page__prices .price {
        font-size: 16px;
    }

    .catalog-detail-page__body--new .offers-color-name {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .catalog-detail-page__body--new .catalog-detail-page__prices {
        margin-bottom: 16px;
    }

    .catalog-detail-page__body--new .choice-size__title {
        margin: 16px 0 12px 0;
        font-size: 12px;
    }

    .catalog-detail-page__content-wrapper {
        position: static;
    }

    .choice-size__item span.bx-sku-name {
        max-width: 100%;
        overflow: unset;
    }

    .bx-sku-name .bx-sku-name__top {
        font-size: 12px;
    }

    .bx-sku-name .bx-sku-name__bottom {
        font-size: 10px;
    }

    .catalog-detail-page__body--new .modal-btn_sizes {
        margin: 16px 0 32px 0;
    }

    .catalog-detail-page__body--new .size-guide {
        font-size: 12px;
    }

    .btn-section.bx-btn-basket {
        max-width: 200px;
    }

    .catalog-detail-page__body--new .catalog-detail-page__buttons-section .btn_add-to-cart, .catalog-detail-page__buttons-section button.btn {
        font-size: 12px !important;
    }

    .btn__add-to-cart-element-wrp {
        margin-bottom: 32px;
    }

    .availability-in-stores--open {
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 0;
        margin: 0 0 16px 0;
    }

    .catalog-detail-page__delivery-info * {
        font-size: 12px;
    }

    .catalog-detail-page__product-identity-name {
        font-size: 12px;
    }

    .catalog-detail-page__product-identity {
        margin: 0 0 32px 0;
    }

    .catalog-detail-page__af-description-item-name {
        font-size: 12px;
    }

    .catalog-detail-page__af-description-item-content {
        font-size: 12px;
    }

    .catalog-detail-page__body--new .catalog-detail-page__prices .old-price {
        margin-bottom: 0;
    }

    .container-detail-slider .catalog-slider__wrapper.more-goods {
        margin-top: 0 !important;
        padding-top: 12px;
    }
} 
/* redesign styles end */