
        
 .btn-dark {
     
    color: #fff!important;
    background-color: #233C7A!important;
    border-color: #233C7A!important;
    
}

a {
    color: #233C7A!important;
}

.btn-primary {
    color: #fff!important;
     background-color: #233C7A!important;
    border-color: #233C7A!important;
}


[data-cart-items]::before {
    background-color: #233C7A!important;
}


.text-primary {
       color: #233C7A!important;
}

.bg-dark {
    
        background-color: #233C7A!important;
}

.bg-primary {
        background-color: #6E98EF!important;
}

.bg-warning-soft {
    background-color: #A4B449!important;
             
}

.bg-info-soft {
    background-color: #233C7A!important;
}

.bg-primary-soft {
    
    background-color: #6E98EF!important;
}

.bg-primary-50 {
    background-color: rgba(164, 180, 73, 0.7)!important;

}

.bg-warning-50 {
    background-color: rgba(35,60,122, 0.7)!important;

}

.badge-primary {
    background-color: #6E98EF;
}


.calculator-dropdown {
    background-clip: border-box;
    transition: all .1s ease-in-out;
    transition-property: border;
    border: 1px solid #e5e5e5;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .8125rem 1.25rem;
    font-size: .9375rem;
    line-height: 1.5;
    font-weight: normal;
}