:root {
  --evo-brand-secondary: #2e49a1;
  --evo-brand-accent: #000;
  --evo-header-background: #fff;
}

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

}


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

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

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

/* ACCOUNT CHANGES - RECENT ORDERS CHANGE HIGHTLIGHTED COLORS */

.myaccount .table tr:hover,
.myaccountdashboard_container .table tr:hover {
  background-color: #f5f5f5 !important;  /* Light grey */
  transition: background-color 0.2s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .cd-dropdown-content > .has-children > ul {
    flex-flow: row wrap;
  }
}

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