.border-bottom-custom {
  border-bottom: 1px solid #00010043;
}
.wish {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: fit-content;
}

.increase,
.decrease {
  cursor: pointer;
}

.head a,
i {
  color: var(--main-color);
}

.swiper-recent .swiper-pagination-bullet {
  width: 25px !important;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 10px;
}

.swiper-recent {
  height: fit-content;
}
.swiper-recent .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.number {
  border: none;
  outline: none;
}
