.wishlist-line-icon i {
    background-image: url(images/i-heart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    position: relative;
    display: inherit;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.wishlist-line-icon span {
    display: block;
    position: absolute;
    font-size: 11px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    padding: 0 5px;
    z-index: 2;
    background: #347F52;
    right: -1px;
    bottom: 9px;
}

