.elementor-widget-water-pump-slider .category {
  color: #02757b !important;
}

.waterPumpSlider-button-next,
.waterPumpSlider-button-prev {
  position: static;
}

.waterPumpSlider-button-next,
.waterPumpSlider-button-prev {
  margin-top: 0;
}

.waterPumpSlider-button-next::after,
.waterPumpSlider-button-prev::after {
  content: none;
}

.waterPumpSlider-button-next svg,
.waterPumpSlider-button-prev svg {
  width: 1.6875rem;
  height: 1.375rem;
  transition: all ease-out 0.3s;
}

.black-heading {
  color: #172337 !important;
}

.waterPumpSlider .swiper-slide {
  box-shadow: 0px 2px 6px #00000029;
  padding: 15px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all ease-in-out .3s;
  border: 2px solid transparent;
}

.waterPumpSlider .product-info h4 {
  font-size: 16px;
  color: #172337;
  font-weight: 600;
}

.waterPumpSlider .product-info p {
  font-size: 14px;
  color: #172337;
}

.waterPumpSlider .featured-product-image-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.waterPumpSlider .featured-product-image-wrap img {
  height: 150px;
}

.waterPumpSlider .product-info {
  margin-top: 25px;
}

.waterPumpSlider .card-bottom-side {
  display: flex;
  justify-content: space-between;
}

.waterPumpSlider .add-to-cart-btn a svg {
  width: 50px;
}

 /* .waterPumpSlider-button-prev
{
  order: 1;
} */

html[lang="ar"] .waterPumpSlider-button-prev {
    transform: rotate(180deg); /* Flip the arrow for RTL */
}

html[lang="ar"] .waterPumpSlider-button-next {
    transform: rotate(180deg); /* Flip the arrow for RTL */
}

@media (max-width: 768px) {
  .swiper.waterPumpSlider {
    margin-top: 30px;
  }
	.waterPumpSlider-button-next svg, .waterPumpSlider-button-prev svg {
		height: 15px;
    width: 25px;
		transition: all ease-out 0.3s;
	}
  .waterPumpSlider .swiper-slide {
    padding: 10px !important;
    height: auto;
    margin-left: 1px;
  }
  .waterPumpSlider .featured-product-image-wrap img {
    height: 100px;
  }
  .waterPumpSlider .product-info,
  .waterPumpSlider .featured-product-image-wrap {
    margin-top: 10px;
  }
}