.Product_info .text_holder h4 {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  color: #173f29;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.head-wrapper {
  display: flex;
  justify-content: space-between;
}

.Product_info .text_holder .rating_holder {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 12px;
}

.Product_info .text_holder .rating_holder .star_icons {
  margin-right: 10px;
}

.Product_info .text_holder .rating_holder p {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 0;
}

.Product_info .text_holder .rating_holder svg {
  color: #f2b01e;
}

.Product_info .text_holder .price_holder {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 4px;
}

.Product_info .text_holder .price_holder h6 {
  font-size: 26px;
  font-weight: 700;
  color: #087f35;
  margin: 0;
  white-space: nowrap;
}

.Product_info
  .text_holder
  .price_holder
  .save_div
  .Green_btn_holder
  .Green_btn {
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  margin-right: 5px;
  margin-left: 8px;
}

.Product_info .text_holder .price_holder h6 .discounted_price {
  text-decoration: line-through;
  font-size: 17px;
  font-weight: 400;
  color: #888;
  margin-left: 8px;
}

.Product_info .text_holder .price_holder .mrp_holder {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-left: 3px;
}

.Product_info .product_meta_info {
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid #e2eee6;
}

.Product_info .product_meta_info .details {
  margin-bottom: 7px;
  font-size: 16px;
  color: #555;
}

.Product_info .product_meta_info .details span {
  font-weight: 600;
  font-size: 15px;
  color: #173f29;
}

.Product_info .quantity_holder {
  margin: 20px 0;
}

.Product_info .quantity_holder .type_text {
  color: #173f29;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.Product_info .size_holder {
  display: flex;
  align-items: flex-start;
  overflow: auto;
  gap: 10px;
}

.Product_info .size_holder .size_box {
  width: 70px;
  height: 70px;
  aspect-ratio: 1 / 1;
  margin-right: 0;
}

.Product_info .quantity_holder .quantity_box_holder {
  background: #eaf7ee !important;
  border: 1px solid #b9dec5;
  border-radius: 6px;
  padding: 5px 15px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.Product_info .quantity_holder .quantity_box_holder:hover {
  border-color: #078337;
  background: #dff2e6 !important;
}

.Product_info .quantity_holder .quantity_box_holder .info_holder h5 {
  font-size: 17px;
  font-weight: 600;
  color: #176333;
  margin-bottom: 0;
}

.Product_info .quantity_holder .quantity_box_holder .info_holder p {
  font-size: 14px;
  font-weight: 500;
  color: #4d745b;
  margin-bottom: 0;
}

.Product_info .quantity_holder .quantity_box_holder.active {
  background: linear-gradient(135deg, #087f35, #05b943) !important;
  border-color: #087f35;
  box-shadow: 0 4px 10px rgba(8, 127, 53, 0.18);
}

.Product_info .quantity_holder .quantity_box_holder.active .info_holder h5,
.Product_info .quantity_holder .quantity_box_holder.active .info_holder p {
  color: #fff;
}

.Product_info .banner_img_holder {
  margin: 5% 0;
}

.Product_info .banner_img_holder .img_holder {
  aspect-ratio: 1 / 0.33;
}

.Product_info .banner_img_holder .img_holder .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Product_info .demo_product_list_holder {
  margin: 5% 0;
}

.Product_info .demo_product_list_holder .Demo_Product_holder {
  padding: 0;
}

.Product_info .demo_product_list_holder .Demo_Product_holder .container {
  padding: 0 !important;
}

.Product_info .btn_holder {
  display: flex;
  gap: 10px;
}

.Product_info .prodnotavailable {
  position: relative;
  cursor: not-allowed !important;
}

.Product_info .prodnotavailable::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #fff;
  height: 5px;
  position: absolute;
  rotate: 145deg;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .head-wrapper {
    flex-direction: column;
  }

  .Product_info .text_holder h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .Product_info .product_meta_info .details {
    font-size: 16px;
  }

  .Product_info .product_meta_info .details span {
    font-size: 15px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_info .text_holder .price_holder {
    flex-wrap: wrap;
  }

  .Product_info .product_meta_info .details {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .Product_info .text_holder h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .Product_info .text_holder .rating_holder {
    margin-bottom: 3px;
  }
  .Product_info .quantity_holder {
    margin: 9px 0;
  }
  .Product_info .text_holder .price_holder h6 {
    font-size: 18px;
  }

  .Product_info .text_holder .price_holder .mrp_holder {
    font-size: 10px;
  }

  .Product_info .text_holder .price_holder h6 .discounted_price {
    font-size: 14px;
  }

  .Product_info .quantity_holder .quantity_box_holder {
    height: 38px;
  }

  .Product_info .quantity_holder .quantity_box_holder .info_holder h5 {
    font-size: 13px;
  }

  .Product_info .quantity_holder .quantity_box_holder .info_holder p {
    font-size: 12px;
  }

  .Product_info
    .demo_product_list_holder
    .Demo_Product_holder
    .Demo_Product
    .product-card
    .product-name {
    font-size: 9px;
  }
  .Product_info .product_meta_info {
    margin-top: 9px;
    padding-top: 8px;
  }
  .Product_info
    .text_holder
    .price_holder
    .save_div
    .Green_btn_holder
    .Green_btn {
    padding: 1px 5px;
    font-size: 10px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_details_info_holder {
    margin-top: 5%;
  }
}
