html {
    scroll-behavior: smooth;
}

.heart {
    display: flex;
    margin-right: 26px;
}
.rojo{
    font-size: 2em; 
    color: #c90000;
}
.mi-cuenta{
    width: 45px;
    background-color: #5bdaf0;
    border-radius: 5px;
    /* padding: 5px; */
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.left-d{
    left: -104px !important;
}
.user-a{
    padding: 5px;
    border-radius: 5px;
}
.user-a:hover{
    background-color: #5bdaf0;
    transition: all .4s ease-in;
}
/* --- Sobre escribiendo al tema ---  */
.ttvcmsdesktop-navbar-wrapper{
    display: none !important;
}

@media(max-width: 1024px) {
    .mi-cuenta{
        margin-right: 15px;
    }
}