.sfl_shorlist_large_link, .sfl_shorlist_small_link{
    position: absolute;
    /*
    * Change done to fix the issue of z-index issue on popup and shorlist link
    * decrease the z-index of the shortlist link to 999px to 990px
    * @modifier Amit Singh
    * ASMar2024 z-index_fix
    * @date 18-03-2024
    */ 
    z-index: 990;
    /* End of the Change */
    color: #000;    
    text-align:center;
}

.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: 4px;
	right: 0;
    /*
    * Change done to fix the issue of z-index issue on popup and shorlist link
    * decrease the z-index of the shortlist link to 999px to 990px
    * @modifier Amit Singh
    * ASMar2024 z-index_fix
    * @date 18-03-2024
    */
    z-index: 0;
    /* End of the Change 
    padding: 5px 0px; */
    font-size: 14px;
}


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

.sfl_shorlist_large_link span, .sfl_shorlist_small_link span{
    /*background-color: #eee;*/
    padding: 5px 10px 5px 10px;
    /*background-image: url('../img/favourite.png');*/
    background-repeat: no-repeat;
    background-position: 8px 5px;
    cursor: pointer;
    opacity: 0.6;
}

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


