a.toggle-favorite-list {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/wp-content/themes/derman/assets/images/star.svg) no-repeat center;
    background-size: contain;
    float: right;
}

a.toggle-favorite-list.in-list {
    background: url(/wp-content/themes/derman/assets/images/star-active.svg) no-repeat center;
    background-size: contain;
}

span.favorite-count {
    background: #106cd8;
    color: #ffffff;
    border-radius: 500px;
    width: auto;
    padding: 0 7px;
    height: 20px;
    text-align: center;
    font-size: 11px;
}

span.favorite-count:empty {
    display: none;
}

.products .product a.toggle-favorite-list {
    position: absolute;
    bottom: 10px;
    right: 10px;
}