.Product_Info_Card_Section {
  /* height: 100%; */
}
.Product_Info_Card_Section .Product_Info_Card .Best_seller_heart {
  position: static !important;
}
.Product_Info_Card_Section .wishlist-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.Product_Info_Card_Section .Product_Info_Card .wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.Product_Info_Card_Section .Product_Info_Card .rating-wrapper {
  font-size: 14px;
  font-weight: 600;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 4px;
}
.Product_Info_Card_Section .Product_Info_Card .rating-wrapper .star {
  color: #75438e;
  font-size: 12px;
}
.Product_Info_Card_Section .Product_Info_Card .rating-wrapper .dot {
  color: #8b8b8b;
  font-size: 5px;
}
.Product_Info_Card_Section .Product_Info_Card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000033;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 6px;
  border: 1px solid #d3d3d336;
  overflow: hidden;
  padding: 3px;
}

.Product_Info_Card_Section .Product_Info_Card .upper_image_section {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #c9c9c9;
}

.Product_Info_Card_Section .Product_Info_Card .upper_image_section .text_div {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .upper_image_section
  .text_div
  .discont_div {
  background: rgb(71 111 0);
  border-radius: 5px 0px 0px 0px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  /* background: transparent linear-gradient(180deg, #fc7106 0%, #b44e00 100%) 0%
    0% no-repeat padding-box; */
}

.Product_Info_Card_Section
  .Product_Info_Card
  .upper_image_section
  .text_div
  .discont_div
  .discount_text {
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 400;

  position: absolute;
  width: max-content;
  font-size: 12px;

  border-radius: 10px;
  padding: 1px 8px 1px;
  left: 2px;
  top: 2px;
  background: transparent
    linear-gradient(79deg, #6b6aff 0%, #c248a7 54%, #fe488f 100%) 0% 0%
    no-repeat padding-box;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .upper_image_section
  .text_div
  .company_div {
  background: #484848 0% 0% no-repeat padding-box;
  border-radius: 0px 50px 0px 0px;
  height: 67%;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 23px;
  margin-top: auto;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .upper_image_section
  .text_div
  .company_div
  .company_text {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  transform: rotate(270deg);
  position: absolute;
  width: max-content;
  margin-bottom: 27px;
  font-size: 13px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .upper_image_section
  .card_img_holder {
  width: 100%;
  height: 175px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .upper_image_section
  .card_img_holder
  img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: fill;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section {
  padding: 5px 5px 10px 5px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .product_name {
  color: #202020;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section .rating_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .rating_div
  .sub_text {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 7px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .rating_div
  .rating_sub_div {
  display: flex;
  align-items: center;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .rating_div
  .rating_sub_div
  .star_icon {
  color: #ff8c28;
  font-size: 15px;
  padding-right: 10px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .rating_div
  .rating_sub_div
  .rating {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 0px;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section .pricing_div {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .left_side {
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .selling_price {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .mrp {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  text-decoration: line-through;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .discount_div {
  background: #ffee00 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .discount_div
  .discount {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 11px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .kilo_main_div {
  opacity: 1;
  padding: 2px 5px;
  width: 100%;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 0%,
    rgb(228, 241, 204) 50%
  );
  border-color: rgb(173, 213, 102);
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div
  .kilo_text {
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 15px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div
  .icon_p {
  margin-bottom: 2px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div
  .down_icon {
  font-size: 21px;
  color: #000;
}

.Product_Info_Card_Section .btn_holder {
  width: 80% !important;
  margin: 10px auto 0;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section .btn_holder {
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .btn_holder
  .basket_icon {
  color: #60ab80;
  font-size: 15px;
  padding-right: 10px;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .favourite_div {
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .favourite_div
  .heart_icon {
  color: #000;
  position: absolute;
  top: 13px;
  right: 23px;
  font-size: 22px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .favourite_div
  .heart_icon.active {
  color: #df4223 !important;
  font-size: 18px;
}

.Product_info_list_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #d3d3d336;
  padding: 5px;
}

.Product_info_list_card .card-flex {
  display: flex;
}

.Product_info_list_card .card-flex .card_img_holder {
  width: 120px;
}

.Product_info_list_card .card-flex .card_img_holder .product {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.Product_info_list_card .card-flex .content-div {
  width: 100%;
  padding: 0px 20px;
}

.Product_info_list_card .card-flex .product_name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
}

.Product_info_list_card .card-flex .perkg {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 5px;
}

.Product_info_list_card .card-flex .left_side .selling_price {
  color: #6ec090;
  font-size: 15px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.Product_Info_Card_Section .wishlist-wrapper .right_side {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 20px;
  color: #c349df;
  cursor: pointer;
}

.Product_info_list_card .card-flex .left_side .mrp {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 0px;
  text-decoration: line-through;
  margin-right: 10px;
}

.Product_info_list_card .card-flex .left_side .discount {
  background-color: #ffee00;
  padding: 2px 10px;
  margin-bottom: 0px;
  font-size: 12px;
}

.Product_info_list_card .card-flex .rating_sub_div .star_icon {
  font-size: 14px;
  color: #ff8c28;
}

.Product_info_list_card .card-flex .rating_sub_div .rating {
  margin-bottom: 0px;
  font-size: 16px;
  margin-left: 5px;
}

.Product_info_list_card .card-flex .favourite_div {
  margin-left: 20px;
}

.Product_info_list_card .card-flex .heart_icon {
  font-size: 20px;
}

.Product_info_list_card .card-flex .heart_icon.active {
  color: #df4223 !important;
}

.Product_Info_Card_Section .swiper-pagination {
  position: unset !important;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.Product_Info_Card_Section .kilo_main_div {
  position: relative;
  cursor: pointer;
}

.Product_Info_Card_Section .unit_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 999;
  overflow: hidden;
}

.Product_Info_Card_Section .unit_item {
  padding: 8px 10px;
  font-size: 13px;
  color: #081c02;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: 0.2s;
}

.Product_Info_Card_Section .unit_item:hover {
  background: #e4f1cc;
}

.Product_Info_Card_Section .unit_item:last-child {
  border-bottom: none;
}

@media (min-width: 0px) and (max-width: 991px) {
  .btn_holder .custom-outline-with-bg-btn {
    padding: 9px 54px;
    margin: 0px 0px;
    width: max-content;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .upper_image_section
    .text_div
    .discont_div
    .discount_text {
    font-size: 12px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .product_name {
    font-size: 16px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .rating_div
    .sub_text {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 14px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .rating_div
    .rating_sub_div
    .rating {
    font-size: 11px;
    margin-bottom: -5px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .rating_div
    .rating_sub_div
    .star_icon {
    font-size: 10px;
    padding-right: 5px;
    margin-top: 5px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .kilo_text {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .down_icon {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .icon_p {
    margin-bottom: 0px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .kilo_main_div {
    padding: 3px;
    width: 52px;
    margin: -30px 0px 0px 0px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .discount_div {
    width: fit-content;
    padding: 1px 5px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .discount_div
    .discount {
    font-size: 10px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .btn_holder
    .basket_icon {
    font-size: 12px;
    padding-right: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .Product_Info_Card_Section
    .Product_Info_Card
    .upper_image_section
    .text_div
    .discont_div
    .discount_text {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .product_name {
    font-size: 16px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .rating_div
    .sub_text {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 16px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .kilo_text {
    font-size: 13px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .kilo_main_div {
    padding: 5px;
    width: 65px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .rating_div
    .rating_sub_div
    .rating {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .Product_Info_Card_Section
    .Product_Info_Card
    .upper_image_section
    .card_img_holder {
    height: 150px;
  }
  .Product_Info_Card_Section
    .Product_Info_Card
    .upper_image_section
    .text_div
    .discont_div
    .discount_text {
    font-size: 11px;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .product_name {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .Product_Info_Card_Section .wishlist-wrapper {
    flex-wrap: wrap;
  }
  .Product_Info_Card_Section .wishlist-wrapper .right_side {
    gap: 0px !important;
    font-size: 17px;
  }
}
