/*!
 * Variation Swatches for WooCommerce - Pro v1.0.38 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 10/2/2019, 10:07:33 PM
 * Released under the GPLv3 license.
 */
.wvs-pro-image-load {
  opacity: 1;
  -webkit-animation: wvs-pro-image-fadeIn 500ms ease-in;
          animation: wvs-pro-image-fadeIn 500ms ease-in;
}

@-webkit-keyframes wvs-pro-image-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes wvs-pro-image-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations {
  margin: 0;
  padding: 0;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations > li {
  box-sizing: border-box;
  margin: 10px 0;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper li {
  list-style: none;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.rounded .variable-item:not(.radio-variable-item) {
  border-radius: 100%;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.rounded .variable-item:not(.radio-variable-item) .variable-item-span,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.rounded .variable-item:not(.radio-variable-item) img,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.rounded .variable-item:not(.radio-variable-item) .variable-item-span::after {
  border-radius: 100%;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.squared .variable-item:not(.radio-variable-item) {
  border-radius: 2px;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).button-variable-item {
  width: auto;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0 5px;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span::after {
  border-radius: 2px;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).image-variable-item img {
  border-radius: 2px;
}

.woo-variation-swatches-stylesheet-enabled .woo-variation-swatches-variable-item-more {
  align-items: center;
  display: flex;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-left .wvs-archive-variation-wrapper .variations {
  text-align: left;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-left .wvs-archive-variation-wrapper .variable-items-wrapper {
  justify-content: flex-start;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .variations {
  text-align: center;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .variable-items-wrapper {
  justify-content: center;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .variations {
  text-align: right;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .variable-items-wrapper {
  justify-content: flex-end;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .variable-item:not(.radio-variable-item) {
  margin: 4px 0 4px 8px;
}