
.variations_form .swatch {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.swatch.color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.swatch.color.selected {
  border: 3px solid #000;
}
.swatch.label {
  padding: 5px 10px;
  background: #eee;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.swatch.label.selected {
  background: #000;
  color: #fff;
}
