.favorito {
    & svg {
        stroke: red !important;
        & path {
            fill:red !important;
            stroke:red !important
        }
    }
}
.mlfavoritos-dropdown .favoritos-button {
    text-transform:unset !important;
    width:calc(200px + 60px);
    display:block;
    float:none;
    margin-inline:auto;
    font-size:1rem;
}