:root {
  --evo-brand-secondary: #3e3019;
  --evo-brand-accent: #99b0a8;
  --evo-header-background: #fff;
}

.bg-primary {
    background-color: white !important;
}

nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex;
    justify-content: center;
    background: #11392e;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #ffffff;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon {
    color: #11392e;
    font-family: FontAwesome;
    font-size: 1rem;
    padding: 0;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert {
    color: black !important;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin: 0 !important;
    order: 10;
    text-align: center;
border: 1px solid #d3d3d3;
    padding: 10px;
}

/* ===== Account Message ===== */
.account-overview-message .message-container {
  background: #f8f9fa;
  border-left: 4px solid var(--evo-brand-default);
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 20px;
  margin-left: 30px;
}
.account-overview-message .message-container p {
  margin: 0 0 8px;
}
.account-overview-message .message-container p:first-child {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 12px;
}
.account-overview-message .message-container p:last-child {
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 13px;
}
.account-overview-message .message-container strong {
  color: #111827;
  font-weight: 600;
  display: inline-block;
  min-width: 130px;
}
/* ===== End Account Message ===== */