.ex-content-page .homepage-custom.hero {
  min-height: 532px;

  &:hover .accent-wrapper .accent {
    left: -80px !important;
  }
  .accent-wrapper .accent {
    left: 0;
    
    &::after {
    	display: none;
    }
  }
}

/* changing horizontal nav width to fit all categories - ECOMM02-3386 */
.menu .catalog-block .container {
  /* ECOMMDR-598 changed width from fit-content to 100% because it was geting the content cut */
  width: 100%;
  max-width: 100%;
}

.menu .additional_linkslist li.menuitem a {
  white-space: wrap;
  text-align: center;
}