/* Hide the default WooCommerce error messages */
.woocommerce-error {
  display: none !important;
}

/* make sure the links in header are white & are spaced evenly, remove images */
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item > a {
  color: white !important;
}
.site-top-header-wrap li a:before {
display: none !important;
}
