.variant-input-wrap .color-swatch {
  width: 60px !important;
  height: 60px !important;
  border-radius: 4px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 1px solid #e8e8e8 !important;
  text-indent: -9999px;
}
.variant-input-wrap input[type=radio]:checked + label.color-swatch {
  border: 2px solid #000 !important;
}