#showBody {
    background: #fef0e6;
    background-size: 125px;
}

.text-brand {
    color: #4e1f19 !important;
}

.text-theme {
    color: #000;
}

a.text-theme:hover,
a.text-theme:focus {
    color: #001001 !important;
}

::selection {
    background-color: #4e1f19;
    color: #fff;
}

.back-brand {
    background-color: #4e1f19 !important;
}

.loginTitle.branded:after {
    background: #4e1f19;
}

#showBody .btn-primary {
    border-color: #4e1f19;
}

#showBody .form-control:focus {
    border-color: #4e1f19;
    box-shadow: none;
}

.custom-control-input.back-brand:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4e1f19;
    background-color: #4e1f19;
}

.back-back-brand {
    background-color: transparent !important;
}

.border-brand {
    border: #4e1f19 solid !important;
}

.outline-brand {
    color: #4e1f19 !important;
    border: 2px #4e1f19 solid !important;
}

/* Dropdown color for selected item */
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4e1f19;
}

#categoryNavigation > li {
    display: inline-block;
    float: none;
    background-color: #4e1f19;
}
