.fav-group {
    background-color: #dcdcdc;
}
#a2f-btn {
    margin-left: 0.5rem!important;
}
.a2f-link i.fa-heart {
    color: tomato;
}
.fav-hide {
    display: none;
}
.fav-product ul {
    list-style-position: inside;
}
.btn-secondary {
    color: #fff!important;
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}
.btn-warning {
    color: #212529!important;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}
.btn-danger {
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}
@media (max-width: 576px) {
    .max-vw-100 {
        max-width: 95vw;
    }
}