/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1775672822
Updated: 2026-04-08 18:27:02

*/

/*----------------------------------------------------------------- Checkout page Css------------------------------------------------------ */
tr.woocommerce-shipping-totals.shipping {
    /*display: none;*/
}
.bundled_table_item_price::after, .bundled_table_item_subtotal::after{
  display: none !important;
}
.bundled_table_item .bundled_table_item_indent {
    padding-left: 0 !important;
}
.section-title .section-heading {
    
   
}
.checkout-left .section-title .section-heading {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.checkout-right .section-title .section-heading {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

form.checkout.woocommerce-checkout .checkout-left > .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 30px;
  margin: 0;
}
form.checkout.woocommerce-checkout .checkout-right > .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 30px;
  margin: 0;
}
span.total-amount-top, span.total-amount-top strong {
  font-size: 16px;
  color: #fff;
}
span.total-amount-top .woocommerce-Price-amount.amount {
  font-weight: var(--e-global-typography-text-font-weight);
}
.e-checkout__container {
  /* margin-bottom: 24px; */
}
form.checkout.woocommerce-checkout .title-checkout-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
form.checkout.woocommerce-checkout .title-checkout-wrapper .title-checkout {
  margin: 0 80px 0 0;
}
form.checkout.woocommerce-checkout .title-checkout-wrapper .checkout-top-price {
  font-size: 42px;
  margin: 0;
  color: #000;
}
form.checkout.woocommerce-checkout
  .title-checkout-wrapper
  .checkout-top-price
  .total-box {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #6c6c6c;
}
form.checkout.woocommerce-checkout
  .title-checkout-wrapper
  .checkout-top-price
  strong {
  font-family: var(--e-global-typography-accent-font-family);
}
form.checkout.woocommerce-checkout .checkout-columns-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 60px;
  margin: 0 auto;
}
form.checkout.woocommerce-checkout
  .checkout-columns-wrapper
  .checkout-right
  .wc-stripe-banner-checkout.active {
  display: none;
}
.elementor-widget-woocommerce-checkout-page h3.checkout_title {
    font-size: 18px !important;
    margin: 0 0 30px 0 !important;
}
h3.checkout_title:empty {
    display: none !important;
}
.or-css {
}
a.popup-link {
  font-size: 20px;
}
form.checkout.woocommerce-checkout .checkout-right {
  /* position: sticky;
  align-self: start;
  top: 120px; */
}

form.checkout.woocommerce-checkout .checkout-left .cl_inner table.shop_table {
  border-collapse: collapse;
}
form.checkout.woocommerce-checkout .checkout-left table thead th {
  background: #fff;
  padding: 10px;
}
form.checkout.woocommerce-checkout .checkout-left table thead tr,
form.checkout.woocommerce-checkout .checkout-left table tbody tr,
form.checkout.woocommerce-checkout .checkout-left table tfoot tr {
  margin: 0;
  padding: 0;
  position: relative;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr:last-child td {
  padding-bottom: 20px;
}
form.checkout.woocommerce-checkout .checkout-left table td {
}
form.checkout.woocommerce-checkout .checkout-left table thead tr th,
form.checkout.woocommerce-checkout .checkout-left table thead tr td {
  /* color: var(--e-global-color-secondary); */
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  thead
  tr
  th.product-name {
  text-align: left;
  padding: 0 0 10px 0;
  min-width: 65%;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  thead
  tr
  th.product-total {
  padding: 0 0 10px 0px;
      width: 16.517%;
    text-align: right;
}
form.checkout.woocommerce-checkout .checkout-left table thead tr th {
  /*font-size: 20px !important;*/
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr td {
  padding: 10px 0;
}

form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr
  td.product-total {
  vertical-align: top;
  position: relative;
  /* padding-left: 30px; */
  text-align: left;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr
  td.product-total
  .subscription-price {
  display: block;
  width: 100px;
      margin-right: 20px;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr.cart_item.chained_item
  td.product-name {
  /* padding-left: 20px !important; */
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr
  td.product-total
  .removeBtn {
  position: absolute;
    right: 0px;
    top: 14px;
    z-index: 0;
    background: #ffffff47;
    border-radius: 10px;
}

form.checkout.woocommerce-checkout .checkout-left table tbody tr td.product-total .remove {   
    font-size: 25px;
    line-height: 16px;
    font-weight: 200;
    text-align: center;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    background: none;
    color: var(--wc-red) !important;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr td p {
  margin: 3px 0 5px !important;
  display: flex;
  flex-direction: row;
  align-items: end;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: var(--e-global-typography-text-font-family);
  color: #777;
  /* font-size: 13px; */
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr td p:empty {
  display: none;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr td p:first-child,
form.checkout.woocommerce-checkout .checkout-left table tbody tr td p:last-child {
  display: none;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr td p br {
  display: none;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr td p strong {
  margin-right: 6px;
  font-family: var(--e-global-typography-text-font-family);
  /* 	color: #c9a44f; */
}
form.checkout.woocommerce-checkout .checkout-left table tr th,
form.checkout.woocommerce-checkout .checkout-left table tr td {
  font-family: "Sansation Light", sans-serif;
  font-size: 12px;
}

/*form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item.chained_item td.product-name .checkout-product-thumbnail {
        width: 144px;
    text-align: right;
    min-width: 144px;
}*/
/*form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name .checkout-product-thumbnail img {
 width: 140px;
     min-width: 140px;
  object-fit: cover;
  aspect-ratio: 16/9;
}*/
form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td {
  border: 0;
  text-transform: capitalize;
  font-size: 14px;
  padding-right: 20px !important;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name strong {
    color: #1e293b;
    font-size: 14px;
    letter-spacing: 0.5px;
}

form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name dl.variation { 
  line-height: initial;
  font-size: 14px;
}

form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name dl.variation dd p {
  display: inline-block;
  color: var(--e-global-color-text);
  margin: 0 !important;
}

form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name .product-quantity { 
  /* display: none; */
}
.box .product-quantity { 
  margin-left: 5px;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr:last-child td {
  border: 0;
}
form.checkout.woocommerce-checkout .checkout-left table tfoot tr th,
form.checkout.woocommerce-checkout .checkout-left table tfoot tr td {
  padding: 5px 0px;
  color: var(--e-global-color-secondary);
  border: 0;
  font-size: 16px !important;
}

/*form.checkout.woocommerce-checkout .checkout-left table tfoot tr {
  display: flex;
  justify-content: space-between;
}
*/
form.checkout.woocommerce-checkout .checkout-left table tfoot tr.recurring-totals { 
  display: block; 
}
form.checkout.woocommerce-checkout .checkout-left table tfoot tr.cart-subtotal.recurring-total {
  display: block; 
}
/*form.checkout.woocommerce-checkout .checkout-left table tfoot tr.cart-subtotal th,
form.checkout.woocommerce-checkout .checkout-left table tfoot tr.cart-subtotal td,
form.checkout.woocommerce-checkout .checkout-left table tfoot tr.total-quantity th,
form.checkout.woocommerce-checkout .checkout-left table tfoot tr.total-quantity td {
   display: block; 
}*/
form.checkout.woocommerce-checkout .checkout-left table tfoot tr.recurring-total th {
  vertical-align: top;
}
form.checkout.woocommerce-checkout .checkout-left table tfoot tr td small {
}
form.checkout.woocommerce-checkout .checkout-right #customer_details {
  padding-top: 30px;
}
form.checkout.woocommerce-checkout .woocommerce-account-fields {
  /* margin-top: 9px; */
}
form.checkout.woocommerce-checkout .checkout-right #customer_details p.wooccm-field-state {
  display: none !important;
}
    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    } 
    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields h3:empty{
      display: none;
    }
    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields p{
      margin: 0;
    }
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box {
  border: 1px solid #d7d7d7;
}
form.checkout.woocommerce-checkout
  .checkout-right
  .e-coupon-box
  .e-coupon-anchor {
  margin: 0;
  display: block !important;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box button.e-apply-coupon {
    padding: 13px 13px;
    line-height: 1;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    background: #1E293B !important;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box button.e-apply-coupon:hover{
  background-color: #000;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box button.e-apply-coupon:before {
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box .e-woocommerce-coupon-nudge.e-checkout-secondary-title {
  display: none;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box .e-coupon-anchor-description {
  display: none;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box .e-checkout-secondary-title {
  margin: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
    grid-template-columns: 75% auto;
    grid-column-gap: 10px;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box .input-text {
    border: 1px solid #00000014 !important;
    height: 42px;
    padding: 0 12px;
    border-radius: 3px;
    outline: none;
    color: #697786;
}
.e-coupon-box input::placeholder {
  text-transform: capitalize;
}
.e-coupon-box input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.e-coupon-box input:-ms-input-placeholder {
  text-transform: capitalize;
}
.e-coupon-box input::-ms-input-placeholder {
  text-transform: capitalize;
}
.e-coupon-box input:-moz-placeholder {
  text-transform: capitalize;
}
.e-coupon-box input::-moz-placeholder {
  text-transform: capitalize;
}
form.checkout.woocommerce-checkout .checkout-right #payment {
    margin-bottom: 8px;
}
form.checkout.woocommerce-checkout .checkout-right #payment .pay_inner {
}
form.checkout.woocommerce-checkout .checkout-right #payment .pay_inner .woocommerce-terms-and-conditions-wrapper {
}
form.checkout.woocommerce-checkout .checkout-right #payment .pay_inner .mailchimp-newsletter {
}
body.logged-in form.checkout.woocommerce-checkout .checkout-right #payment .pay_inner {
}
body.logged-in form.checkout.woocommerce-checkout .checkout-right #payment .pay_inner .woocommerce-terms-and-conditions-wrapper {
}
.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: #af1b21;
    font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 0;
}
.woocommerce-terms-and-conditions p {
    color: #222;
}
.woocommerce-terms-and-conditions ul li p {
    margin: 0;
}
.woocommerce-terms-and-conditions button {
    margin-bottom: 10px;
    color: #5bd2e6;
    background: none !important;
    padding: 0;
    outline: none;
}
.woocommerce-terms-and-conditions button br {
    display: none;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li {
    padding: 10px 0 0;
    line-height: initial;
}
/* form.checkout.woocommerce-checkout .checkout-right #payment ul li.wc_payment_method.payment_method_stripe_cc.wc-stripe-no-desc {
    padding-bottom: 0;
} */
form.checkout.woocommerce-checkout .checkout-right #payment ul li input[type="radio"] {
  margin-right: 6px;
  position: relative;
  top: -1px;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li > label {
  /* font-size: 14px; */
  display: block;
  color: #1e293b;
  font-weight: 600;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li .payment_box label {
  font-size: 16px;
  color: #a9a9a9;
}
li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
    max-height: 25px;
}
li.payment_method_stripe_googlepay label:first-of-type img {
    max-height: 26px;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li .payment_box.payment_method_stripe_cc {
      padding: 0;
    margin: 15px 0 0;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li .wc-stripe-label-payment-type {
  margin-right: 30px;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li .wc-stripe-label-payment-type:before {
  transform: translateY(1px);
}
form.checkout.woocommerce-checkout .checkout-right #payment .wc-stripe-saved-methods-container {
  padding-top: 20px;
}
form.checkout.woocommerce-checkout .checkout-right #payment .wc-stripe-saved-methods-container .select2-selection {
  border: 1px solid #ccc;
  border-radius: 4px;
}
form.checkout.woocommerce-checkout .checkout-right #payment .wc-stripe_cc-new-method-container {
  padding-top: 0px;
  margin-bottom: 0;
}
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #c59f48;
  color: #fff;
}
body.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown--below {
  border-color: #ccc;
}
.wc-stripe-bootstrap-form {
    margin-top: 21px !important;
}
.wc-stripe-bootstrap-form .md-form.md-outline {
    border-color: var( --e-global-color-2c984ec ) !important;
  min-height: 42px !important;
  box-shadow: none !important;
}
form.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
}
.woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span {
    display: inline-block !important;
    font-size: 14px;
    color: #1e293b !important;
    font-weight: 600;
}
 .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox abbr.required {
  display: none
}
.woocommerce-terms-and-conditions-checkbox-text a::after {
  content: " *";
  color: var(--wc-red);
  font-size: 16px;
  margin-left: 2px; /* optional spacing */
}
form.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 16px 0 0px 0;
}
.woocommerce-checkout [name="mailchimp_woocommerce_newsletter"] + span {
}
form.checkout.woocommerce-checkout #customer_details label {
  display: none !important;
}
form.checkout.woocommerce-checkout #customer_details .input-text,
form.checkout.woocommerce-checkout #customer_details .select2-selection.select2-selection--single {
  outline: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row{
  margin-bottom: 15px;
}
form.checkout.woocommerce-checkout #customer_details .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 27px;
    border: 0;
}
form.checkout.woocommerce-checkout .e-woocommerce-login-section {
  border-radius: 0;
  margin: 25px 0;
}
form.checkout.woocommerce-checkout .woocommerce-form-login-toggle.e-checkout-secondary-title, 
form.checkout.woocommerce-checkout .woocommerce-form-login-toggle.e-checkout-secondary-title
  a {
  font-size: 22px;
  margin: 0;
  color: var(--e-global-color-secondary);
}
form.checkout.woocommerce-checkout .e-woocommerce-login-section .input-text {
  border: 1px solid #ccc !important;
  outline: 0;
}
#wc-stripe-card-element {
  border: 1px solid #ccc;
}
.gpay-button-container {
}
.gpay-button-container .gpay-card-info-container {
    margin-top: 24px;
    height: 48px !important;
    border-radius: 5px !important;
}
.gpay-card-info-container-fill .gpay-card-info-animation-container {
  left: 0;
}
form.checkout.woocommerce-checkout button#place_order {
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-top: 24px;
  margin-bottom: 0 !important;
}
form.checkout.woocommerce-checkout button#place_order:before {
}
form.checkout.woocommerce-checkout .apple-pay-button {
  margin-top: 28px;
  height: 48px !important;
  border-radius: 5px !important;
}
.wc_payment_method.payment_method_ppcp-gateway label img {
  float: right;
}
.payment_method_stripe_googlepay .payment_box.payment_method_stripe_googlepay,
.payment_method_stripe_applepay .payment_box.payment_method_stripe_applepay {
  height: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.ppc-button-wrapper {
    margin-top: 24px;
}
.paypal-button{
    border-radius: 5px !important;
}
.upcoming_events {
      background-color: #fff;
    padding: 20px 20px 0 20px;
    margin-top: 70px;
}
.upcoming_events .live-session-zoom-cal-items {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.upcoming_events .live-session-zoom-cal-items ul.myListDown.products {
  margin: 0;
  padding: 0;
}
.upcoming_events .live-session-zoom-cal-items ul.myListDown.products li {
  float: none;
  width: 100%;
  list-style: none;
      margin: 0 0 20px 0;
    padding-bottom: 20px;
}
.upcoming_events .live-session-zoom-cal-items ul.myListDown.products li:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.upcoming_events .session-zoom-section {
    display: grid;
    grid-template-columns: 120px 1fr 122px;
    position: relative;
}

.upcoming_events .session-zoom-section-img {
  width: 100%;
  max-width: 100%;
      align-items: center;
    display: flex;
}
.upcoming_events .session-zoom-section-cont {
      width: 100%;
    max-width: 100%;
    row-gap: 0;
    color: #222;
    align-items: center;
    display: flex;
}
.upcoming_events .session-zoom-section-cont h3.woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;
  /* padding-right: 80px !important; */
  font-size: 15px !important;
}
.upcoming_events .session-zoom-section-cont h3.woocommerce-loop-product__title + span {
    margin: 2px 0 10px;
    color: #777;
    display: block;
}
.upcoming_events .session-zoom-section-actions {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.upcoming_events .price-custom {
        width: 100%;
    font-size: 15px;
    color: #0f1724;
    font-weight: 600;
}
.upcoming_events .price-custom ins{
    text-decoration: none;
}
.upcoming_events .session-zoom-section-cont p {
  margin: 2px 0 10px;
  color: #777
}
.upcoming_events .session-zoom-section-cont .short-desc {
  font-size: 13px;
  color: var(--e-global-color-text);
}
.upcoming_events .more-btn-elem {
  text-align: left;
}
.upcoming_events .session-zoom-section-cont h2.woocommerce-loop-product__title {
  font-size: 13px !important;
  padding: 0 !important;
}
.upcoming_events ul.products li.product .button {
    /* margin-bottom: 15px; */
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
    background: #1E293B;
}
.upcoming_events .button.loading {
    padding-right: 30px !important;
}
.upcoming_events .button.loading::after {
    top: 0.68em !important;
    right: 9px;
}
.upcoming_events ul.products li.product a img {
  margin: 0;
  /* border-radius: 3px; */
}

/* form.checkout #payment #wc-stripe-cc-custom-form .wc-stripe-simple-form {
  display: grid;
    grid-template-columns: 55% 45%;
    padding: 0;
    border: 1px solid #777;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
} */
 form.checkout #payment .wc-stripe-simple-form {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on mobile */
    align-items: flex-start; /* Aligns rows to the top */
    gap: 15px; /* Creates space between fields */
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 10px;
}
form.checkout #payment .wc-stripe-simple-form > .row:first-child {
    width: 50%;
    flex-grow: 1; /* Allow it to grow */
}
form.checkout #payment .wc-stripe-simple-form > .row:last-child {
    width: 50%;
    flex-grow: 1;
}
form.checkout #payment #wc-stripe-cc-custom-form .wc-stripe-simple-form .row {
  margin: 0;
}
form.checkout
  #payment
  #wc-stripe-cc-custom-form
  .wc-stripe-simple-form
  .field
  .input {
  background-color: #f1f1f1;
  color: #222;
  min-width: 222px;

}
.wc-stripe-simple-form .baseline {
  display: none !important;
}
.wc-stripe-simple-form label,
.woocommerce-checkout
  .woocommerce-checkout
  #payment
  ul.payment_methods
  li
  .wc-stripe-simple-form
  label {
  bottom: 15px !important;
  color: #777 !important;
}
form.checkout.woocommerce-checkout .checkout-right .e-coupon-box {
    border: 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    margin-top: 23px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    padding-top: 38px;
    padding-bottom: 38px;
    margin-bottom: 38px;
}
form.checkout.woocommerce-checkout .checkout-right #payment {
  border: 0;
  background: none;
  padding: 0;
}

form.checkout.woocommerce-checkout .checkout-right {
    padding: 0px;
}
form.checkout.woocommerce-checkout .checkout-right .right_inner {
  padding: 30px;
  background: #fff;
  border: 1px solid #dce5ec;
}
form.checkout.woocommerce-checkout .checkout-left table tfoot {
  border-top: 3px solid #000;
  position: relative;
}
.checkout-left tfoot span.woocommerce-Price-amount.amount, .checkout-left tfoot .subscription-price {
    font-family: var(--e-global-typography-secondary-font-family) !important;
    font-size: 16px !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.payment_box.payment_method_stripe fieldset {
    margin: 10px 0;
    border: 1px solid #00000014 !important;
}

/* ========================================= */
/* Terms and Conditions Checkbox Styles */
/* Hide the native checkbox */
/* custom green bg */
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text::after,
 #mailchimp_woocommerce_newsletter:checked + span::after{
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 0;
    transform: none;
    background: #72d058;
    border-radius: 3px;
}
form.checkout.woocommerce-checkout
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-terms-and-conditions-checkbox-text::before,.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
      /* top: 0.0001em; */
}
/* Hide native radio chekbox input  */
.woocommerce-checkout .wc_payment_method input[type="radio"], .woocommerce-checkout .wc_payment_method input[type="checkbox"] {
  position: absolute !important;
  left: -9999px;
}

/* Label container styling */
.woocommerce-checkout .wc_payment_method label {
  position: relative;
  vertical-align: middle;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  line-height: 2;
  user-select: none;
}

/* Custom outer circle */
.woocommerce-checkout .wc_payment_method label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px; 
}



/* Inner dot when selected */
.woocommerce-checkout .wc_payment_method input[type="radio"]:checked + label::after, .woocommerce-checkout .wc_payment_method input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 3px;
    background: #0e73d1;
    border-radius: 3px;
}
.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin-bottom: 0;
}
/* ========================================= */
/* Login Modal Styles */
.login-modal-content {
    margin-left: 5px;
    margin-right: 5px;
}
.login-modal-content input.input-text {
  border: 1px solid var(--e-global-color-secondary) !important;
}
.login-modal-content .form-row {
  width: 100% !important;
  margin: 0px 0 15px !important;
}
.login-modal-content .form-row label {
  margin-bottom: 0.5em;
}
.login-modal label[for="username"], .login-modal label[for="password"] {
    display: none !important;
}
.login-modal-content .woocommerce-button.button.woocommerce-form-login__submit {
  margin-top: 15px;
  border-radius: 3px;
}
.login-modal-content .close-login-modal {
  font-size: 32px !important;
}
.woocommerce-form__linkBtn.button {
    color: #222;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    border: 3px solid #222;
    border-radius: 2px;
    text-align: center;
    /* margin-bottom: 40px; */
}
.woocommerce-form__linkBtn.button:hover {
    color:var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
}
.elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr;
    padding-top: 20px;
}


/*----------------------------------------------------------------- Order Details page ---------------------------------------------*/
.order-again{ display:none !important;}
.woocommerce-customer-details + .woocommerce-order-details__title, .woocommerce-customer-details + .woocommerce-order-details__title + .order_details {
  display: none !important;
}
.
/* ,h2.woocommerce-order-details__title, h2.woocommerce-order-details__title + .woocommerce-table.shop_table.order_details */
.elementor-widget-woocommerce-purchase-summary .woocommerce h2 {
  margin-top: 0;
}
.elementor-element.elementor-element-23f30d6 .e-con-inner {
  padding-top: 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
  list-style: none; /* Common for such lists */
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li {
  font-size: var(--e-global-typography-text-font-size);
  font-family: var(--e-global-typography-text-font-family);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-thankyou-order-details
  li {
  margin-bottom: 0;
  word-break: break-word;
  /* Typography from parent ul or global li */
}

.woocommerce-order-received .woocommerce-notice {
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
  /* Typography from global p if it contains p tags */
}

li.woocommerce-order-overview__payment-method.method {
  display: none;
}

.woocommerce-order-received .table_wrap_whole .order_details td {
  padding: 6px 8px 6px 0 !important;
  text-decoration: unset;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  font-size: 14px !important; /* Differs from global p */
  border-top: 1px solid var(--e-global-color-secondary) 0001a;
  color: var(--e-global-color-secondary);
}

.woocommerce-order-received .woocommerce table td,
.woocommerce-order-received .woocommerce table td a {
  letter-spacing: var(
    --e-global-typography-text-letter-spacing
  ); /* Overrides global p letter-spacing if any */
  /* Typography from .woocommerce-order-received .table_wrap_whole .order_details td will apply to td text */
  /* For 'a' tags inside, ensure they inherit or have specific styles */
}
.woocommerce-order-received .table_wrap_whole .order_details td.download-product a{
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-size: 14px;;
}

.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  table.order_details
  p,
.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  table.order_details
  ul {
  padding-left: 0;
  font-size: 14px; /* Matches global p */
  font-family: var(--e-global-typography-text-font-family);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce table ul {
  list-style-position: inside;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce table strong {
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table.order_details
  tr
  th:first-child {
  width: 70%;
}

.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  tbody
  td.product-name {
  text-transform: capitalize;
  letter-spacing: 0;
  /* Font styling from general table td */
}

.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .order-again
  .button {
  display: inline-block;
  margin-top: 20px;
  /* Typography from global button or .woocommerce a.button */
}

.woocommerce-order-received section.woocommerce-order-details table,
.woocommerce-order-received section.woocommerce-order-downloads table,
.woocommerce-order-received section.woocommerce-customer-details address {
      padding: 0 !important;
  /* padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important; */
  /* Text inside address will use browser defaults or inherit global P if address contains P tags */
}
.woocommerce-order-received section.woocommerce-customer-details address {
  font-style: normal; /* Common reset for address tag */
  line-height: var(
    --e-global-typography-text-line-height
  ); /* Example for address blocks */
      padding: 10px !important;
    height: auto !important;
}

.woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received section.woocommerce-order-downloads,
.woocommerce-order-received section.woocommerce-customer-details {
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
  margin-bottom: 1em; /* Added spacing between sections */
}

.woocommerce-order-received
  .woocommerce-order
  > h2.woocommerce-order-details__title,
.woocommerce-related-subscriptions h2 {
  /* These are H2 tags */
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
  /* Typography from global H2: Sansation Regular, 44px, 1.2em line-height etc. */
}

.woocommerce-order-received
  .woocommerce-order
  > table.woocommerce-table.shop_table.order_details,
.woocommerce-order-received .woocommerce-related-subscriptions table {
  padding-top: 0 !important;
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  /* Typography for TH/TD inside from rules above */
}

.woocommerce-order-received .woocommerce table th {
  letter-spacing: 0; /* Overrides global th letter-spacing if any */
  /* Typography from .woocommerce-account .woocommerce table th if applicable, or needs specific definition */
}

.woocommerce-order-received section.woocommerce-order-details header {
  margin-top: 38px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-subscriptions td {
  color: #222;
  font-family: var(--e-global-typography-text-font-family);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}
.woocommerce-checkout button[name="zoom-link"],
.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  .button.alt {
  background: var(--e-global-color-secondary) !important;
  color: #fff !important;
  padding: 10px;
  height: auto;
  border-radius: 3px;
  font-size: 14px;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: 1;
}
.woocommerce-checkout button[name="zoom-link"]:hover,
td.subscription-actions.order-actions a.woocommerce-button.button:hover,
.elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  .button.alt:hover {
  background: var(
    --e-global-color-5d2a222
  ) !important; /* Using Elementor variable #5BD2E6 */
  color: var(--e-global-color-secondary) !important;
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tfoot td ,.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tfoot td span{
  font-family: var(--e-global-typography-secondary-font-family);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
}
.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tbody td span.woocommerce-Price-amount, .woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tbody td .woocommerce-Price-currencySymbol{
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}




/*----------------------------------------------------------------- My Account Desktop CSS ------------------------------------------------------*/

/* ========================================= */
/* Login / Register Page Styles              */
/* ========================================= */

/* Hide default labels for username/password fields */
#customer_login label[for="username"], 
#customer_login label[for="password"],
#customer_login [for="reg_email"], 
#customer_login [for="reg_password"] {
    display: none !important;
}

/* Login/Register form container */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
}

/* Login/Register page headings */
.woocommerce-account h2 {
    font-size: 44px;
    margin: 8px auto 16px;
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    font-family: var(--e-global-typography-accent-font-family);
}

/* Login form row labels */
.woocommerce form .form-row label {
    line-height: var(--e-global-typography-text-line-height);
    margin-bottom: 0.25em;
    display: inline-block !important;
}

/* Reset password page text */
.woocommerce-ResetPassword p {
    font-size: var(--e-global-typography-text-font-size);
    font-family: var(--e-global-typography-text-font-family);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}

/* Checkbox label styles for login/register */
.woocommerce-account [name="mailchimp_woocommerce_newsletter"] + span, 
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    font-family: var(--e-global-typography-text-font-family) !important;
    font-size: var(--e-global-typography-text-font-size) !important;
}

/* Custom checkbox styling */
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    user-select: none;
}

.woocommerce-form__label-for-checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid #777;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

/* Hide newsletter subscribe label */
label[for="mailchimp_woocommerce_is_subscribed"],
label[for="mailchimp_woocommerce_is_unsubscribed"] {
    display: none !important;
}

/* ========================================= */
/* My Account Dashboard / Tables             */
/* ========================================= */

/* Account page introductory text */
/* .woocommerce-account > .elementor-widget-container p {
    margin-top: 1em;
} */

/* Action buttons in orders table */
.woocommerce-account .woocommerce-button.button.pay,
.woocommerce-account .woocommerce-button.button.cancel,
.woocommerce-account .woocommerce-button.button.view {
    margin-right: 3px;
}

.woocommerce-orders-table__cell-order-actions a.button {
    padding: 5px 16px !important;
    font-size: 14px !important;
    font-family: var(--e-global-typography-accent-font-family);
}

/* Custom notification styles */
.custom_notification {
    color: #ffffff;
    background-color: #46adbf;
    border-color: #b8daff;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.custom_notification ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.remove_notification {
    float: right;
    text-decoration: none !important;
    font-size: 50px !important;
    position: relative;
    top: -30px;
    color: #ffffff !important;
}

/* Search wrapper in downloads */
.input_search_wrap input.form-control {
    border-radius: 5px;
    border-right: 0 !important;
    padding: 10px 15px;
    height: 55px;
    margin: 0 !important;
    outline: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input_search_wrap,
.woocommerce-account .orbisius-woocommerce-ext-filter-downloads-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 44px;
    border-radius: 3px;
}

.input_search_wrap button,
.orbisius-woocommerce-ext-filter-downloads-filter-wrapper button {
    background: var(--e-global-color-secondary);
    border: none;
    padding: 15px;
    width: 55px;
    height: 55px;
    border-radius: 0 3px 3px 0;
}

.input_search_wrap button:hover,
.orbisius-woocommerce-ext-filter-downloads-filter-wrapper button:hover {
    background: var(--e-global-color-accent) !important;
}

/* Table wrapper with scroll */
.woocommerce-account .table_wrap_whole {
    max-height: 80vh;
    overflow: auto;
    margin-bottom: 50px;
    position: relative;
    min-height: 800px;
}

/* Sticky table header */
.woocommerce-account table thead {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 98;
    background: #fff;
}

.woocommerce-account .woocommerce table {
    border-collapse: collapse;
    background: #fff;
}

/* Table header styles */
.woocommerce-account .woocommerce table th {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-text);
    border: 2px solid #0000001a;
    padding: 7px 8px 4px;
    background: #fff !important;
    min-width: 120px;
}

/* Table cell styles */
.woocommerce-account .woocommerce table td {
    border: 2px solid #0000001a;
    padding: 6px 8px;
    background: #fff !important;
    font-size: var(--e-global-typography-accent-font-size);
    font-family: var(--e-global-typography-accent-font-family);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

/* Inner elements in table cells */
.woocommerce-account .woocommerce table td p,
.woocommerce-account .woocommerce table td ul,
.woocommerce-account .woocommerce table td ol,
.woocommerce-account .woocommerce table td li,
.woocommerce-account .woocommerce table td span,
.woocommerce-account .woocommerce table td em,
.woocommerce-account .woocommerce table td u,
.woocommerce-account .woocommerce table td small,
.woocommerce-account .woocommerce table td label {
    font-size: var(--e-global-typography-text-font-size);
    font-family: var(--e-global-typography-text-font-family);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.woocommerce-account .woocommerce table td p {
    font-weight: 400;
}

/* Order actions column minimum width */
.woocommerce-account .my_account_orders:not(.woocommerce-zoom-meetings) td.woocommerce-orders-table__cell-order-actions {
    min-width: 220px;
}

/* Download file cell alignment */
.woocommerce-account td.download-file {
    text-align: center;
}

/* Links inside table */
.woocommerce-account .woocommerce table th > a {
    font-size: var(--e-global-typography-accent-font-size);
    font-family: var(--e-global-typography-accent-font-family);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

.woocommerce-account .woocommerce table td > a:not(.button) {
    color: var(--e-global-color-text);
    font-size: var(--e-global-typography-accent-font-size);
    font-family: var(--e-global-typography-accent-font-family);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

.woocommerce-account .woocommerce table a:not(.button):hover {
    color: var(--e-global-color-5d2a222);
}

/* Table footer styles */
.woocommerce-account .woocommerce table tfoot th {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 22px;
    background: #fff;
    color: var(--e-global-color-text);
    line-height: var(--e-global-typography-primary-line-height);
}

/* WOS Wrapper */
#wos_wrapper {
    padding: 15px 0 5px;
    border-radius: 0;
}

/* Button styles for downloads and orders */
a.woocommerce-MyAccount-downloads-file.button,
#wos_wrapper input[type="submit"],
.woocommerce-orders-table__cell-order-actions a.button,
button#vieworder {
    padding: 10px;
    background: #0095ff !important;
    color: #fff !important;
        border: 0 !important;
}

a.woocommerce-MyAccount-downloads-file.button:hover,
#wos_wrapper input[type="submit"]:hover,
.woocommerce-orders-table__cell-order-actions a.button:hover,
button#vieworder:hover {
    background: #026CB8 !important;
    //color: var(--e-global-color-secondary) !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Account table buttons */
.woocommerce-account table button {
    min-width: 77px;
}

/* Pagination styles */
.pagic-meeting-pagination a {
    color: #5BD2E6 !important;
}

/* Item meta list */
ul.wc-item-meta {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    padding: 0;
}

/* Product total column */
.woocommerce-account .woocommerce table td.woocommerce-table__product-total.product-total {
    min-width: 75px;
}

/* Product name link */
.woocommerce-account .woocommerce table td.woocommerce-table__product-name.product-name a {
    color: var(--e-global-color-text);
}

/* Download file button */
.woocommerce table.shop_table td a.woocommerce-MyAccount-downloads-file.button.alt {
    min-width: 140px;
    display: inline-block;
    text-align: center;
}

/* Subscription total */
td.subscription-total.order-total span {
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-family: var(--e-global-typography-accent-font-family) !important;
    letter-spacing: var(--e-global-typography-accent-letter-spreading) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}

/* ========================================= */
/* Subscription View Page Styles             */
/* ========================================= */
.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tfoot td,
.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tfoot td span {
    font-family: var(--e-global-typography-secondary-font-family);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
}

.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tbody td span.woocommerce-Price-amount,
.woocommerce-account.woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content table tbody td .woocommerce-Price-currencySymbol {
    font-family: var(--e-global-typography-accent-font-family);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

/* ========================================= */
/* Accordion Row Styles                      */
/* ========================================= */
tr#accordian-row .accordion-content {
    padding: 15px;
    margin-top: 0;
    margin: 15px;
    border: 3px solid #ccc;
    border-top-width: 1px;
}

tr#accordian-row .acoordian-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 400;
    column-gap: 10px;
}

tr#accordian-row td {
    padding: 0 !important;
    border: 0px solid var(--e-global-color-secondary) !important;
    text-align: unset !important;
}

tr#accordian-row td:before {
    /* display: none !important; */
}

tr#accordian-row h4.acoordian-title {
    margin: 0.3rem 0 0.8rem 0;
    text-align: left;
}

tr#accordian-row h4.acoordian-title a {
    color: var(--e-global-color-secondary);
}

tr#accordian-row h4.acoordian-title a:hover {
    color: #5bd2e6;
}

tr#accordian-row .acoordian-close {
    padding-top: 0.2rem;
    color: #5ad0e4;
    cursor: pointer;
    font-weight: bold;
    min-width: 65px;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
}

/* ========================================= */
/* Lost Password / Reset Form                */
/* ========================================= */
.woocommerce-ResetPassword.lost_reset_password button:disabled[disabled],
.woocommerce-ResetPassword.lost_reset_password button:hover,
.woocommerce-ResetPassword.lost_reset_password button:active,
.woocommerce-ResetPassword.lost_reset_password button:focus {
    background: var(--e-global-color-5d2a222) !important;
    color: #222 !important;
    opacity: 1 !important;
}









/*----------------------------------------------------------------- Responsive Checkout Page ------------------------------------------------------*/

/* Tablet Styles (max-width: 991px) */
@media (max-width: 991px) {
    form.checkout.woocommerce-checkout .checkout-columns-wrapper {
        grid-template-columns: 1fr;
        max-width: 100% !important;
        transform: translateX(0px);
        grid-gap: 38px;
    }

    form.checkout.woocommerce-checkout .title-checkout-wrapper {
        justify-content: space-between;
    }

    form.checkout.woocommerce-checkout .title-checkout-wrapper .title-checkout {
        font-size: 52px;
        line-height: 52px;
    }

    form.checkout.woocommerce-checkout .title-checkout-wrapper .checkout-top-price .total-box {
        font-size: 15px;
        margin-bottom: 3px;
    }

    form.checkout.woocommerce-checkout .title-checkout-wrapper .checkout-top-price {
        font-size: 28px;
    }

    form.checkout.woocommerce-checkout .checkout-right .e-coupon-box .e-apply-coupon {
        width: 100%;
    }

    form.checkout.woocommerce-checkout .checkout-left {
        padding: 0 15px;
    }

    form.checkout.woocommerce-checkout .checkout-right {
        padding: 15px;
    }

    form.checkout.woocommerce-checkout .checkout-right > .section-title {
        margin: 0px -15px 0px -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .upcoming_events.elementor-hidden-mobile {
        /* display: none; */
    }
}

/* Mobile Styles (max-width: 767px) */
@media screen and (max-width: 767px) {
    /* Checkout Page Mobile Styles */
    form.checkout.woocommerce-checkout .checkout-left .cl_inner,
    form.checkout.woocommerce-checkout .checkout-right #customer_details {
        padding: 0px;
    }

    form.checkout.woocommerce-checkout .checkout-left table tbody tr td.product-total .removeBtn {
        top: 11px;
    }


    form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item.chained_item td.product-name .checkout-product-thumbnail img {
        width: 44px;
        min-width: 44px;
    }

    form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item.chained_item td.product-name .checkout-product-thumbnail {
        min-width: 60px;
        width: 60px;
    }


    form.checkout.woocommerce-checkout .checkout-left table thead tr th.product-total {
        width: 20%;
    }

    form.checkout.woocommerce-checkout .checkout-left table tbody tr td.product-total .subscription-price {
        width: auto;
    }

    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
        max-width: 170px;
    }

    form.checkout.woocommerce-checkout .checkout-left table tbody tr td p,
    .upcoming_events .session-zoom-section-cont p {
        font-size: 14px;
    }

    form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name strong {
        font-size: 14px;
    }

    form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td {
        font-size: 14px !important;
    }

    /* Payment Section Mobile */
    .ppc-button-wrapper {
        margin: 24px 15px 23px;
    }

    .gpay-button-container .gpay-card-info-container,
    form.checkout.woocommerce-checkout .apple-pay-button {
        margin-bottom: 8px;
    }

    .wc-stripe-bootstrap-form .col-md-4.mb-3 + .col-md-4.mb-3 {
        margin-bottom: 0 !important;
    }

    /* Terms & Checkbox Adjustments */
    .woocommerce-terms-and-conditions-wrapper .validate-required label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .required {
        left: 25px;
    }

    .woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span,
    [name="mailchimp_woocommerce_newsletter"] + span {
        padding-left: 34px;
        height: auto;
        line-height: var(--e-global-typography-text-line-height) !important;
    }

    .woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span:before,
    .woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span:after,
    [name="mailchimp_woocommerce_newsletter"] + span:before,
    [name="mailchimp_woocommerce_newsletter"] + span:after {
        width: 22px;
        height: 22px;
    }

    .woocommerce-terms-and-conditions-wrapper [type="checkbox"]:checked + span:before,
    [name="mailchimp_woocommerce_newsletter"]:checked + span:before {
        width: 7px;
        height: 15px;
    }
}

/* Small Mobile Styles (max-width: 600px) */
@media (max-width: 600px) {
    .upcoming_events .session-zoom-section {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .upcoming_events .live-session-zoom-cal-items ul.myListDown.products li {
        padding-bottom: 15px;
    }

    .upcoming_events .session-zoom-section-img {
        margin: 0 0 20px;
    }

    .upcoming_events ul.products li.product a img {
        margin: 0;
    }

    /* Stripe Form Mobile */
    form.checkout #payment #wc-stripe-cc-custom-form .wc-stripe-simple-form {
        width: 100%;
    }

    .wc-stripe-card-icons-container {
        margin-top: 9px;
        display: none !important;
    }

    form.checkout.woocommerce-checkout .checkout-right #payment ul li .payment_box.payment_method_stripe_cc {
        margin: 16px 0 0;
    }
}

/* Extra Small Mobile Styles (max-width: 500px) */
@media screen and (max-width: 500px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img {
        max-height: 24px;
    }

    .woocommerce-checkout .access-for-order-page > div {
        align-items: self-start;
    }

    .woocommerce-checkout .access-for-order-page > div:first-child > div:first-child {
        max-width: 60px;
    }

    .woocommerce-checkout .access-for-order-page > div span {
        top: 2.5px;
    }
}

/* Very Small Mobile Styles (max-width: 350px) */
@media screen and (max-width: 350px) {
    form.checkout.woocommerce-checkout .checkout-right > .section-title {
        margin: 0;
        padding: 7px 15px 3px;
    }

    form.checkout.woocommerce-checkout .checkout-right .e-checkout__container {
        padding: 0 15px;
    }

    form.checkout.woocommerce-checkout .checkout-right {
        padding-left: 0;
        padding-right: 0;
    }

    form.checkout.woocommerce-checkout .checkout-right .e-coupon-box .e-coupon-anchor,
    form.checkout.woocommerce-checkout .checkout-right #payment {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*----------------------------------------------------------------- Responsive Thank You (Order Received) Page ---------------------------------------------*/

/* Tablet & Mobile Styles (max-width: 767px) */
@media screen and (max-width: 767px) {
    /* Order Details Table Responsive */
    .woocommerce-order-received .woocommerce table.shop_table.order_details:not(.woocommerce-table--order-downloads) td:before {
        /* display: none; */
    }

    .woocommerce-account .woocommerce table.shop_table.order_details td:before {
        /* display: none; */
    }

    /* Stack order details for mobile */
    .woocommerce-order-received .woocommerce table.order_details tr {
        /* display: block; */
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .woocommerce-order-received .woocommerce table.order_details td {
        /* display: block;
        width: 100%;
        text-align: left !important;
        padding: 6px 8px 6px 0 !important;
        border: none; */
    }

    .woocommerce-order-received .woocommerce table.order_details th {
        /* display: none; */
    }

    /* Customer details section */
    .woocommerce-order-received section.woocommerce-customer-details address {
        padding: 15px !important;
    }

    /* Order overview list */
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding: 15px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        /* display: block;
        width: 100%; */
        margin-bottom: 10px;
        text-align: left;
        border-right: none;
        padding: 5px 0;
    }

    /* Section spacing */
    .woocommerce-order-received section.woocommerce-order-details,
    .woocommerce-order-received section.woocommerce-order-downloads,
    .woocommerce-order-received section.woocommerce-customer-details {
        margin-bottom: 20px;
    }
}

/* Small Mobile Styles for Thank You Page (max-width: 500px) */
@media screen and (max-width: 500px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table.order_details tr th:first-child {
        width: auto;
    }

    .woocommerce-order-received .woocommerce-order > h2.woocommerce-order-details__title,
    .woocommerce-related-subscriptions h2 {
        font-size: 28px !important;
        padding: 10px 15px !important;
    }
}

/*----------------------------------------------------------------- Responsive My Account Page ------------------------------------------------------*/

/* Tablet Styles (max-width: 991px) */
@media (max-width: 991px) {
    /* Filter wrapper adjustments */
    .product_listing_wrap .filter_wrap {
        margin-bottom: 20px;
    }

    .category_box h3,
    .category_download h3 {
        font-size: 20px !important;
    }
}

/* Mobile Styles (max-width: 767px) */
@media screen and (max-width: 767px) {
    /* Global My Account Typography */
    .elementor-kit-7 h2 {
        font-size: 25px;
    }

    /* Account page title */
    .woocommerce-account h2 {
        font-size: 32px;
    }

    /* Table Responsive - Stacked Layout */
    .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce table:not(.woocommerce-table--order-details) tr {
        display: block;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content table th,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content table td {
        text-align: left !important;
        border-bottom: 1px solid #eee;
        word-break: break-word;
    }

    /* Table cell data-title attribute styling */
    .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table.my_account_orders.account-orders-table:not(.woocommerce-table--order-details) th,
    .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table:not(.woocommerce-table--order-details) td {
        border-bottom: 1px solid #eee;
        word-break: break-word;
        text-decoration: unset;
        padding: 4px 6px 4px 85px !important;
        position: relative;
    }

    .woocommerce-account .woocommerce table td:before,
    .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table.my_account_orders.account-orders-table:not(.woocommerce-table--order-details) th:before {
        content: attr(data-title) ": ";
        display: inline-block;
        width: auto;
        padding-right: 5px;
        font-family: 'Inter', sans-serif;
        font-weight: normal !important;
        font-size: 17px;
        padding-top: 1px;
    }

    .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table.my_account_orders.account-orders-table:not(.woocommerce-table--order-details) th:before,
    .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table:not(.woocommerce-table--order-details) td:before {
        border-right: 1px solid #80808080;
        padding: 5px 5px 3px 5px;
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        text-align: left;
        height: 100%;
    }

    /* Hide table header for stacked layout */
    .woocommerce-account .woocommerce table thead {
        display: none;
    }

    .woocommerce-account .woocommerce table th {
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    /* Special case for order details table - no data-title needed */
    .woocommerce-account .woocommerce table.shop_table.order_details:not(.woocommerce-table--order-downloads) td:before,
    .woocommerce-account .woocommerce table.shop_table.subscription_details td:before {
        /* display: none; */
    }

    /* Hide blank notes column */
    td#blank-notes {
        display: none;
    }

    .woocommerce-account .woocommerce table {
        background: transparent;
    }

    /* Download file cell alignment */
    .woocommerce-account .woocommerce table.my_account_orders td.download-file:before {
        padding-top: 5px;
    }

    /* Action buttons container */
    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions:before {
        /* display: none !important; */
    }

    /* Info message button */
    .woocommerce-account .woocommerce-info a.woocommerce-Button.button {
        margin: 10px auto 0 !important;
        float: none !important;
    }

    /* Order actions buttons spacing */
    .woocommerce-orders-table__cell-order-actions a.button {
        margin-bottom: 3px;
        display: inline-block;
    }

    /* General list items */
    ul li,
    ol li {
        font-size: 14px;
    }

    /* Error/Info/Messages mobile */
    .woocommerce-error li .button,
    .woocommerce-info li .button,
    .woocommerce-message li .button {
        margin: 10px auto;
        float: none !important;
    }

    .upcoming_events {
        padding: 15px;
    }
    .upcoming_events .session-zoom-section-cont {
        justify-content: center;
        margin-bottom: 11px;
    }
}

/* Small Mobile Styles for My Account (max-width: 500px) */
@media screen and (max-width: 500px) {
    .woocommerce-tabs-navigation a {
        font-size: 11px;
        margin: 3px 0;
    }
}

/* Extra Small Mobile (max-width: 350px) */
@media screen and (max-width: 350px) {
    .woocommerce-tabs-navigation a {
        font-size: 11px;
    }
}

/* Recaptcha Badge Position Fix for very small screens */
@media (max-width: 342px) {
    .grecaptcha-badge {
        bottom: 70px !important;
    }
}

/* Tablet Landscape (min-width: 992px) to (max-width: 1024px) */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    form.checkout.woocommerce-checkout .checkout-right .e-coupon-box button.e-apply-coupon {
        width: 100%;
    }
}

/* Tablet Portrait to Landscape (min-width: 768px) to (max-width: 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-notices-wrapper a.button {
        float: none !important;
        margin-top: 10px;
    }
}

/* Desktop minimum width adjustments */
@media only screen and (min-width: 769px) {
    .upcoming_events ul.products li.product .button {
        float: none;
    }
    
    form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td {
        max-width: none !important;
    }
    
}
@media only screen and (min-width: 768px) {
      .upcoming_events .live-session-zoom-cal-items ul li .session-zoom-section .session-zoom-section-img a img {
        width: 100px;
        min-width: 100px;
    }
}

/* Desktop Medium (min-width: 992px) to (max-width: 1290px) */
@media only screen and (min-width: 992px) and (max-width: 1290px) {
    form.checkout.woocommerce-checkout .checkout-columns-wrapper {
        max-width: 100% !important;
        transform: translateX(0px);
    }
}







/*================= Product Detail Page CSS ==================*/
body.single-product #wpgs-gallery .wcgs-carousel.spswiper {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 20px;
}
body.single-product #wpgs-gallery .gallery-navigation-carousel-wrapper {
  padding: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
body.single-product #wpgs-gallery .wcgs-thumb.spswiper-slide img {
  height: auto !important;
  max-height: 100% !important;
  padding: 5px;
  aspect-ratio: 1 / 1;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
body.single-product #wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
    border: 1px solid #0095ff;
}

body.single-product .single-product-short-description {
  font-size: 14px;
}

body.single-product .related-product .swiper .product_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 34px;
}
body.single-product .related-product .swiper .add_to_cart_button {
  width: 100%;
  display: block;
  background-color: #0a1929 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 6px 18px;
  display: block;
}
body.single-product .related-product .swiper .add_to_cart_button:hover {
  background-color: #026cb8 !important;
  color: #fff !important;
}
body.single-product .related-product .swiper .product-type-variable .elementor-add-to-cart.elementor-product-variable {
  margin-top: 41px;
}

body.single-product .related-product .elementor-swiper-button svg {
  width: 14px;
  height: 14px;
}
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow, #wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow {
  border-radius: 25px;
}
body.single-product .cart .bundle_wrap .bundle_button .qib-button-wrapper {
    border: 1px solid #0000001a;
    border-radius: 10px;
    width: 150px;
    margin: 0 0 20px 0;
}
body.single-product .cart .thwepo-extra-options.thwepo_bundle,
body.single-product .cart .thwepo-extra-options.thwepo_simple {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
body.single-product .cart .thwepo-extra-options.thwepo_bundle td {
  padding: 10px 20px;
  vertical-align: middle;
  background: transparent;
}
body.single-product .cart .thwepo-extra-options.thwepo_bundle td .label-tag,
body.single-product .cart .thwepo-extra-options.thwepo_simple td .label-tag {
  padding-left: 0;
}
body.single-product .cart .thwepo-extra-options.thwepo_bundle td input[type="text"],
body.single-product .cart .thwepo-extra-options.thwepo_simple td select {
  outline: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 14px;
  margin-top: 6px;
}
body.single-product .cart .thwepo-extra-options.thwepo_simple td {
  padding: 10px 20px;
  background: transparent;
}
body.single-product .cart .e-atc-qty-button-holder .qib-button-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  justify-content: flex-start;
  flex-basis: auto !important;
}
body.single-product .cart .e-atc-qty-button-holder .single_add_to_cart_button {
  width: 100%;
}

header[data-elementor-type="header"] nav ul li {
  margin-bottom: 2px;
}

form.checkout .checkout-left .cl_inner {
  padding: 20px;
  border: 1px solid #dce5ec;
  background: #ffffff;
}

/*form.checkout .checkout-left .cl_inner .shop_table .cart_item td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dce5ec;
}*/
form.checkout .checkout-left .cl_inner .shop_table .cart_item td {
  font-size: 14px;
  font-weight: 700;
}
form.checkout .checkout-left .cl_inner .shop_table .cart_item td.product-name .box {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
form.checkout .checkout-left .cl_inner .shop_table .cart_item td.product-name .checkout-product-thumbnail {
  width: 80px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
form.checkout .checkout-left .cl_inner .shop_table .cart_item td.product-name .checkout-product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  padding: 6px;
  border: 1px solid #dce5ec;
  border-radius: 8px;
  background: #fff;
}


form.checkout.woocommerce-checkout .checkout-left table tfoot .fRow {
    display: flex;
    justify-content: space-between;
}
form.checkout.woocommerce-checkout .checkout-left table tfoot .total-quantity td {
  text-align: right;
}



@media only screen and (max-width: 767px) {
  form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td {
    padding: 10px;
  }
  form.checkout.woocommerce-checkout .checkout-left table tbody tr td.product-total .removeBtn {
    position: static;
  }
  form.checkout.woocommerce-checkout .checkout-left table thead tr th {
    padding: 10px !important;
  }
  form.checkout.woocommerce-checkout .checkout-left table tfoot tr td,
  form.checkout.woocommerce-checkout .checkout-left table tfoot tr th {
    padding: 10px;
  }
  form.checkout.woocommerce-checkout .checkout-right > .section-title {
    margin: 0;
  }
}
