/* ==========================================================================
   GLOBAL NOTIFICATION AND BOX TEXT VISIBILITY OVERRIDE
   ========================================================================== */
.new-customer,
.new-customer *,
.new-customer-form,
.alertBox,
.alertBox *,
.alertBox-message,
.alert {
  color: #2B6CB0 !important; }

/* ==========================================================================
   ACCOUNT DROPDOWN SIGN-IN LIST VISIBILITY FIX
   ========================================================================= */
div#account-dropdown-signin-list,
div#account-dropdown-signin-list *,
div#account-dropdown-signin-list a,
div#account-dropdown-signin-list li {
  color: #737373 !important; }

/* form fill increment number color fix */
.form-increment .form-input {
  color: #0000EE !important; }

/* span tab title color fix */
span.tab-title {
  color: #737373 !important; }

/*card body text color fix */
.card-body .card-text {
  color: #0000EE !important; }

h1, h2, h3, h4, h5, h6 {
  color: #000 !important; }

.search-suggestion > :last-child {
  color: #000 !important; }

.previewCart-emptyBody {
  color: #000 !important; }

.previewCartCheckout-subtotal {
  color: #000 !important; }

.previewCartCheckout {
  color: #000 !important; }

.navUser .dropdown-menu {
  background-color: #808080 !important; }
