:root {
  --evo-brand-secondary: #282828;
  --evo-brand-accent: #e8861e;
  --evo-header-background: #fff;
}

.label-danger {
    background-color: #08a74b;
}

.productimage_container img.ms-thumb {
  top: unset;
  transform: none;
}

.catalog-grid .tile .footer .footer-wrapper {
  min-height: 0;
}

/* Workaround for unusual duplication of quote me button on PLP */
.productsgrid_container .tile .buttons .quote-me-btn + .inputquantity {
  display: none;
}

.productsgrid_container .tile .buttons .quote-me-btn + .inputquantity + .quote-me-btn {
  display: none;
}
/**/

div.customertools .nav .sidebar-logout a {
  color: var(--evo-text-col);
}

div.customertools .nav .sidebar-logout a:hover {
  color: #fff;
}

.productaddtocart_container .quoteme-button {
  color: #fff;
  border: 0;
  background: var(--evo-brand-default);
}

.productaddtocart_container .quoteme-button:hover {
  background: #282828;
}

.productsrelated_container .productsrelated .owl-nav > div::before {
  color: #fff;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert > span > i.arrow-your-account {
  display: none;
}