.in-wishlist svg path {
    fill: #000;
}
.count__minus, .count__plus {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*
.product-item__images__main img {
    width: 74%;
    object-fit: cover;
}
 */

._disabled {
    opacity: 0.4;
}
.product-item__colors {
    flex-wrap: wrap;
}
.blog-list__slider__item__image img {
    max-width: 250px;
}
.btn-mobile-select {
    display: none;
}

.product__color__list__item span {
    border: 1px solid #e8e7e7;
}
@media (max-width: 767px) {
    .constructor-fabric__catalog__section {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .constructor-fabric__catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px !important;
        flex: 0 0 90px !important;
    }
    .constructor-fabric__catalog__item__image img {
        width: 85px;
        min-height: 85px;
        object-fit: cover;
        min-width: 85px;
    }
    .constructor-fabric__catalog__item.active .btn-mobile-select {
        display: block;
        padding: 5px 10px;
        font-size: 11px;
    }
}