.custom-on-sale-button {
    background-color:#32cd32;
    color:#000;
}

.custom-sold-out-button {
  background-color: #cccccc;
}

.custom-button-color {
    background-color:#f3b733;
    color:#000;
}
