.cart__bonus-restriction-message {
    font-size: 12px;
    line-height: 15px;
    color: #6e6e6e;
    background-color: #ffd62008;
    border: 1px solid #ffd620;
    padding: 6px 8px;
    border-radius: 6px;
    margin-top: 6px;
}


.cart__active-bonuses {
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 15px;
    color: #6e6e6e;
    background-color: #90ffcc29;
    border: 1px solid #37a88d;
    padding: 6px 8px;
    border-radius: 6px;
}