.about-us__team-subtitle > a {
    color: #ffc107 !important;
}

.footer-links__list a:hover {
    color: #ffc107 !important;
}

.product-card__name a:hover {
    color: #ffc107 !important;
}

.filter-categories__list a:hover {
    color: #ffc107 !important;
}

.post-card__name a:hover {
    color: #ffc107 !important;
}

.topbar__item-value {
    color: #ffc107 !important;
}

.topbar-link:hover {
    color: #ffc107 !important;
}

.breadcrumb-item a:hover {
    color: #ffc107 !important;
}

.post-card__category a:hover {
    color: #ffc107 !important;
}

.address-card__row-content > a{
    color: #ffc107 !important;
}

.address-card__footer > a{
    color: #ffc107 !important;
}

.tbl-my-team td, .tbl-my-team th {
    padding: 0.25rem !important;
    font-size: 14px !important;
}

.tbl-my-complain td, .tbl-my-complain th {
    padding: 0.25rem !important;
    font-size: 14px !important;
}

.text-info-team > span > a {
    color: #ffc107 !important;
}

.nav-links__item--active .nav-links__item-body {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.menu__item--active .menu__item-link {
    background: #f2f2f2;
}

.indicator--open .indicator__area, .indicator--hover .indicator__area, .indicator--active .indicator__area {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.filter-categories__list_active {
    color: #ffc107 !important;
}

.departments__item--active .departments__item-link {
    background: #525d66 !important;
}