:root {
  --evo-brand-secondary: #e0d120;
  --evo-brand-accent: #FF0503;
  --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; }


.productspecs_container .tech-specs .item:nth-child(odd) { background-color: #f6f8fb !important; }

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


.linkexisting h2 {
  color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #025939;
    margin-top: 30px;
 margin-bottom: 30px;
}

.creditappform h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #009bde;
    margin-top: 30px;
    margin-bottom: 30px;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f6f8fb !important;
}

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

}
.lastviewedproducts_container .product div.product-sku, .lastviewedproducts_container .tile div.product-sku, .merchandisingcontent_container .product div.product-sku, .merchandisingcontent_container .tile div.product-sku, .productsgrid_container .product div.product-sku, .productsgrid_container .tile div.product-sku, .productsrelated_container .product div.product-sku, .productsrelated_container .tile div.product-sku, .widget-contract-items-html .product div.product-sku, .widget-contract-items-html .tile div.product-sku, .widget-lastviewedproducts-html .product div.product-sku, .widget-lastviewedproducts-html .tile div.product-sku {
    background-color: #f6f8fb !important;
}

.ex-searchresult .quoteme-wrapper,
.ex-category .quoteme-wrapper {
  display: block !important;
}

/* Theme 2 Account changes */
 
#cdash_address h4 {
    align-items: center;
    color: #000 !important;
    display: flex;
    gap: 10px;
}
 
#cdash_address .with-padding-trl {
    background-color: #fff;
    padding: 15px;
}
 
div.customertools .nav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 20px 0px;
    overflow: hidden scroll;
    color: black;
}
 
div.customertools .switch-account-new {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 15px 0px;
    display: block !important;
    visibility: visible !important;
    color: white;
}
 
div.customertools .your-account {
    background: none;
    color: black;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-shadow: none;
}
div.customertools .customertools-container {
    background: #cdcdcd;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}


.current-branch-banner .container a {
  font-weight: bold;
  color: black;
}
 
.current-branch-banner {
    background: #FFFF00;
    font-size: 14px;
    padding: 9px 0;
  }

 .header-switch {
    background: #FFFF00;
    color: var(--evo-text-col);
    padding: 12px 0;
}
.current-branch-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 10px;
    }

.live-stock-content.in-stock {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff !important;
    background-color: red;
}