/*
 Theme Name:     Neurobalance
 Template:       Divi
 Version:        1.0.0
 Description:    Child theme for Divi
*/

/* Amelia: old/new price styling */
.my-wc-regular {
  text-decoration: line-through;
  opacity: .65;
  margin-right: .35em;
  color: #8a8a8a;
}

.my-wc-sale {
  color: #c00000;
  font-weight: 700;
}