.dark-background .formatted .form_field_textfield {
  color: rgba(0,0,0,.87) !important;
}

.edy-ecommerce-shopping-cart-button {
  /*display: none;*/
}
.edy-ecommerce-modal .edy-ecommerce-modal-wrapper footer .footer-footnote {
  display: none;
}
.edy-ecommerce-modal .edy-ecommerce-modal-wrapper footer a.-primary {
  border-width: 2px;
  border-radius: 8px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: white;
  background-color: black;
  border-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 3px;
}

.form_field_error {
  display: block;
}
.form_field_with_errors .form_field_textfield {
  border-color: #c70909;
}

