/* Start Product Carousel CSS */

.nxtcode-product-carousel__info {
  margin: 0 -15px;
}

.nxtcode-product-carousel__info .nxtcode-product__single {
  margin: 0 15px;  
  overflow: hidden;
  padding-bottom: 20px;
}

.nxtcode-product-carousel__info {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.nxtcode-product-carousel__info.slick-initialized {
  visibility: visible;
  opacity: 1;    
}

.nxtcode-product__info .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 25px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.nxtcode-product__info .slick-prev.slick-arrow {
  left: -35px;
}

.nxtcode-product__info .slick-next.slick-arrow {
  right: -35px;
}

.nxtcode-product__info .slick-arrow::before,
.nxtcode-product__info .slick-arrow::after {
  content: "";
  position: absolute;
  display: block;
}

.nxtcode-product__info .slick-arrow::before {
  top: 9px;
  width: 25px;
  height: 2px;
  background-color: #626262;
}

.nxtcode-product__info .slick-next.slick-arrow::before {
  left: 0;
}

.nxtcode-product__info .slick-arrow::after {
  top: 5px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #626262;
  border-top: 2px solid #626262;
  transform: rotate(-45deg);
}

.nxtcode-product__info .slick-next.slick-arrow::after {
  left: auto;
  right: 0;
  transform: rotate(135deg);
}

.nxtcode-product__info .slick-prev.slick-arrow::before {
  left: 0;
}

.nxtcode-product__info .slick-prev.slick-arrow::after {
  left: 0;
}

.nxtcode-product__info .slick-arrow:focus {
  outline: 0px solid #bfbfbf;
}

.nxtcode-product__info .slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nxtcode-product__info .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.nxtcode-product__info .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nxtcode-product__info .slick-dots li button:before {
  color: #cccccc;
}

.nxtcode-product__info .slick-dots .slick-active button:before,
.nxtcode-product__info .slick-dots li button:hover:before {
  color: #242424;
}

.nxtcode-product__info .slick-dots .slick-active button:before,
.nxtcode-product__info .slick-dots li button:hover:before {
  transform: scale(1.5);
}

.elementor-element-edit-mode .slick-track .nxtcode-product__single:nth-child(5) .nxtcode-product__cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 767.98px) {
  .nxtcode-product__info .slick-prev.slick-arrow {
    left: -12px;
  }
  .nxtcode-product__info .slick-next.slick-arrow {
    right: -12px;
  }
}

/* End Product Carousel CSS */

/* Start Product Carousel One CSS */

/* End Product Carousel One CSS */