.clay-wholesale-price .current-price {
font-size: 1.6em;
  color: #0b0b0b;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.clay-wholesale-price .was-price {
  font-size: 1.2em;
  line-height: 1.2em;
  opacity: 0.75;
  text-decoration: line-through;
}

.clay-wholesale-price.on-sale .current-price {
  color: #bf360c;
  margin-right: 4px;
}