/* Change the background color of Category buttons to green */
.btn.btn-sm.selected {
    background-color: #767344 !important;
}
/* Change the background color of Checkout round buttons to green */
.bg-primary {
    background-color: #767344 !important;
}

#shopping-cart:before {
    content: "- Your cart has a limit of $200 for BDLs (Business Development Liaisons). -";
    display: block;
    font-weight: bold;
    color: red;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
}