.btn-bf {
    background: #000;
    transition-duration: .3s;
}

.btn-bf:hover {
    background: #2a2a2a;
}

.red-badge,
.blue-badge {
    background: #000!important;
}

.bf-cont .buton.addToBasket {
    background: #000!important;
}

.bf-cont .buton.addToBasket:hover {
    background: #2a2a2a !important;
}