.btn.product-counter__btn.js-decrease:disabled.no-active::before,
.btn.product-counter__btn.js-decrease:disabled.no-active::after{
    opacity: 0.2;
    background: rgba(31, 33, 45, 0.5);
    border-color: rgba(31, 33, 45, 0.5);
    cursor: default;
    pointer-events: none;
}
.opacity-0-2 {
    opacity: 0.2;
}
.check-auth-content{
    margin-bottom: 30px !important;
}
span.help-block.with-errors.all-error-register {
    color: #e86061;
    font-size: 13px;
}
span.small-cart-text{
    font-size: 13px;
}
.cart-submit-preloader-block {
    position: relative;
    display: none;
    width: 100%;
}
.cart-submit-preloader-img{
    position: absolute;
    margin-left: 50%;
}

.breadcrumbs__item {
    /*display:flex !important;*/
}


.header-bar__search_label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkout__delivery-image img {
    max-width: 100%;
    max-height: 100%;
}

#goods-per-page input {
    display: none;
}

.product__accordion-content {
    font-weight: 400;
}

.share__copy-link {
    cursor: pointer;
}

.icon-sort_asc {
    transform: scale(1, -1);
}

.hiddens {
    display:none;
}