:root {
  --evo-brand-primary: #e41629;
  --evo-brand-secondary: #9f101c;
  --evo-brand-accent: #f2f2f2;
  --evo-brand-txt: #474747;
  --evo-header-background: #fff;
}

/* global */
/* header */
/* footer */
/* account dashboard */
div.customertools .customertools-container,
#cdash_address .with-padding-trl { background-color:#f2f2f2 !important; }


/* product layout */
.productsummary_container .productdetails .prod-code span,
.productspecs_container .tech-specs .item:nth-child(odd) { background-color:#f2f2f2 !important; }

css class: contactusform

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

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

.text-cta a {
    color: #ffffff !important;
}

.shoppingtools_container .shopping-tools-wrapper .dropdown .account-dropdown .pointer.simulated-hover {
  color: #ffffff;
  background-color: var(--evo-brand-default);
  a {
    color: #ffffff;
  }
}