.Product_info .text_holder h4 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  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: 20px;
}

.Product_info .return-option-text {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  color: #000;
  margin-bottom: 4px;
}

.Product_info .return-option-text span {
  color: #521a1d;
}
.Product_info .not-return {
  color: rgb(252, 71, 71);
}

.Product_info .not-return span {
  color: rgb(252, 71, 71);
}

.Product_info .Increment_decrement_btn_holder {
  width: 130px;
  padding: 5px 5px;
}

.Product_info .Increment_decrement_btn_holder {
  border-radius: 7px;
}

.Product_info .color_img_holder {
  width: 100%;
  height: 90px;
  border: 1px solid #521a1d;
  border-radius: 5px;
  overflow: hidden;
}

.Product_info .color_img_holder .Product_img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.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: #f5c542;
}

.Product_info .text_holder .price_holder {
  display: flex !important;
  align-items: center !important;
}

.Product_info .text_holder .price_holder h6 {
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  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 !important;
  padding: 3px 12px !important;
  font-size: 13px !important;
  margin-right: 10px !important;
}

.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 9px 0px 0px;
}

.Product_info .text_holder .price_holder .mrp_holder {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-left: 5px;
}

.Product_info .quantity_holder {
  margin: 2% 0%;
}

.Product_info .quantity_holder .type_text {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.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 {
  cursor: pointer;
  border: 1px solid #183b632d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  height: 30px;
  padding: 3px 6px;

  display: flex;
  overflow: hidden;
  background: #cfc09714 !important;
  margin-bottom: 5px;
}
.Product_info .quantity_holder .quantity_box_holder .info_holder h5 {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #000000de;
    opacity: 1;
    text-transform: uppercase;
    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: 400;
  color: #000;
  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 {
    border: 1px solid #521a1d;
    background: #2f0406 !important;
}

.Product_info .quantity_holder .quantity_box_holder.active  .info_holder h5 {
    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: 130px;
  margin: unset;
  display: flex;
  align-items: center;
  gap: 2px;
}

.Product_info .btn_holder .add_cart_btn {
  width: 100%;
  margin-right: 10px;
}

.Product_info .btn_holder .add_cart_btn .Green_btn {
  width: 100%;
  padding: 8px 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;
}

/* COLOUR */
.Product_info .color_option_holder {
  margin-top: 18px;
}

.Product_info .color_option_holder .type_text {
  margin-bottom: 10px;
}

.Product_info .color_option_holder .type_text span {
  font-weight: 600;
  text-transform: uppercase;
}

.Product_info .color_balls_holder {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Outer circle */
.Product_info .color_ball_outer {
  width: 36px;
  height: 36px;
  padding: 3px;
  border: 2px solid #777;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 10px;
}

/* Inner colour */
.Product_info .color_ball {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.Product_info .color_ball.ruby_green {
  background: brown;
}

.Product_info .color_ball.red {
  background: #c9aae3;
}
.Product_info .color_ball.green {
  background: #74bcd6;
}
.Product_info .color_ball.blue {
  background: #c6dba0;
}

/* Selected */
.Product_info .color_ball_outer.active {
  border-color: #222;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 3px #555;
}

/* Hover */
.Product_info .color_ball_outer:hover {
  transform: scale(1.08);
}
@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;
    margin-bottom: 10px;
  }

  .Product_info .text_holder .price_holder h6 {
    font-size: 18px;
    margin-right: 5px;
  }

  .Product_info
    .text_holder
    .price_holder
    .save_div
    .Green_btn_holder
    .Green_btn {
    padding: 0px 12px !important;
    font-size: 12px !important;
    margin-right: 6px !important;
  }

  .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: 25px;
  }

  .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: 575px) {
  .Product_details_info_holder {
    margin-top: 5%;
  }
  .Product_info .return-option-text {
    font-size: 13px;

    margin-top: 3px;
  }
  .Product_info .color_img_holder {
    height: 75px;
  }

  .Product_info .btn_holder .add_cart_btn .Green_btn_holder .Green_btn {
    width: 108px;
    padding: 8px 10px;
  }

  .Increment_decrement_btn_holder .sign_holder .sign_icon {
    font-size: 14px !important;
    margin-top: 0px !important;
  }

  .Product_info .Increment_decrement_btn_holder {
    width: 119px;
    padding: 5px 5px;
  }

  .Product_info
    .text_holder
    .price_holder
    .save_div
    .Green_btn_holder
    .Green_btn {
    padding: 2px 8px 1px !important;
    font-size: 11px !important;
  }
}

/* ----------------------- new ------------*/
.add_cart_popup .modal-dialog {
  max-width: 480px;
  width: calc(100% - 30px);
}

.add_cart_popup .modal-content {
  border: 0;
  background: transparent;
}

.add_cart_popup_box {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22);
}

.add_cart_popup_box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -100px;
  right: -80px;
  border-radius: 50%;
  border: 1px solid rgba(85, 6, 10, 0.08);
  box-shadow:
    0 0 0 20px rgba(85, 6, 10, 0.025),
    0 0 0 40px rgba(85, 6, 10, 0.015);
  pointer-events: none;
}

.add_cart_popup_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  background: #ffffff;
  color: #55060a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
}

.add_cart_popup_close:hover {
  background: #55060a;
  color: #ffffff;
  border-color: #55060a;
  transform: rotate(90deg);
}

.add_cart_success {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  padding-right: 35px;
}

.add_cart_success span {
  display: block;
  color: #55060a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

.add_cart_success h5 {
  margin: 0;
  color: #222222;
  font-size: 17px;
  font-weight: 600;
}

.add_cart_product {
  display: flex;
  gap: 15px;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin-bottom: 22px;
}

.add_cart_product_image {
  width: 90px;
  height: 105px;
  min-width: 90px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.add_cart_product_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add_cart_product_info {
  padding: 5px 0;
}

.add_cart_product_info h6 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.add_cart_product_info p {
  margin: 0 0 8px;
  color: #888888;
  font-size: 12px;
}

.add_cart_product_info p strong {
  color: #333333;
}

.add_cart_product_price {
  color: #55060a;
  font-size: 15px;
  font-weight: 700;
}

.add_cart_popup_actions {
  display: flex;
  gap: 10px;
}

.continue_shopping_btn,
.view_cart_btn {
  height: 45px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.continue_shopping_btn {
  flex: 1;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.continue_shopping_btn:hover {
  border-color: #55060a;
  color: #55060a;
}

.view_cart_btn {
  flex: 1;
  border: 1px solid #55060a;
  background: #55060a;
  color: #ffffff;
}

.view_cart_btn svg {
  margin-left: 7px;
  transition: transform 0.3s ease;
}

.view_cart_btn:hover {
  background: #ffffff;
  color: #55060a;
}

.view_cart_btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 575px) {
  .add_cart_popup .modal-dialog {
    width: calc(100% - 20px);
  }

  .add_cart_popup_box {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .add_cart_product_image {
    width: 75px;
    min-width: 75px;
    height: 90px;
  }

  .add_cart_success h5 {
    font-size: 15px;
  }

  .add_cart_popup_actions {
    flex-direction: column;
  }

  .continue_shopping_btn,
  .view_cart_btn {
    width: 100%;
  }
}
