﻿.foodparty .swiper-slide {
  height: unset !important;
}

.foodparty_pagination {
  position: absolute;
  bottom: 0 !important;
}

.foodparty_pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 2px solid #ffbc01;
  border-radius: 50%;
  transition: all 0.5s;
}

.foodparty_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.8rem;
  height: 0.8rem;

  background-color: #ffbc01;
  border-radius: 35%;
}



.captionFoodPartyS {
  display: flex;
  justify-content: space-between;
}

.box_overley_party {
  top: 0;
  right: 0;
  background-color: #0e0e0e40;

}

.logo_food_party {
  width: 50px;
}

.box_overley_party:hover {

  background-color: #0e0e0e73;
}

.customTransition6 {
  transition: all 0.6s linear;
}

.discountPercent {
  width: 30px;
  height: 30px;
  background-color: var(--button-color);
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}