/**
* @package JUX VirtueMart Products Slider
* @author JoomlaUX https://www.joomlaux.com
* @copyright Copyright (C) 2010 - 2023 JoomlaUX
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
.jux-vm-product-slider-wrap .product-slider-inner {
  position: relative;
  width: auto;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.jux-vm-product-slider-wrap .product-slider-inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-next,
.jux-vm-product-slider-wrap .product-slider-inner .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #CECECE;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 99;
}
@media (max-width: 1300px) {
  .jux-vm-product-slider-wrap .product-slider-inner .owl-next,
  .jux-vm-product-slider-wrap .product-slider-inner .owl-prev {
    display: none;
  }
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-next i,
.jux-vm-product-slider-wrap .product-slider-inner .owl-prev i {
  font-size: 30px;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-prev {
  left: -20px;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-prev:hover {
  color: #ecbc2fcc;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-next {
  right: -20px;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-next:hover {
  color: #ecbc2fcc;
}
.jux-vm-product-slider-wrap .product-slider-inner:hover .owl-prev {
  opacity: 1;
}
.jux-vm-product-slider-wrap .product-slider-inner:hover .owl-next {
  opacity: 1;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-nav .disabled {
  opacity: 0;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  border: none;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-dots .owl-dot.active span,
.jux-vm-product-slider-wrap .product-slider-inner .owl-dots .owl-dot:hover span {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  background-color: #ecbc2fcc;
}
.jux-vm-product-slider-wrap .product-slider-inner .owl-dots .owl-dot span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.2;
  background-color: #656565;
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.jux-vm-product-slider-wrap .product-slider-inner a {
  text-decoration: none;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-wrapper {
  width: 100%;
  margin: 20px;
}
.jux-vm-product-slider-wrap .product-slider-inner .addtocart-bar .quantity-controls,
.jux-vm-product-slider-wrap .product-slider-inner .addtocart-bar .quantity-box {
  display: none;
}
.jux-vm-product-slider-wrap .product-slider-inner input.addtocart-button {
  color: #ffffff;
  border-color: #222222;
  background-color: #222;
  padding: 17.5px 40px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 0;
  font-weight: 700;
  border: 1px solid #111;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  position: relative;
  visibility: visible;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .img-wrapper .front {
  position: relative;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .img-wrapper .back {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner:hover .img-wrapper .back {
  opacity: 1;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner:hover .jux-product-image img {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
          transform: scale3d(1.03, 1.03, 1.03);
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner:hover .jux-product-image .jux-product-actions {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image {
  overflow: hidden;
  position: relative;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .product-label {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .product-label div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0;
  color: #fff;
  font-weight: 400;
  border-radius: 3px 0 3px 3px;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .product-label div.discount {
  background: #ec360a;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .product-label div.limited {
  background: #c259db;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .product-label div.hit {
  background: #ee9160;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .vm-img-desc {
  display: none;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s ease-out, -webkit-filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 1s ease-out, -webkit-filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 1s ease-out, filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 1s ease-out, filter 0.3s ease-out, -webkit-transform 1s ease-out, -webkit-filter 0.3s ease-out;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image .jux-product-actions {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info {
  display: block;
  padding: 27px 20px 30px;
  text-align: center;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info .jux-product-price {
  margin: 0px 0 3px;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info .jux-product-title {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin: 0;
  margin-bottom: 3px;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info .jux-product-title h4 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .rating-wrap {
  margin: 0 auto;
  text-align: center;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .ratingbox {
  margin-bottom: 0;
  background: url(../images/color-stars.png) repeat-x 0 -16px;
  text-align: left;
  height: 16px;
  width: 80px;
  background-size: 16px;
  display: block;
  position: relative;
  margin-top: 15px;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .stars-orange {
  background: url(../images/color-stars.png) repeat-x 0 0;
  height: 16px;
  background-size: 16px;
}
.jux-vm-product-slider-wrap.style-2 .jux-product-wrapper {
  -webkit-box-shadow: 0 0 5px 0 #e6e6e6;
          box-shadow: 0 0 5px 0 #e6e6e6;
}
.jux-vm-product-slider-wrap.style-2 .jux-meta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jux-vm-product-slider-wrap.style-2 .product-slider-inner .jux-product-inner .jux-product-meta-info {
  text-align: center;
  font-family: 'Vazir';
}
.jux-vm-product-slider-wrap.style-2 .product-slider-inner .jux-product-inner .rating-wrap {
  margin: 0;
}
.jux-vm-product-slider-wrap.style-2 .product-slider-inner .jux-product-inner .ratingbox {
  margin-top: 0;
}
.jux-vm-product-slider-wrap.style-3 .product-slider-inner .jux-product-inner .jux-product-meta-info {
  padding: 17px 20px 30px;
}
.jux-vm-product-slider-wrap.style-3 .product-slider-inner .jux-product-inner .ratingbox {
  margin-top: 10px;
}
.jux-vm-product-slider-wrap.style-3 .jux-product-actions {
  margin-top: 15px;
}
.jux-vm-product-slider-wrap.style-3 .jux-product-actions .jux-add-to-cart-wrap:hover .addtocart-button {
  opacity: 0.8;
}
.jux-vm-product-slider-wrap.style-3 .jux-product-actions .addtocart-button {
  border-radius: 5px;
}
