.icon-fav {
    position: absolute;
    top: 40px;
    right: 23px;
    z-index: 1;
}
.icon-fav:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../../../images/item_list/like_2.png) no-repeat;
    background-size: contain;
}
.like-active.icon-fav:before {
    background: url(../../../images/item_list/like_2_red.png) no-repeat;
    background-size: contain;
}
.hNav {
    position: relative;
}
.fav_lists .item_stock_lists.itemAdded::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e1002b;
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    border-radius: 50%;
}
.icon-anime-like {
    position: static !important;
    top: 0 !important;
    padding-right: 2px !important;
}
.icon-anime-like:before {
    content: "";
    background-image: url(../../../images/item_list/like_2_hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
    width: 19px;
    height: 19px;
}