.single-product #main .product:not(li) .woocommerce-product-gallery::after {
  background: linear-gradient(271.92deg, #73308a -55.13%, rgba(115, 48, 138, 0) 152.71%);
}

.single-product #main .product:not(li) .woocommerce-product-gallery {
  position: relative;
}
.single-product #main .product:not(li) .woocommerce-product-gallery::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.single-product #main .product:not(li), .single-product #main .product:not(li) .summary {
  padding: 30px;
}
@media screen and (width < 1200px) {
  .single-product #main .product:not(li), .single-product #main .product:not(li) .summary {
    padding: 24px;
  }
}
@media screen and (width < 992px) {
  .single-product #main .product:not(li), .single-product #main .product:not(li) .summary {
    padding: 20px;
  }
}
@media screen and (width < 768px) {
  .single-product #main .product:not(li), .single-product #main .product:not(li) .summary {
    padding: 16px;
  }
}

.single-product #main .product:not(li) .price {
  display: flex;
  gap: 10px;
}
.single-product #main .product:not(li) .price del {
  text-decoration: none;
}
.single-product #main .product:not(li) .price del .amount {
  color: #808080;
  font-size: 16px;
  text-decoration: line-through;
}
.single-product #main .product:not(li) .price ins {
  text-decoration: none;
}
.single-product #main .product:not(li) .price .amount .woocommerce-Price-currencySymbol {
  margin-inline-start: -5px;
}
.single-product #main .product:not(li) .price .amount {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
[dir=rtl] .single-product #main .product:not(li) .price .amount bdi, .single-product #main .product:not(li) [dir=rtl] .price .amount bdi {
  direction: rtl;
}

.single-product #main .product:not(li) .single_add_to_cart_button:not(.added_to_cart.wc-forward) {
  background: #73308a;
  border-radius: 50px;
  height: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #73308a;
  border-radius: 50px;
  height: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
}
.single-product #main .product:not(li) .single_add_to_cart_button:not(.added_to_cart.wc-forward):not(.loading)::after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  transition: all 0.3s linear;
  transform: translateX(-8px);
  margin: 0;
}
.single-product #main .product:not(li) .single_add_to_cart_button:not(.added_to_cart.wc-forward):not(.loading):hover {
  color: #fff;
  background: #532364;
}
.single-product #main .product:not(li) .single_add_to_cart_button:not(.added_to_cart.wc-forward):not(.loading):hover::after {
  transform: translateX(-12px);
}
.single-product #main .product:not(li) .single_add_to_cart_button:not(.added_to_cart.wc-forward).loading::after {
  inset-block: auto;
  line-height: normal;
}

/* Single Products Styles ----------------------- */
.single-product #main .product:not(li) {
  background: #f9f9f9;
  border-radius: 16px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.single-product #main .product:not(li) form.cart::before, .single-product #main .product:not(li) form.cart::after {
  display: none;
}
.single-product #main .product:not(li) .product_title {
  color: #000;
  padding-bottom: 15px;
}
.single-product #main .product:not(li) p {
  font-size: 18px;
  font-weight: 500;
}
.single-product #main .product:not(li) .woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.single-product #main .product:not(li) .woocommerce-product-gallery img {
  border-radius: 16px;
}
.single-product #main .product:not(li) .woocommerce-product-gallery img.wp-post-image {
  aspect-ratio: 1.92/1;
  object-fit: cover;
}
.single-product #main .product:not(li) .summary {
  min-width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  color: #565656;
  font-size: 18px;
  font-weight: 500;
}
.single-product #main .product:not(li) .price {
  margin-bottom: 10px;
}
.single-product #main .product:not(li) .price ins .amount {
  font-size: 30px;
}
.single-product #main .product:not(li) .price del .amount {
  font-size: 24px;
}
.single-product #main .product:not(li) .refd-packages-section-title {
  margin-top: 0;
  color: #73308a;
}
.single-product #main .product:not(li) .wc-package-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.single-product #main .product:not(li) .wc-package-duration-wrapper,
.single-product #main .product:not(li) .wc-package-session-numbers-wrapper,
.single-product #main .product:not(li) .refd-wc-packages-package-purchase-hint {
  display: flex;
  gap: 8px;
}
.single-product #main .product:not(li) .wc-package-duration-wrapper span span,
.single-product #main .product:not(li) .wc-package-session-numbers-wrapper span span,
.single-product #main .product:not(li) .refd-wc-packages-package-purchase-hint span span {
  color: #000;
}
.single-product #main .product:not(li) .wc-package-duration-wrapper::before,
.single-product #main .product:not(li) .wc-package-session-numbers-wrapper::before,
.single-product #main .product:not(li) .refd-wc-packages-package-purchase-hint::before {
  color: #73308a;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.single-product #main .product:not(li) .wc-package-duration-wrapper::before {
  content: "\f1da";
}
.single-product #main .product:not(li) .wc-package-session-numbers-wrapper::before {
  content: "\f0fa";
}
.single-product #main .product:not(li) .refd-package-description-wrapper {
  line-height: 170%;
}
.single-product #main .product:not(li) .single_add_to_cart_button {
  height: 48px;
  width: 100%;
}
.single-product #main .product:not(li) .refd-wc-packages-package-purchase-hint p {
  font-size: 15px;
  font-weight: 600;
}
.single-product #main .product:not(li) .refd-wc-packages-package-purchase-hint::before {
  content: "\f05a";
  font-size: 18px;
}
.single-product #main .related {
  padding: 0;
}
.single-product #main .related ul {
  padding: 0;
  margin: 0;
}
.single-product #main .related > h2 {
  margin-bottom: -5px;
  text-align: center;
  width: 100%;
}