.Product_Info_Grid_View_Section {
  /* margin: 0px 0px 50px; */
  height: 100%;
  transition: 0.3s;
}

.Product_Info_Grid_View_Section:hover {
  /* transform: translateY(-15px); */
}

.Product_Info_Grid_View_Section .Product_Info_Grid_View {
  /* 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;
  /* background: linear-gradient(to right, #0F3768, #000000); */
  /* background: linear-gradient(to bottom, #0f3768 70%, #000000 100%); */
  padding: 0px;
}

.Product_Info_Grid_View_Section .Product_Info_Grid_View .upper_image_section {
  border-bottom: 0.5px solid #80808017;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
}

.text_div {
}

.text_div .discont_div {
  display: flex;
  gap: 10px;
}

.text_div .discont_div .discount_text {
  color: #f97417;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .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_Grid_View_Section
  .Product_Info_Grid_View
  .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_Grid_View_Section
  .Product_Info_Grid_View
  .upper_image_section
  .card_img_holder {
  aspect-ratio: 1/1;
  /* height: 60%; */
  width: 100%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .upper_image_section
  .card_img_holder
  img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.Product_Info_Grid_View_Section .Product_Info_Grid_View .lower_text_section {
  padding: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .product_name {
  letter-spacing: 0px;
  color: #1d1d1d;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .rating_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .rating_div
  .sub_text {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 7px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .rating_div
  .rating_sub_div {
  display: flex;
  align-items: center;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .rating_div
  .rating_sub_div
  .star_icon {
  color: #ff8c28;
  font-size: 15px;
  padding-right: 10px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .rating_div
  .rating_sub_div
  .rating {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 0px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .pricing_div {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .pricing_div
  .left_side {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .pricing_div
  .selling_price {
  letter-spacing: 0px;
  color: #1d1d1d;
  opacity: 1;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .pricing_div
  .mrp {
  letter-spacing: 0px;
  color: #aaaaaa;
  opacity: 1;
  text-decoration: line-through;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .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_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .pricing_div
  .discount_div
  .discount {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 11px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .kilo_main_div {
  opacity: 1;
  padding: 5px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 5px 12px;
  margin-bottom: 0px;
  height: 100%;
  font-weight: 600;
  color: #000;
  border: 1px solid #2e5246;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .kilo_main_div
  .kilo_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .kilo_main_div
  .kilo_div
  .kilo_text {
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .kilo_main_div
  .kilo_div
  .icon_p {
  margin-bottom: 2px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .kilo_main_div
  .kilo_div
  .down_icon {
  font-size: 19px;
  margin-bottom: 4px;
  color: #2d2d2d;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .cart_btn_div {
  width: 100%;
  margin: 0px auto;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .cart_btn_div
  .Green_Btn {
  padding: 2px 10px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .cart_btn_div
  .Green_Btn
  .icon_holder
  .left_icon {
  color: #fff;
  font-size: 22px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .btn_holder
  .basket_icon {
  color: #60ab80;
  font-size: 15px;
  padding-right: 10px;
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .lower_text_section
  .favourite_div {
}

.Product_Info_Grid_View_Section
  .Product_Info_Grid_View
  .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_Grid_View_Section
  .Product_Info_Grid_View
  .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: 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;
}

@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_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .product_name {
    font-size: 16px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .rating_div
    .sub_text {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 14px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .rating_div
    .rating_sub_div
    .rating {
    font-size: 11px;
    margin-bottom: -5px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .rating_div
    .rating_sub_div
    .star_icon {
    font-size: 10px;
    padding-right: 5px;
    margin-top: 5px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .kilo_text {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .down_icon {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .icon_p {
    margin-bottom: 0px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .discount_div {
    width: fit-content;
    padding: 1px 5px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .discount_div
    .discount {
    font-size: 10px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .basket_icon {
    font-size: 12px;
    padding-right: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .upper_image_section
    .text_div
    .discont_div
    .discount_text {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .product_name {
    font-size: 16px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .rating_div
    .sub_text {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 20px;
  }

  .text_div .discont_div .discount_text {
    font-size: 20px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .kilo_text {
    font-size: 16px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .rating_div
    .rating_sub_div
    .rating {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px !important;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .cart_btn_div
    .Green_Btn
    .icon_holder
    .left_icon {
    font-size: 15px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .product_name {
    font-size: 15px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .favourite_div
    .heart_icon {
    font-size: 18px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div {
    padding: 5px 3px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .upper_image_section
    .card_img_holder {
    width: 100%;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .mrp {
    font-size: 13px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .text_div
    .discont_div
    .discount_text {
    font-size: 15px !important;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .kilo_text {
    font-size: 12px !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 18px !important;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .cart_btn_div
    .Green_Btn
    .icon_holder
    .left_icon {
    font-size: 17px;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .text_div
    .discont_div
    .discount_text {
    font-size: 18px !important;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .kilo_text {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px !important;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .cart_btn_div
    .Green_Btn
    .icon_holder
    .left_icon {
    font-size: 20px;
  }

  .text_div .discont_div .discount_text {
    font-size: 18px !important;
  }

  .Product_Info_Grid_View_Section
    .Product_Info_Grid_View
    .lower_text_section
    .btn_holder
    .kilo_main_div
    .kilo_div
    .kilo_text {
    font-size: 13px !important;
  }
}
