/* HEADER MENU STYLING BEGIN */
/* background */
header nav.menu {
    background: #7c4182;
}

nav.menu div.catalog-block ul.catalog > li > a {
  color: #fff;
}

nav.menu div.catalog-block ul.catalog > li > a:hover,
nav.menu div.catalog-block ul.catalog > li > a:focus-visible {
  color: #343434;
}

/* links */
a.cd-dropdown-trigger,
a.cd-dropdown-trigger:active,
a.cd-dropdown-trigger:focus,
a.cd-dropdown-trigger:hover,
a.cd-dropdown-trigger:visited,
.menu .container li.menuitem a {
    color: white !important;
}

/* arrow for the shop by vertical menu */
.cd-dropdown-trigger:after,
.cd-dropdown-trigger:before {
    background: white !important;
}

/* hover effect - optional */
.menu .container li.menuitem:hover,
.no-touch .cd-dropdown-trigger:hover,
.menu .container li.menuitem:hover a {
    color: #56acdf !important;
}

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>span>span {
    color: #3C3C3C;
    transition: color .35s ease;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon:before {
    content: "\f007";
    color: #3C3C3C;
}

/*HEADER NAV LINK COLOUR AND HOVER*/
nav.menu .catalog-block ul.catalog>li>a {
  color: #ffffff;}
 
nav.menu .catalog-block ul.catalog>li>a:focus-visible,nav.menu .catalog-block ul.catalog>li>a:hover {
    color: var(--evo-header-background);
}
/* HEADER MENU STYLING END */
  
header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #7D4182;
    border-radius: 100%;
    color: #fff;
    display: flex
;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #ffffff;
    color: var(--evo-text-col);
    font-weight: 400;
}

.label-danger {
    background-color: #04d342;
}

div.customertools .customertools-container {
    background: #000000;
    color: #ffffff;
    display: flex
;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

h4, .h4 {
    font-size: 1.125em;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

body:not(.ex-validate-items-reorder) .contractitems #list .product-sku span, body:not(.ex-validate-items-reorder) .quicklistsedit #list .product-sku span {
    background-color: #ffffff;
    color: var(--evo-text-col);
}

div.customertools .nav .sidebar-logout a {
    color: #ffffff;
    font-weight: 500;
}