.Product_info .text_holder h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  list-style: upper-alpha;
  opacity: 1;
  overflow: hidden;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 7px;
}
.Product_info .heading_holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Product_info .heading_holder .share-icon {
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: #000;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_info .text_holder .rating_holder svg {
  color: #f8a802;
}
.Product_info .text_holder .price_holder {
  display: flex;
  align-items: center;
}

.Product_info .text_holder .price_holder h6 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  text-wrap-mode: nowrap;
  margin-right: 15px;
  color: #75438e;
}

.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 h6 .discounted_price {
  text-align: left;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  opacity: 1;
  margin: 0px 0px 0px 9px;
}

.Product_info .text_holder .price_holder .mrp_holder {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-left: 5px;
}

.Product_info .quantity_holder {
  margin: 2% 0%;
}

.Product_info .quantity_holder .type_text {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.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 {
  background: #95c138 !important;
  border-radius: 0;
  padding: 5px 15px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Product_info .quantity_holder .quantity_box_holder .info_holder h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  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: #324606 !important;
  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 .Green_btn_holder .Green_btn {
  width: fit-content;
  margin: unset;
}

.Product_info .btn_holder .add_cart_btn .Green_btn_holder .Green_btn svg {
  margin-right: 5px;
  margin-top: 3px;
}

.Product_info .btn_holder .add_cart_btn {
  width: 100%;
  margin-right: 10px;
}

.Product_info .btn_holder .add_cart_btn .Green_btn {
  width: 100%;
  padding: 7px 15px;
}

.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;
}
.Product_info .price_rating_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}
.Product_info .variant-radio {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0px 12px 0px 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  background: #fff;
}
.Product_info .variant-radio .form-check-input {
  margin-top: 0;
  margin-right: 8px;
  cursor: pointer;
}
.Product_info .variant-radio .form-check-label {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}
.Product_info .variant-radio.active {
  border-color: #7a3e8e;
}
.Product_info .variant-radio.active .form-check-label {
  color: #7a3e8e;
}
.Product_info .variant-radio .form-check-input:checked {
  background-color: #7a3e8e !important;
  border-color: #7a3e8e !important;
}
.Product_info .variant-radio.active .form-check-input {
  border-color: #7a3e8e;
}
.Product_info .variant-radio.prodnotavailable {
  opacity: 0.5;
  pointer-events: none;
}
.Product_info .color_swiper_holder {
  margin: 20px 0 30px !important;
}
.Product_info .img_holder {
  max-height: 100px;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 4px;
  margin: 4px 0;
  overflow: hidden;
}
.Product_info .img_holder .Product_img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: contain;
}

.Product_info .Green_btn_holder .Green_btn {
  background: transparent
    linear-gradient(
      180deg,
      #3a3a3a 0%,
      #5a5a5a 23%,
      #676767 50%,
      #5a5a5a 76%,
      #3a3a3a 100%
    )
    0% 0% no-repeat padding-box !important;
  border: 1px solid !important;
}
.Product_info .Green_btn_holder .Green_btn:hover {
  background: transparent
    linear-gradient(180deg, #75438e 0%, #9a66b4 50%, #75438e 100%) 0% 0%
    no-repeat padding-box !important;
  border: 1px solid #00000000 !important;
}
@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: 10px;
  }

  .Product_info .text_holder .price_holder h6 .discounted_price {
    font-size: 15px;
  }

  .Product_info .quantity_holder .quantity_box_holder {
    height: 40px;
  }

  .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;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .Product_details_info_holder {
    margin-top: 20px;
  }
  .Product_info .text_holder h4 {
    font-size: 15px;
  }
  .Product_info .price_rating_holder {
    margin: 10px 0;
  }
  .Product_info .variant-radio {
    min-height: 30px;
  }
  .Product_details .overview_tab {
    margin-top: 18px;
  }
  .Product_info .heading_holder .share-icon {
    width: 26px;
    height: 26px;
  }
  .Product_info .color_swiper_holder {
    margin: 15px 0 19px !important;
  }
  .Product_info .quantity_holder .type_text {
    font-size: 14px;
  }
}
