:root {
  --evo-brand-secondary: #2bccc7;
  --evo-brand-accent: #3e878d;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}

.header-switch {
  display: none !important;
}

#cdash_address .with-padding-trl {
    background-color: #ffffff;
    padding: 15px;
}

.logo img {
  max-height: 160px !important;
}



/* Product pages background highlight color */

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

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

/* End Product pages background highlight color */

.ex-home .brands_container .imgthumbnail {
  margin: 10px;
  background-color: #eee;
  border-radius: 20px;
}
/* Search Result. Remove after adding products*/
.coming-soon-box {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("https://us.evocdn.io/dealer/1552/content/media/My_Theme/assets/images/GettyImages-1295969219-2880w.jpg");
  position: relative;
  margin-bottom: 50px;
}
.coming-soon-box::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0,0,0,0.5);
}
.coming-soon-box h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.ex-searchresult .page-content{
  display: none;
}
/* End */