.bg-dark {
    background-color: #37384e !important;
    color: rgba(255,255,255,0.7);
}
.link-primary {
    color: #766df4;
}
.topbar-dark .topbar-link {
    color: #e2e2e2;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
    color: #766df4;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}
.bg-light {
    background-color: #fff !important;
}
.navbar-light .navbar-brand {
    color: #4a4b65;
}
.navbar-light .navbar-nav .nav-link {
    color: #5a5b75;
}

#header-navigation>.navbar-nav>li>.dropdown-item {
    color: #fff;
}
.bg-primary {
    background-color: #766df4 !important;
}

.bg-dark {
    background-color: #37384e !important;
}
.widget-light > .widget-link {
    color: rgba(255,255,255,0.7);
}
.strip-text > h4{
    color: #737491 !important;
}
.topbar-dark {
    color: rgba(255,255,255,0.7);
}
#header-navigation.bg-primary .navbar .nav-link {
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover, .nav-link:focus, .nav-link:hover  {
    background-color: rgba(232, 232, 232, 0.2);
}
.card-product .text-price {
    color: #4a4b65;
}
footer .widget-link:hover {
    color: #fff;
}
.bg-secondary {
    background-color: #f7f7fc !important;
}
.text-body {
    color: #737491 !important;
}
.text-muted {
    color: #9e9fb4 !important;
}

.btn-outline-secondary {
    border-color: #dfdfeb;
    color: #5a5b75;
}
.bg-success {
    background-color: #16c995 !important;
}
.bg-warning {
    background-color: #ffb15c !important;
}
.alc-bg-link:hover {
    color: #fff;
}
#footer-bottom-content .alc-bg-link {
    color: #fff;
}
.bg-primary .alc-bg-text {
    color: #ffffff;
}
.btn-primary {
    color: #fff;
    background-color: #766df4;
    border-color: #766df4;
}