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

/* allows logo widget width to modify image size */
header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; }
.popcat-hide-nav .link-wrapper { visibility: hidden; }
.popcat-hide-nav .nav-wrapper { display: none; }

/* res-width = increases side space when screen size increases */
.res-width { width: 100%; margin: 0 auto; }
@media (max-width: 991px) { .res-width { margin: 1rem auto; } }
@media (min-width: 992px) { .res-width { width: 80%; } }

.headerrunningbar {
  background: #12392e !important;
}

.copyright_container {
    font-size: 1em;
    text-align: center;
}


.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;
}