/*SavedList template*/
#ywsfl_title_save_list h3{

    font-size: 15px;
}

#ywsfl_container_list {

    width: 100%;
    min-height: 100px;
    max-height: 100%;

}


.ywsfl-row .product-remove a {
    display: block;
    border: 1px solid #ccc;
    color: #ccc;
    width: 20px;
    height: 20px;
    text-align: center !important;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none!important;
}
.ywsfl-row .product-name{
    max-width: 200px;
}
.ywsfl-row .product-remove a:hover
{
    border:1px solid red;
    color:red;
}

/* button save for later*/
.saveforlater_button a{

    text-align: right;
    font-size: 12px;

}