<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bx_catalog_tile_home_type_2 {
    position: relative;
    margin: 20px 0;
    max-width: 1370px;
    height: 445px;
}

.item_wrapper {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.product-item-container {
    position: relative;
    margin-bottom: 20px;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    background: #94368D;
    color: #fff;
}

.product-item-container.hover {
    z-index: 15;
    *height: 535px !important;
}

.product-item-info-container.product-item-price-container {
    font-weight: bold;
    padding: 10px 15px;
}

.quantity-block,
.buttons-block {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
}

.product-item-info-container.quantity-block {
    float: left;
    margin-left: 15px;
    width: auto !important;
}

.product-item-info-container.buttons-block {
    margin-bottom: 20px;
    display: block;
}

.product-item-info-container.quantity-block+.product-item-info-container.buttons-block {
    *float: right;
    margin-right: 15px;
}

.product-item-info-container .buy_link,
.product-item-info-container a[id$="buy_link"] {
    float: right;
}

.product-item {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0 0px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #FFF;
}

.product-item * {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    /*padding: 10px;
left: -10px;
width: calc(100% + 20px);*/
    border: 1px solid #f5f5f5;
    background: #fff;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.bx-no-touch .top_template_slider .product-item-container.hover .product-item {
    padding-top: 0%;
}

.bx-no-touch .catalog-section .product-item-container.hover .product-item {
    /*top: -10px;*/
}

.content_block #c_store_amount {
    display: none;
}

.bx-no-touch .content_block .product-item-container.hover .product-item #c_store_amount {
    display: block;
    margin-top: 20px;
}

.bx-no-touch .content_block .product-item-container.hover .product-item {
    position: relative;
}

.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;*/
}

.product-item .not-available {
    padding: 0 20px 20px 20px;
    color: #4f4e4f;
    font-weight: 500;
    border: none;
    line-height: 1;
}

.product-item .not-available {
    text-decoration: none;
}

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: -15px;
        right: -15px;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
    }
}

/*Image*/
.product-item-image-wrapper {
    position: relative;
    display: block;
    padding-top: 93%;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 2%;
    right: 0;
    bottom: 0;
    display: block;
    width: 96%;
    left: 2%;
    height: 96%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.product-item-image-original {
    z-index: 1;
}

.product-item-image-alternative {
    z-index: 2;
    opacity: 0;
}

.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: 25px;
}

/*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;
    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;
    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: 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&gt;.active,
.product-item-image-slider-slide-container&gt;.next,
.product-item-image-slider-slide-container&gt;.prev {
    display: block;
}

.product-item-image-slider-slide-container&gt;.active {
    left: 0;
}

.product-item-image-slider-slide-container&gt;.next,
.product-item-image-slider-slide-container&gt;.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container&gt;.next {
    left: 100%;
}

.product-item-image-slider-slide-container&gt;.prev {
    left: -100%;
}

.product-item-image-slider-slide-container&gt;.next.left,
.product-item-image-slider-slide-container&gt;.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: 19;
    padding: 0;
    text-align: center;
    opacity: 0;
    -webkit-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: #f5f5f5;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
    cursor: pointer;
}

/*RING*/
.product-item-label-ring {}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    position: relative;
    /*width: 45px;*/
    height: 22px;
    font-size: 13px;
    /* background: url(images/discount.png) no-repeat center; */
    line-height: 19px;
    padding-left: 2px;
    padding-right: 3px;
    margin-top: -11px;
    margin-left: 10px;
    border: 2px solid #f75074;
    border-left: none;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.product-item-label-ring.product-item-label-small:before,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    display: inline-block;
    width: 10px;
    height: 22px;
    background: url("images/disc_before.png") no-repeat center;
}

.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;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    color: #f75074;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.product-item-label-text span.LEADER {
    background-color: #4599e8;
}

.product-item-label-text span.SKIDKA {
    background-color: #fb468d;
}

.product-item-label-text span.NEW {
    background-color: #93c031;
}

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

/* labels */
.stick_block {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    max-width: 50px;
}

.bx-no-touch .catalog-section .product-item-container.hover .product-item .stick_block {
    /*top: 10px;*/
    /*right: 10px;*/
}

.top_template_slider .product-item-container.hover .stick_block {
    /*right: 10px;*/
}

.bx_stick {
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    float: right;
    padding: 0 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_stick.F_LENTA {
    color: #fff;
    background: #61bd48;
    font-weight: bold;
    width: 105px;
}

.bx_stick.STIK_2AND1 {
    color: #ff0000;
    font-weight: bold;
    width: 100px;
}
.bx_stick.STIK_ZNAK {
    color: #000;
    background: #fffc39;
    /*background-image: url('../.default/images/4Z.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;*/
    font-weight: bold;
    width: 200px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 15px;
    display: flex;
    white-space: normal;
    text-align: right;
    padding: 0 5px;
}
.bx_stick.STIK_ZNAK_CT {
    color: #000;
    background: #fffc39;
    /*background-image: url('../.default/images/4Z.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;*/
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    border-radius: 25px;
    /*text-shadow: 1px 1px 2px #000000c7;*/
    /*width:100px;*/
}

.bx_stick.STIK_2AND1_CT {
    color: #ffffff;
    background: #d30000;
    font-weight: bold;
    border-radius: 25px;
    /*text-shadow: 1px 1px 2px #000000c7;*/
    /*width:100px;*/
}

.bx_stick.TANGERINE_BASKET {
    color: #fff;
    background: url('images/mandarin.png') no-repeat center;
    font-weight: bold;
    width: 90px;
    height: 55px;
    /*display: none;*/
}

.bx_stick.NOVINKA {
    color: #ff0000;
    font-weight: bold;
}

.bx_stick.SKIDKA {
    color: #c25395;
    font-weight: bold;
}

.bx_stick.KHIT_PRODAZH {
    color: #94368d;
    font-weight: bold;
}

.bx_stick .right {
    right: 0;
}

.bx_stick .bottom {
    bottom: 5px;
}

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

/*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: 4px 10px;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 13px;
    line-height: 17px;
}

/* 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;
}

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

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

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

.product-item-label-left {
    left: 10px;
    z-index: 102;
}

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

.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&gt;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-title {
    padding: 0 15px;
    line-height: 1.2;
    min-height: 48px;
    *height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
    overflow: hidden;
    white-space: normal;
}

.product-item-title a {
    font-size: 14px;
    font-weight: 500;
    color: #4f4e4f;
    padding: 0 0px;
}

.bx-no-touch .product-item-container.hover .product-item .product-item-title a {
    color: #c25395;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
    padding: 0;
}

/*Price*/
.product-item-price-container {
    margin: 5px 0 10px;
}

.product-item-price-current {
    font-size: 16px;
    font-weight: bold;
}

.product-item-price-old {
    text-decoration: line-through;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 16px !important;
    color: #706f6f;
}

.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: 0px;
}

.product-item-info-container.sku-block {
    padding: 0 15px;
    margin-top: 5px;
    clear: both;
}

.product-item-info-container-title {
    color: #4f4e4f;
    padding: 0 15px 15px 15px;
    color: #94368D;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

.appFastViewContainer .available-block .product-item-info-container-title {
    padding-left: 0px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-hidden {
    display: none !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: 0px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ececec;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
}

.product-item-amount-field-container {
    white-space: nowrap;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    *border: 1px solid #f5f5f5;
    display: inline-block;
    border-right: none;
    min-width: 30px;
    line-height: 48px;
    float: left;
    border-bottom-color: transparent;
    background: #f5f5f5;
    font-size: 20px;
    color: #706f6f;
    font-weight: bold;
}

.product-item-amount-field {
    display: inline-block;
    max-width: 45px;
    width: 100%;
    height: 48px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.buylink {
    max-width: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding: 0;
    background: url(images/suplorzina.png) no-repeat center, #f5f5f5;
    float: right;
    color: transparent;
    border-bottom-color: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.buylink:hover {
    box-shadow: none;
    min-width: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: url(images/supkorz_hover.png) no-repeat center, #94368d;
    float: right;
}

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

.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: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: block;
}

.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}

.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 {}

/*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: #4f4e4f;
}

/*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;
    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;
    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 */
.scu-wrapper&gt;div:last-child {
    padding-bottom: 15px;
}

.product-item-scu-container {
    padding: 0px;
    text-align: left;
    font-size: 12px;
    color: rgb(124, 122, 123);
    line-height: 1;
}

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

.product-item-scu-list {
    margin: 3px 0 0 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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

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

.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;
    transition: outline 200ms ease;
}

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

.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: 3px 0px;
    border: 1px solid #ececec;
    cursor: pointer;
    border-radius: 3px;
}

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

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    border: 1px solid #94368d;
}

.product-item-scu-item-text-container .product-item-scu-item-text-block:hover {}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

/*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: 0px;
}

.product-item-button-container .detail_btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    float: left;
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.product-item-button-container .but-solid-default {
    font-size: 0;
    width: 50px;
    line-height: 15px;
    display: block;
    padding: 5px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-item-button-container .but-solid-default:hover {}

.product-item-button-container .but-solid-default i {
    font-size: 16px;
    color: #b6b6b6;
    line-height: 28px;
}

.product-item-button-container .but-solid-default:hover i {
    color: #ffffff;
}

.product-item-button-container .but-solid-default.subscribe {
    font-size: 12px;
    width: auto;
    display: block;
    margin: 0 20px;
}

.product-item-button-container .not-available {
    text-decoration: none;
    padding: 0;
    color: #656565;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    -moz-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;
    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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: .7;
    -webkit-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;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*--------------------- .product-item-line-card---------------------------------*/
.product-item-line-card .product-item {
    width: auto !important;
    padding-top: 15px;
}

.product-item-line-card .product-item-price-container {
    float: left;
    margin: 10px 0 10px;
    white-space: nowrap;
}

.product-item-line-card .product-item-title {
    line-height: 1.5;
    padding-top: 15px;
}

.product-item-line-card .product-item-title a {
    font-size: 14px;
    font-weight: 400;
}

.product-item-line-card .buttons-block {
    margin: 0;
}

.product-item-line-card .product-item-image-wrapper {
    padding-top: 125%;
}

.product-item-line-card .scu-block {
    display: none;
}

.product-item-line-card .quantity-block {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    margin-left: 0;
}

.product-item-line-card .buttons-block {
    float: right;
    margin-top: 3px;
}

.product-item-line-card .quantityLimit-blok {
    float: left;
    padding: 13px 20px;
    width: 215px;
    white-space: nowrap;
}

.product-item-line-card .quantityLimit-blok .btn.btn-link.btn-sm {
    padding: 10px 45px 10px 20px;
    color: #4f4e4f;
    font-weight: 500;
}

.product-item-line-card .quantityLimit-blok .btn.btn-link.btn-sm:hover {
    text-decoration: none;
}

.product-item-line-card .product-item-info-container-title {
    padding: 10px 45px 10px 20px;
}

.product-item-line-card .labels {
    float: left;
    margin-left: -50px;
    margin-top: 15px;
}

.product-item-line-card .product-item-price-old {
    margin-left: 0;
}

.product-item-line-card .product-item-container {
    margin-bottom: 0;
    padding: 0 15px;
}

.product-item-line-card .product-item-container:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
}

.product-item-line-card .product-item-container:hover .scu-block,
.product-item-line-card .product-item-container:hover .getFastView {
    display: block;
}

.product-item-line-card .product-item-container:hover .scu-block {
    z-index: 15;
    position: absolute;
    top: 93px;
    left: 0px;
    /* margin: 0 15px; */
    padding: 0 0;
    background: #fff;
    box-shadow: 0px 10px 19px 0 rgba(0, 0, 0, 0.08);
    /* overflow: hidden; */
    width: 100%;
    /*width: calc(100% - 30px);*/
}

.product-item-line-card .sku-containers {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 35px;
}

.product-item-line-card .image {
    position: relative;
}

.product-item-line-card .hovered {
    display: none;
    max-width: 150px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: -120px;
    top: -20px;
}

.product-item-line-card .image:hover .hovered {
    display: block;
}

.product-item-line-card .getFastView {
    display: none;
    right: -40px;
    left: auto;
    top: 68%;
    background: #828081;
}

@media screen and (max-width: 1100px) {
    .product-item-info-container.quantity-block {
        margin-left: 5px;
    }

    .product-item-info-container.quantity-block+.product-item-info-container.buttons-block {
        margin-right: 5px;
    }
}</pre></body></html>