h3.productTitle, h3.cardTitle{
	font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: 10px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #333;
}
.productPrice {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 0.3px;
}
.productImg {
  background: #f5f5f5;
  padding: 10px;
  overflow: hidden; /* Prevent zoomed image from overflowing */
  border: 1px solid #eee;
}

.productImg img {
  transition: transform 0.4s ease; /* Smooth zoom */
  display: block;
  width: 100%;
  height: auto;

}

.productImg:hover img {
  transform: scale(1.1); /* Zoom the image */
}
.slide{
  margin: 10px;
}
.slick-list.draggable {
  display: block ruby;
}
.slick-dots li button::before{font-size:10px;}

.slick-prev::before, .slick-next::before {
  color: #b0b0b0;
}
.customLoader {
  height: 550px;
  background: #ffffff;
  align-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.customLoader img{ width:250px; }
.poweredby {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  margin-left: 10px;
  opacity: 0.7;
}
.poweredby a{color: #000 !important;}
.poweredby a:hover{ opacity: 1;}
.product_fixed_slide a{ color:#337ab7;}
.product_fixed_slide .cardTitle{ margin-top: 10px; margin-bottom: 0; }
.product_fixed_slide .con_listed{margin-top: 4px; font-weight: normal; font-size: 16px;  line-height: 20px;}

.product-slider.slick-loading {
    visibility: hidden;
}
