.Product_info .text_holder h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #09558F;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.Product_info .text_holder .discount_div {
  background: #2694C5 0% 0% no-repeat padding-box;
  border-radius: 16px;
  width: fit-content;
  padding: 3px 20px;
  margin-bottom: 20px;
}

.Product_info .text_holder .discount_div .discount_text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}

.Product_info .text_holder .rating_holder {
  display: flex;
  margin-bottom: 10px;
}

.Product_info .text_holder .rating_holder .star_icons {
  margin-right: 10px;
}

.Product_info .text_holder .rating_holder p {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_info .text_holder .price_holder {
  display: flex;
  align-items: center;
}

.Product_info .text_holder .price_holder h6 {
  text-align: left;
  font-size: 38px;
  font-weight: 600;
  color: #09558F;
  margin-bottom: 0px;
  text-wrap-mode: nowrap;
  margin-right: 15px;
}

.Product_info .text_holder .price_holder .save_div .Green_btn_holder .Green_btn {
  border-radius: 25px;
  padding: 6px 12px;
  font-size: 13px;
  margin-right: 10px;
}

.Product_info .text_holder .price_holder .save_div .Green_btn_holder .Green_btn {}

.Product_info .text_holder .price_holder h6 .discounted_price {
  text-align: left;
  text-decoration: line-through;
  font-size: 21px;
  font-weight: 500;
  color: #C5C5C5;
  opacity: 1;
  margin: 0px 9px 0px 0px;
  margin-left: 10px;
}

.Product_info .text_holder .price_holder .mrp_holder {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-left: 5px;
}

.Product_info .quantity_holder {
  margin: 2% 0%;
}

.Product_info .quantity_holder.variant_holder {
  display: flex;
  align-items: center;
}

.Product_info .quantity_holder .varient_text {
  color: #808080;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_info .quantity_holder .variant_holder {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.Product_info .quantity_holder .variant_holder .variant_div {
  padding: 4px 15px;
  background: #fff;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}

.Product_info .quantity_holder .variant_holder .variant_div.active {
  background: #09558F;
}

.Product_info .quantity_holder .variant_holder .variant_div.active .inner_p {
  color: #fff;
}

.Product_info .quantity_holder .variant_holder .variant_div .inner_p {
  margin-bottom: 0px;
}

.Product_info .quantity_holder .type_text {
  color: #09558F;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: italic;
}

.Product_info .quantity_holder .all_level_holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Product_info .quantity_holder .all_level_holder .level_div {}


.Product_info .quantity_holder .type_text .inner_text {
  color: #808080;
  font-size: 13px;
}

.Product_info .size_holder {
  display: flex;
  align-items: flex-start;
  overflow: auto;
}

.Product_info .size_holder .size_box {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}

.Product_info .quantity_holder .quantity_box_holder {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width: fit-content;
  margin: 0px 10px 0px 0px;
}

.Product_info .quantity_holder .quantity_box_holder .info_holder h5 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #09558F;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}

.Product_info .quantity_holder .quantity_box_holder .info_holder p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_info .quantity_holder .quantity_box_holder.active {
  background: #0f72ac;
  border: none;
}

.Product_info .quantity_holder .quantity_box_holder.active .info_holder h5 {
  color: #fff;
}

.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: 0px;
}

.Product_info .demo_product_list_holder .Demo_Product_holder .container {
  padding: 0px !important;
}

.Product_info .btn_holder {
  display: flex;
}

.Product_info .btn_holder .add_cart_btn {
  width: 100%;
  margin-right: 10px;
}

.Product_info .btn_holder .add_cart_btn .Green_btn {
  width: 100%;
  padding: 10px 15px;
}


.Product_info .product_intro {
  margin: 10px 0px;
}

.Product_info .product_intro .inner_text {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}

.Product_info .bottom_div {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.Product_info .bottom_div .common_add_cart_btn {
  margin: 0px 20px;
}

.Product_info .bottom_div .wishlist_div {}

.Product_info .bottom_div .wishlist_div .Best_seller_heart {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}

.Product_info .bottom_div .wishlist_div .Best_seller_heart .like_btn_holder .heart_icon {
  color: #C5C5C5;
}

.Product_info .bottom_div {}

.Product_info .all_features_div {
  display: flex;
  align-items: flex-start;
}

.Product_info .all_features_div .div1 {
  width: 50%;
}

.Product_info .all_features_div .div1 .feature_div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Product_info .all_features_div .div1 .feature_div .left_text {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.Product_info .all_features_div .div1 .feature_div .right_text {
  color: #09558F;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 10px;
}


@media (min-width: 0px) and (max-width: 1199px) {
  .Product_info .text_holder .price_holder {
    flex-wrap: wrap;
  }

  .Product_info .text_holder h4 {
    font-size: 16px;
  }

  .Product_info .text_holder .price_holder h6 {
    font-size: 16px;
  }

  .Product_info .text_holder .price_holder .mrp_holder {
    font-size: 8px;
  }

  .Product_info .text_holder .price_holder h6 .discounted_price {
    font-size: 15px;
  }

  .Product_info .quantity_holder .quantity_box_holder {
    height: 60px;
  }

  .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 .quantity_holder .quantity_box_holder {
    padding: 10px 10px;
  }

  .Product_info .quantity_holder .type_text {
    font-size: 13px;
  }

  .Product_info .product_intro .inner_text {
    font-size: 13px;
  }

  .Product_info .common_add_cart_btn .Green_btn_holder .Green_btn {
    padding: 8px 10px;
    font-size: 13px;
  }


  .Product_info .all_features_div .div1 .feature_div .right_text,
  .Product_info .all_features_div .div1 .feature_div .left_text {
    font-size: 12px;
  }



}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_details_info_holder {
    margin-top: 5%;
  }
}


@media (min-width: 992px) and (max-width: 1399px) {
  .Product_info .text_holder .price_holder h6 {
    font-size: 32px;
  }

  .Product_info .text_holder h4 {
    font-size: 22px;
  }

  .Product_info .all_features_div .div1 .feature_div .right_text,
  .Product_info .all_features_div .div1 .feature_div .left_text {
    font-size: 14px;
  }

  .common_add_cart_btn .Green_btn_holder .Green_btn {
    font-size: 13px;
  }

  .Product_info .quantity_holder .varient_text {
    font-size: 15px;
  }

  .Product_info .product_intro .inner_text {
    font-size: 15px;
  }

  .Product_info .text_holder .price_holder h6 .discounted_price {
    font-size: 19px;
  }
}