@media (min-width: 48em) {
    header.main-header .user-area {
        background: #9C0000;
    }
}

.btn-link {
    color: #9C0000;
}

header.main-header {
    border-bottom-color: #9C0000;
}

.dropdown-header {
    color: #9C0000;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #9C0000;
}

footer.main-footer .secondary-footer {
    background: #9C0000;
}

form.search-container .input-fake.open, .modal .modal-dialog .modal-content {
    box-shadow: 0 5px 20px rgba(153,0,0,0.2);
    border-color: rgba(153,0,0,0.3);
}

form input.form-control:focus, form .form-control:focus {
    box-shadow: 0 0 5px rgba(153,0,0,0.3);
    border-color: rgba(153,0,0,0.3);
}

.breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb li.home a {
    color: #9C0000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #9C0000;
}

.sidebar h2, .content-box h2 {
    color: #9C0000;
}

a {
    color: #9C0000;
}

a:focus, a:hover {
    color: #3C3C3C;
}

.btn.btn-green, .btn.btn-primary, button.btn-green, button.btn-primary {
    background: #9C0000;
    border-color: #9C0000;
}

.btn.btn-green:hover, .btn.btn-primary:hover, button.btn-green:hover, button.btn-primary:hover {
    background: #FF9A00;
    border-color: #FF9A00;
}

.btn.reset-green, button.reset-green, .btn.reset-green:hover, button.reset-green:hover {
    color: #9C0000;
}

/* Prevents the other custom button changes from overriding the disabled button colours */
.btn.disabled, button.disabled, .btn.btn-primary.disabled:hover, button.btn-primary.disabled:hover{
    background: #bcbcbc;
    border-color: #bcbcbc;
}

.btn.disabled:hover, button.disabled:hover {
    background: #bcbcbc;
}

.page-item.active .page-link {
    background-color: #9C0000;
    border-color: #9C0000;
}

.page-link {
    color: #9C0000;
}

.btn.shopping-list, button.shopping-list {
    color: #9C0000;
}

.category .fa {
    color: #9C0000;
}

.sidebar .section.section-filter .filter-list ul li.selected, .content-box .section.section-filter .filter-list ul li.selected {
    border-left-color: #9C0000;
}

.client-attribute-product-sku {
    color: #9C0000;
}

#topdata-chooser {
    background-color: #9C0000;
}

.variation-chooser {
  color: #9C0000;
}