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


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

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

/* Mobile Header Code */
.header-mobile {
  background-color: #ffffff !important;
}

.header-mobile i,
.header-mobile .fa,
.header-mobile .material-icons,
.header-mobile .minicart_icon i {
  color: #000 !important;
}

/* Universal Banner Text Size */
.singlebanner_container h1, .singlebanner_container .title {
  font-size: 32px !important;
}

.singlebanner_container h2, .singlebanner_container .subtitle {
  font-size: 24px !important;
}

.singlebanner_container .btn, .singlebanner_container button {
  font-size: 14px !important;
}

/* Center text inside banner container */
.singlebanner_container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: transparent;
  overflow: hidden;
}

/* Homepage Width */
.page-content.twocolumnsright {
    max-width: 1450px;
    margin: 0 auto;
}

/* Homepage Hide Breadcrumb */
.row-breadcrumb {
    display: none;
}