:root {
  --evo-brand-secondary: #ff0004;
  --evo-brand-accent: #F8ec00;
  --evo-header-background: #fff;
}

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

.out-stock {
  color: red !important;
}

.live-inventory-v2-shipping {
  color: #7a947a !important;
}

.catalog-name {
  text-transform: capitalize;
}

.catalog-grid .tile .footer a {
  color: #ff0004;
}

.subcategorieslist_container.collapsible > div.no-collapse {
  grid-template-rows: auto 1fr;
}

.subcategorieslist_container.collapsible > div.no-collapse::after {
  display: none;
}

.subcategorieslist_container.collapsible > div.no-collapse .catalog-content::after {
  opacity: 0;
}

.headersection-4 {
  background: #fe0301 !important;
}

.top-locator a {
  filter: invert(1) !important;
}

nav.menu .additional_links .menuitem a:hover {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #f8ec00;
  display: flex;
  font-size: .875em;
  height: 100%;
  line-height: 1.5;
  padding: 10px 15px;
  transition: border 0.35s ease, color 0.35s ease !important;
}

.cd-dropdown-content li.has-children > a {
  pointer-events: auto !important;
}