.elementor-widget-faucet-slider .category {
  color: #00aeee !important;
}

.faucets-button-next,
.faucets-button-prev {
  position: static;
}

.faucets-button-next,
.faucets-button-prev {
  margin-top: 0;
}

.faucets-button-next::after,
.faucets-button-prev::after {
  content: none;
}

.faucets-button-next svg,
.faucets-button-prev svg {
  width: 1.6875rem;
  height: 1.375rem;
  transition: all ease-out 0.3s;
}

.black-heading {
  color: #172337 !important;
}

.term-filter li {
    min-width: 80px;
    text-align: center;
    background-color: #F3F6FB;
    padding: 5px 10px;
    color:#000;
    margin-right: 5px;
    margin-bottom: 0;
}
.term-filter li.active {
    background-color: #000;
    color:#fff;
}

.term-filter li a {
  font-size: 14px;
  font-weight: 600;
  color: #172337;
}
.term-filter li.active a {
    color:#fff;
}
.slider-top .term-filter {
    display: flex;
    position: absolute;
    right: 100px;
    list-style: none;
}


.faucets .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;
}

.faucets .product-info h4 {
  font-size: 16px;
  color: #172337;
  font-weight: 600;
}

.faucets .product-info p {
  font-size: 14px;
  color: #172337;
}

.faucets .featured-product-image-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.faucets .featured-product-image-wrap img {
  height: 150px;
}

.faucets .product-info {
  margin-top: 25px;
}

.faucets .card-bottom-side {
    display: flex;
    justify-content: space-between;
}

.faucets .add-to-cart-btn a svg {
    width: 50px;
}


.rtl .faucets-button-prev
{
  order: 1;
}
html[lang="ar"] .faucets-button-prev {
  transform: rotate(180deg); /* Flip the arrow for RTL */
}

html[lang="ar"] .faucets-button-next {
  transform: rotate(180deg); /* Flip the arrow for RTL */
}
@media (max-width: 768px) {
  .swiper.faucets {
    margin-top: 90px;
  }

  .faucets-button-next svg, .faucets-button-prev svg {
		height: 15px;
    width: 25px;
		transition: all ease-out 0.3s;
	}
  .slider-top .term-filter {
    right: 0;
    left: 0;
    top: 45px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .rtl .slider-top .term-filter
  {
    padding-right: 0;
  }
  .term-filter li {
    padding: 0px 5px;
    width: 23.33%;
    text-align: center;
    margin-bottom: 5px;
  }

  .faucets .swiper-slide {
    padding: 10px !important;
    height: auto;
    margin-left: 1px;
  }
  .faucets .featured-product-image-wrap img {
    height: 100px;
  }
  .faucets .product-info,
  .faucets .featured-product-image-wrap {
    margin-top: 10px;
  }
  .faucets .product-info h4
  {
    height: 4em;
  }
}