

/* Start:/local/templates/arfashion/components/bitrix/catalog.element/main_v0.1/style.css?175516936851075*/

.bx-catalog-element.tpl-main .bx-sku {
    max-width: 345px;
}

.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);
}

.catalog-detail-page__body--new .catalog-detail-page__content {
    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: 20px;
}

.catalog-detail-page__body--new .catalog-detail-page__prices .discounted-price {
    color: rgb(163, 34, 61);
    font-family: 'Trivia Slab', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    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: 18px;
    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: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.catalog-detail-page__body--new .bx-sku-item--none {
    display: none;
}

.catalog-detail-page__body--new .choice-size {
    display: flex;
}

.catalog-detail-page__body--new .choice-size__title {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 15px 0;
}

.catalog-detail-page__body--new .choice-size__text {
    font-family: "Open Sans", "sans-serif";
}

.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 {
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid rgb(0, 43, 112);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.catalog-detail-page__body--new .choice-size__item:hover {
    border-color: rgb(163, 34, 61);
}

.catalog-detail-page__body--new .choice-size__item:hover .bx-sku-name{
    color: rgb(163, 34, 61);
}

.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;
}

.choice--active {
    color: rgb(163, 34, 61) !important;
}

.choice--active__item {
    border: 2px solid rgb(163, 34, 61) !important;
}

.choice--in-basket {
    color: rgb(163, 34, 61) !important;
}

.choice--in-basket__item {
    border: 2px solid rgb(163, 34, 61) !important;
}

.catalog-detail-page__body--new .modal-btn_sizes {
    margin: 10px 0 20px 0;
    width: max-content;
}

.catalog-detail-page__body--new .size-guide {
    color: rgb(166, 166, 166);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    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: 18px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
}

.catalog-detail-page__body--new .btn__add-to-cart-element-wrp {
    max-width: 365px;
}

.catalog-detail-page__body--new .btn__add-to-cart-element {
    background: white;
}

.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-size: 100%;
    background: rgb(0, 43, 112);
    width: 38px;
    height: 34px;
}

.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 {
    text-align: center;
    font-family: "Open Sans", "sans-serif";
}

.bx-sku-name .bx-sku-name__bottom {
    font-size: 10px;
    color: rgba(105, 105, 105, 1);
}

.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;
    }
}
/* End */


/* Start:/local/templates/arfashion/css/swiper.min.css?175494492919703*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


.slider-wrap{
  position: relative;
  padding-left: 140px;
}

.swiper-arrow{
  display: none;
}

.slider-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-thumbs{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 40px;
  height: 600px;
}

.mySwiper{  
  width: 120px;
  height: 500px;
}

.swiper-thumb{
  position: absolute;
  left: 48px;  
}

.swiper-thumb-prev{
  top: 15px;
}

.swiper-thumb-prev:after{
  transform: rotate(90deg);
}

.swiper-thumb-next:after{
  transform: rotate(90deg);
}

.swiper-thumb-next{
  bottom: 10px;
  top: auto;
}

.mySwiper2 .swiper-slide img{
	max-height: 780px;
	object-fit: none;
}
.mySwiper .swiper-slide{
	text-align: center;
}
.mySwiper .swiper-slide img{
	width: auto;
}
@media (max-width: 991px){
  .slider-wrap{
    margin-bottom: 30px;
    padding-left: 100px;
  } 
  .mySwiper {
    width: 80px;
    height: 300px;
  }
  .swiper-thumb{
    left: 24px;
    font-size: 20px;    
  }
  .slider-thumbs{
    height: 400px;
  }
}

@media (max-width: 575px){
  .slider-thumbs{
    display: none;
  } 
  .slider-wrap{
    padding: 0;
  }
  .swiper-arrow{
    display: block;
  }
}
/* End */


/* Start:/local/templates/arfashion/components/bitrix/catalog.section/block.el/style.css?17549449281854*/
.catalog-items-list {
    max-width: calc(100vw - 16px * 2);
    
    width: 100vw !important;
}

.owl-carousel.catalog-slider:not(.catalog-slider__also) {
    max-width: calc(100vw - 16px * 2);
}

@media (min-width: 769px) {
		
    .catalog-items-list {
        max-width: 70vw;
    }
    .owl-carousel.catalog-slider:not(.catalog-slider__also) {
        max-width: 70vw;
    }
}


.container-detail-slider .catalog-slider__wrapper:not(.cart-more) .owl-nav {
    top: 40%;
}

.container-detail-slider .catalog-slider .owl-nav {
    width: 100%;
    right: 10px;
}

.container-detail-slider .catalog-item__img-wrp {
    height: auto;
}

.container-detail-slider .owl-nav .owl-prev {
    position: relative;
    right: 20px;
}

.container-detail-slider .owl-nav .owl-next {
    position: relative;
    left: 20px;
}

.container-detail-slider .catalog-slider .owl-nav > button {
    width: 13px;
    height: 25px;
}

.container-detail-slider .catalog-slider .owl-dots {
    justify-content: center;
    margin-top: 0;
}

.container-detail-slider .catalog-slider .owl-dots button {
    width: 15px;
    height: 7px;
    border-radius: 5px;
    background-color: rgb(200, 200, 200);
    margin: 0px 5px;
    display: inline-block;
}

.container-detail-slider .catalog-slider .owl-dots button.active {
    background: rgb(162, 35, 62);
}


@media(min-width:500px) {
    .container-detail-slider .catalog-slider .owl-dots {
        margin-top: 20px;
    }
}

@media(max-width:1200px) {
    .container-detail-slider .owl-nav .owl-prev {
        right: 0;
    }
    .container-detail-slider .owl-nav .owl-next {
        left: 0;
    }
}

@media(max-width:769px) {
    .container-detail-slider .catalog-slider__wrapper:not(.cart-more) .owl-nav {
        display: none;
    }
}
/* End */
/* /local/templates/arfashion/components/bitrix/catalog.element/main_v0.1/style.css?175516936851075 */
/* /local/templates/arfashion/css/swiper.min.css?175494492919703 */
/* /local/templates/arfashion/components/bitrix/catalog.section/block.el/style.css?17549449281854 */
