.bs-header-top {
    background: #e61a23;
}
.bs-header-top .btn-cart {
    color: #d4b66f;
}
.bs-search .btn {
    color: #d4b66f;
}
.bs-header-top .cart-items {
    background: #d4b66f;
    border: var(--cart-items-border, 2px solid #d4b66f);
}
.btn-header-social:hover {
    background: #d4b66f;
}
.bs-menu-hightlight {
    background: #e61a23;
}
.bs-menu-hightlight:hover {
    background: #d4b66f;
}
@media (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: white;
        background-color: #d4b66f;
    }
}
.chat-widget__btn:hover {
    background: #d4b66f;
}
.multi-collection__title {
    color: #e61a23;
}
.bs-title {
    color: #e61a23;
}
.btn-primary:hover {
    background: #d4b66f;
    border-color: #d4b66f;
}
.bs-collection-filter .btn-secondary {
    background-color: #e61a23;
    border-color: #e61a23;
}
.bs-collection-filter .btn-secondary:hover {
    background-color: #d4b66f;
    border-color: #d4b66f;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #ffffff;
}
.bs-collection__product-notice {
    background: #e61a2394;
}
.btn-secondary, .badge-secondary {
    background: #e61a23;
}
.btn-danger, .badge-danger {
    background: #d4b66f;
    border-color: #d4b66f;
    color: black;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: #e61a23;
    border-color: #e61a23;
}
.pagination .page-item:not(.active) .page-link:hover {
    background: #dc3545;
    color: white;
}
.bs-collection__title {
    color: #dc3545;
}
.bs-collection__product-final-price {
    color: #dc3545;
}
