.Product_Info_Card_Section {
  height: 100%;
}

.Product_Info_Card_Section .Product_Info_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;
}

.Product_Info_Card_Section .Product_Info_Card .upper_image_section {
  border-bottom: 0.5px solid #80808017;
  position: relative;
}

.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: #b22c35 ;
  border-radius: 5px 0px 0px 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  background: #b22c35;
}

.Product_Info_Card_Section .Product_Info_Card .upper_image_section .text_div .discont_div .discount_text {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  transform: rotate(270deg);
  position: absolute;
  width: max-content;
  font-size: 15px;
}

.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 {
  aspect-ratio: 1/1;
  width: 70%;
  margin: 0 auto;
}

.Product_Info_Card_Section .Product_Info_Card .upper_image_section .card_img_holder img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section {
  padding: 10px;
  background: #eeeeee 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section .product_name {
  color: #202020;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.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: 18px;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section .pricing_div .left_side {
  width: 60%;
}

.Product_Info_Card_Section .Product_Info_Card .lower_text_section .pricing_div .selling_price {
  letter-spacing: 0px;
  color: #b22c35 ;
  opacity: 1;
  font-size: 19px;
  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: 6px;
  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 .Product_Info_Card .lower_text_section .btn_holder {}

.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: 16px;
  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_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 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    transform: rotate(270deg);
    position: absolute;
    width: max-content;
    font-size: 10px;
  }

  .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;
  }
}

/* .Product_Info_Card {
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    padding: 0px 0px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.Product_Info_Card .best_seller_heart_holder {
  position: absolute;
  top: 8px;
  right: 7px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.Product_Info_Card .prod_img_holder {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.Product_Info_Card .prod_img_holder .prod_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: opacity 0.3s ease;
}

.Product_Info_Card .prod_img_holder .prod_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}


.Product_Info_Card .prod_img_holder:hover .prod_img {
  opacity: 1;
}

.Product_Info_Card .prod_img_holder:hover .prod_video {
  opacity: 0;
}

.Product_Info_Card .content_holder {
  padding: 0px 10px;
}

.Product_Info_Card .content_holder .middle_div {
  margin: 20px 0px;
}

.Product_Info_Card .content_holder .prod_name {
  color: #000;
  font-weight: 400;
  transition: color 0.3s ease;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_Info_Card .content_holder .prod_name:hover {
  text-decoration: underline;
}

.Product_Info_Card .content_holder .price_div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Product_Info_Card .content_holder .price_div .s_price_text {
  color: #000;
  margin-bottom: 0px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}

.Product_Info_Card .content_holder .price_div .mrp_text {
  color: #000;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 300;
}

.Product_Info_Card .content_holder .btn_holder {
}

@media (min-width: 0px) and (max-width: 575px) {
  .Product_Info_Card .content_holder .prod_name,
  .Product_Info_Card .content_holder .price_div .mrp_text {
    font-size: 12px;
  }

  .Product_Info_Card .content_holder .price_div .s_price_text {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Product_Info_Card .content_holder .prod_name,
  .Product_Info_Card .content_holder .price_div .mrp_text {
    font-size: 13px;
  }

  .Product_Info_Card .content_holder .price_div .s_price_text {
    font-size: 14px;
  }
} */