#simple-variants label.hc-unavailable-variant-live {
  position: relative;
  opacity: 0.6;
  filter: grayscale(100%) !important;
  cursor: not-allowed;
  transition: all .2s ease;
  border: 1px dashed #d9d9d9;
  background: #f7f7f7;
}


#simple-variants label.hc-unavailable-variant-live:hover {
  transform: none !important;
  box-shadow: none !important;
}