.navbar {
    background: rgba(249, 194, 0, 0.9);
}
.nav-link-header {
    color: #000000 !important;
}
.nav-link-header:hover {
    color: rgb(94, 94, 94) !important;
}

.btn-primary,
.swal-button--confirm {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-primary:hover,
.swal-button--confirm:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}
.btn-primary.disabled,
.swal-button--confirm.disabled,
.btn-primary:disabled,
.swal-button--confirm:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-primary:not(:disabled):not(.disabled):active,
.swal-button--confirm:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.swal-button--confirm:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .swal-button--confirm.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}
.btn-outline-primary {
    color: #000000;
    border-color: #000000
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 86, 26, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000000;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-link {
    font-weight: 400;
    color: #000000;
    text-decoration: none
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000000;
    background-color: #000000
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #000000;
    background-color: #000000
}
.nav .nav-pills navbar > li > .show > a {
    color: #fff;
    background-color: #000000
}
#address_state {
    display: none;
}
#address_postcode {
    display: none;
}
.nav.nav-categories.flex-column {
    line-height: 0.7;
    font-size: smaller;
}