.top_template_slider {
    position: relative;
    margin: 30px 0 50px;
    max-width: 1370px;
    /*height: 390px;*/
    z-index: 10;
}

.top_template_slider .prevsliderbtn {
    position: absolute;
    top: 175px;
    z-index: 10;
    left: 10px;
}

.top_template_slider .nextsliderbtn {
    position: absolute;
    top: 175px;
    z-index: 10;
    right: 13px;
}

.top_template_slider .product-item-container.hover {
    height: 915px !important;
}

.top_template_slider .product-item-container {
    margin-bottom: 0;
}

/*daily_item*/
#daily_item {
    *width: 470px;
}

#daily_item .product-item-container,
#daily_item .top_template_slider,
#daily_item .item_wrapper {
    margin: 0;
    padding: 0;
}

#daily_item .bx_catalog_item {
    width: 100%;
    min-height: auto;
}

#daily_item .product-item-image-wrapper {
    width: 180px;
    float: left;
    padding-top: 86%;
    margin-right: 20px;
}

#daily_item .product-item-title {
    padding-top: 70px;
    height: auto;
    overflow: auto;
    padding-left: 0;
    margin-bottom: 30px;
}

#daily_item .product-item-price-current {
    font-size: 26px;
    font-weight: 700;
    color: #94368d;;
}

#daily_item .scu-wrapper {
    float: left;
}

#daily_item .product-item-info-container.product-item-price-container {
    margin: 0;
    padding-top: 0;
}

#daily_item .product-item-info-container.sku-block {
    padding: 0;
}

#daily_item .buylink {
    color: #2f2c2d;
    font-size: 15px;
    width: 130px;
    max-width: 150px;
    line-height: 42px;
    background-position: 15px 50%;
    padding-left: 55px;
    padding-right: 30px;
    float: left;
    font-weight: bold;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    background-position: 20px center;
}

#daily_item .buylink:hover {
    color: #fff;
}

#daily_item .quantity-block {
    margin-left: 0;
}

#daily_item .product-item-button-container {
    margin-top: 35px;
    text-align: left;
}

#daily_item .product-item-container.hover .product-item {
    position: static;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 400px;
}

#daily_item .top_template_slider .item_wrapper {
    opacity: 1 !important;
}

/*slider set*/
.top_template_slider .item_wrapper {
    opacity: 0;
    -webkit-transition: 0.3em;
    -moz-transition: 0.3em;
    -ms-transition: 0.3em;
    -o-transition: 0.3em;
    transition: 0.3em;
}

@media screen and (max-width: 500px) {
    .top_template_slider .item_wrapper {
        opacity: 1;
    }
}






.sale-section-wrapper {
    max-width: 1370px;
    margin: auto;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}

.sale-section-wrapper .slick-initialized .slick-slide {
    opacity: 1;
    display: block;
}

.sale-section-wrapper .title-main {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 50px;
    padding-bottom: 15px;
}

.sale-section-wrapper .title-main h1 {
    font-size: 26px;
    display: inline-block;
    line-height: 0.8;
    font-weight: bold;
    margin: 0;
}

.sale-section-wrapper .title-main a {
    font-size: 18px;
    color: #94368d;
    float: right;
}

.sale-section-wrapper .top_template_slider {
    position: relative;
    margin: 30px 0 50px;
    max-width: 1370px;
    height: 390px;
    z-index: 10;
}

.sale-section-wrapper .prevsliderbtn, .sale-section-wrapper .nextsliderbtn {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(245, 245, 245, 0.8);
    border: none;
    outline-style: none;
    text-align: center;
    top: 45%;
    z-index: 5;
    cursor: pointer;
}

.sale-section-wrapper .top_template_slider .prevsliderbtn {
    position: absolute;
    top: 175px;
    z-index: 10;
    left: 10px;
}

.sale-section-wrapper .top_template_slider .nextsliderbtn {
    position: absolute;
    top: 175px;
    z-index: 10;
    right: 13px;
}

.sale-section-wrapper .slick-list, .sale-section-wrapper .slick-slide, .sale-section-wrapper .slick-slide a.slick-list:focus, .sale-section-wrapper .slick-slide:focus, .sale-section-wrapper .slick-slide a:focus {
    outline: none !important;
}

.sale-section-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sale-section-wrapper .item_wrapper {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 8px;
}

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

.sale-section-wrapper .to-favorites {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 14;
}

.sale-section-wrapper .to-favorites i {
    cursor: pointer;
}

.sale-section-wrapper .fa-star:before {
    content: "\f005";
}

.sale-section-wrapper .to-favorites:hover .far, .sale-section-wrapper .to-favorites.active .far, .sale-section-wrapper .to-favorites .fas {
    display: none!important;
}

.sale-section-wrapper .stick_block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    max-width: 50px;
}

.sale-section-wrapper .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;
    cursor: pointer;
}

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

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

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

.sale-section-wrapper .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;
}

.sale-section-wrapper .product-item-image-original, .sale-section-wrapper .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;
}

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

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

.sale-section-wrapper .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;
}

.sale-section-wrapper .getFastView {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #2b2b2b;
    text-decoration: none;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff;
    /* display: none; */
    height: 40px;
    width: 150px;
    opacity: 0.9;
    z-index: 7;
    left: 50%;
    top: 50%;
}

.sale-section-wrapper .product-item-title {
    padding: 0 15px;
    line-height: 1.2;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.sale-section-wrapper .product-item-price-container {
    margin: 5px 0 10px;
}

.sale-section-wrapper .product-item-info-container {
    margin-bottom: 0;
}

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

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

.sale-section-wrapper .product-item-price-old {
    text-decoration: line-through;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 16px !important;
    color: #706f6f;
}
.sale-section-wrapper .product-item-label-ring.product-item-label-small {display:none;}

.sale-section-wrapper .product-item-label-ring.product-item-label-small, .sale-section-wrapper .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    position: relative;
    height: 22px;
    font-size: 13px;
    line-height: 19px;
    padding-left: 2px;
    padding-right: 3px;
    margin: -11px 0 0 10px;
    background-color: unset;
    border: 2px solid #f75074;
    border-left: none;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}
.sale-section-wrapper .product-item-label-right {
    right: -5px;
}

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

.sale-section-wrapper .product-item-label-text span, .sale-section-wrapper .product-item-label-ring {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
}

.sale-section-wrapper .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;
}

.sale-section-wrapper .product-item-info-container {
    margin-bottom: 0;
}

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

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

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

.sale-section-wrapper .product-item-amount {
    padding: 0;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ececec;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    height: 48px;
}

.sale-section-wrapper .product-item-amount-field-container {
    white-space: nowrap;
    height: 100%;
}

.sale-section-wrapper .product-item-amount-field-btn-plus, .sale-section-wrapper .product-item-amount-field-btn-minus {
    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;
    height: 100%;
}

.sale-section-wrapper .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;
}

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

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

.sale-section-wrapper .product-item-info-container.quantity-block+.product-item-info-container.buttons-block {
    margin-right: 15px;
}

.sale-section-wrapper .product-item-info-container.props-block {
    margin-top: 10px;
}

.sale-section-wrapper .product-item-button-container {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.sale-section-wrapper .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;
}

.sale-section-wrapper .buy_link, .sale-section-wrapper .buylink, .sale-section-wrapper .buybtn {
    position: relative;
}

.sale-section-wrapper .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;
}

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

.sale-section-wrapper .default-purple-btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #94368d;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 15px 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
}

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

.sale-section-wrapper .bx-catalog-subscribe-button {
    font-size: 15px;
    font-weight: 700;
    color: #94368d;
    background: transparent;
    border: 1px solid #94368d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 13px 25px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sale-section-wrapper .bx-catalog-subscribe-button {
    margin-bottom: 0;
    display: inline-block;
}


.sale-section-wrapper .product-item-scu-item-text-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 3px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    cursor: pointer;
    background: #fff;
    color: #222222;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: color, border-color, background-color, opacity, transform;
    -moz-transition-property: color, border-color, background-color, opacity, transform;
    -ms-transition-property: color, border-color, background-color, opacity, transform;
    -o-transition-property: color, border-color, background-color, opacity, transform;
    transition-property: color, border-color, background-color, opacity, transform;
    -webkit-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
    -moz-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
    -ms-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
    -o-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
    transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
}

.sale-section-wrapper .product-item-scu-item-text-block .product-item-scu-item-text {
    display: block;
    padding: 4px 9px;
    color: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    min-width: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sale-section-wrapper .selected .product-item-scu-item-text-block {
    background-color: #e8e8e8;
}

.sale-section-wrapper .product-item-scu-item-text-container:before {
    content: unset;
}

@media screen and (max-width: 1450px) {
    .sale-section-wrapper > .sale-section {
        padding: 0 55px 0 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .sale-section-wrapper .sale-section .top_template_slider {
        /*height: 430px;*/
    }
    .sale-section-wrapper .top_template_slider .product-item-amount-field {
        max-width: 30px;
    }
}

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

@media (min-width: 800px) and (max-width: 1024px) {
    .sale-section-wrapper .sale-section .top_template_slider {
        /*height: 370px;*/
    }
    .sale-section-wrapper .product-item-amount-field {
        max-width: 30px;
    }
}

@media screen and (max-width: 800px) {
    .sale-section-wrapper .top_template_slider {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .sale-section-wrapper > .sale-section {
        padding: 0 5px 0 5px;
    }
    .sale-section-wrapper .sale-section .title-main a {
        display: none;
    }
    .sale-section-wrapper .top_template_slider .item_wrapper {
        opacity: 1;
    }
    .sale-section-wrapper .getFastView {
        display: none !important;
    }
    .sale-section-wrapper .visible-xs {
        display: block !important;
    }
}

@media screen and (max-width: 500px) {
    .sale-section-wrapper .title-main {
        padding-top: 20px;
        border-bottom: 1px solid #ececec;
    }
    .sale-section-wrapper .top_template_slider {
        height: auto;
        margin: 20px 0;
    }
    .sale-section-wrapper .product-item-image-wrapper {
        float: left;
        width: 33%;
        padding-top: 200px;
        margin-right: 10px;
    }
    .sale-section-wrapper .product-item-image-original, .sale-section-wrapper .product-item-image-alternative {
        height: 100%;
    }
    .sale-section-wrapper .product-item-title {
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .sale-section-wrapper .product-item-info-container.product-item-price-container {
        padding: 0;
        margin-top: 0;
        margin-bottom: 10px;
        height: 14px;
    }
    .sale-section-wrapper .product-item-price-current {
        line-height: 1;
    }
    .sale-section-wrapper .product-item-info-container-title {
        padding-bottom: 15px;
    }
    .sale-section-wrapper .product-item-info-container.quantity-block {
        margin-left: 0;
    }
    .sale-section-wrapper .product-item-info-container.quantity-block + .product-item-info-container.buttons-block {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .sale-section-wrapper .product-item-button-container {
        text-align: left;
    }
    .sale-section-wrapper .mobilebigbutton {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .sale-section-wrapper .to-favorites {
        left: 20px;
    }
    .sale-section-wrapper .stick_block {
        right: 15px;
        top: 6px;
    }
    .sale-section-wrapper .bx_stick {
        height: 18px;
        margin-bottom: 0;
    }
    .sale-section-wrapper .product-item-info-container.product-item-price-container {
        margin-top: 20px;
    }
}
