.in-pharmacy-contain {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bread-contain {
  width: 100%;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 79px;
  background: #b3e6a2;
  font-size: 16px;
  font-weight: 400;
  overflow-x: scroll;
  white-space: nowrap;
}

.in-bread {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
}
.bread-contain p {
  margin: 0px 10px;
  cursor: pointer;
}
.bread-contain::-webkit-scrollbar {
  display: none;
}

/* Bannner carousiel */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slide img {
  display: block;
  width: 100%;
  min-height: 194px;
  max-height: 194px;
  max-width: 496px;
  height: 100%;
  object-fit: contain;
}
.swiper-pagination1 {
  position: static !important;
  margin-top: 10px !important;
}
.swiper-pagination2 {
  position: static !important;
  margin-top: 10px !important;
}
.swiper-pagination3 {
  position: static !important;
  margin-top: 10px !important;
}
.swiper-pagination4 {
  position: static !important;
  margin-top: 10px !important;
}
.swiper-pagination-bullet {
  background: #7d7d7d;
  opacity: 1;
  top: 100px !important;
}

.swiper-pagination-bullet-active {
  min-width: 25px;
  border-radius: 3px !important;
  background: #b9e97d !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  background: #000;
  font-size: 17px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}
.swiper-button-disabled .banner-prev {
  display: none !important;
}
.baner-caro {
  margin-top: 30px;
}

/* ................................brand carousiel..................................... */
.brand-swiper {
  /* width: 90%; */
  /* height: 200px; */
}

.brand-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  height: 193px;
  justify-content: center;
  align-items: center;
}

.in-brand {
  display: block;
  max-width: 170px;
  min-width: 170px;
  height: 145px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  object-fit: cover;
}
/* .swiper-pagination {
  position: static !important;
  margin-top: 20px !important;
} */
.brand-parent,
.under-rate {
  position: relative;
  max-width: 96%;
  width: 100%;
}
.arrow-parent {
  position: absolute;
  right: 90px;
  top: 30px;
  display: flex;
  gap: 40px;
}
.arrow-parent .swiper-button-next {
  right: unset !important;
  left: 40px;
}
.arrow-parent .swiper-button-prev {
  left: -7px;
}
.arrow-parent .swiper-button-next::after,
.arrow-parent .swiper-button-prev:after {
  content: none !important;
}
.brand-prev,
.under-prev {
  background-image: url("../asset/sms_epharm_car2_leftt_arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  opacity: 1;
  min-width: 40px;
  max-width: 40px;
  display: block;
  z-index: 1;
}
.brand-next,
.under-next {
  background-image: url("../asset/sms_epharm_car2_right_arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  opacity: 1;
  min-width: 40px;
  max-width: 40px;
  display: block;
  z-index: 1;
}
.in-brand img {
  max-height: 145px;
}
.caro-heading {
  margin: 10px 0px 0px -10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 97%;
}
.heading-mark {
  width: 16px;
  height: 40px;
  background: green;
  border-radius: 5px;
}
.category-card {
  min-width: 170px;
  max-width: 170px;
  min-height: 145px;
  max-height: 145px;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #0000004d;

  border-radius: 6px;
}
.category-parent {
  display: flex;
  width: 90%;
  gap: 10%;
  flex-wrap: wrap;
  justify-content: center;
}
.shop-category {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* Trending Carouseil */
.trending-item {
  max-width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trending-swiper {
  /* width: 98%;
  max-width: 100%;
  margin-top: 10px; */
}

.trending-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-pagination1 {
  position: static;
  margin-top: 10px;
}
.swiper-pagination-bullet {
  background: #7d7d7d;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  min-width: 25px;
  border-radius: 3px;
  background: #b9e97d !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  background: #000;
  font-size: 17px;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}
.trending-next,
.banner-next,
.under-next {
  right: 18px !important;
}
.trending-prev,
.banner-prev,
.under-prev {
  left: 20px !important;
}
.swiper-button-disabled {
  display: none;
}
.trending-card {
  width: 270px;
  height: 391px;
  min-width: 270px;
  max-width: 270px;
  min-height: 391px;
  max-height: 391px;
  position: relative;
}
.offer-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #b9e97d;
  font-size: 12px;
  color: #484848;
  width: 73px;
  height: 26px;
  display: flex;
  margin: 0px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.img {
  min-height: 250px;
  max-height: 250px;
  min-width: 268px;
  max-width: 268px;
  background: #f9f9f9;
}
#pagination {
  display: flex !important;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.custom-btn {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background-color: #d9d9d966;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#current-page {
  border: 1px solid #51cc25;
}
.cart-btn {
  background: #51cc25;
  min-width: 271px;
  max-width: 271px;
  height: 41px;
  border-radius: 10px;
}
.cart-btn p {
  margin-right: 10px;
}
/* under rate swiper */
.under-rate {
  width: 90%;
  margin-top: 10px;
}

.under-slide {
  text-align: center;
  font-size: 18px;
}

/* .swiper-pagination {
  position: static;
  margin-top: 10px;
} */
.swiper-pagination-bullet {
  background: #7d7d7d;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  min-width: 25px;
  border-radius: 3px;
  background: #b9e97d !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  background: #000;
  font-size: 17px;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}
.swiper-button-disabled {
  display: none;
}
.under-card {
  width: 270px;
  height: 391px;
  min-width: 270px;
  max-width: 270px;
  min-height: 391px;
  max-height: 391px;
  position: relative;
}
.offer-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #b9e97d;
  font-size: 12px;
  color: #484848;
  width: 73px;
  height: 26px;
  display: flex;
  margin: 0px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.img {
  min-height: 250px;
  max-height: 250px;
  min-width: 268px;
  max-width: 268px;
  background: #f9f9f9;
}
.imgs {
  min-height: 250px;
  max-height: 250px;
  min-width: 268px;
  max-width: 268px;
  background: #ffffff;
}
.cart-btn {
  min-width: 271px;
  max-width: 271px;
  height: 41px;
  border-radius: 10px;
}
@media screen and (min-width: 1300px) {
  .arrow-parent {
    right: 170px;
  }
  .brand-parent,
  .trending-item,
  .under-rate {
    position: relative;
    max-width: 86%;
  }
  .arrow-parent .swiper-button-next {
    right: unset !important;
    left: 110px;
  }
  .arrow-parent .swiper-button-prev {
    left: 60px;
  }
}
@media screen and (max-width: 980px) {
  .in-pharmacy-contain {
    margin-top: 100px;
  }
  .search-contain {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .banner-cart-btn {
    width: 130px;
  }
  .order-btn {
    width: 220px;
  }
  .search-contain {
    width: 98%;
  }
  .search-contain input {
    width: 100%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .baner-caro {
    margin-top: 20px;
  }
  .caro-heading {
    margin: 7px 0px 0px 10px;
  }
  .category-parent {
    width: 100%;
  }
}
