#saved-payments-link .link-item-icon:before{
    content: '';
    width: 23px;
    height: 23px;
    position: relative;
    top: 0;
    background: url("./../../img/front/tab_link.svg") no-repeat center;
    background-size: contain !important;
}

#saved-payments-link.selected .link-item-icon:before{
    background: url("./../../img/front/tab_link_blue.svg") no-repeat center !important;
    background-size: contain !important;
}