.icon-btn.js-compare-btn,
.icon-btn.js-compare-remove {
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    border-radius: 50%;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
}

.icon-btn.js-compare-btn.compare-btn--active {
    background: #ff5c1a;
    color: #fff;
}

.header_top_compare {
    position: relative;
}

.header_top_compare .compare-icon {
    height: 22px;
    width: auto;
    margin: 2px;
    display: block;
}

.header_top_compare .js-compare-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ff5c1a;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}
