.js-favorite a.isFavoriteActive{
    background-color: darkred !important;
    color: white !important;
}

.js-favorite a{
    transition: .6s all;
}