.compare-table__column--product .status-badge {
    width: 124px;
}
@media (hover: hover) {
    .block-sale__item .product-card .product-card__action--compare,
    .block-sale__item .product-card .product-card__action--wishlist {
        transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
        opacity: 0;
        will-change: transform;
        transform: translateX(-100%) translateX(6px);
    }
    .block-sale__item .product-card:active .product-card__action--compare,
    .block-sale__item .product-card:active .product-card__action--wishlist,
    .block-sale__item .product-card:hover .product-card__action--compare,
    .block-sale__item .product-card:hover .product-card__action--wishlist {
        transform: none;
        opacity: 1;
    }
}
.product-card__compare {
    display: none;
}
@media (hover: hover) {
    .block-zone__carousel-item .product-card .product-card__action--compare,
    .block-zone__carousel-item .product-card .product-card__action--wishlist {
        transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
        opacity: 0;
        will-change: transform;
        transform: translateX(-100%) translateX(6px);
    }
    .block-zone__carousel-item .product-card:active .product-card__action--compare,
    .block-zone__carousel-item .product-card:active .product-card__action--wishlist,
    .block-zone__carousel-item .product-card:hover .product-card__action--compare,
    .block-zone__carousel-item .product-card:hover .product-card__action--wishlist {
        transform: none;
        opacity: 1;
    }
}

.compare__options-list {
    padding: 16px 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.compare__option,
.compare__options-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.compare__option + .compare__option {
    margin-right: 16px;
}
.compare__option-label {
    margin-left: 8px;
}
.compare-table {
    width: 100%;
    font-size: 15px;
    border-spacing: 0;
}
.compare-table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.compare-table__column--header,
.compare-table__column--product {
    padding: 14px 16px;
}
.compare-table__column--fake,
.compare-table__column--product {
    border-right: 1px solid #ebebeb;
}
.compare-table__column--header {
    width: 15%;
    background: #f7f7f7;
    font-weight: 500;
    min-width: 140px;
    text-align: right;
}
.compare-table__column--product {
    width: 17%;
    text-align: center;
    vertical-align: top;
    min-width: 180px;
}
.compare-table__column--fake {
    padding: 0;
}
.compare-table__column--product:nth-child(6) + .compare-table__column--fake {
    display: none;
}
.compare-table__product {
    display: block;
    line-height: 20px;
    color: inherit;
    transition: color 0.12s;
}
.compare-table__product:hover {
    color: #cb1818;
}
.compare-table__product-name {
    color: inherit;
}
.compare-table__rating-stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1px;
}
.compare-table__rating-title {
    font-size: 13px;
    color: #6c757d;
    margin-top: 5px;
}
.product__actions-item--compare,
.product__actions-item--wishlist {
    margin-top: 14px;
    margin-bottom: -8px;
    width: 48%;
    font-size: 13px;
    line-height: 16px;
    background: 0 0;
    color: #262626;
    fill: #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 2px;
    transition: background 0.15s, fill 0.15s;
    padding: 7px 9px 5px 10px;
}
.product__actions-item--compare svg,
.product__actions-item--wishlist svg {
    position: relative;
    top: -1px;
    margin-left: 8px;
}
.product__actions-item--compare:focus,
.product__actions-item--wishlist:focus {
    outline: 0;
}
.product__actions-item--compare:hover,
.product__actions-item--wishlist:hover {
    background: #f5f5f5;
    fill: #464545;
}
.product__actions-item--compare:active,
.product__actions-item--wishlist:active {
    background: #f0f0f0;
    fill: #b3b3b3;
}
.compare-table__product-image img {
    max-width: 150px;
}
