.Product_Info_Card_2_Section {
  /* margin: 0px 0px 50px; */
  height: 100%;
  transition: 0.3s;
}

.Product_Info_Card_2_Section:hover {
  /* transform: translateY(-15px); */
}

.Product_Info_Card_2_Section .Product_Info_Card_2 {
  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_2_Section .Product_Info_Card_2 .upper_image_section {
  border-bottom: 0.5px solid #80808017;
  position: relative;
  cursor: pointer;
  background: #ececec;
}

.Product_Info_Card_2_Section .Product_Info_Card_2 .text_div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.Product_Info_Card_2_Section .Product_Info_Card_2 .text_div .discont_div {
  background: transparent linear-gradient(180deg, #0e8c00 0%, #074600 100%) 0%
    0% no-repeat padding-box;
  border-radius: 5px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #158b01 0% 0% no-repeat padding-box;
  border-radius: 5px 0px;
  padding: 4px 5px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .text_div
  .discont_div
  .discount_text {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .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_2_Section
  .Product_Info_Card_2
  .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_2_Section
  .Product_Info_Card_2
  .upper_image_section
  .card_img_holder {
  aspect-ratio: 1/1;
  /* height: 60%; */
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .upper_image_section
  .card_img_holder
  img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.Product_Info_Card_2_Section .Product_Info_Card_2 .lower_text_section {
  padding: 10px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .product_name {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .rating_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .rating_div
  .sub_text {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 7px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .rating_div
  .rating_sub_div {
  display: flex;
  align-items: center;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .rating_div
  .rating_sub_div
  .star_icon {
  color: #ff8c28;
  font-size: 15px;
  padding-right: 10px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .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_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .left_side {
  width: 60%;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .selling_price {
  letter-spacing: 0px;
  color: #df4223;
  opacity: 1;
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .mrp {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  text-decoration: line-through;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 500;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .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_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .discount_div
  .discount {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 11px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .kilo_main_div {
  opacity: 1;
  padding: 5px;
  width: 77px;
  border-radius: 3px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 2px #0000007a;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div
  .kilo_text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div
  .icon_p {
  margin-bottom: 2px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .pricing_div
  .kilo_main_div
  .kilo_div
  .down_icon {
  font-size: 17px;
  margin-bottom: 4px;
  color: #000000;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .btn_holder {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .btn_holder
  .Blue_Btn,
.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .btn_holder
  .Red_Outline_Btn {
  border-radius: 30px;
  padding: 8px;
  width: 150px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .btn_holder
  .Blue_Btn
  .btn_text {
  font-size: 14px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .btn_holder
  .basket_icon {
  color: #60ab80;
  font-size: 15px;
  padding-right: 10px;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .favourite_div {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .favourite_div
  .heart_icon {
  color: #000;
  font-size: 22px;
  transition: 0.2s ease-in-out;
}

.Product_Info_Card_2_Section
  .Product_Info_Card_2
  .lower_text_section
  .favourite_div
  .heart_icon.active {
  color: #df4223 !important;
}

.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: 100%;
}

.Product_info_list_card .card-flex .card_img_holder .product {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.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;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div {
    display: block;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .btn_holder
    .Blue_Btn,
  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .btn_holder
    .Red_Outline_Btn {
    padding: 5px;
    width: 126px;
  }
}

@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_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .product_name {
    font-size: 16px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .rating_div
    .sub_text {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 14px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .rating_div
    .rating_sub_div
    .rating {
    font-size: 11px;
    margin-bottom: -5px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .rating_div
    .rating_sub_div
    .star_icon {
    font-size: 10px;
    padding-right: 5px;
    margin-top: 5px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .kilo_text {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .down_icon {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .icon_p {
    margin-bottom: 0px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .discount_div {
    width: fit-content;
    padding: 1px 5px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .discount_div
    .discount {
    font-size: 10px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .btn_holder
    .basket_icon {
    font-size: 12px;
    padding-right: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .upper_image_section
    .text_div
    .discont_div
    .discount_text {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .product_name {
    font-size: 15px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .rating_div
    .sub_text {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .kilo_main_div
    .kilo_div
    .kilo_text {
    font-size: 13px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .kilo_main_div {
    padding: 5px;
    width: 65px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .rating_div
    .rating_sub_div
    .rating {
    font-size: 12px;
  }
}
