/* menu padding and wrap header changes */

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--evo-text-col);
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 15px 25px;
    transition: border .35s ease, color .35s ease !important;
    WHITE-SPACE: NOWRAP;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert {
    color: white !important;
  background: white !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: 0 !important;
    order: 10;
    text-align: center;
    border: solid 2px;
    padding: 5px;
}

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

header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #22543d;
    transition: color .35s ease;
}

header .shoppingtools_container .contractitemslink, header .shoppingtools_container .quickordertoggle {
    color: inherit;
    background: white !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    background: green;
    padding: 5px;
}


header .shoppingtools_container .contractitemslink span, header .shoppingtools_container .quickordertoggle span {
    color: #22543d;
    line-height: 1.1;
    margin: 0;
    text-align: inherit;
    transition: color .35s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.toolbar a.quickordertoggle i.fa-bolt {
    -webkit-animation: none;
    animation: none;
    color: #22543d;
}

.copyright {
text-align: center !important;
}

.copyrow {
    color: black;
    background: #eeeeee;
}

footer.footer {
    font-size: .875em;
    padding: 0;
    padding-top: 30px;
      padding-bottom: 30px;
}

footer.footer>* {
    padding: 40px 0;
}