
/* for product variation.html in branch templates */
  .product_variations select {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0.1em;
  border-radius: 0.25em;
  }

  .product_variations select:hover {
  background: #d9ffb3;
  cursor: pointer;
  }
  .product_variations select option {
  background: white;
  }