.background-image-banner {
    background-image: url('/themes/Fashion/assets/img/banner.png');
}

.active-fav {
    background-color: #141414 !important;
    color: #fff !important;
}

#social-links {
    margin-top: 20px;
}

#social-links ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

#social-links ul li a {
    border: 1px solid #9eceab;
    margin: 1px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#social-links ul li a:hover {
    background: #9eceab;
}

#social-links ul li a:hover span {
    color: #fff;
}

#social-links ul li a span {
    color: #777;
}