.sku-wrap .sku-property {
  margin-bottom: 4px;
}
.sku-wrap .sku-title {
  font-size: 12px;
  margin-bottom: 8px;
}
.sku-wrap .sku-property-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sku-wrap .sku-property-item.selected, .sku-wrap .sku-property-item:hover {
  box-shadow: inset 0 0 0 2px #AECC00;
}
.sku-wrap .sku-property-item {
  box-shadow: 1px 3px 4px 1px #ccc;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 100%;
}

.sku-wrap .sku-property-image {
  width: 2.5rem;
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events:none;
}

.sku-property-image .sku-property-color {
  /* background-color: attr('data-value'); */
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  pointer-events:none;  
}

.sku-wrap .sku-property-text {
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  white-space: nowrap;
  pointer-events:none;
}
