.btn.ajax_wichlist{
    position: absolute;
    display: inline-block!important;
    z-index: 2;
    right: 0px;
    bottom:15px;
    background-color: transparent;
    padding: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 7px;
}
.productfull .btn-wishlist {
    display: none;
}
.btn.ajax_wichlist:hover,
.btn.ajax_wichlist:active{
    background-color: transparent !important;
}
.btn.ajax_wichlist i{
    display: inline-block;
    min-width: 30px;
    min-height:30px;
    background-image: url(../../../../images/icons/product_favorite.svg);
    background-position: center center;
    background-repeat: no-repeat;    

}
.btn.ajax_wichlist.active{
    background-color: transparent;
    border:0px;
}
.ajax_wichlist.active i{
    background-image: url(../../../../images/icons/product_favorite_active.svg);
}

.ajax_wichlist + .alert {
    margin-top: 5px;
}
