.header__registration.active {
    z-index: 110;
}

.check-sms-text {
    color: #cc0000;
    display: none;
    padding: 10px;
}

.nx-hide {
    display: none;
}

.nxBgF9FFFA {
    background-color: #F9FFFA;
}

.nxBgFAFDFF {
    background-color: #FAFDFF;
}

.nxBgFBFBFB {
    background-color: #FBFBFB;
}

.nxBgFEF9FD {
    background-color: #FEF9FD;
}

.nxBgFEFBFF {
    background-color: #FEFBFF;
}

.nxBgFFF8F8 {
    background-color: #FFF8F8;
}

.nxBgFFFBF8 {
    background-color: #FFFBF8;
}

.product-item-price-old, .product-item-detail-price-old{
    text-decoration: line-through;
    color: grey;
}

.percent-discount-detail, .product-discount-item{
    display: none!important;
}

/* Слайдер на главной - доделки после активации слайдера */
.showcase {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}
.showcase_slider_arrows {
    position: relative;
    top: -200px;
}
.showcase__inner {
    display: flex !important;
}
/* Основной стиль для стрелок */
.showcase .showcase_slider_prev, .showcase .showcase_slider_next {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    background: transparent;
}
.showcase .showcase_slider_prev {
    position: absolute;
    left: -30px; top: 50%;
    border-right: 15px solid black;
}
.showcase .showcase_slider_next {
    position: absolute;
    right: -30px; top: 50%;
    border-left: 15px solid black;
}
.showcase .showcase__img {
    /*border: #efefef 1px solid;*/
    cursor: pointer;
}
.slick-dots {
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.slick-dots li {
    margin-left: 10px;
}
.slick-dots li button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(85, 85, 85, 0.1);
    opacity: 0.5;
    padding: 3px;
    font-size: 10px;
    border: none;
}
.slick-dots li.slick-active button {
    opacity: 1;
}

/*@media only screen and (max-width: 991px) {*/
/*    .showcase .showcase_slider_prev {*/
/*        left: 15px; top: 50%;*/
/*    }*/
/*    .showcase .showcase_slider_next {*/
/*        right: 15px; top: 50%;*/
/*    }*/
/*}*/
