.product-info__sizes-item.color_option .product-info__sizes-label {
    border-radius: inherit;
    width: initial;
    padding: 0 20px;
}
.breadcrumbs__link-prev, .breadcrumbs__link-next {
    z-index: 22;
}

.product-info__sizes-label{
    border-radius: inherit;
    width: initial;
    padding: 0 20px;	
}
.checkbox.hide_me {
    width: 0px;
    height: 0px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
	display:none;
}
.general-swiper .general-swiper-pagination {
    display: none;
}
.general-swiper .swiper-button-prev {
    left: 15px;
}

.general-swiper .swiper-button-next {
    right: 15px;
}
/* .heder__navigation-item:hover .heder__navigation-list {
    transition-delay: 0.5s;
} */
span.category-headline__count-value {
    margin-right: 3px;
}

.product-popup__sizetable-title {
    display: none;
}
span.btn.js-get-delivery {
    margin-top: 30px;
    cursor: pointer;
}
span.btn.js-get-pvz,
span.btn.js-get-pvz-cdek {
    margin-top: 30px;
    cursor: pointer;
}
.load_box {
    pointer-events: none;
    opacity: .5;
}
.brighttheme-error {
    background: #fb7b7b !important;
    color: #fff;
}
button.btn.ms2_link[disabled] {
    opacity: .3;
    pointer-events: none;
}
@media(max-width: 1799px) {
    .product-info__sizes-label {
        padding: 0 10px;
    }
}