.compare-link .count {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
    right: 12px;
    background: #ec008c;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 2px 2px 2px;
    font-style: normal;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}
.compare-ico{
    display: block;
    margin: -2px auto 3px;
    width: 17px;
    height: 20px;
}
.compare-ico svg{
    max-width: 100%;
    height: 100%;
}