.sfl_shorlist_large_link, .sfl_shorlist_small_link{
 
    z-index: 999;
    color: #002c73;    
    margin-top: 30px;
    margin-bottom: 15px;
        text-align: left;
}

.sfl_shorlist_small_link{
    top: 3px;
    padding: 1px 4px;
    font-size: 13px;
    width:100px;
}

.page-content .sfl_shorlist_large_link {
    top: -1px;
    z-index: 1;
    padding: 5px 10px;
    font-size: 14px;
    width:96%;
}
.product-price-and-shipping .sfl_shorlist_large_link{
    top: -30px;
    z-index: 999;
    padding: 5px 0px;
    font-size: 14px;
}


.sfl_shorlist_small_link span:hover, .sfl_shorlist_large_link span:hover{
    opacity:1;
    color:#a3a0a0;
}

.sfl_shorlist_large_link span, .sfl_shorlist_small_link span{

    padding: 5px 10px 5px 30px;
    background-image: url('../img/fav.svg');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    cursor: pointer;
    font-weight: bold;
}

.sfl_shorlist_heart_full {
    background-image: url('../img/heart_full.svg') !important;
    background-repeat: no-repeat;
}

.velsof_buy:hover{
    color:#fff !important;
}


