:root {
  --evo-brand-primary: #21553E;
  --evo-brand-secondary: #133b29;
  --evo-brand-accent: #a09482;
  --evo-header-background: #fff;
}

/* general */

/* header */
header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; } /* allows logo widget width to modify image size */

/* footer */
footer.footer a:hover { color: #b5cbc2; }

/* home */

/* product */

/* product tile */

/* account dashboard */
.productsummary_container .productdetails .prod-code span,
.productspecs_container .tech-specs .item:nth-child(odd),
div.customertools .customertools-container,
#cdash_address .with-padding-trl { background-color:#bad0c5 !important; }

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

linkexisting

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


/* content pages */
.pg-header-image .evogallery-widget .evogallery-widget-single .evogallery-widget-box { height: 300px; }
.pg-footer-image .evogallery-widget .evogallery-widget-single .evogallery-widget-box { height: 250px; width:fit-content; justify-self:center; }

.minicart_container { display: none !important; }