.favorite-button{
    position: absolute;
    top: 5px;
    left: 18px;
    background-color: transparent;
    border: none;
    color: #ebb100;
    font-size: 14px;

}
.jqfavorite-del-item{
    left: auto;
    right: 5px;
    background-color: red;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px 8px;
    border: none;
    color: #fff;
    line-height: 1;
}
.site-favorite{
    padding-bottom: 36px;
}
