:root {
  --evo-brand-secondary: #ffb400;
  --evo-brand-accent: #000000;
}

header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; }
header .header-full .logo_container .widgetlogo a.logo { text-align:center; }
div.customertools .customertools-container { background: #f2f2f2 !important; }

.delivery_pickup {
    text-align: left;
    margin-top: 17px;
}

.va-product-box-row a {min-height:250px; color:black;}
.productsummary_container .productdetails .prod-code span { background-color:white; color:black;}
.productspecs_container .tech-specs .item:nth-child(odd) { background-color: #efefef; }


/* David added Code */
.headersection-1 {
	background-color: #fff;
}

.headersection-2 {
	background-color: #f7f7f7;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
  header {
    background-color: #fff !important;
  }
}