@media (min-width: 1024px) {
    .col-xs-12.product-item-small-card.variant-1 {
        padding-right: 4px;
        padding-left: 4px;
    }
}

.variant-1 {
    z-index: 1;
    /* overflow: hidden; */
}

.variant-1 .product-item-container {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0px #231b1b40;
            box-shadow: 0 0 10px 0px #231b1b40;
    margin-bottom: 0px;
    padding: 0 15px 0;
    border-radius: 2px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius: 2px;
    -moz-border-top-left-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -webkit-border-radius: 2px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    background: #eee;
    background: var(--theme-background-second);
    /* overflow: hidden; */
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*.bx-ie .variant-1 .product-item-container{background: #eee;}*/

.variant-1 .product-item {
    min-height: 87px;
}

/**/

.product-item-container {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0px #231b1b40;
            box-shadow: 0 0 10px 0px #231b1b40;
    margin-bottom: 30px;
    padding: 10px 15px 0;
    border-radius: 2px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.product-item-container.hover {
    z-index: 17;
    margin: 0 15px;
}

.product-item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 15px 0;
    width: unset !important;
    min-width: 100%;
    border: none;
    border-radius: 2px;
}

.product-item-line-card .product-item {
    width: auto !important;
    border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
    .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
        clear: both;
    }
}

.bx-retina .product-item {
    border-width: .5px;
}

.product-item * {
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

@media (max-width: 767px) {
    .product-item {
        padding: 15px 5px 5px
    }

    .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
        clear: both;
    }
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border: 1px solid transparent;
    background: #fff;
    -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
            box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
    -webkit-animation: product-item-hover 300ms 1 ease;
    animation: product-item-hover 300ms 1 ease;
}

@keyframes product-item-hover {
    0% {
        position: absolute;
        left: -15px;
        right: -15px;
        border: 1px solid transparent;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
                box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
    }
}

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: -15px;
        right: -15px;
        border: 1px solid transparent;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
                box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
    }
}

/*Image*/

.item-sku-table .product-item-image-wrapper {
    position: relative;
    /* display: block; */
    margin-bottom: 15px;
    /*padding-top: 116%;*/
    padding-top: unset;
    min-height: 67px;
    min-height: calc(87px - 2rem);
    /* max-width: 100%; */
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* overflow: hidden; */
    padding-top: 0px;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    bottom: auto;
    left: 0;
    display: block;
    width: 100%;
    /*height: 100%;*/
    min-height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.product-item-image-original a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 60px;
}

.product-item-image-original img {
    /* visibility: hidden; */
    /* opacity: 0; */
    /* width: 60%; */
    /* max-width: 60px; */
    /* height: 60%; */
    max-height: 60px;
    margin: auto;
}

.product-item-image-original {
    z-index: 11;
    -webkit-transition: all 250ms ease, zoom 450ms ease, -webkit-box-shadow 450ms ease 400ms;
    transition: all 250ms ease, zoom 450ms ease, -webkit-box-shadow 450ms ease 400ms;
    transition: all 250ms ease, zoom 450ms ease, box-shadow 450ms ease 400ms;
    transition: all 250ms ease, zoom 450ms ease, box-shadow 450ms ease 400ms, -webkit-box-shadow 450ms ease 400ms;
    -o-transition: all 250ms ease, zoom 450ms ease, box-shadow 450ms ease 400ms;
    -moz-transition: all 250ms ease, zoom 450ms ease, box-shadow 450ms ease 400ms;
    -webkit-transition: all 250ms ease, zoom 450ms ease, box-shadow 450ms ease 400ms;
    -moz-osx-transition: all 250ms ease, zoom 450ms ease, box-shadow 450ms ease 400ms;
}

.product-item-image-original.zoom {
    cursor: pointer;
    zoom: 2.5;
    margin: -25px;
    -webkit-box-shadow: 0px 0px 15px #fff;
            box-shadow: 0px 0px 15px #fff;
    height: 400%;
    width: 200%;
    background-color: #fff;
}

.product-item-image-original.zoom:after {
    content: "х";
    font-size: 5px;
    right: 0;
    left: auto;
    position: absolute;
    margin: 4px;
    width: 5px;
    height: 5px;
    text-align: center;
    line-height: 4px;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
    display: none;
}

.product-item-image-original:hover~.label-brand {
    opacity: .1;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 0;
}

/*Image Slider*/

.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .product-item-image-slide {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .product-item-image-slide.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    display: block;
}

.product-item-image-slider-slide-container>.active {
    left: 0;
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container>.next {
    left: 100%;
}

.product-item-image-slider-slide-container>.prev {
    left: -100%;
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
    left: 0;
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f42c2c;
    opacity: .8;
}

.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
    opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, .8);
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
    cursor: pointer;
}

/*Label*/

.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 0;
}

.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;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    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;
}

/* TEXT */

.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.product-item-label-text .label-brand span {
    background: transparent;
    border: solid 1px #000;
    border: solid 1px var(--theme-border-color-dark);
    color: #000;
    color: var(--theme-color-dark);
}

.product-item-label-text .label-brand img {
    vertical-align: middle;
    height: 100px;
    width: inherit;
}

.product-item-label-text .label-is_new span {
    background-color: #f42c2c;
    background-color: var(--theme-new-bg);
    color: #fff;
    color: var(--theme-new-text);
}

.product-item-label-text .label-name {
    float: left;
}

.product-item-label-text .label-name span {
    background-color: transparent;
    color: initial;
    font-weight: bold;
}

.product-item-label-text .label-section span {
    background: #f7f5ed;
    color: #9e9191;
}

/*SMALL*/

.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: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */

.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@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: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .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: -10px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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;
    display: inline-block;
    vertical-align: top;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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 {
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

/*Title*/

.product-item-small-card.variant-3 .product-item-title {
    margin-top: 20px;
}

.product-item-title {
    overflow: hidden;
    max-height: 45px;
    width: 100%;
}

/* .product-item-title .product-item-title-name{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} */

/* .product-item-title .product-item-title-text{} */

.product-item-container .product-item-title.collapse {
    cursor: default;
    display: block;
    position: relative;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-osx-transition: all 300ms ease;
}

.product-item-container .product-item-title.collapse.collapsed {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-item-container .product-item-title.collapse .collapse-btn::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f31e";
    display: inline-block;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    color: #fdc22c;
}

.product-item-container .product-item-title.collapsed .collapse-btn::after {
    content: "\f78c";
}

.item-loader[data-loader="default-loader"] {
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
}

.item-loader-container {
    display: block;
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    left: 0;
    right: 0;
}

.item-loader.default-loader {
    right: 0;
    left: 0;
    background-color: #fff
}

.item-loader-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    background: url(/bitrix/js/main/sidepanel/css/images/loader.gif) fixed repeat 0 0
}

.item-default-loader-container {
    display: block;
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    left: 0;
    right: 0;
    /* -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%) */
}

.item-default-loader-circular {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: item-loader-rotate 2s linear infinite;
    animation: item-loader-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center
}

.item-default-loader-path {
    stroke: #bfc3c8;
    stroke-width: 1.5;
    stroke-dasharray: 20, 200;
    stroke-dashoffset: 0;
    -webkit-animation: item-loader-dash 1.5s ease-in-out infinite;
    animation: item-loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes item-loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes item-loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes item-loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes item-loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

/*Price*/

.product-item-price-container {
    margin: 5px 0 10px;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/

.product-item-line-card .product-item-info-container {
    text-align: center;
}

.product-item-info-container {
    margin-bottom: 8px;
}

.product-item-info-container-title {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: block !important
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

/*Amount*/

.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.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;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 300ms ease, opacity 300ms ease;
    -o-transition: background 300ms ease, opacity 300ms ease;
    transition: background 300ms ease, opacity 300ms ease;
    opacity: 0;
}

.table-offers-list .catalog-item-offer:hover .product-item-amount-field-btn-plus,
.table-offers-list .catalog-item-offer:hover .product-item-amount-field-btn-minus {
    display: inline-block;
    opacity: 1;
}

/* html.bx-touch .table-offers-list .catalog-item-offer:hover .product-item-amount-field-btn-plus,
html.bx-touch .table-offers-list .catalog-item-offer:hover .product-item-amount-field-btn-minus {
    display: none !important;
} */

.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;
    -webkit-transition: opacity 300ms ease, background 300ms ease;
    -o-transition: opacity 300ms ease, background 300ms ease;
    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-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTggMTJWMGgtNnYxMkgwdjZoMTJ2MTJoNlYxOGgxMnYtNkgxOHoiLz48L3N2Zz4=) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMCAxMmgzMHY2SDB6Ii8+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;
}

.item-sku-table .product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: 80px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
    position: relative;
    z-index: 0;
}

html.bx-ie .product-item-amount-field {
    line-height: normal;
}

.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;
    appearance: none
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    display: inline;
}

.product-item-big-card .product-item-price-container,
.product-item-big-card .product-item-amount-field-container {
    text-align: center;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-description-container>span {
    display: block;
}

.product-item-amount-description-container>span:nth-child(1) {
    display: inline;
}

.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;
}

/*Properties */

.product-item-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

/*Compare*/

.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 1px 0 #eee;
            box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */

.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.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 {
    /* float: left; */
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    -webkit-transition: outline 200ms ease;
    -o-transition: outline 200ms ease;
    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 {
    -webkit-transition: outline 300ms ease;
    -o-transition: outline 300ms ease;
    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;
    -o-text-overflow: ellipsis;
       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;
    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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+PHBhdGggZmlsbD0iI0E5QURCNCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQuMzkyIDEzLjIzMmwxMS42LTExLjgxNEwyNC42IDAgMTMgMTEuODE0IDEuNCAwIC4wMDkgMS40MTlsMTEuNTk5IDExLjgxM0wuNDczIDI0LjU3M2wxLjM5MiAxLjQxOEwxMyAxNC42NTEgMjQuMTM0IDI1Ljk5bDEuMzkyLTEuNDE4LTExLjEzNC0xMS4zNHoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

@media (max-width: 991px) {
    .product-item-line-card .product-item-scu-container-title {
        text-align: center;
    }

    .product-item-line-card .product-item-scu-item-list {
        text-align: center;
    }

    .product-item-line-card .product-item-scu-item-color-container,
    .product-item-line-card .product-item-scu-item-text-container {
        display: inline-block;
        float: none;
    }
}

/*Description*/

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/

.product-item-button-container {
    text-align: center;
}

.product-item-button-container .btn {
    margin-bottom: 2px;
}

.product-item-small-card.variant-1 .product-item {
    position: relative;
    z-index: 1;
}

.product-item-small-card.variant-1 .product-item-content {
    position: relative;
    /* height: 67px;
    height: calc(87px - 2rem); */
}

/* .col-xs-12.product-item-small-card.variant-1 .product-item-info-container[data-entity="buttons-block"]{
    position: absolute;
    right: 0;
    top: -10px;
    width: 40px;
    height: calc(100% + 20px);
    margin: 0;
    overflow: hidden;
    border-radius: 0;
} */

.product-item-small-card.variant-1 .analog .product-item-info-container[data-entity="buttons-block"] {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
}

/* .col-xs-12.product-item-small-card.variant-1 .product-item-info-container[data-entity="buttons-block"] .product-item-button-container{
    height: 100%;
}
.col-xs-12.product-item-small-card.variant-1 .product-item-info-container[data-entity="buttons-block"] .product-item-button-container .btn.btn-default{
    height: 100%;
    width: 100%;
    border-radius: 0;
}
.col-xs-12.product-item-small-card.variant-1 .product-item-info-container[data-entity="buttons-block"] .product-item-button-container .btn.btn-default span{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: block;
    position: relative;
    font-size: 12px;
} */

/*Stickers*/

.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/

.product-item-more-container {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTcuNjEzIDI5Ny42MTMiIGZpbGw9IiM4MjgyODIiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIvPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIvPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIvPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIvPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIvPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiLz48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiLz48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiLz48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIi8+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiLz48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiLz48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiLz48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIvPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiLz48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIi8+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIi8+PC9zdmc+) no-repeat center;
    background-size: 50%;
    opacity: .7;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.catalog-detail-offers-list {
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id {
    line-height: 1;
}

.hideBasketCheckAnalog-cont {
    width: 250px;
    display: block;
    height: 40px;
    float: left;
}

.catalog-detail-offers-list .offers-items-buy i.fa,
.catalog-detail-offers-list .offers-items-buy i.fas,
.catalog-detail-offers-list .offers-items-buy i.far {
    padding-right: 3px;
}

.catalog-detail-offers-list .offers-items-buy div[id$="_clear"] i {
    font-size: 12px;
}

/*.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click{overflow: hidden;max-width: 80px;}*/

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-buy i.fas,
.catalog-detail-offers-list .catalog-item-offer .row .offers-items-buy i.far {
    font-size: 14px;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click i.fas {
    margin-top: -3px;
    margin-right: 10px;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click.collapsed i.fas {
    display: inline-block;
    font-size: 12px;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click:not(.collapsed) .fas:nth-child(1) {
    display: none;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click:not(.collapsed) .fas:nth-child(2) {
    display: inline-block;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click.collapsed .fas:nth-child(1) {
    display: inline-block;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .collapse-click.collapsed .fas:nth-child(2) {
    display: none;
}

.catalog-detail-offers-list .catalog-item-offer .collapse-click {
    cursor: pointer;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

.catalog-detail-offers-list .catalog-item-offer .row.new_sku .offers-items-id .label-new {
    display: inline;
    background-color: #f42c2c;
    background-color: var(--theme-new-bg);
    border-radius: 4px;
    padding: 0 4px;
    color: #fff;
}

.catalog-detail-offers-list .catalog-item-offer .row.sale_sku .offers-items-id .label-sale {
    display: inline;
    background-color: #f42c2c;
    background-color: var(--theme-new-bg);
    border-radius: 4px;
    padding: 0 4px;
    color: #fff;
}

.catalog-detail-offers-list .catalog-item-offer .row.action_sku .offers-items-id .label-action {
    display: inline;
    background-color: #f42c2c;
    background-color: var(--theme-new-bg);
    border-radius: 4px;
    padding: 0 4px;
    color: #fff;
    cursor: pointer;
}

.catalog-detail-offers-list .catalog-item-offer .row .offers-items-id .label-honestsign {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/png;base64,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") no-repeat center;
    border-radius: 1px;
    padding: 0 4px;
}

.catalog-detail-offers-list .catalog-item-offer .card-body {
    width: 100%;
    overflow: hidden;
}

.catalog-detail-offers-list .catalog-item-offer .card-body .detail_wrap {
    background: #f4f3f3;
    background: var(--theme-background-block);
}

.catalog-detail-offers-list .catalog-item-offer .card-body .detail_name {
    font-weight: 600;
}

.catalog-detail-offers-list .catalog-item-offer .card-body .detail_name::first-letter {
    text-transform: uppercase;
}

.catalog-detail-offers-list .catalog-item-offer .card-body .detail_text {
    white-space: normal;
    padding: 15px 0;
}

.catalog-detail-offers-list .catalog-item-offer .card-body .detail_text::first-letter {
    text-transform: uppercase;
}

.catalog-detail-offers-list .catalog-item-offer .catalog-item-prop td {
    white-space: normal !important;
}

html.bx-ie.bx-ie11 .catalog-detail-offers-list .catalog-item-offer .media.flex-column {
    display: block;
}

.catalog-detail-offers-list .catalog-item-offer .media.flex-column {
    max-height: 380px;
    overflow-y: auto;
}

.catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap,
.catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap a {
    width: 100%;
    display: block;
}

.catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    text-align: center;
}

.catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap a>img {
    float: none !important;
}

html.bx-ie.bx-ie11 .catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap a {
    display: block;
}

.catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap img {
    max-height: 180px;
    margin: 10px auto !important;
}

@media (max-width: 425px) {
    .catalog-detail-offers-list .catalog-item-offer .card-body {
        width: calc(100vw - 15px);
        overflow: hidden;
    }

    .catalog-detail-offers-list .catalog-item-offer .media.flex-column {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .catalog-detail-offers-list .catalog-item-offer .media.flex-column .image-wrap img {
        max-width: 150px;
    }
}

.catalog-detail-offers-list .row.thead .col,
.catalog-detail-offers-list .row.tbody .col {
    font-size: 10px;
    font-weight: normal;
    padding: 2px 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0px;
    text-align: center;
}

.catalog-detail-offers-list .row.thead .col {
    background: #f4f3f3;
    padding: 4px;
}

.catalog-detail-offers-list .row.tbody .col {
    border-top: 0px;
    font-size: 12px;
}

.catalog-detail-offers-list .row.thead .col:first-child,
.catalog-detail-offers-list .row.tbody .col:first-child {
    border-left: 0px;
}

/* размеры колонок */

.catalog-detail-offers-list .row *[class^="offers-items-"] {
    overflow: hidden;
    max-width: 80px !important;
    min-width: 80px;
    width: 80px !important;
    text-align: center;
    font-size: 12px;
    padding: 2px 4px;
    cursor: pointer;
}

.catalog-detail-offers-list .row *[class^="offers-items-"]>* {
    cursor: initial;
    text-align: center;
}

html.bx-ie .catalog-detail-offers-list .row *[class^="offers-items-"] {
    max-width: 80px !important;
    min-width: 80px;
    width: 80px !important;
    text-align: center;
    font-size: 12px;
    padding: 2px 4px;
}

html.bx-firefox .catalog-detail-offers-list .row *[class^="offers-items-"] {
    max-width: 80px !important;
    min-width: 80px;
    width: 80px !important;
    text-align: center;
    font-size: 12px;
    padding: 2px 4px;
}

.catalog-detail-offers-list .row .col.offers-items-id {
    position: relative;
    padding-left: 10px;
    min-width: 100px;
    max-width: 200px;
    text-align: left;
}

.catalog-detail-offers-list .row .offers-items-total_price,
.catalog-detail-offers-list .row .offers-items-price {
    max-width: 100px;
}

.catalog-detail-offers-list .row .offers-items-buy {
    max-width: 180px;
}

/* .catalog-detail-offers-list .table-offers-list .col.offers-items-buy {
    text-align: left;
} */

.catalog-detail-offers-list .row .col[data-prop-code="PACKAGE_FORMAT"] {
    max-width: 150px;
}

.catalog-detail-offers-list .row .col[data-prop-code="PREVIEW_TEXT"] {
    padding-left: 10px;
    /* text-align: left; */
}

.catalog-detail-offers-list .row .offers-items-lastorder,
.catalog-detail-offers-list .row .offers-items-to-catalog,
.catalog-detail-offers-list .row .offer-to-catalog {
    max-width: 30px;
    font-size: 14px;
}

html.bx-ie .catalog-detail-offers-list .row .offers-items-id {
    min-width: 100px;
    max-width: auto !important;
}

html.bx-firefox .catalog-detail-offers-list .row .offers-items-id {
    min-width: 100px;
    max-width: auto !important;
}

/*  */

.catalog-detail-offers-list .row .offers-items-id .label-brand {
    position: absolute;
    z-index: 1;
    height: 25px;
    width: initial;
    top: 0px;
    right: 0px;
    margin: 0 1px 0 40px;
    display: inline-block;
    /* max-width: 33%; */
    text-align: right;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.catalog-detail-offers-list .row .offers-items-id .label-brand span {
    padding: 2px 10px;
    font-size: 13px;
    line-height: 16px;
    vertical-align: bottom;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #000;
    border: solid 1px var(--theme-border-color-dark);
    color: #000;
    color: var(--theme-color-dark);
}

.catalog-detail-offers-list .row .offers-items-id span.value {
    display: unset !important;
}

html.bx-ie .catalog-detail-offers-list .row .offers-items-id span.value {
    display: inline !important;
}

.catalog-detail-offers-list .row *[class^="offers-items-"] span.value {
    white-space: pre;
    overflow: hidden;
    display: inline;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

/*
.catalog-detail-offers-list .row .offer-to-catalog {
    width: 15px;
    min-width: 15px;
    padding: 2px 4px 00 0;
    max-width: 15px;
}

  */

.catalog-detail-offers-list .table {
    width: 100%;
    /*table-layout: fixed;*/
}

.catalog-detail-offers-list .row .col {
    /*width: 100px;*/
}

.catalog-detail-offers-list .row.thead .col,
.catalog-detail-offers-list .row.tbody .col,
.catalog-detail-offers-list .row .col.offers-items-traits,
.catalog-detail-offers-list .catalog-item-offer .table td.offers-items-traits {
    /*max-width: 100px;
    white-space: pre;*/
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

html.bx-touch .catalog-detail-offers-list .row.thead .col,
html.bx-touch .catalog-detail-offers-list .row.tbody .col,
html.bx-touch .catalog-detail-offers-list .row .col.offers-items-traits,
html.bx-touch .catalog-detail-offers-list .catalog-item-offer .table td.offers-items-traits {
    padding-left: 0;
    padding-right: 0;
}

/* .catalog-detail-offers-list .row.thead,
.catalog-detail-offers-list .catalog-item-offer .collapse-click.collapsed .table{background-color: #f7f5ed;} */

.catalog-detail-offers-list .row.thead {
    margin-left: 0px;
    margin-right: 0px;
}

.catalog-detail-offers-list .row.tbody {
    margin-left: 0px;
    margin-right: 0px;
}

.catalog-detail-offers-list .row.in_basket {
    background-color: #c9ebff;
    background-color: var(--theme-in_basket-bg);
}

.catalog-detail-offers-list .row.thead:hover,
.catalog-detail-offers-list .row.thead.selected,
.catalog-detail-offers-list .row.tbody:hover,
.catalog-detail-offers-list .row.tbody.selected {
    background-color: #b0e2ff;
    background-color: var(--theme-selected-bg);
}

.catalog-detail-offers-list .row.new_sku {
    background-color: #f42c2c;
    background-color: var(--theme-new-bg);
    background-color: inherit;
}

.catalog-detail-offers-list .row.sale_sku {
    background-color: #f42222;
    background-color: var(--theme-sale-bg);
    background-color: inherit;
}

/*.catalog-detail-offers-list .catalog-item-offer .collapse-click:not(.collapsed) .table{background-color: #eaeaea;}*/

.catalog-detail-offers-list .btn.btn-amount {
    background: none !important;
    padding: 0 !important;
    line-height: initial !important;
    border: none !important;
    position: relative;
    margin-right: 10%;
}

.catalog-detail-offers-list .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: normal;
    line-height: 22px;
    -webkit-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
    font-size: 12px;
    height: 18px;
    border: 1px solid #ddd;
    /* min-width: 100%; */
}

.table-detail-offers-item>.row>.col {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}

.table-detail-offers-item>.row:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

/* только для полей: активных, с числом>0 */

.catalog-detail-offers-list .row.tbody:hover .product-item-amount-field,
/* .catalog-detail-offers-list .table .row.thead.in_basket .product-item-amount-field, */

.catalog-detail-offers-list .row.tbody.selected .product-item-amount-field,
.catalog-detail-offers-list .product-item-amount-field:hover,
.catalog-detail-offers-list .product-item-amount-field:active {
    background-color: #fff !important;
    border: 1px solid #ee9201;
}

/*  */

.table-noborder,
.table-noborder .col {
    border: none !important;
}

.product-item-container .sku .td.table-offers-list {
    max-height: unset;
    overflow-y: hidden;
}

.product-item-small-card.variant-1 {
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-osx-transition: all 300ms ease;
}

.product-item-small-card.variant-1 .product-item-label {
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0 -15px;
}

.product-item-small-card.variant-1 .product-item-label>div img {
    height: 20px;
    width: initial;
    max-width: 240px;
}

.product-item-small-card.variant-1 .product-item-label>div {
    display: inline;
    vertical-align: top;
}

.product-item-small-card.variant-1 .product-item-label>div span {
    padding: 2px 10px;
    font-size: 13px;
    line-height: 16px;
    max-height: 20px;
}

.product-item-small-card.variant-1 .product-item-label>div span:first-letter {
    text-transform: uppercase;
}

.bx-ie .product-item-small-card.variant-1 .product-item-label>div span,
.bx-ie11 .product-item-small-card.variant-1 .product-item-label>div span {
    color: #000;
}

.product-item-container .label-info .fas {
    color: var(--theme-color-primary);
}

.product-item-small-card.variant-1.blink {
    z-index: 2000;
}

.color-pulse {
    animation: color-pulse 3s infinite;
    -webkit-animation: color-pulse 3s infinite;
}

@keyframes color-pulse {
    0% {
        background-color: transparent;
    }

    35% {
        background-color: #fdc22c;
        background-color: var(--theme-color-selected);
    }

    75% {
        background-color: #b0e2ff;
        background-color: var(--theme-selected-bg);
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes color-pulse {
    0% {
        background-color: transparent;
    }

    35% {
        background-color: #fdc22c;
        background-color: var(--theme-color-selected);
    }

    75% {
        background-color: #b0e2ff;
        background-color: var(--theme-selected-bg);
    }

    100% {
        background-color: transparent;
    }
}

.blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
}

@keyframes blinker {
    10% {
        -webkit-box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
                box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
        -webkit-box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
                box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
    }

    90% {
        -webkit-box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
                box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
        -webkit-box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
                box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
    }
}

@-webkit-keyframes blinker {
    10% {
        -webkit-box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
                box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
        -webkit-box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
                box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
    }

    90% {
        -webkit-box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
                box-shadow: 0 0 100px 3000px var(--theme-selected-bg);
        -webkit-box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
                box-shadow: 0 0 100px 3000px rgba(0, 0, 0, .6);
    }
}

.vue-product-input{filter:blur(2px);-webkit-filter:blur(2px);-webkit-animation:blink 1s linear infinite;animation:blink 1s linear infinite}


.detail_props [data-prop-code="TOVARNYY_ZNAK"] img {
    max-height: 30px;
}
.detail_props [data-prop-code="HONEST_SIGN"] img {
    max-height: 30px;
}