.sp_vs_settings_fields_form.thwvs-col-div {
	display: inline-block;
	position: relative;
}

.sp_vs_settings_fields_form .thpladmin-colorpick {
	width: 200px;
	border-color: #9e9e9e;
}

.sp_vs_settings_fields_form .thpladmin-colorpickpreview.color_preview {
	width: 118px;
	height: 28px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: bottom;
	border: 1px solid #afb2b7;
	position: absolute;
	right: 1px;
	top: 0px;
}

.sp_vs_settings_fields_form .thpladmin-colorpickpreview.color_preview:before {
	content: "Select Color";
	background: #fff;
	position: absolute;
	top: 0;
	line-height: 2em;
	padding: 0 0.5em;
	border-right: 1px solid #9e9e9e;
}

.sp_vs_custom_attribute .thpladmin-colorpick {
	height: 2em;
}

.sp_vs_custom_attribute .thpladmin-colorpickpreview.color_preview:before {
	line-height: 2.2;
}

tr.sp-term-name > td h3 {
	background: #f4f4f4;
	border: 1px solid #dedede;
}

tr.sp-term-name > td h3.sp-local-head.open {
	border-bottom: none;
}

tr.sp-term-name > td h3.sp-local-head.open + .sp-local-body-table {
	background: #f4f4f4;
	border: 1px solid #dedede;
}


.sp-variation-gallery-images li:is(.image,
.wc-metabox-sortable-placeholder) {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 9px 9px 0;
  width: 80px;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  background: #F7F7F7;
  cursor: move;
}
.sp-variation-gallery-images li.image img {
  display: block;
  width: 100%;
  height: auto;
}
.sp-variation-gallery-images li.image:hover .delete {
  display: block;
}
.sp-variation-gallery-images li.wc-metabox-sortable-placeholder {
  overflow: hidden;
  border: 3px dashed #DDD;
}
.sp-variation-gallery-images li.wc-metabox-sortable-placeholder:after {
  content: "\f161";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #DDD;
  text-align: center;
  font-weight: 400;
  font-size: 2.618em;
  font-family: Dashicons;
  line-height: 72px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sp-variation-gallery-images li .delete {
  position: absolute;
  top: -8px;
  right: -8px;
  display: none;
  padding: 1px;
  text-decoration: none;
}
.sp-variation-gallery-images li .delete span:before {
  border-radius: 50%;
  background-color: #FFF;
  color: #333;
  font-size: 8px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.sp-variation-gallery-images li .delete:hover span:before {
  color: #A00;
}
.sp-variation-gallery-images:after {
  content: " ";
  display: table;
  clear: both;
}
