/*===================================
=            Shop Layout            =
===================================*/
.after-shop-loop {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-products-loop .products-list .product .product-image-wrapper {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .products-grid.row-count-1 .product {
    width: 100%;
  }
  .products-grid .product-category.columns-5 {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .row-count-2 .product {
    width: 50%;
    text-align: center;
  }
  .row-count-5 .product {
    width: 20%;
  }
  .row-count-6 .product {
    width: 16.66666667%;
  }
  .row-count-2 .product:nth-child(2n+1),
  .row-count-3 .product:nth-child(3n+1),
  .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
    clear: both;
  }
  .row-count-2.products-grid .product-category {
    width: 50% !important;
  }
  .row-count-2 .product:nth-child(2n+1),
  .row-count-4 .product:nth-child(4n+1),
  .sidebar-position-without .row-count-4 .product:nth-child(4n+1),
  .row-count-3 .product:nth-child(3n+1),
  .sidebar-position-without .row-count-3 .product:nth-child(3n+1),
  .row-count-5 .product:nth-child(5n+1),
  .row-count-6 .product:nth-child(6n+1) {
    clear: both;
  }
  .sidebar-position-without .row-count-5 .product:nth-child(5n+1),
  .row-count-6 .product:nth-child(6n+1) {
    clear: both !important;
  }
  .row-count-6 .product:nth-child(5n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .row-count-2 .product:nth-child(2n+1),
  .row-count-3 .product:nth-child(2n+1),
  .row-count-3 .product.product-category:nth-child(3n+1),
  .row-count-4 .product:nth-child(2n+1),
  .row-count-4 .product.product-category:nth-child(4n+1),
  .row-count-6 .product:nth-child(2n+1),
  .row-count-5 .product:nth-child(2n+1) {
    clear: both !important;
  }
  .row-count-3 .product-category:nth-child(2n+1),
  .row-count-4 .product-category:nth-child(2n+1),
  .row-count-6 .product-category:nth-child(3n+1) {
    clear: none !important;
  }
  .products-list .product.product-category {
    clear: none !important;
  }
  .products-list.row-count-6 .product-category:nth-child(6n+1),
  .products-list.row-count-5 .product-category:nth-child(5n+1),
  .products-list.row-count-4 .product-category:nth-child(4n+1),
  .products-list.row-count-3 .product-category:nth-child(3n+1),
  .products-list.row-count-2 .product-category:nth-child(2n+1) {
    clear: both !important;
  }
  .products-grid.row-count-6 .product {
    width: 50%;
  }
  .row-count-2.products-grid .product-category {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .row-count-2 .product:nth-child(2n+1),
  .row-count-3 .product:nth-child(2n+1),
  .row-count-4 .product:nth-child(2n+1),
  .row-count-5 .product:nth-child(2n+1),
  .row-count-6 .product:nth-child(2n+1) {
    clear: both !important;
  }
  .products-list.row-count-6 .product-category:nth-child(6n+1),
  .products-list.row-count-5 .product-category:nth-child(5n+1),
  .products-list.row-count-4 .product-category:nth-child(4n+1),
  .products-list.row-count-3 .product-category:nth-child(3n+1),
  .products-list.row-count-2 .product-category:nth-child(2n+1) {
    clear: none !important;
  }
  .products-list .product.product-category {
    width: 50%;
  }
  .products-list .product.product-category:nth-child(2n+1) {
    clear: both !important;
  }
  .row-count-2.products-grid .product-category {
    width: 50% !important;
  }
  .products-grid .product {
    width: 50%;
  }
  .products-grid .product-view-mask .footer-product,
  .products-grid .product-view-info .footer-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-grid .product-view-mask .footer-product .show-quickly,
  .products-grid .product-view-info .footer-product .show-quickly,
  .products-grid .product-view-mask .footer-product .xstore-wishlist,
  .products-grid .product-view-info .footer-product .xstore-wishlist,
  .products-grid .product-view-mask .footer-product .xstore-compare,
  .products-grid .product-view-info .footer-product .xstore-compare,
  .products-grid .product-view-mask .footer-product .et-wishlist-holder,
  .products-grid .product-view-info .footer-product .et-wishlist-holder,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link,
  .products-grid .product-view-info .footer-product .by-vendor-name-link,
  .products-grid .product-view-mask .footer-product .pre_order_loop,
  .products-grid .product-view-info .footer-product .pre_order_loop,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border: none;
  }
  .products-grid .product-view-mask .footer-product .show-quickly:after,
  .products-grid .product-view-info .footer-product .show-quickly:after,
  .products-grid .product-view-mask .footer-product .xstore-wishlist:after,
  .products-grid .product-view-info .footer-product .xstore-wishlist:after,
  .products-grid .product-view-mask .footer-product .xstore-compare:after,
  .products-grid .product-view-info .footer-product .xstore-compare:after,
  .products-grid .product-view-mask .footer-product .et-wishlist-holder:after,
  .products-grid .product-view-info .footer-product .et-wishlist-holder:after,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link:after,
  .products-grid .product-view-info .footer-product .by-vendor-name-link:after,
  .products-grid .product-view-mask .footer-product .pre_order_loop:after,
  .products-grid .product-view-info .footer-product .pre_order_loop:after,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
  }
  .products-grid .product-view-mask .footer-product .button,
  .products-grid .product-view-info .footer-product .button,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link,
  .products-grid .product-view-info .footer-product .by-vendor-name-link,
  .products-grid .product-view-mask .footer-product .pre_order_loop,
  .products-grid .product-view-info .footer-product .pre_order_loop,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .products-grid .product-view-mask .footer-product .button:before,
  .products-grid .product-view-info .footer-product .button:before,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link:before,
  .products-grid .product-view-info .footer-product .by-vendor-name-link:before,
  .products-grid .product-view-mask .footer-product .pre_order_loop:before,
  .products-grid .product-view-info .footer-product .pre_order_loop:before,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
  }
  .products-grid .product-view-mask .footer-product .compare,
  .products-grid .product-view-info .footer-product .compare {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .products-grid .product {
    width: 50%;
  }
  .products-grid .product-category {
    width: 50% !important;
    margin-bottom: 15px !important;
  }
  .products-grid .product-category:nth-child(even) {
    padding-left: 7.5px;
  }
  .products-grid .product-category:nth-child(odd) {
    padding-right: 7.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-grid.row-count-5 .product:nth-child(3n+1) {
    clear: none;
  }
  .product-grid.row-count-5 .product:nth-child(5n+1) {
    clear: both;
  }
  .product-grid .product-category.columns-5,
  .product-grid.row-count-5 .product {
    width: 20%;
  }
}
@media only screen and (min-width: 993px) {
  .row-count-1 .product {
    width: 100%;
    text-align: center;
  }
  .row-count-6 .product-view-info .product-mask,
  .sidebar-enabled .row-count-5 .product-view-info .product-mask,
  .row-count-6 .footer-product,
  .sidebar-enabled .row-count-5 .footer-product {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .row-count-6 .footer-product,
  .sidebar-enabled .row-count-5 .footer-product {
    height: 2rem;
  }
  .row-count-6 .product-view-info .content-product:hover .product-mask,
  .sidebar-enabled .row-count-5 .product-view-info .content-product:hover .product-mask {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  .row-count-6.products-grid .product-view-mask2 .footer-product,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product {
    width: 35px;
    left: auto;
  }
  .row-count-6.products-grid .product-view-mask2 .footer-product .show-quickly,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .show-quickly,
  .row-count-6.products-grid .product-view-mask2 .footer-product .button,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .button,
  .row-count-6.products-grid .product-view-mask2 .footer-product .et-wishlist-holder,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .et-wishlist-holder {
    height: 35px;
  }
  .row-count-6.products-grid .product-view-mask3 .footer-product > *,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product > *,
  .row-count-6.products-grid .product-view-mask3 .footer-product .button,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product .button {
    width: 30px;
    height: 30px;
  }
  .row-count-6.products-grid .footer-product .compare:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .compare:before,
  .row-count-6.products-grid .footer-product .button:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .button:before,
  .row-count-6.products-grid .content-product .show-quickly:before,
  .sidebar-enabled .row-count-5.products-grid .content-product .show-quickly:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-add-button a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-button a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-add-button a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-button a:before {
    font-size: 12px;
  }
  .row-count-6.products-grid .footer-product .xstore-wishlist .et-icon,
  .sidebar-enabled .row-count-5.products-grid .footer-product .xstore-wishlist .et-icon,
  .row-count-6.products-grid .footer-product .xstore-compare .et-icon,
  .sidebar-enabled .row-count-5.products-grid .footer-product .xstore-compare .et-icon {
    font-size: 12px;
  }
  .row-count-6.products-grid .product-view-light .st-swatch-in-loop,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .st-swatch-in-loop,
  .row-count-6.products-grid .light-left-side > *:first-child,
  .sidebar-enabled .row-count-5.products-grid .light-left-side > *:first-child {
    padding-right: 40px;
  }
  .row-count-6 .category-grid .categories-mask,
  .sidebar-enabled .row-count-5 .category-grid .categories-mask {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*-----  End of Shop Layout  ------*/
#review_form .stars a {
  display: inline-block;
  font-size: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
#review_form .stars a:before {
  content: '\e930d';
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#review_form .stars a.star-2:before {
  content: '\e930d \e930d';
}
#review_form .stars a.star-3:before {
  content: '\e930d \e930d \e930d';
}
#review_form .stars a.star-4:before {
  content: '\e930d \e930d \e930d \e930d ';
}
#review_form .stars a.star-5:before {
  content: '\e930d \e930d \e930d \e930d \e930d';
}
#review_form .stars a:before {
  font-size: 1rem;
  font-family: 'xstore-icons';
  color: var(--et_border-color);
  -webkit-text-fill-color: currentColor;
}
#review_form .stars a.active:before,
#review_form .stars a:hover:before {
  color: var(--et_yellow-color);
  -webkit-text-fill-color: currentColor;
}
.content-product {
  margin-bottom: 30px;
  position: relative;
}
.content-product .product-title {
  font-size: calc(var(--product-title-size-proportion) * 1rem);
  line-height: var(--product-title-line-height);
  height: calc(var(--product-title-lines) * var(--product-title-line-height));
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.content-product .product-title a {
  line-height: inherit !important;
}
.content-product .button {
  height: auto;
  line-height: 1.2;
  padding-top: 0.91rem;
  padding-bottom: 0.91rem;
  border: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.content-product .button:hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
  border-color: var(--et_btn-br-color-hover);
}
.content-product .compare {
  background-color: transparent;
  border: none;
}
.content-product .star-rating {
  display: block;
  margin-top: 3px;
}
.content-product .products-page-cats,
.content-product .products-page-cats a,
.content-product .products-page-brands,
.content-product .products-page-brands a,
.content-product .price {
  color: var(--et_main-color);
}
.content-product .product-content-image {
  text-align: center;
  display: block;
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-product .product-content-image img {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.content-product .product-content-image .hover-slider-images-toggler ~ img {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.content-product .in-stock {
  display: none;
}
.content-product .stock,
.content-product .available-on-backorder {
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  margin-bottom: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: var(--et_dark-color);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 7px 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-product .quantity {
  float: none;
  margin: 0 7px 0 0;
}
.content-product .quantity-wrapper {
  margin: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-product .quantity-wrapper:last-child {
  margin-bottom: 0;
}
.content-product .quantity-wrapper .button {
  position: relative;
  margin-top: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 0;
  min-width: 38px;
  min-height: 38px;
}
.content-product .quantity-wrapper .button[aria-label]:after {
  content: attr(aria-label);
  font-family: inherit;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  padding: 7px 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  max-width: 200px;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--et_dark-color);
  -webkit-text-fill-color: currentColor;
  -webkit-box-shadow: 1px 1px 5px 0 var(--et_dark-2-white-01);
          box-shadow: 1px 1px 5px 0 var(--et_dark-2-white-01);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-product .quantity-wrapper .button[aria-label]:not(:hover):after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.content-product .quantity-wrapper .button:before {
  font-size: 1.3rem;
}
.content-product .quantity-wrapper .button:not(:hover) {
  --loader-side-color: var(--et_btn-color);
}
.content-product .quantity-wrapper .button:hover {
  --loader-side-color: var(--et_btn-color-hover);
}
.content-product .quantity-wrapper .button.et-st-disabled {
  cursor: not-allowed;
}
.content-product .quantity-wrapper .button.et-st-disabled:hover {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.content-product .product-image-wrapper {
  max-width: 100%;
  margin: 0 auto 15px;
  padding-bottom: 1px;
}
.content-product .product-image-wrapper video {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-product .product-image-wrapper video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist span.feedback,
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist,
.content-product .product-image-wrapper .compare:before,
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist a:not(.alt):before {
  margin: 0;
}
.content-product .product-image-wrapper:before,
.content-product .product-image-wrapper:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.content-product .product-image-wrapper.video-loading:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border: 1px solid var(--et_border-color);
  border-left-color: var(--et_main-color);
  -webkit-animation: rotate 0.3s linear infinite;
          animation: rotate 0.3s linear infinite;
}
.content-product .product-image-wrapper.video-loading img,
.content-product .product-image-wrapper.video-loading video {
  opacity: 0;
  visibility: hidden;
}
.content-product .images-slider-wrapper {
  position: relative;
}
.content-product .image-swap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #fff;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-product:hover .image-swap {
  display: block;
  opacity: 1;
}
.content-product:hover .hover-effect-back-zoom-in .image-swap img,
.content-product:not(:hover) .hover-effect-back-zoom-out .image-swap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-product:hover .hover-effect-zoom-in .product-content-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-product .hover-effect-zoom-in .product-content-image img,
.content-product .hover-effect-back-zoom-in .image-swap img,
.content-product .hover-effect-back-zoom-out .image-swap img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.content-product .variation-changed .image-swap {
  opacity: 0;
  display: none;
}
.content-product .hover-slider-indicator {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  bottom: 7px;
  left: 7px;
}
.content-product .hover-slider-indicator .hover-slider-indicator-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--et_border-color);
  -webkit-box-shadow: 0px 0px 3px 0 var(--et_dark-2-white-01);
          box-shadow: 0px 0px 3px 0 var(--et_dark-2-white-01);
  -webkit-animation: fadeIn 0.3s linear, zoomIn 0.3s linear;
          animation: fadeIn 0.3s linear, zoomIn 0.3s linear;
}
.content-product .hover-slider-indicator .hover-slider-indicator-dot.active {
  background-color: var(--et_active-color);
}
.content-product .product-title a {
  display: block;
  width: 100%;
}
.content-product .price {
  width: 100%;
  margin-top: 1px;
  display: block;
}
.content-product .price ins {
  background-color: transparent;
}
.content-product .sku_wrapper {
  display: inline-block;
  width: 100%;
}
.product.none {
  display: block;
}
.product-image-wrapper {
  position: relative;
  overflow: hidden;
}
.product-image-wrapper .footer-product .wcpv-sold-by-loop {
  display: none !important;
}
.outofstock .footer-product .et-wishlist-holder:after,
.et_cart-off .footer-product .et-wishlist-holder:after,
.outofstock .footer-product .xstore-wishlist:after,
.et_cart-off .footer-product .xstore-wishlist:after,
.outofstock .footer-product .xstore-compare,
.et_cart-off .footer-product .xstore-compare {
  display: none;
}
.outofstock.product-view-mask .footer-product,
.et_cart-off.product-view-mask .footer-product,
.outofstock.product-view-info .footer-product,
.et_cart-off.product-view-info .footer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.outofstock.product-view-mask .footer-product .show-quickly,
.et_cart-off.product-view-mask .footer-product .show-quickly,
.outofstock.product-view-info .footer-product .show-quickly,
.et_cart-off.product-view-info .footer-product .show-quickly,
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder,
.outofstock.product-view-mask .footer-product .xstore-wishlist,
.et_cart-off.product-view-mask .footer-product .xstore-wishlist,
.outofstock.product-view-info .footer-product .xstore-wishlist,
.et_cart-off.product-view-info .footer-product .xstore-wishlist {
  position: relative;
  -webkit-transform: none;
          transform: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder,
.outofstock.product-view-mask .footer-product .xstore-wishlist,
.et_cart-off.product-view-mask .footer-product .xstore-wishlist,
.outofstock.product-view-info .footer-product .xstore-wishlist,
.et_cart-off.product-view-info .footer-product .xstore-wishlist {
  border: none;
}
.outofstock:not(.single-product) .footer-product .button:not(.compare):not(.add_to_wishlist),
.et_cart-off .footer-product .button:not(.compare):not(.add_to_wishlist) {
  display: none !important;
}
.add_to_cart_button.loading,
.show-quickly.loading,
.single_add_to_cart_button.loading,
.add_to_cart_button.loading:before,
.show-quickly.loading:before,
.single_add_to_cart_button.loading:before {
  color: transparent !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.add_to_cart_button.loading svg,
.show-quickly.loading svg,
.single_add_to_cart_button.loading svg {
  fill: currentColor !important;
}
.add_to_cart_button.loading:before,
.show-quickly.loading:before,
.single_add_to_cart_button.loading:before {
  background: transparent !important;
}
.add_to_cart_button .et-loader,
.show-quickly .et-loader,
.single_add_to_cart_button .et-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
}
.add_to_cart_button .loader-circular,
.show-quickly .loader-circular,
.single_add_to_cart_button .loader-circular {
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  bottom: auto;
  margin: 0;
}
.rtl .add_to_cart_button .loader-circular,
.rtl .show-quickly .loader-circular,
.rtl .single_add_to_cart_button .loader-circular {
  left: auto;
  right: calc(50% - 15px);
}
.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .single_add_to_cart_button.added {
  position: relative;
}
.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .single_add_to_cart_button.added,
.adding-to-cart .add_to_cart_button.added:before,
.adding-to-cart .single_add_to_cart_button.added:before {
  color: transparent !important;
}
.adding-to-cart .add_to_cart_button.added:after,
.adding-to-cart .single_add_to_cart_button.added:after {
  content: '\e918';
  font-family: 'xstore-icons';
  color: var(--loader-side-color, var(--et_btn-color));
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: none;
  transition: none;
  height: auto;
  bottom: auto;
  width: auto;
  background: transparent;
}
.adding-to-cart .add_to_cart_button.added:hover:after,
.adding-to-cart .single_add_to_cart_button.added:hover:after {
  color: var(--loader-side-color, var(--et_btn-color-hover));
}
.adding-to-cart .single_add_to_cart_button.added:after {
  color: var(--loader-side-color, #fff);
}
.view-color-dark .adding-to-cart .add_to_cart_button.added:not(:hover):before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:hover:before {
  color: var(--et_dark-color);
}
.add_to_cart_button .loader-path,
.show-quickly .loader-path,
.single_add_to_cart_button .loader-path,
.product-view-light .product-details .add_to_cart_button:hover .loader-path {
  stroke: var(--loader-side-color, var(--et_dark-2-white));
}
.product-stock {
  font-size: 1.14rem;
  color: var(--et_main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 400px;
  margin: 15px auto 25px;
  margin-bottom: 25px !important;
}
.product-stock.step-1 .stock-count {
  color: var(--product-stock-step-1-active-color);
}
.product-stock.step-1 .stock-line-inner {
  background: var(--product-stock-step-1-active-color);
}
.product-stock.step-2 .stock-count {
  color: var(--product-stock-step-2-active-color);
}
.product-stock.step-2 .stock-line-inner {
  background: var(--product-stock-step-2-active-color);
}
.product-stock.step-3 .stock-count {
  color: var(--product-stock-step-3-active-color);
}
.product-stock.step-3 .stock-line-inner {
  background: var(--product-stock-step-3-active-color);
}
.product-stock .stock-count {
  display: inline-block;
}
.product-stock .stock-in {
  margin-right: 5px;
}
.product-stock .stock-out .stock-count {
  color: var(--et_font-color);
}
.product-stock .stock-line {
  height: 4px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: var(--et_border-color);
  margin-top: 3px;
}
.product-stock .stock-line-inner {
  display: block;
  height: 100%;
}
.product-stock + .et-timer {
  margin-top: 0 !important;
}
.et_product-block > .product-stock,
.product-information .product-stock,
form.cart .product-stock {
  max-width: unset;
}
.stock.step-1 {
  color: var(--product-stock-step-1-active-color);
}
.stock.step-2 {
  color: var(--product-stock-step-2-active-color);
}
.stock.step-3 {
  color: var(--product-stock-step-3-active-color);
}
.cart .stock {
  width: 100%;
}
p.stock:before,
.wishlist-in-stock:before,
.wishlist-out-of-stock:before {
  font-family: 'xstore-icons';
  margin-right: 5px;
}
p.stock.in-stock:before,
p.stock.available-on-backorder:before,
.product-stock-status .wishlist-in-stock:before {
  content: '\e918';
}
p.stock.out-of-stock:before,
.product-stock-status .wishlist-out-of-stock:before {
  content: '\e900';
}
.product-details {
  position: relative;
  padding-bottom: 12px;
}
.product-details > *:not(a) {
  margin-bottom: 0;
  line-height: 1.5;
}
.product-details .compare,
.product-details .xstore-compare {
  font-size: 1.14rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.79em;
}
.product-details .xstore-compare {
  position: relative;
  display: none;
}
.product-details .xstore-compare .et-icon {
  color: currentColor;
}
.product-details .sales-booster-total-sales {
  font-size: calc(var(--p-font-size,1.28rem) - .14rem);
}
.product-details .star-rating + .button + .button,
.product-details .price + .button,
.products-list .wcpv-sold-by-loop + .button {
  margin-top: 15px;
}
.item-colors li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.item-colors li a:hover {
  opacity: 0.6;
}
.productCarousel .swiper-slide {
  padding: 10px 10px 0;
  margin-right: 0!important;
}
.productCarousel .content-product > img {
  display: none;
}
.products-loop .outofstock .out-of-stock + .product-content-image,
.productCarousel .outofstock .out-of-stock + .product-content-image {
  pointer-events: none;
}
.product-slide .content-product {
  margin-bottom: 0;
}
.productAnimated {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-fade {
  opacity: 0;
}
.product-faded {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .content-product .product-content-image img {
    width: 100%;
  }
  .hide-hover-on-mobile .hover-effect-slider .sm-arrow,
  .hide-hover-on-mobile .footer-product,
  .products-grid .hide-hover-on-mobile .light-right-side {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .item-colors li a {
    width: 16px;
    height: 16px;
  }
}
/* end of new footer */
.product-spacer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: var(--et_container-bg-color, #fff);
}
.product-fadeIn-area {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-has-fadeIn-content {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-has-fadeIn-content .product-image-wrapper,
.product-has-fadeIn-content .product-details {
  z-index: 1;
}
.product-has-fadeIn-content:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: visible !important;
  z-index: 4;
}
.product-has-fadeIn-content:hover .product-spacer {
  opacity: 1;
  visibility: visible;
}
.product-has-fadeIn-content:hover .product-fadeIn-area {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.product-has-fadeIn-content .product-more-info-btn {
  margin-top: 12px;
}
.product-has-fadeIn-content .product-more-info-inner {
  position: relative;
  max-height: 20em;
  overflow: auto;
  -webkit-padding-end: 3px;
          padding-inline-end: 3px;
}
.product-has-fadeIn-content .product-more-info-inner.limited-height {
  overflow: hidden;
  max-height: calc(var(--p-line-height, 1.6) * 3em);
}
.product-has-fadeIn-content .shop_attributes {
  line-height: 1.4;
}
.product-has-fadeIn-content .shop_attributes th,
.product-has-fadeIn-content .shop_attributes tr:first-child td {
  padding-top: 0;
  padding-bottom: 0;
}
.product-has-fadeIn-content .shop_attributes tr:not(:last-child) {
  border-bottom: none;
}
.swiper-slide .product-fadeIn-area {
  position: static;
}
/*===================================================
=            Content for categories grid            =
===================================================*/
.category-grid {
  position: relative;
  margin-bottom: 30px;
}
.category-grid > a {
  overflow: hidden;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.category-grid .categories-mask {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.category-grid .categories-mask h4 {
  color: inherit;
  margin-bottom: 0.1em;
  font-size: 1rem;
}
.category-grid .categories-mask .count {
  display: inline-block;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  text-decoration: none;
}
.category-grid img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.category-grid .categories-mask {
  position: absolute;
  left: calc(1.45rem + 15px);
  right: calc(1.45rem + 15px);
  padding: 13px 22px 10px;
  color: #fff;
}
.category-grid .categories-mask .count,
.category-grid .categories-mask sup {
  color: inherit;
  opacity: 0.7;
}
.category-grid .categories-mask a {
  display: block;
  color: currentColor;
}
.category-grid .category-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.category-grid.text-color-dark .categories-mask {
  color: var(--et_dark-color);
}
.category-grid.text-color-dark .count,
.category-grid.text-color-dark sup {
  color: var(--et_main-color);
}
.category-grid.text-color-white.style-with-bg .categories-mask {
  background: var(--et_dark-color);
}
.category-grid.valign-center .categories-mask {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-grid.valign-top .categories-mask {
  top: 1.43em;
}
.category-grid.valign-bottom .categories-mask {
  bottom: 1.43em;
}
.category-grid.content-under .categories-mask {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.category-grid.style-with-bg .categories-mask {
  background: #fff;
}
.category-grid.style-default:hover img,
.category-grid.style-with-bg:hover img {
  opacity: 0.8;
}
.category-grid.style-zoom img,
.category-grid.style-diagonal img,
.category-grid.style-zoom .category-bg,
.category-grid.style-diagonal .category-bg {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.category-grid.style-zoom:hover img,
.category-grid.style-diagonal:hover img,
.category-grid.style-zoom:hover .category-bg,
.category-grid.style-diagonal:hover .category-bg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.category-grid.style-diagonal {
  overflow: hidden;
}
.category-grid.style-diagonal.category-list-item:before {
  display: none;
}
.category-grid.style-diagonal:before,
.category-grid.style-diagonal.category-list-item .category-image:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  content: '';
  -webkit-transition: transform 0.9s ease-out;
  -webkit-transition: -webkit-transform 0.9s ease-out;
  transition: -webkit-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
  z-index: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.category-grid.style-diagonal:hover:before,
.category-grid.style-diagonal.category-list-item:hover .category-image:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
}
.categories-grid {
  position: relative;
}
.categories-grid.no-space {
  margin-left: 0;
  margin-right: 0;
}
.categories-grid.no-space .category-grid {
  padding: 0;
  margin: 0;
}
.categories-grid.no-space .category-grid > a {
  overflow: visible;
}
.product-category {
  text-align: center;
}
.product-category.columns-5 {
  width: 20%;
}
.product-category.columns-5:nth-child(5n+1) {
  clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .swiper-entry .category-grid.columns-6,
  .swiper-entry .category-grid.columns-5,
  .swiper-entry .category-grid.columns-4 {
    width: 33.33%;
  }
  .swiper-entry .category-grid.columns-6:nth-child(3n+1),
  .swiper-entry .category-grid.columns-5:nth-child(3n+1),
  .swiper-entry .category-grid.columns-4:nth-child(3n+1) {
    clear: both;
  }
  .swiper-entry .category-grid.columns-6:nth-child(4n+1),
  .swiper-entry .category-grid.columns-5:nth-child(4n+1),
  .swiper-entry .category-grid.columns-4:nth-child(4n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-entry .category-grid.columns-6,
  .swiper-entry .category-grid.columns-5,
  .swiper-entry .category-grid.columns-4 {
    width: 50%;
  }
  .swiper-entry .category-grid.columns-6:nth-child(2n+1),
  .swiper-entry .category-grid.columns-5:nth-child(2n+1),
  .swiper-entry .category-grid.columns-4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .category-grid.columns-3:nth-child(3n+1),
  .category-grid.columns-2:nth-child(2n+1),
  .category-grid.columns-4:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-entry .category-grid.columns-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .category-grid .categories-mask {
    padding: 0.6em;
    left: 1.43em;
    right: 1.43em;
  }
  .category-grid .categories-mask h4 {
    font-size: 1.3rem;
  }
}
/*=====  End of Content for categories grid  ======*/
.main-products-loop .products-list .product .product-details .product-excerpt,
#products-wrapper .products-list .product .product-details .product-excerpt {
  line-height: 1.8;
}
.main-products-loop .products-list:not(.products-with-custom-template-grid) > div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) > div:not(.product-category),
.main-products-loop .products-list:not(.products-with-custom-template-grid) .ajax-content > div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) .ajax-content > div:not(.product-category) {
  width: 100%;
}
/* Product description on grid/list layout */
.products-grid .product-excerpt {
  margin-top: 5px;
  margin-bottom: 5px;
}
.products-list .product-excerpt {
  margin-bottom: 20px;
}
.products-list .product-details {
  text-align: start;
}
.products-list .content-product .star-rating {
  margin-left: 0;
  display: inline-block;
}
.products-list .product-image-wrapper.hover-effect-swap .image-swap {
  top: auto;
}
.products-list .product-image-wrapper {
  width: 35%;
}
.products-grid .product-details .button:not(.compare),
.product-slide .product-details .button:not(.compare) {
  margin-top: 15px;
}
.products-grid .product-details .quantity-wrapper .button,
.product-slide .product-details .quantity-wrapper .button {
  margin-top: 0;
}
.products-list .product-content-image,
.product-view-booking .product-content-image {
  position: relative;
}
.content:not(.main-products-loop) .products-list.row-count-3 .footer-product .button,
.content:not(.main-products-loop) .products-list.row-count-2 .footer-product .button {
  font-size: 0;
}
.content:not(.main-products-loop) .products-list.row-count-3 .wcpv-sold-by-loop,
.content:not(.main-products-loop) .products-list.row-count-2 .wcpv-sold-by-loop {
  display: none;
}
.products-bordered-layout:not(.with-ajax),
.products-bordered-layout.with-ajax .ajax-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--et_border-color);
  border-left: 1px solid var(--et_border-color);
  margin-left: 15px;
  margin-right: 15px;
}
.products-bordered-layout:not(.with-ajax) > div,
.products-bordered-layout.with-ajax .ajax-content > div {
  border-bottom: 1px solid var(--et_border-color);
  border-right: 1px solid var(--et_border-color);
}
.products-bordered-layout .product-category,
.products-bordered-layout .content-product {
  margin: 0;
}
.products-bordered-layout .product-details {
  padding-bottom: 15px;
}
.products-bordered-layout .product-image-wrapper,
.products-bordered-layout.products-list .content-product {
  margin-top: 15px;
  margin-bottom: 15px;
}
.products-bordered-layout ~ .after-shop-loop .dokan-pagination-container,
.products-bordered-layout ~ .after-shop-loop .etheme-pagination,
.products-bordered-layout ~ .after-shop-loop .woocommerce-pagination {
  border-top: none;
}
.products-no-space:not(.with-ajax),
.products-no-space.with-ajax .ajax-content {
  margin-left: 15px;
  margin-right: 15px;
}
.products-no-space:not(.with-ajax) > div,
.products-no-space.with-ajax .ajax-content > div {
  padding: 0;
}
.products-no-space:not(.with-ajax) .product-image-wrapper,
.products-no-space.with-ajax .ajax-content .product-image-wrapper {
  margin-top: 0;
}
.products-no-space:not(.with-ajax) .product-view-overlay .product-image-wrapper,
.products-no-space.with-ajax .ajax-content .product-view-overlay .product-image-wrapper {
  margin: 0;
}
.products-no-space:not(.with-ajax) .content-product,
.products-no-space.with-ajax .ajax-content .content-product {
  margin: 0;
}
.etheme-woocommerce-categories-products-separator {
  clear: both;
  padding-top: 30px !important;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: calc(var(--cols,4) + 1);
}
.products-bordered-layout:not(.with-ajax) .etheme-woocommerce-categories-products-separator,
.products-bordered-layout.with-ajax .ajax-content .etheme-woocommerce-categories-products-separator {
  width: calc(100% + 2px);
  margin: 0 -1px;
  border-left: none;
  border-right: none;
  background-color: var(--et_container-bg-color, var(--et_white-2-dark));
}
.products-loop:has(.etheme-woocommerce-categories-products-separator):not(.with-ajax),
.products-loop.with-ajax:has(.etheme-woocommerce-categories-products-separator) .ajax-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 993px) {
  .products-hover-shadow:not(.with-ajax) .product:hover .content-product,
  .products-hover-shadow.with-ajax .ajax-content .product:hover .content-product {
    -webkit-box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
            box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
    z-index: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .products-hover-shadow:not(.with-ajax) .content-product,
  .products-hover-shadow.with-ajax .ajax-content .content-product,
  .products-hover-shadow:not(.with-ajax) .product-spacer,
  .products-hover-shadow.with-ajax .ajax-content .product-spacer {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: var(--et_container-bg-color, var(--et_white-2-dark));
  }
  .products-hover-shadow:not(.with-ajax) .product-has-fadeIn-content:hover .content-product,
  .products-hover-shadow.with-ajax .ajax-content .product-has-fadeIn-content:hover .content-product {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .products-hover-shadow:not(.with-ajax) .product-has-fadeIn-content:hover .product-spacer,
  .products-hover-shadow.with-ajax .ajax-content .product-has-fadeIn-content:hover .product-spacer {
    -webkit-box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
            box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
  }
  .products-hover-shadow.swiper-container {
    padding: 16px 12px;
  }
  .products-list .content-product {
    display: table;
    table-layout: fixed;
  }
  .products-list .content-product .product-image-wrapper {
    display: table-cell;
    float: none;
    margin-right: 0;
    vertical-align: middle;
  }
  .products-list .content-product .product-image-wrapper img {
    width: 100%;
  }
  .products-list .content-product .product-details {
    float: none;
    width: 65%;
    padding-left: 30px;
    vertical-align: middle;
    display: table-cell;
  }
  .products-list.row-count-2 .product-image-wrapper {
    min-width: auto;
  }
  .products-grid.row-count-6 .product-view-mask2 .footer-product {
    width: 30px;
    right: calc(1.45rem/2);
    bottom: calc(1.45rem/2);
  }
  .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-wishlist,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-compare,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .button,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .et-wishlist-holder,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
    height: 30px;
  }
  .products-grid.row-count-6 .product-view-mask2 .footer-product .compare:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-wishlist .et-icon,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-compare .et-icon,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .button:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .add_to_cart_button:after,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .wishlist-fragment a:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .products-list.row-count-3 .product {
    width: 50%;
  }
  .products-list.row-count-3 .product:nth-child(3n+1) {
    clear: none;
  }
  .products-list.row-count-3 .product:nth-child(2n+1) {
    clear: both;
  }
  .products-list.row-count-2 .product-image-wrapper {
    min-width: 150px;
  }
  .products-list .product-view-info .footer-product .button:before {
    left: 6px;
  }
  .products-list .content-product .product-details {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .products-list.row-count-2 .product-image-wrapper {
    width: 100%;
  }
  .products-list .product-image-wrapper {
    width: 100%;
  }
  .products-list .product-excerpt {
    overflow: hidden;
  }
  .products-list .content-product .product-details {
    width: auto;
  }
  .products-list .product .product-image-wrapper {
    margin-right: 30px;
  }
  .main-products-loop .products-list .product-view-booking .product-image-wrapper {
    width: 28%;
  }
  .main-products-loop .products-list .product-image-wrapper {
    width: 35%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .products-list .product {
    margin-bottom: 30px;
  }
  .products-list .product .content-product {
    margin-bottom: 0;
  }
  .products-list .product .product-details {
    width: 100%;
    text-align: start !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .products-list .product .product-image-wrapper {
    position: relative;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .products-list .product .product-image-wrapper {
    width: 100% !important;
    margin-bottom: 1.43em;
    min-width: 1px !important;
    float: none;
  }
  .products-list.row-count-3 .product {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .products-list .product,
  .products-grid .product {
    width: 100%;
  }
}
/*========================================
=            Track order page            =
========================================*/
.track_order .form-row {
  width: 100%;
  padding: 0;
}
.track_order .button {
  background-color: var(--et_btn-dark-bg-color);
  border: 1px solid var(--et_btn-dark-br-color);
  color: var(--et_btn-dark-color);
  -webkit-text-fill-color: currentColor;
}
.track_order .button:hover {
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--et_btn-dark-br-color-hover);
  color: var(--et_btn-dark-color-hover);
}
.woocommerce-thankyou-order-received:before {
  content: "\e942";
}
/*=====  End of Track order page  ======*/
/*========================================
=            Thanks order page            =
========================================*/
.woocommerce-thankyou-order-details li,
.order_details.bacs_details li {
  list-style: none;
}
/*=====  End of Thanks order page  ======*/
.wcpv-vendor-logo,
.wcpv-vendor-logo + small {
  text-align: center;
}
.wcpv-star-rating {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.wcpv-vendor-profile {
  text-align: center;
}
.woosb-qty-input .quantity {
  margin: 0;
}
.woosb-qty-input-minus,
.woosb-qty-input-plus {
  height: 38px;
}
.wcppec-checkout-buttons {
  margin: 0;
}
.wcppec-checkout-buttons__button {
  padding-top: 0;
}
#stripe-alipay-payment-data p {
  margin-bottom: 0;
}
#subscriptio_stripe-card-expiry-month,
#subscriptio_stripe-card-expiry-year {
  padding: 0 2.9em 0 1em !important;
}
#subscriptio_stripe-card-expiry-month {
  margin-bottom: 15px;
}
.bundled_table_item .bundled_table_item_indent {
  padding-left: 0;
}
.express_checkout_button a {
  display: block;
  height: auto;
  padding: 0 !important;
}
.express_checkout_button a input {
  min-width: 1px;
}
.express_checkout_button a:hover,
.express_checkout_button a:hover input {
  background-color: transparent !important;
}
.et-quick-view-wrapper .woocommerce-product-gallery .threesixty-image {
  width: 100% !important;
}
.mfp-content .threesixty-image {
  z-index: 1047;
}
.threesixty-nav-bar {
  top: auto !important;
  bottom: 15px;
  right: 50% !important;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.threesixty-nav-bar a {
  background-image: url(//store.avs.bg/wp-content/themes/xstore/images/holly_green.png) !important;
}
.cart_item .WooZone-country-check-small,
.cart_item .WooZone-country-check-small span {
  width: auto!important;
  height: auto;
  background-color: transparent !important;
  float: right;
  margin-left: 5px;
  line-height: 30px;
}
.cart_item .WooZone-cc_domain {
  float: left !important;
}
.wcpv-sold-by-cart a {
  margin-bottom: 0;
  font-size: 1rem !important;
}
.product-content .wcppec-checkout-buttons {
  text-align: left;
  text-align: start;
}
.threesixty-image {
  border-radius: 0 !important;
}
.threesixty-spinner {
  border-radius: 0 !important;
  width: 50px !important;
  height: 25px !important;
  left: calc(50% - 25px) !important;
  margin-top: 0 !important;
}
.threesixty-spinner span {
  font-family: inherit !important;
  line-height: 25px !important;
}
.threesixty-gray .noUi-target {
  border-radius: 0;
  border-color: var(--et_border-color);
}
.threesixty-gray .noUi-target .noUi-handle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: var(--et_border-color) !important;
  background: #fafafa !important;
}
.threesixty-gray .noUi-target .noUi-origin {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
.threesixty-gray .noUi-target .noUi-base {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--et_main-color);
}.product-view-mask .show-quickly,
.product-view-info .show-quickly {
  border-right: 1px solid;
}
.product-view-mask .et-wishlist-holder,
.product-view-info .et-wishlist-holder,
.product-view-mask .xstore-wishlist,
.product-view-info .xstore-wishlist,
.product-view-mask .xstore-compare,
.product-view-info .xstore-compare {
  border-left: 1px solid;
}
.footer-product .show-quickly {
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-product .show-quickly:after {
  right: 0;
}
.footer-product .et-wishlist-holder,
.footer-product .xstore-wishlist,
.footer-product .xstore-compare {
  right: 0;
  font-size: 0;
}
.footer-product .et-wishlist-holder:after,
.footer-product .xstore-wishlist:after,
.footer-product .xstore-compare:after {
  left: 0;
}
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
  left: 0;
}
.footer-product .button:before {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt:before {
  margin-right: 0;
}
.footer-product .show-quickly:after,
.footer-product .xstore-wishlist:after,
.footer-product .et-wishlist-holder:after,
.footer-product .xstore-compare:after,
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
  position: absolute;
  top: 0;
  width: 1px;
  border-right: 1px solid #444;
  height: 100%;
}
/*=======================================
=            Products Hovers            =
=======================================*/
.product-view-mask2[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop,
.footer-product .wcvendors_sold_by_in_loop,
.footer-product br,
.products-list .product-details .button.compare,
.product-view-mask .button.compare,
.product-view-info .button.compare,
.product-view-light .button.compare,
.product-view-light .xstore-compare {
  display: none;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop,
.product-view-mask.view-color-dark .wcpv-sold-by-loop a {
  color: #fff;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop a:hover {
  opacity: 0.7;
}
.footer-product .compare:before,
.footer-product .show-quickly:before,
.footer-product .button:before,
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .wishlist-fragment a:before {
  font-size: 16px;
}
.footer-product .xstore-wishlist.button:before,
.footer-product .xstore-compare.button:before {
  display: none;
}
.footer-product .xstore-wishlist .et-icon,
.footer-product .xstore-compare .et-icon,
.footer-product .add_to_cart_button:after {
  font-size: 16px;
}
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: "\e92d";
}
.footer-product {
  position: absolute;
  bottom: 1.45rem;
  left: 1.45rem;
  right: 1.45rem;
  height: 2.57rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.footer-product .compare {
  position: relative;
  overflow: hidden;
}
.footer-product .compare:before {
  content: "\e915" !important;
}
.footer-product .compare,
.footer-product .show-quickly,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  font-size: 0;
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  margin: 0;
}
.footer-product .by-vendor-name-link:before {
  content: '\e1000';
}
.footer-product .pre_order_loop:before {
  content: '\e900';
  font-style: normal;
}
.footer-product .wcmp_add_to_cart_message:before {
  content: '\e938';
}
.footer-product .show-quickly:before {
  content: "\e907";
}
.footer-product .button {
  border: none;
  width: 100%;
  background: var(--et_dark-color);
  line-height: 1.4;
  padding: 0 45px;
}
.footer-product .button .blockOverlay {
  background-color: var(--et_dark-color) !important;
}
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
  background: transparent;
}
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: var(--et_dark-color);
  background: var(--et_dark-color);
  z-index: 1;
}
.footer-product .xstore-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: var(--et_dark-color);
  background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .yith-wcwl-add-to-wishlist,
.footer-product .yith-wcwl-add-to-wishlist .show {
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-product .et-wishlist-holder a {
  width: 100%;
}
.footer-product .et-wishlist-holder a .yith-wcwl-icon.fa {
  display: none;
}
.footer-product .quick-view-popup .add_to_cart_button,
.footer-product .loader-path {
  stroke: #fff;
}
.footer-product .wishlist-fragment .blockOverlay:before {
  border-color: var(--et_main-color);
  border-left-color: #fff;
}
.footer-product .button,
.footer-product .yith-wcwl-add-to-wishlist a:not(.alt),
.footer-product .yith-wcwl-add-button a.open-pretty-photo,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder a,
.footer-product .button,
.footer-product .button:hover,
.footer-product .button.compare,
.footer-product .button.compare:hover,
.footer-product .xstore-compare,
.footer-product .xstore-compare:hover,
.footer-product .by-vendor-name-link {
  color: #fff;
}
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  color: #fff !important;
}
.footer-product .compare.button,
.footer-product .xstore-compare,
.footer-product .button,
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-product .compare.button:hover,
.footer-product .xstore-compare:hover,
.footer-product .button:hover,
.footer-product .show-quickly:hover,
.footer-product .xstore-wishlist:hover,
.footer-product .et-wishlist-holder:hover,
.footer-product .by-vendor-name-link:hover,
.footer-product .pre_order_loop:hover,
.footer-product .wcmp_add_to_cart_message:hover {
  background: #333333;
}
.et-wishlist-holder .yith-wcwl-add-to-wishlist {
  position: relative;
}
.et-wishlist-holder .et-loader {
  position: static;
}
.et-wishlist-holder .loader-path {
  stroke: #fff;
}
.content-product .show-quickly,
.content-product .by-vendor-name-link {
  cursor: pointer;
}
.content-product:hover .footer-product,
.content-product.et-vpf .footer-product {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-product .show-quickly:before,
.content-product .button:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .by-vendor-name-link:before,
.content-product .pre_order_loop:before,
.content-product .wcmp_add_to_cart_message:before {
  font-family: 'xstore-icons';
}
.content-product .is_arrows-hovered .footer-product {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  opacity: 0;
}
.view-color-white .footer-product .loader-path,
.view-color-transparent .footer-product .loader-path,
.product-view-default .et-wishlist-holder .loader-path {
  stroke: var(--et_dark-color);
}
.view-color-white .footer-product .wishlist-fragment .blockOverlay:before,
.view-color-transparent .footer-product .wishlist-fragment .blockOverlay:before,
.product-view-default .et-wishlist-holder .wishlist-fragment .blockOverlay:before {
  border-color: var(--et_border-color);
  border-left-color: var(--et_main-color);
}
.view-color-white .footer-product:before,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .xstore-wishlist:after,
.view-color-white .footer-product .et-wishlist-holder:after,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .xstore-compare:after,
.view-color-white .footer-product .show-quickly:after,
.view-color-white .footer-product .by-vendor-name-link:after,
.view-color-white .footer-product .pre_order_loop:after,
.view-color-white .footer-product .wcmp_add_to_cart_message:after {
  border-color: var(--et_border-color);
}
.view-color-white .footer-product .button.compare:hover,
.view-color-white .footer-product .xstore-compare:hover,
.view-color-white .footer-product .button:hover,
.view-color-white .footer-product .show-quickly:hover,
.view-color-white .footer-product .xstore-wishlist:hover,
.view-color-white .footer-product .et-wishlist-holder:hover,
.view-color-white .footer-product .by-vendor-name-link:hover,
.view-color-white .footer-product .pre_order_loop:hover,
.view-color-white .footer-product .wcmp_add_to_cart_message:hover {
  background: #f5f5f5;
}
.view-color-white.product-view-info .footer-product:before {
  border-color: var(--et_border-color);
}
.view-color-white.product-view-mask2 .footer-product,
.view-color-white .footer-product .button.compare,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .button,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message,
.view-color-white .product-mask,
.view-color-white.product-view-info .product-mask {
  background: #fff;
}
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .et-wishlist-holder a,
.view-color-white .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .button,
.view-color-white .footer-product .button.compare {
  color: var(--et_dark-color);
}
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message {
  color: var(--et_dark-color) !important;
}
.view-color-white .footer-product .button .blockOverlay {
  background-color: #fff !important;
}
.view-color-white .product-mask a,
.view-color-white.product-view-info .product-mask a,
.view-color-white .product-mask .product-title a,
.view-color-white.product-view-info .product-mask .product-title a {
  color: var(--et_dark-color);
}
.view-color-white .product-mask a:hover,
.view-color-transparent .product-mask a:hover,
.view-color-white.product-view-info .product-mask a:hover,
.view-color-transparent.product-view-info .product-mask a:hover,
.view-color-white .product-mask .product-title a:hover,
.view-color-transparent .product-mask .product-title a:hover,
.view-color-white.product-view-info .product-mask .product-title a:hover,
.view-color-transparent.product-view-info .product-mask .product-title a:hover {
  color: var(--et_main-color);
}
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .et-wishlist-holder a,
.view-color-transparent .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .by-vendor-name-link,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare {
  color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product .pre_order_loop,
.view-color-transparent .footer-product .wcmp_add_to_cart_message {
  color: var(--et_dark-2-white) !important;
}
.view-color-transparent .footer-product .button .blockOverlay {
  background-color: var(--et_white-2-dark) !important;
}
.view-color-transparent .product-mask a,
.view-color-transparent.product-view-info .product-mask a,
.view-color-transparent .product-mask .product-title a,
.view-color-transparent.product-view-info .product-mask .product-title a {
  color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product:before,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .xstore-wishlist:after,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .et-wishlist-holder:after,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .xstore-compare:after,
.view-color-transparent .footer-product .show-quickly:after,
.view-color-transparent .footer-product .by-vendor-name-link:after,
.view-color-transparent .footer-product .pre_order_loop:after,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:after {
  border: none;
}
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .xstore-wishlist:hover,
.view-color-transparent .footer-product .xstore-compare:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover .yith-wcwl-add-button a,
.view-color-transparent .footer-product .et-wishlist-holder:hover a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover {
  color: var(--et_main-color);
}
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover {
  color: var(--et_main-color) !important;
}
.view-color-transparent.product-view-info .footer-product:before {
  border: none;
}
.view-color-transparent .footer-product,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .xstore-wishlist:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover,
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover,
.view-color-transparent.product-view-mask2 .footer-product,
.view-color-transparent.product-view-info .product-mask {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .content-product .footer-product {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .content-product .footer-product .button {
    font-size: 0;
  }
  .content-product .footer-product .button:before {
    margin-right: 0;
    margin-left: 0;
  }
}
.col-md-9 .product-slide .product-view-mask .footer-product,
.col-md-8 .product-slide .product-view-mask .footer-product,
.col-md-9 .product-slide .product-view-info .footer-product,
.col-md-8 .product-slide .product-view-info .footer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-wishlist,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-wishlist,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-wishlist,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-wishlist,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-compare,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-compare,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-compare,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-compare,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: none;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-wishlist:after,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-wishlist:after,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-wishlist:after,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-wishlist:after,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-compare:after,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-compare:after,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-compare:after,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-compare:after,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after {
  content: '';
}
.col-md-9 .product-slide .product-view-mask .footer-product .button,
.col-md-8 .product-slide .product-view-mask .footer-product .button,
.col-md-9 .product-slide .product-view-info .footer-product .button,
.col-md-8 .product-slide .product-view-info .footer-product .button,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
  font-size: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col-md-9 .product-slide .product-view-mask .footer-product .button:before,
.col-md-8 .product-slide .product-view-mask .footer-product .button:before,
.col-md-9 .product-slide .product-view-info .footer-product .button:before,
.col-md-8 .product-slide .product-view-info .footer-product .button:before,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before {
  margin: 0;
}
.col-md-9 .product-slide .product-view-mask .footer-product .compare,
.col-md-8 .product-slide .product-view-mask .footer-product .compare,
.col-md-9 .product-slide .product-view-info .footer-product .compare,
.col-md-8 .product-slide .product-view-info .footer-product .compare {
  display: none;
}
@media only screen and (min-width: 768px) {
  .products-hover-only-icons .product-view-mask .footer-product,
  .products-hover-only-icons .product-view-info .footer-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-hover-only-icons .product-view-mask .footer-product .show-quickly,
  .products-hover-only-icons .product-view-info .footer-product .show-quickly,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-wishlist,
  .products-hover-only-icons .product-view-info .footer-product .xstore-wishlist,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-compare,
  .products-hover-only-icons .product-view-info .footer-product .xstore-compare,
  .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder,
  .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border: none;
  }
  .products-hover-only-icons .product-view-mask .footer-product .show-quickly:after,
  .products-hover-only-icons .product-view-info .footer-product .show-quickly:after,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-wishlist:after,
  .products-hover-only-icons .product-view-info .footer-product .xstore-wishlist:after,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-compare:after,
  .products-hover-only-icons .product-view-info .footer-product .xstore-compare:after,
  .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder:after,
  .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder:after,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:after,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:after,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:after,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:after,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
  }
  .products-hover-only-icons .product-view-mask .footer-product .button,
  .products-hover-only-icons .product-view-info .footer-product .button,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .products-hover-only-icons .product-view-mask .footer-product .button:before,
  .products-hover-only-icons .product-view-info .footer-product .button:before,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:before,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:before,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:before,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:before,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
  }
  .products-hover-only-icons .product-view-mask .footer-product .compare,
  .products-hover-only-icons .product-view-info .footer-product .compare {
    display: none;
  }
}
/*=====  End of Products Hovers  ======*/
.product-view-mask3 .sm-arrow {
  display: none;
}
.product-view-mask3 .footer-product {
  -webkit-transform: translateY(calc(-40% + 3px));
          transform: translateY(calc(-40% + 3px));
}
.product-view-mask3 .content-product:hover .footer-product {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-view-mask3 .content-product .footer-product {
  top: 50%;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-view-mask3 .content-product .footer-product > *,
.product-view-mask3 .content-product .footer-product .button,
.product-view-mask3 .content-product .footer-product .add_to_wishlist.button {
  font-size: 0;
  padding: 0;
  margin: 2.5px;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.product-view-mask3 .content-product .footer-product > *:before,
.product-view-mask3 .content-product .footer-product .button:before,
.product-view-mask3 .content-product .footer-product .add_to_wishlist.button:before {
  margin: 0;
  color: inherit;
}
.product-view-mask3 .content-product .footer-product .et-wishlist-holder .add_to_wishlist.button {
  margin: 0;
}
.product-view-mask3 .content-product .footer-product .blockOverlay {
  border-radius: 50% !important;
}
.product-view-mask3 .content-product .footer-product .button.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-view-mask3 .content-product .footer-product .added_to_cart {
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-view-mask3 .footer-product {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}.st-swatch-in-loop {
  margin-top: 6px;
}
.st-swatch-in-loop .st-swatch-et-disabled li:before,
.st-swatch-in-loop .st-swatch-et-disabled li:after {
  display: none !important;
}
.st-swatch-in-loop + .switcher-wrapper {
  margin-top: 10px;
}
.product-details .st-swatch-in-loop:not(.st-swatch-popup):first-child {
  margin-bottom: 7px;
}
.product-details .st-swatch-popup .st-swatch-preview-wrap .button {
  z-index: 1;
}
.product-details .st-swatch-popup .st-swatch-preview-wrap .button:not(.compare) {
  margin-top: 4px;
}
.product-details .st-swatch-popup .st-swatch-preview-wrap .quantity-wrapper .button:not(.compare) {
  margin-top: 0;
}
.st-label-swatch + select,
.st-color-swatch + select,
.st-image-swatch + select {
  display: none !important;
  margin: 0 !important;
}
ul.st-swatch-preview {
  display: block;
  list-style: none;
  margin: 0 0 -6px;
  padding: 0;
}
.variations_form .st-swatch-preview-single-product,
.et-quick-view-wrapper .st-swatch-preview {
  padding-left: 0;
  padding-right: 0;
}
ul.st-swatch-preview-single-product {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}
ul.st-swatch-preview-single-product li {
  margin-bottom: 0 !important;
}
ul.st-swatch-preview-single-product li.type-label {
  margin-bottom: 10px !important;
}
ul.st-swatch-preview-single-product.st-swatch-shape-square {
  margin-bottom: 4px;
}
.variations_form tr:last-child .st-swatch-preview {
  margin-bottom: 9px;
}
ul.st-swatch-preview li:not(.type-select) a,
.st-item-meta li:not(.type-select) a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: static !important;
}
ul.st-swatch-preview .et_show-more-attr,
.st-item-meta .et_show-more-attr {
  color: #888;
  border-color: transparent !important;
  text-transform: lowercase;
}
.swiper-container .et_st-swatch-select-list {
  bottom: 100%;
  border-top: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-bottom: none;
  -webkit-animation-name: et-dropdown-top;
          animation-name: et-dropdown-top;
}
.et_st-swatch-select-list {
  position: absolute;
  background: var(--et_white-2-dark);
  color: var(--et_dark-2-white);
  left: 0;
  right: 0;
  -webkit-animation: et-dropdown 0.3s;
          animation: et-dropdown 0.3s;
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-top: none;
  z-index: 1;
}
.et_st-swatch-select-list ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 230px;
  padding: 10px 0;
  margin: 0;
  text-align: start;
}
.et_st-swatch-select-list li {
  padding: 0;
  margin: 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.2;
  font-size: 1.14rem;
}
.et_st-swatch-select-list li.sten-li-disabled {
  opacity: 0.5 !important;
}
.et_st-swatch-select-list li:hover,
.et_st-swatch-select-list li.selected {
  opacity: 0.7;
  background: #f1f1f1;
}
.et_st-swatch-select-list li > span {
  padding: 10px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.et_st-swatch-select-title {
  position: relative;
  -webkit-padding-end: 2.4em;
          padding-inline-end: 2.4em;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-radius: var(--et_inputs-border-radius, 0);
  color: var(--et_main-color);
  height: var(--et_inputs-height, 2.642rem);
  line-height: var(--et_inputs-height, 2.642rem);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: start;
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  background-image: var(--et_select-arrow-opened);
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.et_st-swatch-select-title:after {
  content: '';
  position: absolute;
  -webkit-border-end: 1px solid var(--et_inputs-border-color, var(--et_border-color));
          border-inline-end: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  top: 0;
  bottom: 0;
  -webkit-padding-end: calc(100% - 1em - 12px - 20px);
          padding-inline-end: calc(100% - 1em - 12px - 20px);
}
.et_st-swatch-select-title .st-attribute-price {
  color: var(--et_dark-2-white);
  font-size: 85%;
  display: inline-block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}
.et_st-swatch-select-title .st-attribute-price del {
  display: none;
}
.et_st-swatch-select-title .st-attribute-price .price {
  color: currentColor;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .et_st-swatch-select-list li,
  .et_st-swatch-select-title {
    font-size: 1rem;
  }
}
.et_st-swatch-select-wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.et_st-swatch-select-wrapper:hover,
.et_st-swatch-select-wrapper.active {
  z-index: 3;
}
@media (hover: hover) {
  .et_st-swatch-select-wrapper:not(:hover) .et_st-swatch-select-title {
    background-image: var(--et_select-arrow-closed);
  }
  .et_st-swatch-select-wrapper:not(:hover) .et_st-swatch-select-list {
    display: none;
  }
}
@media (hover: none) {
  .et_st-swatch-select-wrapper:not(.active) .et_st-swatch-select-title {
    background-image: var(--et_select-arrow-closed);
  }
  .et_st-swatch-select-wrapper:not(.active) .et_st-swatch-select-list {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .et_st-swatch-select-wrapper .st-attribute-price {
    display: none !important;
  }
}
.et_st-select-holder-last .et_st-swatch-select-wrapper {
  margin-bottom: 0;
}
.et_st-select-holder-last + .et_st-default-holder {
  margin-top: 10px;
}
.et_st-select-holder:not(.et_st-select-holder-last) .st-attribute-price {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hide-product-price .product-details > .price,
  .hide-product-price .et-content-inner > .price {
    display: none;
  }
}
.has-select-swatch-only .et-st-disabled {
  cursor: not-allowed;
}
.has-select-swatch-only .et-st-disabled:hover {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.sten-reset-loop-variation {
  font-size: 0.85rem;
  text-transform: lowercase;
  display: inline-block;
  margin-top: 5px;
}
ul.st-swatch-preview li,
.st-item-meta .st-swatch-preview {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 3px 6px;
  border: 1px solid var(--et_border-color);
  cursor: pointer;
  position: relative;
  width: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.st-swatch-preview li span,
.st-item-meta .st-swatch-preview span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
ul.st-swatch-preview li .st-attribute-price,
.st-item-meta .st-swatch-preview .st-attribute-price {
  display: inline-block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
ul.st-swatch-preview li .st-attribute-price span,
.st-item-meta .st-swatch-preview .st-attribute-price span {
  display: inline-block;
  overflow: visible;
}
ul.st-swatch-preview li.et_show-more-attr,
.st-item-meta .st-swatch-preview.et_show-more-attr {
  font-size: 1rem;
  line-height: 1;
}
ul.st-swatch-preview li.type-image span,
.st-item-meta .st-swatch-preview.type-image span,
ul.st-swatch-preview li.type-color span,
.st-item-meta .st-swatch-preview.type-color span,
ul.st-swatch-preview li.type-color:before,
.st-item-meta .st-swatch-preview.type-color:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
ul.st-swatch-preview li.type-color:before,
.st-item-meta .st-swatch-preview.type-color:before {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  pointer-events: none;
  z-index: 1;
}
ul.st-swatch-preview li.type-color.sten-li-disabled,
.st-item-meta .st-swatch-preview.type-color.sten-li-disabled {
  cursor: not-allowed;
}
ul.st-swatch-preview li.type-color.sten-li-disabled:before,
.st-item-meta .st-swatch-preview.type-color.sten-li-disabled:before {
  background-color: rgba(255, 255, 255, 0.5);
}
ul.st-swatch-preview li.type-color.sten-li-disabled span:after,
.st-item-meta .st-swatch-preview.type-color.sten-li-disabled span:after {
  background: transparent;
}
ul.st-swatch-preview li.type-color ~ .et_show-more-attr,
.st-item-meta .st-swatch-preview.type-color ~ .et_show-more-attr {
  vertical-align: 5px;
}
ul.st-swatch-preview li.type-select,
.st-item-meta .st-swatch-preview.type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
}
ul.st-swatch-preview li.type-image ~ .et_show-more-attr,
.st-item-meta .st-swatch-preview.type-image ~ .et_show-more-attr {
  vertical-align: 9px;
}
ul.st-swatch-preview li.type-label,
.st-item-meta .st-swatch-preview.type-label {
  line-height: 1;
}
ul.st-swatch-preview li.type-label a,
.st-item-meta .st-swatch-preview.type-label a,
ul.st-swatch-preview li.type-label span,
.st-item-meta .st-swatch-preview.type-label span {
  text-transform: uppercase;
  line-height: 1;
}
ul.st-swatch-preview li.type-label ~ .et_show-more-attr,
.st-item-meta .st-swatch-preview.type-label ~ .et_show-more-attr {
  vertical-align: 0;
}
ul.st-swatch-size-normal {
  margin: 4px -4px 0;
}
ul.st-swatch-size-normal.st-swatch-shape-square {
  margin: 4px -4px -4px;
}
ul.st-swatch-size-normal.st-swatch-shape-square li {
  margin: 0 4px 4px;
}
ul.st-swatch-size-normal li {
  margin: 0 4px;
}
ul.st-swatch-size-normal li.type-label {
  min-width: 20px;
}
ul.st-swatch-size-normal li.type-label a,
ul.st-swatch-size-normal li.type-label span {
  font-size: 0.72rem;
}
ul.st-swatch-size-normal li.type-label > a,
ul.st-swatch-size-normal li.type-label > span {
  padding: 0.285rem;
}
ul.st-swatch-size-normal li.type-image {
  width: 22px;
  height: 22px;
}
ul.st-swatch-size-normal li.type-color {
  width: 20px;
  height: 20px;
}
ul.st-swatch-size-normal li.type-color:before,
ul.st-swatch-size-normal li.type-color span {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
ul.st-swatch-size-large {
  margin-left: -5px;
}
ul.st-swatch-size-large li {
  margin: 0 5px 14px;
}
ul.st-swatch-size-large li.type-label {
  min-width: 32px;
}
ul.st-swatch-size-large li.type-label a,
ul.st-swatch-size-large li.type-label span {
  font-size: 0.85rem;
}
ul.st-swatch-size-large li.type-label > a,
ul.st-swatch-size-large li.type-label > span {
  padding: 9px;
}
ul.st-swatch-size-large li.type-image {
  width: 34px;
  height: 34px;
}
ul.st-swatch-size-large li.type-image ~ .et_show-more-attr {
  vertical-align: 25px;
}
ul.st-swatch-size-large li.type-color {
  width: 30px;
  height: 30px;
}
ul.st-swatch-size-large li.type-color ~ .et_show-more-attr {
  vertical-align: 24px;
}
ul.st-swatch-size-large.type_title-price li.type-label {
  float: left;
  max-width: 110px;
}
ul.st-swatch-size-large.type_title-price li.type-label span.st-custom-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.st-swatch-size-large.type_title-price li.type-label span .variation-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 11px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-normal li.type-image {
  width: 22px;
  height: 22px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-normal li.type-color {
  width: 20px;
  height: 20px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-large li.type-image {
  width: 34px;
  height: 34px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-large li.type-color {
  width: 30px;
  height: 30px;
}
.cart ul.st-swatch-size-large li.type-color ~ .et_show-more-attr {
  vertical-align: 10px;
}
.cart ul.st-swatch-size-large li.typetype-label ~ .et_show-more-attr {
  vertical-align: 0;
}
.cart ul.st-swatch-size-large li.type-image ~ .et_show-more-attr {
  vertical-align: 11px;
}
.st-swatch-preview-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: var(--et_container-bg-color, var(--et_white-2-dark));
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
}
.st-swatch-preview-wrap .et-delete {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out 0.5s;
  transition: color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out 0.5s;
  transition: transform 0.4s ease-in-out 0.5s, color 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out 0.5s, color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out 0.5s;
  z-index: 1;
}
.st-swatch-preview-wrap .et-delete:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.st-swatch-preview-wrap .et-delete:hover {
  color: var(--et_red-color);
}
.st-swatch-preview-wrap .compare {
  display: none;
}
.st-swatch-preview-wrap .price {
  width: 100%;
  margin-top: 1px;
}
.active:not(.clearfix) .st-swatch-preview-wrap {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.active:not(.clearfix) .st-swatch-preview-wrap .et-delete {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.active:not(.clearfix) .et_st-popup-holder,
.active:not(.clearfix) .st-swatch-preview-wrap .star-rating,
.active:not(.clearfix) .st-swatch-preview-wrap .price,
.active:not(.clearfix) .st-swatch-preview-wrap .button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.et_st-popup-holder {
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 1;
  width: 100%;
}
.et_st-popup-holder .st-swatch-preview {
  line-height: 1;
}
.et_st-popup-holder .st-swatch-preview:first-child {
  margin-top: 0;
}
.et_st-popup-holder .st-swatch-shape-circle:not(:first-child) {
  margin-top: 6px;
}
.et_st-popup-holder .st-swatch-shape-square li {
  margin-bottom: 6px;
}
.et_st-popup-holder .st-swatch-shape-square.st-swatch-size-normal {
  margin-bottom: -6px;
}
.st-swatch-preview-wrap .star-rating,
.st-swatch-preview-wrap .price,
.st-swatch-preview-wrap .button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.products-list .st-swatch-in-loop {
  margin-bottom: 10px;
}
.products-list .st-swatch-preview-wrap .price {
  margin-bottom: 5px;
}
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image {
  border-color: transparent;
}
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color.st-swatch-white,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image.st-swatch-white {
  border-color: var(--et_border-color);
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal {
  margin: 0 -2px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li {
  vertical-align: top;
  margin: 0 2px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label {
  min-width: 16px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label a,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label a,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label a,
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label span,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label span,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label span {
  font-size: 0.58rem;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > a,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > a,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > a,
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > span,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > span,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > span {
  padding: 0.2rem;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-image,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-image,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-image {
  width: 16px;
  height: 16px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-color,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-color,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-color {
  width: 16px;
  height: 16px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.et_show-more-attr,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.et_show-more-attr,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.et_show-more-attr {
  position: relative;
  font-size: 0.9rem;
  vertical-align: 4px;
}
.content-product .st-swatch-popup .star-rating,
.etheme-product-grid-item .st-swatch-popup .star-rating,
.etheme-product-list-item .st-swatch-popup .star-rating {
  display: none;
}
.etheme-product-grid-item .st-swatch-in-loop:not(.st-swatch-popup):not(:last-child),
.etheme-product-list-item .st-swatch-in-loop:not(.st-swatch-popup):not(:last-child) {
  margin-bottom: 12px;
}
.etheme-product-grid-item .st-swatch-in-loop.st-swatch-popup:not(:last-child),
.etheme-product-list-item .st-swatch-in-loop.st-swatch-popup:not(:last-child) {
  margin-bottom: 7px;
}
.st-swatch-underline .st-item-meta .st-swatch-preview,
.st-swatch-underline ul.st-swatch-preview li,
ul.st-swatch-underline.st-swatch-preview-single-product li {
  border: none;
}
.st-swatch-underline .st-item-meta .st-swatch-preview:before,
.st-swatch-underline ul.st-swatch-preview li:before,
ul.st-swatch-underline.st-swatch-preview-single-product li:before {
  content: '';
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -2px;
  background: var(--et_swatch-active-color, var(--et_dark-2-white));
  height: 2px;
  width: 0%;
  border-radius: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  pointer-events: none;
}
.st-swatch-underline .st-item-meta .st-swatch-preview.sten-li-disabled:before,
.st-swatch-underline ul.st-swatch-preview li.sten-li-disabled:before,
ul.st-swatch-underline.st-swatch-preview-single-product li.sten-li-disabled:before {
  display: none;
}
.st-swatch-underline .st-item-meta .st-swatch-preview:hover:before,
.st-swatch-underline ul.st-swatch-preview li:hover:before,
ul.st-swatch-underline.st-swatch-preview-single-product li:hover:before,
.st-swatch-underline .st-item-meta .st-swatch-preview.selected:before,
.st-swatch-underline ul.st-swatch-preview li.selected:before,
ul.st-swatch-underline.st-swatch-preview-single-product li.selected:before {
  width: 100%;
  left: 0;
  right: auto;
}
.type-color:after,
.type-image:after,
.sten-li-disabled:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #fff;
  color: #555;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: 0;
  left: 50%;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  padding: 3px 10px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
}
.type-color:hover:after,
.type-image:hover:after,
.sten-li-disabled:hover:after {
  bottom: -5px;
  opacity: 1;
  visibility: visible;
}
.sten-li-disabled:after {
  display: none;
}
.etheme_swatches_filter .type-color:nth-child(6n + 1):after,
.etheme_swatches_filter .type-image:nth-child(6n + 1):after,
.etheme_swatches_filter .sten-li-disabled:nth-child(6n + 1):after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
}
.etheme_swatches_filter .type-color:nth-child(6n):after,
.etheme_swatches_filter .type-image:nth-child(6n):after,
.etheme_swatches_filter .sten-li-disabled:nth-child(6n):after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: auto;
  right: 0;
}
.etheme_swatches_filter.type-select li {
  text-align: start;
}
.etheme_swatches_filter.type-select .et_widget-show-more {
  border: none!important;
}
.etheme_swatches_filter.type-select .et_widget-show-more:hover span:after {
  display: inline-block;
  width: 100%;
  bottom: 0px;
}
.st-swatch-shape-circle.type-label,
.st-swatch-shape-circle.type-image,
.st-swatch-shape-circle.type-color,
.st-swatch-shape-circle .type-label,
.st-swatch-shape-circle .type-label span:after,
.st-swatch-shape-circle .type-image,
.st-swatch-shape-circle .type-color,
.st-swatch-shape-circle .type-image span,
.st-swatch-shape-circle .type-color span {
  border-radius: 50%;
}
.st-swatch-shape-circle.type-select,
.st-swatch-shape-circle .type-select,
.st-swatch-shape-circle .type-select span {
  border-radius: 0;
}
.et_attribute-name {
  display: none;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.et-quick-view-wrapper .et_attribute-name {
  display: inline-block;
}
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color:hover,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color.selected,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image:hover,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image.selected,
.st-swatch-preview li:hover,
.st-swatch-preview li.selected {
  border-color: var(--et_main-color);
}
.st-swatch-preview li:hover a,
.st-swatch-preview li.selected a {
  color: var(--et_dark-2-white);
}
.st-item-meta .st-swatch-preview span img {
  max-width: 100%;
}
.st-label-swatch li,
.st-item-meta .st-label-swatch {
  text-align: center;
}
.st-label-swatch li span,
.st-item-meta .st-swatch-preview.st-label-swatch span {
  width: 100%;
  height: 100%;
}
.etheme_swatches_filter .st-swatch-preview .type-select:before {
  display: none;
}
.etheme_swatches_filter .st-swatch-preview .type-color.selected:hover:before,
.etheme_swatches_filter .st-swatch-preview .type-label.selected:hover:before {
  position: absolute;
  content: "\e90a";
  font-family: 'xstore-icons';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.etheme_swatches_filter .st-swatch-preview .type-label.selected:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.st-swatch-disabled-line-thought .st-swatch-preview li.sten-li-disabled span:before,
.st-swatch-disabled-line-thought.st-swatch-preview li.sten-li-disabled span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(175, 175, 175, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.st-swatch-disabled-line-thought .st-swatch-preview li.sten-li-disabled.type-select span:before,
.st-swatch-disabled-line-thought.st-swatch-preview li.sten-li-disabled.type-select span:before {
  display: none;
}
.st-swatch-disabled-cross-line .st-swatch-preview li.sten-li-disabled span:before,
.st-swatch-disabled-cross-line.st-swatch-preview li.sten-li-disabled span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(175, 175, 175, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(175, 175, 175, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.st-swatch-disabled-cross-line .st-swatch-preview li.sten-li-disabled.type-select span:before,
.st-swatch-disabled-cross-line.st-swatch-preview li.sten-li-disabled.type-select span:before {
  display: none;
}
.st-swatch-preview li.sten-li-disabled {
  border-color: rgba(175, 175, 175, 0.3) !important;
}
.st-swatch-preview li.sten-li-disabled span {
  cursor: not-allowed;
}
.st-swatch-preview li.sten-li-disabled span:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.st-swatch-preview li.sten-li-disabled.type-select span:after {
  display: none;
}
ul.products li .st-swatch-in-loop ul {
  margin: 0;
  padding: 0;
}
ul.products li .st-swatch-in-loop .sten-reset-loop-variation {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
}
ul.products li .st-swatch-in-loop .sten-reset-loop-variation:hover {
  color: var(--et_dark-color);
}
.st-item-meta .wc-item-meta {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.st-item-meta .st-swatch-preview {
  border: none;
  margin: 0;
}
.st-item-meta .type-color,
.st-item-meta .type-image {
  vertical-align: middle;
}
.st-item-meta .type-color:after,
.st-item-meta .type-image:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .type-color:after,
  .type-image:after,
  .sten-li-disabled:after {
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .type-color:hover:after,
  .type-image:hover:after,
  .sten-li-disabled:hover:after {
    bottom: calc(100% + 5px);
  }
}
.sidebar .st-swatch-preview .type-select {
  margin-top: 11px;
  margin-bottom: 11px;
}
.sidebar .st-swatch-preview .type-select:first-child {
  margin-top: 0;
}
.sidebar .st-swatch-preview .type-select:last-child {
  margin-bottom: 0;
}
.sidebar .st-swatch-preview .type-select a {
  position: relative;
  padding: 0 0 0 24px !important;
}
.sidebar .st-swatch-preview .type-select a:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid var(--et_border-color);
  -webkit-transition: inherit;
  transition: inherit;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
.sidebar .st-swatch-preview .type-select.selected a:before,
.sidebar .st-swatch-preview .type-select a:hover:before {
  border-color: var(--et_main-color);
}
.sidebar .st-swatch-preview .type-select.selected a:after {
  content: "\e918";
  font-family: 'xstore-icons';
  position: absolute;
  left: 1.5px;
  z-index: 1;
  font-size: 10px;
  line-height: 1;
  top: calc(50% - 4px);
  color: var(--et_dark-2-white);
}
.sidebar .st-swatch-preview .type-select.selected a:hover:after {
  content: "\e90a";
}
.products-grid .product-view-light .st-swatch-in-loop + .light-right-side + .light-left-side > *:first-child,
.product-slide .product-view-light .st-swatch-in-loop + .light-right-side + .light-left-side > *:first-child,
.et-offer .product-view-light .st-swatch-in-loop + .light-right-side + .light-left-side > *:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.products-grid .st-swatch-preview-wrap {
  -ms-flex-line-pack: center;
      align-content: center;
}
.quick-view-popup .st-swatch-in-loop {
  margin-top: 0;
}
.quick-view-popup .st-swatch-in-loop + .button {
  margin-top: 15px;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > .st-swatch-preview:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > .st-swatch-preview:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul:after {
  display: none;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .st-swatch-preview,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .st-swatch-preview {
  padding-right: 0 !important;
}
.single-product-booking ul.st-swatch-preview-single-product {
  margin-top: -14px;
  margin-bottom: -14px;
}
.variation_form tr:last-child td .st-swatch-preview:last-of-type {
  margin-bottom: 20px;
}
table.variations th.label label[data-swatch-name]:after,
.et_attribute-name[data-swatch-name]:after {
  content: ' ' attr(data-swatch-name);
  font-size: 0.85em;
  color: var(--et_dark-2-white);
}
ul.st-swatch-preview li.type-select.with-count {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
ul.st-swatch-preview li.type-select.with-count .count {
  margin-right: 5px;
}.wpb_images_carousel {
  padding-bottom: 0;
}
.wpb_images_carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.wpb_images_carousel .swiper-slide {
  text-align: center;
}
.wpb_images_carousel .swiper-slide img {
  width: auto;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wpb_images_carousel .swiper-pagination {
  margin-top: 20px;
}
.wpb_images_carousel .swiper-slide:hover img {
  opacity: 0.7 !important;
}
.swiper-entry.wpb_images_carousel {
  margin-bottom: 0;
}
.wpb_images_carousel .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpb_images_carousel .swiper-container .swiper-slide img {
  width: auto;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wpb_images_carousel .swiper-container .swiper-slide:hover img {
  opacity: 0.4;
}.products-grid .et-timer,
.products-slider .et-timer {
  margin: 15px auto 5px;
}
.products-grid .et-timer.type2 .timer-info,
.products-slider .et-timer.type2 .timer-info,
.products-grid .et-timer.type3 .timer-info,
.products-slider .et-timer.type3 .timer-info {
  font-size: 1.1em;
}
.products-grid .et-timer.type2 .time-block,
.products-slider .et-timer.type2 .time-block,
.products-grid .et-timer.type3 .time-block,
.products-slider .et-timer.type3 .time-block {
  font-size: 0.8em;
}
.products-grid .et-timer.type2 .time-block .timer-count,
.products-slider .et-timer.type2 .time-block .timer-count,
.products-grid .et-timer.type3 .time-block .timer-count,
.products-slider .et-timer.type3 .time-block .timer-count {
  font-size: 1.5em;
}
.et-timer {
  text-align: center;
  margin: 20px auto 20px;
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.et-timer.type1 .time-block {
  width: 8.667em;
  height: 8.667em;
  padding-top: 1.9em;
  border-radius: 4px;
  margin: 0 0.85em;
}
.et-timer.type1 .time-block:first-child {
  margin-left: 0;
}
.et-timer.type1 .time-block:last-of-type {
  margin-right: 0;
}
.et-timer.type2 .circle-box,
.et-timer.type3 .circle-box {
  display: none;
}
.et-timer.type2 .time-block span,
.et-timer.type3 .time-block span {
  padding: 0 0.5em;
}
.et-timer.type2 .time-block:not(:last-child) .timer-count {
  position: relative;
}
.et-timer.type2 .time-block:not(:last-child) .timer-count:after {
  content: ':';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: currentColor;
}
.et-timer.type3 {
  --et_main-color: var(--et_red-color);
  --et_dark-color: var(--et_red-color);
}
.et-timer.type3 .timer-info {
  color: var(--et_red-color);
}
.et-timer.type3 .time-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--et_red-color);
  opacity: 0.1;
}
.et-timer.type3 .time-block {
  padding: 1em 0;
}
.et-timer .time-block {
  position: relative;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  text-transform: uppercase;
  float: left;
}
.et-timer .time-block .timer-count {
  font-size: 3em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.et-timer .timer-info {
  font-size: 2em;
  margin-bottom: 10px;
}
.et-timer .timer-info:empty {
  display: none;
}
.et-timer .circle-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.667em;
  height: 8.667em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.et-timer .circle-box:before {
  content: "";
  position: absolute;
  width: 8.5em;
  left: 1px;
  top: 1px;
  height: 8.5em;
  border: 0.219em solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.et-timer .circle-box svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 0.22em;
  stroke: #fff;
}
.et-timer .circle-box.stop-animation svg circle {
  -webkit-transition: none;
  transition: none;
}
.et-timer.dark .time-block {
  color: #de5656;
}
.et-timer.dark .time-block .timer-count {
  color: var(--et_dark-color);
}
.et-timer.dark .time-block .circle-box:before {
  display: none;
}
.et-timer.dark .time-block .circle-box svg circle {
  stroke: var(--et_active-color);
}
.et-timer.white .time-block:not(:last-child):after,
.et-timer.white .time-block .timer-count {
  color: #fff;
}
.products-list .et-timer {
  font-size: 10px;
}
.product-sale-counter {
  width: 100%;
}
.product-sale-counter .time-block {
  float: none;
  color: var(--et_main-color) !important;
}
.product-sale-counter .time-block .timer-count {
  color: var(--et_dark-color);
}
.product-information .product-sale-counter,
.et_product-block .product-sale-counter,
.products-list .product-sale-counter {
  display: block;
  text-align: left;
  text-align: start;
  margin: 15px auto 20px;
}
.product-information .product-sale-counter .time-block,
.et_product-block .product-sale-counter .time-block,
.products-list .product-sale-counter .time-block {
  text-align: center;
}
.et-quick-view-wrapper .product-sale-counter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-information .product-sale-counter,
.et_product-block .product-sale-counter,
.et-quick-view-wrapper .product-sale-counter {
  font-size: 0.55rem;
}
@media only screen and (max-width: 1200px) {
  .et-timer.type1 {
    font-size: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .et-timer.type1 {
    font-size: 4.8px;
  }
}
@media only screen and (max-width: 650px) {
  .et-timer.type1 {
    font-size: 4.5px;
  }
}
@media only screen and (max-width: 480px) {
  .et-timer.type1 .time-block {
    padding-top: 16px;
    font-size: 10px;
    margin: 0 3px 10px 3px;
  }
  .et-timer.type1 .time-block .timer-count {
    font-size: 18px;
    margin-bottom: 0;
  }
  .et-timer.type1 .time-block,
  .et-timer.type1 .time-block .circle-box,
  .et-timer.type1 .time-block .circle-box:before {
    width: 60px;
    height: 60px;
  }
  .content-product .et-timer.product-sale-counter {
    font-size: 12px;
  }
  .swiper-slide .et-timer {
    font-size: 12px;
  }
}
.vc_col-sm-3 .et-timer .time-block,
.vc_col-md-3 .et-timer .time-block,
.vc_col-lg-3 .et-timer .time-block,
.vc_col-sm-2 .et-timer .time-block,
.vc_col-md-2 .et-timer .time-block,
.vc_col-lg-2 .et-timer .time-block,
.vc_col-sm-1 .et-timer .time-block,
.vc_col-md-1 .et-timer .time-block,
.vc_col-lg-1 .et-timer .time-block {
  margin-bottom: 0.85em;
}
.vc_col-sm-3 .et-timer .time-block:first-child,
.vc_col-md-3 .et-timer .time-block:first-child,
.vc_col-lg-3 .et-timer .time-block:first-child,
.vc_col-sm-2 .et-timer .time-block:first-child,
.vc_col-md-2 .et-timer .time-block:first-child,
.vc_col-lg-2 .et-timer .time-block:first-child,
.vc_col-sm-1 .et-timer .time-block:first-child,
.vc_col-md-1 .et-timer .time-block:first-child,
.vc_col-lg-1 .et-timer .time-block:first-child {
  margin-left: 0.85em;
}
.vc_col-sm-1 .et-timer,
.vc_col-md-1 .et-timer,
.vc_col-lg-1 .et-timer {
  font-size: 7px;
}
.vc_col-sm-3 .et-timer,
.vc_col-md-3 .et-timer,
.vc_col-lg-3 .et-timer,
.vc_col-sm-2 .et-timer,
.vc_col-md-2 .et-timer,
.vc_col-lg-2 .et-timer {
  font-size: 6px;
}
.vc_col-sm-4 .et-timer,
.vc_col-md-4 .et-timer,
.vc_col-lg-4 .et-timer {
  font-size: 8px;
}
.vc_col-sm-5 .et-timer,
.vc_col-lg-5 .et-timer,
.vc-col-md-5 .et-timer {
  font-size: 10px;
}
.vc_col-sm-6 .et-timer,
.vc_col-md-6 .et-timer,
.vc_col-lg-6 .et-timer,
.vc_col-sm-7 .et-timer,
.vc_col-md-7 .et-timer,
.vc_col-lg-7 .et-timer {
  font-size: 12px;
}
.vc_col-sm-8 .et-timer,
.vc_col-md-8 .et-timer,
.vc_col-lg-8 .et-timer,
.vc_col-sm-9 .et-timer,
.vc_col-md-9 .et-timer,
.vc_col-lg-9 .et-timer,
.vc_col-sm-10 .et-timer,
.vc_col-md-10 .et-timer,
.vc_col-lg-10 .et-timer,
.vc_col-sm-11 .et-timer,
.vc_col-md-11 .et-timer,
.vc_col-lg-11 .et-timer,
.vc_col-sm-12 .et-timer,
.vc_col-md-12 .et-timer,
.vc_col-lg-12 .et-timer {
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .vc_col-sm-3 .et-timer.type1,
  .vc_col-md-3 .et-timer.type1,
  .vc_col-lg-3 .et-timer.type1 {
    font-size: 5px;
  }
  .vc_col-sm-4 .et-timer.type1,
  .vc_col-md-4 .et-timer.type1,
  .vc_col-lg-4 .et-timer.type1 {
    font-size: 7px;
  }
  .vc_col-sm-5 .et-timer.type1,
  .vc_col-lg-5 .et-timer.type1,
  .vc-col-md-5 .et-timer.type1 {
    font-size: 8px;
  }
  .vc_col-sm-6 .et-timer.type1,
  .vc_col-md-6 .et-timer.type1,
  .vc_col-lg-6 .et-timer.type1,
  .vc_col-sm-7 .et-timer.type1,
  .vc_col-md-7 .et-timer.type1,
  .vc_col-lg-7 .et-timer.type1 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vc_col-sm-4 .et-timer.type1,
  .vc_col-md-4 .et-timer.type1,
  .vc_col-lg-4 .et-timer.type1 {
    font-size: 5px;
  }
  .vc_col-sm-3 .et-timer.type1,
  .vc_col-md-3 .et-timer.type1,
  .vc_col-lg-3 .et-timer.type1,
  .vc_col-sm-5 .et-timer.type1,
  .vc_col-lg-5 .et-timer.type1,
  .vc-col-md-5 .et-timer.type1 {
    font-size: 7px;
  }
  .vc_col-sm-2 .et-timer.type1,
  .vc_col-md-2 .et-timer.type1,
  .vc_col-lg-2 .et-timer.type1,
  .vc_col-sm-6 .et-timer.type1,
  .vc_col-md-6 .et-timer.type1,
  .vc_col-lg-6 .et-timer.type1,
  .vc_col-sm-7 .et-timer.type1,
  .vc_col-md-7 .et-timer.type1,
  .vc_col-lg-7 .et-timer.type1 {
    font-size: 8px;
  }
  .vc_col-sm-8 .et-timer.type1,
  .vc_col-md-8 .et-timer.type1,
  .vc_col-lg-8 .et-timer.type1 {
    font-size: 11px;
  }
  .vc_col-sm-9 .et-timer.type1,
  .vc_col-md-9 .et-timer.type1,
  .vc_col-lg-9 .et-timer.type1,
  .vc_col-sm-10 .et-timer.type1,
  .vc_col-md-10 .et-timer.type1,
  .vc_col-lg-10 .et-timer.type1,
  .vc_col-sm-11 .et-timer.type1,
  .vc_col-md-11 .et-timer.type1,
  .vc_col-lg-11 .et-timer.type1,
  .vc_col-sm-12 .et-timer.type1,
  .vc_col-md-12 .et-timer.type1,
  .vc_col-lg-12 .et-timer.type1 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 650px) {
  .vc_col-sm-8 .et-timer.type1,
  .vc_col-md-8 .et-timer.type1,
  .vc_col-lg-8 .et-timer.type1,
  .vc_col-sm-9 .et-timer.type1,
  .vc_col-md-9 .et-timer.type1,
  .vc_col-lg-9 .et-timer.type1,
  .vc_col-sm-10 .et-timer.type1,
  .vc_col-md-10 .et-timer.type1,
  .vc_col-lg-10 .et-timer.type1,
  .vc_col-sm-11 .et-timer.type1,
  .vc_col-md-11 .et-timer.type1,
  .vc_col-lg-11 .et-timer.type1,
  .vc_col-sm-12 .et-timer.type1,
  .vc_col-md-12 .et-timer.type1,
  .vc_col-lg-12 .et-timer.type1 {
    font-size: 12px;
  }
}.content-product.custom-template .product-image-wrapper {
  width: 100%;
}
.content-product.custom-template .product-stock {
  margin: 0 !important;
  max-width: 100%;
}
/* Custom template product css */
.content-product .vc-gitem-zone-height-mode-auto:before {
  display: none;
}
.content-product .vc_gitem-zone-a .vc_gitem-row-position-top,
.content-product .vc_gitem-zone-a .vc_gitem-row-position-middle,
.content-product .vc_gitem-zone-a .vc_gitem-row-position-bottom {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.content-product .vc_gitem-zone-b {
  z-index: auto;
}
.content-product:hover .vc_gitem-zone-b .vc_gitem_row,
.content-product .vc_gitem-zone-a {
  z-index: 2;
}
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.content-product .vc_grid-item-mini .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-none .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
  width: 50%;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  -webkit-transform: scale(1.5) rotate(10deg);
          transform: scale(1.5) rotate(10deg);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideInRight .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideBottom .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideTop .vc_gitem-zone-b {
  top: 0;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  bottom: 0;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  top: 0;
}
/* new footer product */
.content-product .footer-product2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  /* remove from this and place without footer-product2 */
  /* type icons */
}
.content-product .footer-product2 .button {
  background-color: transparent;
  border-width: 0;
}
.content-product .footer-product2 .footer-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-product .footer-product2.vertical .footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-product .footer-product2.justify-content-around .footer-inner {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.content-product .footer-product2 .footer-inner > *,
.content-product .footer-product2 .button {
  padding: 10px;
  line-height: 1 !important;
  font-size: 0.79rem;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  color: var(--et_dark-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-product .footer-product2.vertical .footer-inner > *,
.content-product .footer-product2.vertical .footer-inner .button {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.content-product .footer-product2 .yith-wcwl-add-to-wishlist .feedback,
.content-product .footer-product2.compare-hidden .compare,
.content-product .footer-product2 .added_to_cart {
  display: none;
}
.content-product .footer-product2 .button:before,
.content-product .footer-product2 .show-quickly:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .hide a:before,
.content-product .footer-product2 .wishlist-fragment a:before {
  font-family: 'xstore-icons' !important;
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.content-product .footer-product2 .xstore-wishlist .et-icon,
.content-product .footer-product2 .xstore-compare .et-icon {
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.content-product .footer-product2 .xstore-wishlist-has-animation,
.content-product .footer-product2 .xstore-compare-has-animation {
  position: relative;
}
.content-product .footer-product2 .xstore-wishlist,
.content-product .footer-product2 .xstore-compare {
  position: relative;
}
.content-product .footer-product2 .xstore-wishlist .xstore-wishlist-animated-hearts,
.content-product .footer-product2 .xstore-compare .xstore-compare-animated-hearts {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-product .footer-product2 .add_to_cart_button:before,
.content-product .footer-product2 .product_type_simple:before,
.content-product .footer-product2 .product_type_variable:before,
.content-product .footer-product2 .product_type_variation:before,
.content-product .footer-product2 .product_type_grouped:before,
.content-product .footer-product2 .product_type_external:before,
.content-product .footer-product2 .show-product:before {
  content: "\e90c";
}
.content-product .footer-product2 .show-quickly:before {
  content: "\e907";
}
.content-product .footer-product2 .compare:before {
  content: "\e915";
}
.content-product .footer-product2 .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .hide a:before {
  content: "\e908";
}
.content-product .footer-product2.cart-type-icon .add_to_cart_button,
.content-product .footer-product2.cart-type-icon .product_type_simple,
.content-product .footer-product2.cart-type-icon .product_type_variable,
.content-product .footer-product2.cart-type-icon .product_type_variation,
.content-product .footer-product2.cart-type-icon .product_type_grouped,
.content-product .footer-product2.cart-type-icon .product_type_external,
.content-product .footer-product2.cart-type-icon .show-product,
.content-product .footer-product2.compare-type-icon .compare {
  font-size: 0;
}
.content-product .footer-product2 .show-quickly {
  cursor: pointer;
}
.content-product .footer-product2 .show-quickly.type-icon,
.content-product .footer-product2 .et-wishlist-holder.type-icon {
  font-size: 0;
}
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2.cart-type-text .add_to_cart_button:before,
.content-product .footer-product2.cart-type-text .product_type_simple:before,
.content-product .footer-product2.cart-type-text .product_type_variable:before,
.content-product .footer-product2.cart-type-text .product_type_variation:before,
.content-product .footer-product2.cart-type-text .product_type_grouped:before,
.content-product .footer-product2.cart-type-text .product_type_external:before,
.content-product .footer-product2.cart-type-text .show-product:before,
.content-product .footer-product2.compare-type-text .compare:before,
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .hide a:before {
  display: none;
}
.content-product .footer-product2.cart-type-text .add_to_cart_button:before,
.content-product .footer-product2.cart-type-text .product_type_simple:before,
.content-product .footer-product2.cart-type-text .product_type_variable:before,
.content-product .footer-product2.cart-type-text .product_type_variation:before,
.content-product .footer-product2.cart-type-text .product_type_grouped:before,
.content-product .footer-product2.cart-type-text .product_type_external:before,
.content-product .footer-product2.compare-type-text .compare:before,
.content-product .footer-product2.cart-type-text .show-product:before,
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .hide a:before,
.content-product .footer-product2.cart-type-icon .add_to_cart_button:before,
.content-product .footer-product2.cart-type-icon .product_type_simple:before,
.content-product .footer-product2.cart-type-icon .product_type_variable:before,
.content-product .footer-product2.cart-type-icon .product_type_variation:before,
.content-product .footer-product2.cart-type-icon .product_type_grouped:before,
.content-product .footer-product2.cart-type-icon .product_type_external:before,
.content-product .footer-product2.cart-type-icon .show-product:before,
.content-product .footer-product2.compare-type-icon .compare:before,
.content-product .footer-product2 .show-quickly.type-icon:before,
.content-product .footer-product2 .et-wishlist-holder.type-icon .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-icon .yith-wcwl-add-to-wishlist > .hide a:before,
.content-product .footer-product2 .xstore-wishlist.type-icon .et-icon,
.content-product .footer-product2 .xstore-wishlist.type-icon .et-icon,
.content-product .footer-product2 .xstore-compare.type-icon .et-icon,
.content-product .footer-product2 .xstore-compare.type-icon .et-icon {
  margin-right: 0;
  margin-left: 0;
  top: 0;
}
.main-products-loop .products-with-custom-template-list .custom-template .vc_grid-item,
#products-wrapper .products-with-custom-template-list .custom-template .vc_grid-item {
  padding-left: 0;
  padding-right: 0;
}
.carousel-area .item-no-space .content-product > .vc_grid-item.vc_col-sm-12 {
  padding: 0;
}