#header .navbar-light .navbar-nav .nav-link:hover, #header .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

#header .navbar .fa {
    color: var(--bs-dark);
}

#header .navbar .buttons [aria-expanded='true'] .fa, #header .navbar .fa[aria-expanded='true'], #header [aria-expanded='true'] .navbar .fa {
    color: var(--bs-primary);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    color: var(--bs-dark);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bs-dark);
}

.bsc-cart-qty-counter {
    color: #fff;
    background: var(--bs-primary);
}

.form-control:focus, .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--bs-primary);
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--bs-primary);
    border-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: var(--bs-red);
    border-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #e9ecef !important;
    color: var(--bs-dark) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-light);
}

a {
    color: var(--bs-primary);
}

a:hover {
    color: var(--bs-dark);
}

.dropdown-item.active, .dropdown-item:active {
    color: inherit;
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    background-color: #e9ecef;
}

label .required {
    color: #dc3545;
}

.bsc-product-grid .category-info, .bsc-product-grid .badge.bg-dark {
    background-color: rgba(33, 37, 41, 0.9) !important;
}

.bsc-product-grid .category-info {
    background-color: rgb(100, 118, 135) !important;
}


.tabs .nav-link {
    color: var(--bs-primary);
}

.tabs.nav-pills .nav-link.active, .tabs.nav-pills .show > .nav-link {
    background-color: var(--bs-primary);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    font-weight: normal;
    color: #fff;
}

.pre-footer{
    background: #000;
}

.footer-copyright {
    background: #000;
}
