#in-header .nav-link.active {
    color: black !important;
    font-weight: bold !important;
    border-bottom: 4px solid #F9ED30;
}

a {
    color: black !important;
}

.site-cart .count {
    background: #F9ED30 !important;
    color: black !important;
    font-weight: bold !important;
}

.btn-primary {
    background-color: black !important;
    border-color: black !important;
    color: white; !important;
}

a.btn-primary {
    color: white !important;
}

.btn-info {
    background-color: #F9ED30 !important;
    border-color: #F9ED30 !important;
    color: black;!important;
}

.btn-success {
    background-color: #F9ED30 !important;
    border-color: #F9ED30 !important;
    color: black !important;
    font-weight: 400;
}

.btn-primary:focus, .btn-primary:focus-visible {
    box-shadow: 0 0 0 0.2rem rgb(249 237 48 / 50%);
}

.text-primary, b {
    color: black !important;
    font-weight: bold !important;
}

.title-section {
    background-color: black;
    color: #F9ED30;
    display: inline;
    padding: 4px 22px;
    text-transform: uppercase;
    font-size: 1.8em;
}

.dropdown-item.active, .dropdown-item:active {
    background: #F9ED30 !important;
}

.list-group-item.active {
    background: #F9ED30 !important;
    border-color: #F9ED30 !important;
    color: black;
}

.ico-menu a i:hover {
    color: #F9ED30 !important;
}

.single-services:hover h4 {
    color: black !important;
}

.shopping-cart-wrap .price {
    color: black !important;
}

.site-search-icon form {
    width: 100%;
}

#search-top {
    border: 1px solid #e2e2e2 !important;
}

#list-faclity {
    display: flex;
    justify-content: space-around;
    align-content: auto;
}

.underfilter {
    font-size: 3em;
    font-family: 'Handlee';
}

.title-filter {
    font-family: Handlee;
}



footer p, footer a {
    color: white !important;
}

footer b {
    color: white !important;
    font-weight: bold;
}

.header-home{
    background: #f7eF43 !important;
}

.site-text {
    line-height: initial;
}