.header__menu-item:hover span {
  text-decoration: none !important;
}
details[open] > .header__menu-item, .header__active-menu-item {
  text-decoration: none !important;
}

.product-form__buttons .product-form__submit.button.button--full-width {
  font-size:18px;
  text-transform:uppercase;
}
.product-form__buttons .product-form__submit.button.button--full-width:hover {
  background-color:#6CC4A6;
}
div.rebuy-cart__flyout {
  z-index:99999999999999 !important;
}