.js-catalog-sku-action-box .item__bottom-like svg,
.js-catalog-sku-action-box .item__bottom-statistic svg path {
    stroke: #4A4A49;
}

.js-catalog-sku-action-box.active .item__bottom-like svg {
    stroke: #ea5b0c;
    fill: #ea5b0c;
}
.js-catalog-sku-action-box.active .item__bottom-statistic svg path{
    stroke: #ea5b0c;
    fill: #ea5b0c;
}

.js-catalog-sku-action-button {
    width: 32px;
    height: 32px;
    background: #ffffff61;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    cursor: pointer;
}

.js-catalog-sku-action-button svg {
    width: 16px;
    height: 16px;
}

@media (min-width: 768px) {
    .js-catalog-sku-action-button {
        width: 40px;
        height: 40px;
    }
    .js-catalog-sku-action-button svg {
        width: 21px;
        height: 21px;
    }
}

@media (min-width: 1480px) {
    .js-catalog-sku-action-button {
        width: 60px;
        height: 60px;
    }
    .js-catalog-sku-action-button svg {
        width: 30px;
        height: 30px;
    }
}