.variations_form .label, li.product-type-variable .label {
  width: 100%;
  color: #4e4e4e;
}

.variations_form .label .artbees-was-chosen-attribute, li.product-type-variable .label .artbees-was-chosen-attribute {
  font-weight: 300;
}

.variations_form .label .artbees-was-chosen-attribute .no-selection, li.product-type-variable .label .artbees-was-chosen-attribute .no-selection {
  color: #aaaaab;
}

.variations_form .artbees-was-swatch .artbees-was-content, li.product-type-variable .artbees-was-swatch .artbees-was-content {
  color: #4e4e4e;
}

.variations_form tr, li.product-type-variable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.variations_form select[name^="attribute_"], li.product-type-variable select[name^="attribute_"] {
  display: none !important;
}

.variations_form select.enabled-fields, li.product-type-variable select.enabled-fields {
  display: block !important;
}

li.product-type-variable .artbees-was-swatches {
  margin: 10px auto 10px auto;
}

li.product-type-variable .artbees-was-swatches.artbees-was-setting-vertical .artbees-was-swatches-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}

li.product-type-variable .artbees-was-swatches::before {
  display: none;
}

li.product-type-variable .artbees-was-swatches::after {
  display: none;
}

li.product-type-variable .artbees-was-setting-column, li.product-type-variable .artbees-was-setting-vertical,
li.product-type-variable .artbees-was-setting-horizontal {
  padding: 1px;
}

li.product-type-variable .artbees-was-setting-column {
  width: 100%;
  overflow-x: auto;
}

li.product-type-variable .artbees-was-setting-column .artbees-was-swatches-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

li.product-type-variable .artbees-was-setting-column.artbees-was-setting-column {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
}

li.product-type-variable .artbees-was-setting-horizontal {
  grid-gap: 10px;
}

li.product-type-variable .artbees-was-setting-horizontal .artbees-was-swatches-item {
  margin: 0 !important;
}

li.product-type-variable .artbees-was-setting-horizontal .artbees-was-swatches-item:last-child {
  margin-left: 5px;
}

li.product-type-variable .artbees-was-setting-horizontal .artbees-was-swatches-item .artbees-was-radio {
  padding: 0;
}

li.product-type-variable .artbees-was-setting-horizontal .artbees-was-swatches-item .artbees-was-radio::before {
  margin: 0 0 0 5px;
}

li.product-type-variable .artbees-was-setting-horizontal .artbees-was-swatches-item .artbees-was-radio.selected-attribute::after {
  right: 2px;
  margin-top: 0;
}

.artbees-was-swatches-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.artbees-was-content img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: unset !important;
  vertical-align: baseline !important;
}

.artbees-was-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-shadow: 0 0 0 1px #f1f1f1;
  box-shadow: 0 0 0 1px #f1f1f1;
}

.artbees-was-content.selected-attribute {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
}

.artbees-was-content span, .artbees-was-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artbees-was-setting-circle .artbees-was-content {
  border-radius: 100px !important;
}

.artbees-was-setting-circle .artbees-was-content span, .artbees-was-setting-circle .artbees-was-content img {
  border-radius: 100px !important;
}

.artbees-was-setting-circle .artbees-was-content .artbees-was-text.selected-attribute {
  background-color: #323747;
  color: #fff;
}

.artbees-was-setting-circle span.artbees-was-text {
  border-radius: 5px !important;
}

.artbees-was-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.artbees-was-content.artbees-was-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.artbees-was-content.artbees-was-radio::before {
  display: block;
  width: 11px;
  height: 11px;
  margin: 2px 5px 0 5px;
  border: 1px solid #4e4e4e;
  border-radius: 100px;
  content: '';
}

.artbees-was-content.artbees-was-radio.selected-attribute::after {
  display: block;
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  margin-top: 2px;
  border-radius: 100px;
  background: #4e4e4e;
  content: '';
}

.artbees-was-swatches-item.hidden-fields {
  display: none !important;
}

.artbees-was-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artbees-was-swatch.artbees-was-swatch-disable {
  pointer-events: none;
}

.artbees-was-swatch.artbees-was-swatch-disable .artbees-was-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.artbees-was-swatch.artbees-was-swatch-disable .artbees-was-content::after {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  min-width: 10px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #bca4a0 !important;
  content: " " !important;
}

.artbees-was-swatch.artbees-was-swatch-disable .artbees-was-content::before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  min-width: 10px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  border: 0;
  background: #bca4a0 !important;
  content: " " !important;
}

.artbees-was-swatch.artbees-was-swatch-disable .artbees-was-radio::after {
  content: none !important;
}

.artbees-was-swatch.artbees-was-swatch-disable .artbees-was-content .artbees-was-radio::before {
  width: 100%;
  -webkit-transform: none;
  transform: none;
}

.artbees-was-setting-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.artbees-was-setting-vertical .artbees-was-swatches-item {
  margin-bottom: 10px;
}

.artbees-was-setting-vertical .artbees-was-swatches-item:last-child {
  margin-bottom: 0;
}

.artbees-was-setting-horizontal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artbees-was-setting-horizontal .artbees-was-swatches-item {
  margin-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.artbees-was-setting-horizontal .artbees-was-swatches-item:last-child {
  margin-left: 0;
}

.artbees-was-setting-column {
  display: grid !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  grid-gap: 10px;
}

.artbees-was-setting-column .artbees-was-content {
  display: block !important;
}

.artbees-was-setting-column .artbees-was-swatches-item {
  display: block !important;
}

.artbees-was-setting-column.artbees-was-setting-2 {
  grid-template-columns: repeat(2, 1fr);
}

.artbees-was-setting-column.artbees-was-setting-3 {
  grid-template-columns: repeat(3, 1fr);
}

.artbees-was-setting-column.artbees-was-setting-4 {
  grid-template-columns: repeat(4, 1fr);
}

.artbees-was-setting-column.artbees-was-setting-5 {
  grid-template-columns: repeat(5, 1fr);
}

.artbees-was-setting-column.artbees-was-setting-6 {
  grid-template-columns: repeat(6, 1fr);
}

.artbees-was-setting-column .artbees-was-radio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.artbees-was-reset-options {
  margin-bottom: 15px;
  color: #545ecf;
}

.artbees-was-reset-options span {
  margin-right: 10px;
}

.artbees-was-reset-options .reset_variations {
  font-size: 16px !important;
}

.products .artbees-was-setting-horizontal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
