.x13favoriteproduct-heart i{
    display:none;
}

.x13favoriteproduct-heart.active i:first-child{
    display:initial;
}

.x13favoriteproduct-heart:not(.active) i:last-child{
    display:initial;
}

.x13favoriteproduct-nav .x13favoriteproduct-nav__counter {
    display:none;
}

.x13favoriteproduct-nav.show_counter.not_empty .x13favoriteproduct-nav__counter {
    display: inline-block;
    border-radius: 1em;
    min-width: 1.7em;
    height: 1.7em;
    line-height: 1.1em;
    padding: 0.3em 0.5em;
    background: #eee;
    font-size: 1em;
    text-align: center;
}

.x13favoriteproduct-button.active .x13favoriteproduct-button__add,
.x13favoriteproduct-button .x13favoriteproduct-button__remove {
    display: none;
}

.x13favoriteproduct-button.active .x13favoriteproduct-button__remove {
    display: block;
}

.x13favoriteproduct-list-wrapper .material-icons{
    background-size: contain;
}


.x13favoriteproduct-list-wrapper .share .dropdown-menu {
    margin: 0;
}

.x13favoriteproduct-close{
    position: absolute;
    right:0;
    top: 0;
    padding: 5px;
    z-index: 2;
}
