/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ========================================= */
/* Global Typography Settings                */
/* ========================================= */
h1,.elementor-widget-text-editor h1 a, .elementor-widget-text-editor h1 strong{
    font-family: "Bebas Neue", Sans-serif;
    font-size: 88px;
    font-weight: normal;
    line-height: 0.9em;
}

h2, .elementor-widget-text-editor h2 a,.elementor-widget-text-editor h2 strong{
  font-family: "Sansation Regular", Sans-serif;
  font-size: 63px;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: -0.01em;
}

h3, .elementor-widget-text-editor h3 a, .elementor-widget-text-editor h3 strong{
  font-family: "Bebas Neue", Sans-serif;
  font-size: 55px;
  font-weight: normal;
  line-height: 0.9em;
  letter-spacing: -0.01em;
}

h4, .elementor-widget-text-editor h4 a,.elementor-widget-text-editor h4 strong {
  font-family: "Sansation Regular", Sans-serif;
  font-size: 33px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0em;
}

h5, .elementor-widget-text-editor h5 a, .elementor-widget-text-editor h5 strong{
  font-family: "Bebas Neue", Sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 0.9em;
  letter-spacing: 0px;
}

h6, .elementor-widget-text-editor h6 a, .elementor-widget-text-editor h6 strong{
  font-family: "Sansation Regular", Sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
}
strong, b {
    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: 700;
    line-height: var(--e-global-typography-text-line-height);
}
/* p {
  font-family: "Sansation Light", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.5em;
}

p strong,
p b {
  font-weight: 700;
}

ul li,
ol li {
  font-family: "Sansation Light", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.5em;
} */

.custom-button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  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;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
  outline: none;
}

/*--------------------------------------------------------------------------- Global css -------------------------------------------*/

*,
:after,
:before {
  box-sizing: border-box;
}

/* Standard placeholder (modern browsers) */
input::placeholder,
textarea::placeholder {
  color: #777 !important;
  font-family: var(--e-global-typography-text-font-family) !important;
  letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  opacity: 1;
}

/* WebKit browsers (Chrome, Safari, newer Edge) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777;
  font-family: var(--e-global-typography-text-font-family) !important;
  letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
}

/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
  font-family: var(--e-global-typography-text-font-family) !important;
  letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  opacity: 1;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777;
  font-family: var(--e-global-typography-text-font-family) !important;
  letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
}

/* Old Edge (EdgeHTML) */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #777;
  font-family: var(--e-global-typography-text-font-family) !important;
  letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
}


/* button styling */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type="submit"],
#wos_wrapper input[type="submit"],
.woocommerce-account table button {
  background: var(--e-global-color-secondary);
  color: #fff;
  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: 1;
  height: auto;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input[type="submit"]:hover,
#wos_wrapper input[type="submit"]:hover,
.woocommerce-account table button:hover {
  background: var(--e-global-color-5d2a222); /* Using Elementor variable #5BD2E6 */
  color: var(--e-global-color-secondary);
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.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;
}

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

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

/* Custom box */
.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;
}

/* Tick mark when checked */
.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);
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  /* Base font styles will be inherited from body/kit or p global style if applicable contextually */
}

/*----------------------------------------------------------------- Common Css------------------------------------------------------ */
.grecaptcha-badge {
  bottom: 42px !important;
}
.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);
}
.woocommerce form .form-row label {
  line-height: var(--e-global-typography-text-line-height);
  margin-bottom: 0.25em;
  display: inline-block !important;
}
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 {
  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-font-letter-spacing);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-font-line-height);
  margin: 0.3rem 0 0.8rem 0;
  text-align: left;
}
tr#accordian-row h4.acoordian-title a {
  /* font-size: 16px !important;
  font-family: "Sansation Light", sans-serif !important;
  letter-spacing: 0.3px;
  font-weight: 400 !important; */
  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;
}
.home .swiper-slide{
  background: none !important;
}

/*----------------------------------------------------------------- Loign Css -----------------------------------------------------------*/
.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);
}
.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;
}
#customer_login label[for="username"], #customer_login label[for="password"],#customer_login [for="reg_email"], #customer_login [for="reg_password"]{
   display: none !important;
}
/*------------------------------------------------------------- client Portal -----------------------------------------------------------*/
/* .woocommerce-account > .elementor-widget-container p {
    margin-top: 1em;
} */
.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; /* Overrides general button padding */
  font-size: 14px !important;
  font-family: var(--e-global-typography-accent-font-family);
}
.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;
}

.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;
  /* Typography for button text would be inherited from global button styles */
}

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

label[for="mailchimp_woocommerce_is_subscribed"],
label[for="mailchimp_woocommerce_is_unsubscribed"] {
  display: none !important;
}

.woocommerce-account .woocommerce table.shop_table th span.pull-right i {
  display: none;
}

.woocommerce-account td a:hover {
  color: var(--e-global-color-5d2a222); /* Using Elementor variable */
}

.woocommerce-account .table_wrap_whole {
  max-height: 80vh;
  overflow: auto;
  margin-bottom: 50px;
  position: relative;
  min-height: 800px;
}
.woocommerce-account table thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 98;
  background: #fff;
}

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

.woocommerce-account .woocommerce table th {
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  font-size: 22px;
  color: var(--e-global-color-text);
  border: 2px solid #0000001a;
  padding: 7px 8px 4px;
  background: #fff !important;
}

.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);
}
.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;
}
.woocommerce-account
  .my_account_orders:not(.woocommerce-zoom-meetings)
  td.woocommerce-orders-table__cell-order-actions {
  min-width: 220px;
}

.woocommerce-account td.download-file{
  text-align: center;
}

.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);
}

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

#wos_wrapper {
  padding: 15px 0 5px;
  border-radius: 0;
}
a.woocommerce-MyAccount-downloads-file.button,
#wos_wrapper input[type="submit"],
.woocommerce-orders-table__cell-order-actions a.button,
button#vieworder {
  padding: 10px;
  background: var(--e-global-color-secondary) !important;
  color: #fff !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: var(--e-global-color-5d2a222) !important;
  color: var(--e-global-color-secondary) !important;
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.woocommerce-account table button {
  min-width: 77px;
}
.pagic-meeting-pagination a {
    color: #5BD2E6 !important;
}
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;
}
.woocommerce-account .woocommerce table td.woocommerce-table__product-total.product-total {
    min-width: 75px;
}
.woocommerce-account .woocommerce table td.woocommerce-table__product-name.product-name a{
    color: var(--e-global-color-text);
}
.woocommerce table.shop_table td a.woocommerce-MyAccount-downloads-file.button.alt {
    min-width: 140px;
    display: inline-block;
    text-align: center;
}
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-spacing) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}

/*----------------------------------------------------------------- Shortcode pages ------------------------------------------------*/
/* ========================================= */
/* Layout & General Product Listing Styles   */
/* ========================================= */
.product_listing_wrap {
  margin: 50px auto;
}

.product_listing_wrap .container {
  max-width: 95% !important;
}

.product_listing_default ul.products.columns-3,
.woocommerce-shop ul.products,
.category_box_2 ul.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  padding: 0;
}

.product_listing_default ul.products.columns-3:before,
.woocommerce-shop ul.products:before,
.category_box_2 ul.products.columns-3:before {
  display: none;
}

.product_listing_default ul.products.columns-3 li.product.type-product,
.woocommerce-shop ul.products li.product,
.category_box_2 ul.products.columns-3 li.product.type-product {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  background: #fff;
  padding-bottom: 33px;
  transition: 0.3s ease-in-out;
  scale: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.product_listing_default ul.products.columns-3 li.product.type-product:hover,
.woocommerce-shop ul.products li.product:hover,
.category_box_2 ul.products.columns-3 li.product.type-product:hover {
  scale: 1.02;
}

ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
}

ul.products
  li.product
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  ~ p {
  display: none !important;
}

/* ========================================= */
/* Product Image Styles                      */
/* ========================================= */
.product_listing_default ul.products.columns-3 li.product.type-product img,
.woocommerce-shop ul.products li.product a img,
.search-results .elementor-posts .elementor-post__thumbnail img,
.woocommerce.single-product div.product div.images img,
.category_box .swiper-slide a img,
.category_box_2
  ul.products.columns-3
  li.product.type-product
  a:not(.button)
  img {
  border-radius: 0;
  box-shadow: 0 5px 10px var(--e-global-color-secondary) 00040;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0;
}

/* ========================================= */
/* Product Title Styles                      */
/* ========================================= */
.livezoom {
  padding: 10px 0px 10px 0px;
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  font-size: 22px;
  text-transform: uppercase;
  color: #cc222a;
}
p.elementor-heading-title .livezoom,
p.elementor-heading-title .customtitle {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 22px;
  line-height: var(--e-global-typography-primary-line-height);
}
.product_listing_default
  ul.products.columns-3
  li.product.type-product
  h2.woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product h2.woocommerce-loop-product__title,
.category_box h2 {
  font-size: var(
    --e-global-typography-accent-font-size
  ) !important; /* Client Requirement Override */
  font-family: var(--e-global-typography-accent-font-family);
  line-height: var(--e-global-typography-accent-line-height);
  margin-bottom: 22px;
  color: var(--e-global-color-secondary);
  padding: 33px 22px 0;
  text-align: left;
}

.category_box_2 ul.products.columns-3 li.product.type-product h6,
.category_box_3 ul.products.columns-3 li.product.type-product h6,
.category_box_2 ul.products.columns-3 li.product.type-product h5,
.category_box_3 ul.products.columns-3 li.product.type-product h5,
.category_box_2 ul.products.columns-3 li.product.type-product h4,
.category_box_3 ul.products.columns-3 li.product.type-product h4,
.category_box_2 ul.products.columns-3 li.product.type-product h3,
.category_box_3 ul.products.columns-3 li.product.type-product h3 {
  margin-bottom: 22px;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  padding: 0 20px; /* Adjusted padding from original complex rule */
  text-align: left; /* Ensuring consistency */
}

/* Specific sizes for these overridden headings */
.category_box_2 ul.products.columns-3 li.product.type-product h6,
.category_box_3 ul.products.columns-3 li.product.type-product h6 {
  font-size: var(
    --e-global-typography-accent-font-size
  ) !important; /* Client Requirement Override */
  line-height: var(--e-global-typography-accent-line-height) !important;
  padding-top: 33px; /* From original grouping */
}
.category_box_2 ul.products.columns-3 li.product.type-product h5,
.category_box_3 ul.products.columns-3 li.product.type-product h5,
.category_box_2 ul.products.columns-3 li.product.type-product h4,
.category_box_3 ul.products.columns-3 li.product.type-product h4,
.category_box_2 ul.products.columns-3 li.product.type-product h3,
.category_box_3 ul.products.columns-3 li.product.type-product h3 {
  font-size: 18px !important; /* Client Requirement Override */
  line-height: var(--e-global-typography-accent-line-height) !important;
  padding-top: 33px; /* From original grouping */
}

.category_box h2 {
  /* This rule seems to be a subset of the one above, check for redundancy or merge */
  margin-bottom: 15px;
  padding: 6px 0 0;
  text-transform: capitalize;
  /* font-size: 16px !important; Already covered */
}

.category_box h2:hover,
h2.woocommerce-loop-product__title:hover, /* This needs to be more specific if it refers to the 16px ones */
.category_box .swiper-slide a:hover {
  /* This likely refers to an A tag containing an image, not an H2 */
  color: var(--e-global-color-5d2a222) !important;
  text-decoration: none !important;
}

/* ========================================= */
/* Live/Upcoming Label Styles                */
/* ========================================= */
.product_listing_default
  ul.products.columns-3
  li.product.type-product
  .show-live,
.woocommerce-shop ul.products li.product .show-live {
  padding-top: 33px;
}

.product_listing_default
  ul.products.columns-3
  li.product.type-product
  .show-live
  + h2.woocommerce-loop-product__title,
.woocommerce-shop
  ul.products
  li.product
  .show-live
  + h2.woocommerce-loop-product__title {
  padding-top: 16px;
}

/* ========================================= */
/* Price Styles                              */
/* ========================================= */
.product_listing_default ul.products li.product.type-product span.price,
.woocommerce-shop ul.products li.product span.price {
  display: none;
}

.product_listing_default ul.products li.product.type-product .price-custom,
.woocommerce-shop ul.products li.product .price-custom,
.content_box .price-custom,
.category_box .price-custom {
  margin: 44px 0 14px 0;
  color: var(--e-global-color-secondary);
  text-align: center;
  padding: 0 22px;
  position: relative;
  display: inline-block;
  align-self: center;
  width: 100%;
  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);
}

.product_listing_default
  ul.products
  li.product.type-product
  .price-custom:after,
.woocommerce-shop ul.products li.product .price-custom:after,
.category_box .price-custom:after {
  content: "";
  width: 90%;
  height: 0.5px;
  background: var(
    --e-global-color-8e90570
  ); /* Using Elementor variable #E6E6E6 */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
  z-index: 9; /* Reduced z-index from extreme value */
}

.product_listing_default
  ul.products
  li.product.type-product
  .price-custom:empty:after,
.woocommerce-shop ul.products li.product .price-custom:empty:after,
.category_box .price-custom:empty:after {
  bottom: 17px;
}

.category_box .swiper-slide .price-custom:after {
  width: 100%;
}

.woocommerce ul.products li.product .price .from {
  font-size: 1em; /* Relative to parent's font-size */
  text-transform: capitalize;
  color: #aaaaaa;
  font-weight: 600;
  line-height: var(--e-global-typography-accent-line-height) !important;
}

/* ========================================= */
/* Button & Link Styles                      */
/* ========================================= */
ul.products li.product.type-product .button,
a.product_type_simple,
.woocommerce a.wc-backward,
.woocommerce-message a.wc-forward,
.woocommerce-notices-wrapper a.wc-forward,
.content_box a.button,
.product_type_simple {
  background: var(--e-global-color-secondary);
  color: #fff;
  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;
  padding: 11px 44px;
  border: 0;
  border-radius: 3px;
  margin: 0 auto;
  text-transform: capitalize;
  display: block;
  width: fit-content;
}

a.wc-forward,
a.wc-backward {
  text-transform: capitalize;
}

ul.products li.product.type-product .button:hover,
a.product_type_simple:hover,
.woocommerce a.wc-backward:hover,
.woocommerce-message a.wc-forward:hover,
.content_box a.button:hover,
.woocommerce-notices-wrapper a.wc-forward:hover,
.product_type_simple:hover {
  background: var(
    --e-global-color-5d2a222
  ) !important;
  color: var(--e-global-color-secondary) !important; /* Using Elementor variable */
  text-decoration: none !important;
  scale: 1.02 !important;
}

ul.products li.product.type-product .button.grayout_download,
a.product_type_simple.grayout_download {
  pointer-events: none;
  background: gray !important;
  padding: 11px;
}

ul.products li.product.type-product .button.grayout_download + .link_btn,
a.product_type_simple.grayout_download + .link_btn {
  display: none !important;
}

.product_listing_default ul.products li.product a.link_btn,
.woocommerce-shop ul.products li.product a.link_btn,
.category_box a.link_btn {
  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);
  transition: 0.3s ease-in-out;
  color: var(--e-global-color-secondary);
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 14px 0 0;
  padding: 0 22px;
}

.product_listing_default ul.products li.product a.link_btn:hover,
.woocommerce-shop ul.products li.product a.link_btn:hover,
.category_box a.link_btn:hover {
  /* Corrected 'category_box' selector */
  color: var(--e-global-color-5d2a222); /* Using Elementor variable */
}

.showMorePro,
.showMoreProAjax {
  background-color: var(
    --e-global-color-5d2a222
  ) !important; /* Using Elementor variable */
  color: var(--e-global-color-secondary) !important;
  display: block;
  margin: 0; /* Removed redundant 0 0 */
  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;
  padding: 11px 44px !important;
  border: 0;
  border-radius: 3px !important;
  float: right;
}

.showMorePro:hover,
.showMoreProAjax:hover {
  color: var(--e-global-color-5d2a222) !important;
  background-color: var(--e-global-color-secondary) !important;
}
.category_box a.added_to_cart.wc-forward,
.woocommerce-shop ul.products li.product a.added_to_cart.wc-forward {
  display: block;
  text-align: center;
  margin-top: .6em;
}

/* ========================================= */
/* Product Description Styles                */
/* ========================================= */
.product_listing_default ul.products.columns-3 li.product.type-product p,
.product_listing_default
  ul.products.columns-3
  li.product.type-product
  .short-desc,
.woocommerce-shop ul.products li.product p,
.category_box .short-desc,
.category_box_2 ul.products.columns-3 li.product.type-product p {
  padding: 0 22px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  margin-bottom: 0;
  /* Typography from global p:
     font-family: "Sansation Light", sans-serif;
     font-weight: 400;
     font-size: 16px;
     color: var(--e-global-color-secondary); (global p implies this, but here explicit)
     letter-spacing: 0.6px;
     line-height: 1.5em;
  */
}

.short-desc p,
.short-desc h6,
.short-desc {
  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: #444; /* Specific color */
}

.short-desc a {
  display: inline !important;
}

/* ========================================= */
/* Filter Styles                             */
/* ========================================= */
.product_listing_wrap .filter_wrap {
  background: #fff;
  padding: 22px;
  border-radius: 20px;
}

.product_listing_wrap .filter_wrap h2 {
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  font-size: 38px; /* Custom size */
  margin: 0;
  /* This h2 does not match global H2 (44px Sansation Regular) */
}

.product_listing_wrap .filter_wrap .accordions {
  background: transparent;
  margin-top: 26px;
}

.product_listing_wrap .filter_wrap .accordions .card {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--e-global-color-8e90570); /* Using Elementor variable */
  padding-bottom: 5px;
}

.product_listing_wrap .filter_wrap .accordions .card .card-header {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.product_listing_wrap .filter_wrap .accordions .card .card-header button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #444;
  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;
  font-size: 18px;
  width: 100%; /* Ensure button takes full width for click */
  background: transparent; /* Explicitly set */
  border: none; /* Explicitly set */
  text-align: left; /* Ensure text is left aligned */
}

.product_listing_wrap .filter_wrap .accordions .card .card-header button:hover,
.product_listing_wrap .filter_wrap .accordions .card .card-header button:focus {
  background: transparent;
  text-decoration: none;
  color: var(--e-global-color-secondary);
  box-shadow: none;
}

.product_listing_wrap
  .filter_wrap
  .accordions
  .card
  .card-header
  button.collapsed
  img {
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

.product_listing_wrap .filter_wrap .accordions .card .card-header button img {
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
  width: 20px;
}

.product_listing_wrap .filter_wrap .accordions .card .card-body {
  padding: 15px 0 10px;
}

.product_listing_wrap .filter_wrap .accordions .card .card-body li {
  color: #444444;
  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);
  padding: 0 0 12px 10px;
  list-style: none; /* Common to add for custom styled lists */
}

.product_listing_wrap .filter_wrap .accordions .card .card-body li label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 98%;
  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);
}

.product_listing_wrap
  .filter_wrap
  .accordions
  .card
  .card-body
  li
  label
  .sub_category_wrap {
  width: 15px;
  height: 15px;
  position: relative;
  border: 0;
  padding: 0;
  margin-left: auto;
  background: transparent;
}

.product_listing_wrap
  .filter_wrap
  .accordions
  .card
  .card-body
  li
  label
  .sub_category_wrap::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 1px;
  width: 1.5px;
  height: 13px;
  background: var(--e-global-color-secondary);
  display: none;
}

.product_listing_wrap
  .filter_wrap
  .accordions
  .card
  .card-body
  li
  label
  .sub_category_wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6.5px;
  width: 14px;
  height: 1.5px;
  background: var(--e-global-color-secondary);
}

.product_listing_wrap
  .filter_wrap
  .accordions
  .card
  .card-body
  li
  .collapsed.sub_category_wrap::after {
  display: block;
}

.product_listing_wrap [type="radio"],
.product_listing_wrap [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.product_listing_wrap [type="radio"] + label,
.product_listing_wrap [type="checkbox"] + label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  display: inline-block;
  color: #666;
  line-height: 1.11em; /* 20px / 18px */
  font-size: 18px; /* Custom size */
  font-family: var(--e-global-typography-text-font-family);
}

.product_listing_wrap [type="radio"] + label:before,
.product_listing_wrap [type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 0%;
  background: #fff;
}

.product_listing_wrap [type="radio"] + label:after,
.product_listing_wrap [type="checkbox"] + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--e-global-color-5d2a222); /* Using Elementor variable */
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 0%;
  transition: all 0.2s ease;
}

.product_listing_wrap [type="radio"]:not(:checked) + label:after,
.product_listing_wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.product_listing_wrap [type="radio"]:checked + label:after,
.product_listing_wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.product_listing_wrap .filter_wrap .mob_filter {
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

.product_listing_wrap .filter_wrap .mob_filter + .mob_filter {
  margin-top: 25px;
}

.product_listing_wrap .filter_wrap .mob_filter:hover {
  background: transparent;
}

.product_listing_wrap .filter_wrap .mob_filter img.arrow_img {
  display: block;
  width: 30px;
}

.product_listing_wrap .filter_wrap .mob_filter img {
  display: none;
}

.product_listing_wrap .filter_wrap .sub_filter_wrap {
  padding: 15px 0 10px 12px;
}

.product_listing_wrap .filter_wrap .sub_filter_wrap label {
  padding-bottom: 12px;
  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);
}

/* ========================================= */
/* Select Menu Styles                        */
/* ========================================= */
.product_listing_wrap .select-menu {
  /* Consolidated redundant selectors */
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product_listing_wrap .select-menu .select-btn {
  display: flex;
  height: 45px;
  background: #434343;
  color: #fff;
  padding: 10px 15px 8px;
  font-size: 14px; /* Matches global button */
  border-radius: 8px; /* Differs from global button (3px) */
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: var(--e-global-typography-accent-font-family);
  line-height: var(--e-global-typography-accent-line-height); /* Added */
}

.product_listing_wrap .select-menu .options {
  /* Consolidated redundant selectors */
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 295px;
  padding: 0;
  margin-top: 10px;
  border-radius: 8px;
  background: rgba(67, 67, 67, 0.93);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  display: none;
  z-index: 10;
}

.product_listing_wrap .select-menu .options .option {
  /* Consolidated redundant selectors */
  display: flex;
  height: 45px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: transparent;
}

.product_listing_wrap .select-menu .options .option:hover {
  background: #373737;
}

.product_listing_wrap .select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}

.product_listing_wrap .select-menu .options .option .option-text {
  font-size: 23px; /* Custom size */
  color: #333;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}

.self_healing_select .select-btn .sBtn-text {
  /* Consolidated redundant selector */
  font-size: 23px;
  text-transform: uppercase;
  color: var(--e-global-color-4242360); /* Using Elementor variable #63C753 */
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}

.product_listing_wrap .select-btn i {
  /* Consolidated redundant selector */
  font-size: 25px;
  transition: 0.3s;
}

.product_listing_wrap .select-menu.active .select-btn i {
  /* Consolidated redundant selector */
  transform: rotate(-180deg);
}

.product_listing_wrap .select-menu.active .options {
  /* Consolidated redundant selector */
  display: block;
  opacity: 0; /* Initial state for animation */
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  /* This animation makes elements move down and fade out */
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes fadeInDown {
  /* This animation makes elements move down and fade out */
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
}

.product_listing_wrap .select-menu .options .option .sh_color {
  color: var(--e-global-color-4242360);
} /* #63C753 */
.product_listing_wrap .select-menu .options .option .sa_color {
  color: var(--e-global-color-7de05b6);
} /* #B873DB */
.product_listing_wrap .select-menu .options .option .vs_color {
  color: var(--e-global-color-1348d72);
} /* #E4C572 */

/* ========================================= */
/* Swiper Slider Styles                      */
/* ========================================= */
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px; /* Custom size */
  line-height: var(--e-global-typography-accent-line-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_listing_wrap .swiper-slide{
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper.swiper-initialized.swiper-horizontal {
  padding: 50px 0 38px;
  margin-top: -50px;
  overflow: visible;
  position: relative;
}

.product_listing_wrap .swiper-button-next,
.product_listing_wrap .swiper-button-prev {
  position: absolute;
  top: 15px; /* Adjust this value if it causes overlap with new global styles */
  color: #444444;
  cursor: pointer;
}

.product_listing_wrap .swiper-button-next {
  right: -8px;
  left: auto;
}
.product_listing_wrap .swiper-button-prev {
  right: 40px;
  left: auto;
}

.product_listing_wrap .swiper-button-next:after,
.product_listing_wrap .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
}

#upcoming-live-product-list.grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  transform: none !important; /* transform was set to 0,0,0 before */
}

#upcoming-live-product-list.grid .swiper-wrapper .swiper-slide {
  margin: 0 !important;
}

/* ========================================= */
/* Search Box Styles                         */
/* ========================================= */
.default-search {
  display: inline-flex; /* -webkit-inline-box and -ms-inline-flexbox are older, inline-flex is standard */
  width: 100%;
}

.search_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 44px;
  border-radius: 3px;
}

.search_box input[type="text"] {
  border-radius: 3px 0 0 3px; /* Adjust if button is part of the same visual block */
  border: 0;
  padding: 10px 15px;
  outline: 0;
  flex-grow: 1; /* Allow input to take available space */
  height: 55px; /* Consistent height with button */
}

.search_box button {
  background: #444444;
  border: 0;
  padding: 10px;
  width: 55px;
  height: 55px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  display: flex; /* For aligning image inside */
  align-items: center;
  justify-content: center;
}

.search_box button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.search_box button:hover {
  background: var(--e-global-color-5d2a222) !important;
  color: var(
    --e-global-color-secondary
  ) !important; /* Ensure icon color changes if it's a font icon */
}

/* ========================================= */
/* Category Box Styles                       */
/* ========================================= */
.category_box {
  margin-bottom: 25px;
}

.category_box h3 {
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 22px; /* Custom size */
  line-height: var(--e-global-typography-primary-line-height);
  color: #cc222a;
  margin-bottom: 10px;
}

.category_box .content_box {
  padding: 33px 22px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.category_box .show-live:not(:empty) p {
  margin-bottom: 10px;
}

.category_box p {
  color: var(--e-global-color-secondary);
  text-align: left;
  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);
  margin: 0 0 14px 0;
}

.category_box .short-desc {
  padding: 0;
}
.category_box .short-desc p {
  padding: 0 !important;
} /* Inherits .category_box p styles */

/* ========================================= */
/* Category Download Section Styles          */
/* ========================================= */
.category_download h3 {
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 22px; /* Custom size */
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: 0;
  color: #444;
  margin-bottom: 10px;
}

/* ========================================= */
/* Hidden Class Style                        */
/* ========================================= */
.hidden {
  display: none !important;
}

/* ========================================= */
/* Loader Styles                             */
/* ========================================= */
.loader_products_wrap img.loader_img {
  /* This class was not defined, assuming it is an img tag */
  width: 50px;
  /* Position is handled by parent */
}

.loader_products_wrap {
  position: absolute; /* Or fixed, depending on desired behavior */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 241, 241, 0.4);
  z-index: 99; /* Higher z-index if needed over other elements */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================= */
/* Utility Classes                           */
/* ========================================= */
.product_box {
  min-height: 610px;
}
.all_information {
  position: relative;
  overflow: hidden; /* Be cautious with overflow hidden if content might be clipped */
}

.select-menu .white_color {
  color: #fff !important;
} /* Consolidated */
.red_text_title {
  color: #cc222a !important;
}

.product_listing_default p.woocommerce-result-count,
.product_listing_default .woocommerce-ordering {
  display: none;
}

.product-type-simple img.zoomImg, /* These are usually added by JS, display:none is fine if not wanted */
.product-type-booking img.zoomImg {
  display: none !important;
}

/* ========================================= */
/* Banner Styles                             */
/* ========================================= */
.banner_EE {
  width: 100%;
  min-height: 525px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}

.banner_shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0; /* Important for SVG shaping */
  direction: ltr;
}

.banner_shape.shape_top {
  top: -1px;
  transform: rotate(180deg);
}
.banner_shape.shape_bottom {
  bottom: -1px;
  transform: rotate(
    180deg
  ); /* Original had this, verify if top is 0deg and bottom 180 or both 180 */
}

.banner_shape svg {
  display: block;
  width: calc(100% + 1.3px); /* SVG scaling fix */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 44px; /* Applied from specific rules below to here */
}

.banner_shape svg path {
  fill: var(--e-global-color-80e9f5d); /* Using Elementor variable #F1F1F1 */
  transform-origin: center;
  /* transform: rotateY(0deg); This might not be needed if SVG is drawn correctly */
}

.title_EE {
  color: var(--e-global-color-secondary);
  text-align: center;
  margin: 0 0 30px 0;
  /* Will inherit H1/H2 etc global styles if it's an Hx tag */
}

/*---Calender page ------*/
.live-session-zoom-cal-items {
  width: 100%;
  max-width: var(--content-width, 76%);
  --content-width: 76%;
  margin: 0 auto;
  padding: 0 22px;
}

.live-session-zoom-cal {
  margin: 0 0 50px;
}
.live-session-zoom-cal .category_box {
  margin: 0;
}

.live-session-zoom-cal ul.products {
  width: 100%;
  margin-bottom: 1em;
  height: 100%; /* May cause issues if parent doesn't have defined height */
  /* text-align: var(--text-align); Property --text-align needs to be defined */
  display: grid;
  grid-gap: 22px;
  padding: 0;
}

.live-session-zoom-cal ul.products li {
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff00 100%
  ); /* Prefixed version removed for brevity, modern browsers OK */
  box-shadow: 7px -7px 16px -3px rgba(0, 0, 0, 0.08);
  padding: 11px 33px 33px 33px;
  border-radius: 0px 77px 0px 0px;
  margin: 11px 0px; /* Simplified margin */
  list-style: none;
}

.live-session-zoom-cal-items h2 {
  padding: 0;
  margin: 0;
  line-height: var(--e-global-typography-primary-line-height);
}
.live-session-zoom-cal-items .custom_title {
  padding: 11px 0px 11px 0px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  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);
}
.session-zoom-section {
  display: flex; /* Prefixes removed */
  flex-wrap: wrap;
  gap: 22px;
}

.session-zoom-section-img {
  max-width: 33%;
  width: 33%;
}
.session-zoom-section-cont {
  max-width: 62%;
  display: flex; /* Prefixes removed */
  flex-wrap: wrap;
  width: 62%;
  row-gap: 11px;
}

.session-zoom-section-img a {
  display: inline-block;
      margin-top: 5px;
}
.live-session-zoom-cal-items ul li .session-zoom-section .session-zoom-section-img a img {
    height: auto !important;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16 / 9;
    vertical-align: middle;
    display: inline-block;
}

.session-zoom-section-cont h3, .session-zoom-section-cont h3 a {
  color: var(--e-global-color-secondary) !important;
  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);
  font-size: 19px;
  margin: 0;
  text-transform: capitalize;
}
.session-zoom-section-cont h3 a:hover {
  color: var(--e-global-color-5d2a222) !important;
}

.calender-page .category_box h3 {
  line-height: var(--e-global-typography-primary-line-height);
  text-align: left;
}
.calender-page .category_box .short-desc {
    margin-bottom: 15px;
}
.session-zoom-section-cont .short-desc {
  color: #949494;
  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);
}

.more-btn-elem {
  width: 100%;
  text-align: right;
}
.session-zoom-section-cont a.button {
  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;
  font-size: var(--e-global-typography-accent-font-size);
  fill: #ffffff;
  color: #ffffff;
  background-color: var(--e-global-color-secondary);
  border-radius: 3px;
  padding: 11px 44px 11px 44px;
  align-self: baseline;
}
.session-zoom-section-cont a.button:hover {
  background-color: var(--e-global-color-5d2a222);
  color: var(--e-global-color-secondary);
  scale: 1.05;
}

/*--------------------------------------------------------------------------Mini Cart--------------------------------------------------------------*/
.elementor-menu-cart__product-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
}
.elementor-menu-cart__product .variation dd p,
.elementor-menu-cart__product .variation dt {
  margin-bottom: 5px;
  line-height: var(--e-global-typography-primary-line-height);
}

.elementor-location-footer {
  z-index: 9003;
  position: relative;
}
.elementor-element.elementor-widget-woocommerce-menu-cart > .elementor-widget-container{
  padding: 7px 25px 0px 0px !important;
}
.elementor-menu-cart__toggle.elementor-button-wrapper{

}
#elementor-menu-cart__toggle_button.elementor-menu-cart__toggle_button{
  background: none;
  padding: 0;
}
.elementor-menu-cart__footer-buttons .elementor-button:hover {
  text-decoration: none;
}

.elementor-menu-cart__product .elementor-menu-cart__product-name {
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  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);
}
.elementor-menu-cart__product-name.product-name p strong,
.elementor-menu-cart__product-name.product-name p br {
  display: none;
}
.elementor-menu-cart__product .elementor-menu-cart__product-name p,
.elementor-menu-cart__product .elementor-menu-cart__product-name p span {
  font-family: var(--e-global-typography-accent-font-family), sans-serif !important;
  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);
  margin: 0 0 10px !important;
}

.woocommerce-variation-price {
  margin-bottom: 0px;
}

.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item.chained_item
  .quantity,
.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item.chained_item
  .product-remove {
  display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item:not(.chained_item)
  + .chained_item,
tr.woocommerce-cart-form__cart-item.cart_item.chained_item
  + tr.woocommerce-cart-form__cart-item.cart_item:not(.chained_item) {
  padding-top: 10px;
}

.elementor-menu-cart--items-indicator-bubble
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter] {
  font-size: 12px;
  font-family: var(--e-global-typography-accent-font-family), sans-serif;
  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-menu-cart__product-remove {
  right: 5px;
}
.elementor-menu-cart__footer-buttons .elementor-button {
  text-transform: capitalize;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__subtotal {
    text-align: left;
    padding-left: calc(28% + 10px);
}
/*----------------------------------------------------------------- Shop Page ------------------------------------------------*/
.woocommerce-shop .site-main {
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  width: 40px;
  height: 40px;
  display: inline-block; /* Changed from block for horizontal layout */
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  line-height: 40px; /* This sets line height equal to height for vertical centering */
  border: 1px solid #cfc8d8;
  margin: 0 6px;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
  display: block; /* Keeps it occupying the full space of 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);
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--e-global-color-text);
  color: var(--e-global-color-text);
  max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%;
}

/*----------------------------------------------------------------- Search page ------------------------------------------------*/
/*----- Header search --------*/
.elementor-popup-modal .search_box input[type="text"] {
  height: 76px;
  color: var(--e-global-color-secondary) !important;
  border-radius: 22px;
  width: 330px;
  font-size: 18px !important;
  border: 2px solid var(--e-global-color-5d2a222) !important;
  border-right: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  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-popup-modal .search_box input[type="text"]::placeholder {
  color: var(--e-global-color-secondary);
}
.elementor-popup-modal .search_box input[type="text"]:-moz-placeholder {
  color: var(--e-global-color-secondary);
} /* Older FF */

.elementor-popup-modal .search_box button {
  align-items: center;
  background-color: transparent;
  border-radius: 0 22px 22px 0; /* Matched to input */
  border: 2px solid var(--e-global-color-5d2a222) !important;
  border-left: 0 !important;
  color: var(--e-global-color-secondary);
  display: flex;
  font-size: 22px; /* Icon size */
  padding: 10px;
  width: 87px;
  height: 76px;
  justify-content: center;
}

.elementor-popup-modal .search_box button:hover {
  background: transparent !important;
  color: var(--e-global-color-5d2a222) !important;
}

.elementor-popup-modal .search_box button:hover i {
  transform: scale(1.1);
  transition: 0.3s;
}
.elementor-popup-modal .search_box button i {
  font-size: 28px;
}

#elementor-popup-modal-15865 .dialog-close-button {
  text-decoration: none !important;
}

input[type="text"]:-webkit-autofill {
  background-color: #fff !important;
  color: var(--e-global-color-secondary) !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  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);
}

.booking-spaces-left {
  display: none !important;
}

/*----------------------------------------------------------------- Single Product Page ------------------------------------------------*/
/* ========================================= */
/* Single Product Page Styles                */
/* ========================================= */
.single-product .product .elementor-element .e-con-inner {
  width: 80%;
  max-width: 880px;
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.22);
  background: #fff;
  padding: 0;
}

.single-product
  .elementor-element
  .e-con-inner
  .elementor-element-fe3ee8a
  + .elementor-element-fb0f9da {
  padding: 0 33px;
}
.single-product .woocommerce-product-details__short-description p {
  margin-block-start: 0;
}
.single-product .livezoom {
  padding: 0px;
}
/* ========================================= */
/* Product Table Styles                      */
/* ========================================= */
.single-product .elementor-element .e-con-inner .shop_table td {
  background: transparent;
  border: 0;
  padding: 0;
}
.single-product .elementor-element .e-con-inner table.shop_table {
  border: 0;
  margin: 0;
}

.single-product .shop_table td p {
  /* This p is inside a td, applies to specific context */
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--e-global-color-secondary);
  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);
}

.single-product .shop_table .enr-subscribe-now-handle-row p {
  margin-bottom: 11px;
}
.single-product .shop_table .enr-subscribe-now-handle-row td p:last-of-type {
  margin-bottom: 33px;
}
.single-product
  .elementor-product-simple
  .shop_table
  .enr-subscribe-now-handle-row
  td
  p:last-of-type {
  margin-bottom: 0;
}

.single-product .shop_table td span.woocommerce-Price-amount.amount,
.single-product .shop_table td .subscription-details {
  /* This p.price is specific */
  color: #28a745 !important;
  /* Font size, weight, family should be defined or checked for consistency */
  /* font-size: 18px; line-height: 1.4em; font-weight: 600; */
}

/* ========================================= */
/* Subscription Checkbox Style               */
/* ========================================= */
.single-product .shop_table input[type="checkbox"].enr-subscribe-now {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #999 !important;
  border-radius: 2px;
  background-color: #fff !important;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.single-product .shop_table input[type="checkbox"].enr-subscribe-now:checked {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.single-product
  .shop_table
  input[type="checkbox"].enr-subscribe-now:checked::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 1; /* Adjust for vertical alignment */
  left: 2.5px; /* Adjust for horizontal alignment */
  line-height: 1; /* ensure checkmark is contained */
}

/* ========================================= */
/* Product Image Gallery Thumbnails          */
/* ========================================= */
.woocommerce.single-product div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  list-style: none; /* Remove bullets from li */
}

.woocommerce.single-product div.product div.images .flex-control-thumbs li {
  width: auto;
  margin: 0 5px; /* Add some spacing */
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li img {
  aspect-ratio: 16/9;
  height: auto;
  width: 110px;
  object-fit: cover;
  padding: 5px; /* Or border, depending on design */
  border: 1px solid transparent; /* Example for selected state */
  cursor: pointer;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li img.flex-active, /* Example class for active thumb */
.woocommerce.single-product div.product div.images .flex-control-thumbs li:hover img {
  border-color: var(
    --e-global-color-secondary
  ); /* Example hover/active state */
}

.woocommerce.single-product
  div.product
  div.images
  .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product img.zoomImg {
  display: none !important;
}
div#elementor-lightbox-slideshow-single-img {
  z-index: 999999;
}

/* ========================================= */
/* Add to Cart Button Styles                 */
/* ========================================= */
button.single_add_to_cart_button.button.alt,
.time-zone-convert a.woocommerce-MyAccount-downloads-file.button.alt {
  text-align: center;
  /* Inherits typography from .woocommerce a.button or global button */
}

button.single_add_to_cart_button.button.alt:hover,
button.single_add_to_cart_button.button.alt:disabled, /* :disabled should have different styling */
button.single_add_to_cart_button.button.alt.enr_single_subscribe_button.loading,
button.single_add_to_cart_button.button.alt:focus {
  /* Added focus, consolidated hover */
  color: var(--e-global-color-5d2a222) !important;
  background: var(--e-global-color-secondary) !important;
  opacity: 1 !important;
  scale: 1.05;
}
button.single_add_to_cart_button.button.alt:disabled {
  opacity: 0.5 !important; /* Example disabled style */
  scale: 1;
  cursor: not-allowed;
  background: #ccc !important; /* Example disabled background */
  color: #777 !important; /* Example disabled text color */
}
.e-atc-qty-button-holder a.added_to_cart.wc-forward,
.single-product .variations_button a.added_to_cart.wc-forward,
.wc-bookings-booking-form ~ a.added_to_cart.wc-forward {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  margin: 3px 0 0 15px !important;
}

/* ========================================= */
/* Booking Form Styles                       */
/* ========================================= */
.single-product form.cart .wc-bookings-booking-form.not-active,
.single-product
  form.cart
  button.wc-bookings-booking-form-button.single_add_to_cart_button.not-active {
  display: none !important;
}

.single-product form.cart > .block-picker-title {
  list-style: none;
  padding: 0;
  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);
  display: none; /* This rule hides it, is this intended? */
  font-family: "Sansation Regular", sans-serif;
  margin-bottom: 15px;
  color: var(--e-global-color-secondary);
}

.single-product form.cart > .block-picker-title strong,
span.content-date-picker-timezone strong {
  font-size: var(--e-global-typography-secondary-font-size);
  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);
}

.single-product
  form.cart
  .wc-bookings-date-picker
  .ui-datepicker
  td.bookable-range
  .ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-active,
.single-product
  form.cart
  .wc-bookings-booking-form
  .block-picker
  li
  a.selected {
  background-color: var(
    --e-global-color-5d2a222
  ) !important; /* Using Elementor variable */
}

.single-product form.cart .wc-bookings-date-picker .ui-datepicker td.bookable a,
.single-product form.cart .wc-bookings-booking-form .block-picker li a:hover {
  background-color: #549cab !important;
}

/* ========================================= */
/* Payment Button Styles                     */
/* ========================================= */
.single-product button#gpay-button-online-api-id {
  color: var(--e-global-color-5d2a222);
  background-color: var(--e-global-color-secondary);
  /* Typography will inherit from global button styles or needs to be set */
}

.single-product button#gpay-button-online-api-id:hover {
  background-color: #3c4043;
}

.single-product
  .wc-stripe-cart-checkout-container
  ul.wc_stripe_cart_payment_methods
  li[class*="payment_method_stripe_"],
.single-product
  .wc-stripe-product-checkout-container
  ul.wc_stripe_product_payment_methods
  li[class*="payment_method_stripe_"] {
  max-width: 190px !important;
}

/* ========================================= */
/* Tabs Styles                               */
/* ========================================= */
.woocommerce
  .elementor-1203
  .elementor-element.elementor-element-9108bde
  .woocommerce-tabs
  ul.wc-tabs
  li
  a {
  letter-spacing: 0.5px;
  /* Typography (font-size, family, weight, line-height) should be defined or inherited */
  /* Example: font-size: 16px; line-height: 1.5em; font-family: "Sansation Regular", sans-serif; */
}
.woocommerce-tabs-content hr + h6, .woocommerce-tabs-content hr + h5, .woocommerce-tabs-content hr + h4, .woocommerce-tabs-content hr + h3, .woocommerce-tabs-content hr + h2, .woocommerce-tabs-content hr + h1 {
  margin-top: 22px;
}
/* ========================================= */
/* Elementor Add to Cart Fix                 */
/* ========================================= */
.elementor-add-to-cart.elementor-product-simple
  .cart:has(.enr-product_level-subscribe-now-wrapper) {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}

.elementor-add-to-cart.elementor-product-simple
  .cart:has(.enr-product_level-subscribe-now-wrapper)
  span.enr-product_level-subscribe-now-wrapper {
  margin-top: 33px;
}

.elementor-add-to-cart.elementor-product-simple
  .cart:has(.enr-product_level-subscribe-now-wrapper)
  span.enr-product_level-subscribe-now-wrapper
  td {
  padding: 0;
}

/* ========================================= */
/* Payment Gateway Visibility Override       */
/* ========================================= */
.single-product .ppcp-messages,
.single-product .ppc-button-wrapper,
.woocommerce-cart .ppcp-messages,
.woocommerce-cart .ppc-button-wrapper,
.single-product .wc-stripe-product-checkout-container,
.woocommerce-cart .wc-stripe-cart-checkout-container {
  display: none !important;
}

/* ========================================= */
/* Variation Styles                          */
/* ========================================= */
.single-product div.product form.cart .variations td.label {
  padding-top: 0;
  line-height: var(
    --e-global-typography-text-line-height
  ); /* Will inherit from label inside */
  padding-bottom: 11px;
}

.single-product div.product form.cart .variations {
  margin-bottom: 33px;
  margin-top: 6px;
}

.single-product div.product form.cart .single_variation_wrap p {
  /* This is specific text for variation info */
  color: var(--e-global-color-secondary);
  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);
  align-items: center; /* Only if display is flex/inline-flex */
}

.single-product
  div.product
  form.cart
  .single_variation_wrap
  .woocommerce-variation-description
  p {
  margin-bottom: 22px; /* This 'p' inherits global p styles */
}

.single-product div.product form.cart .variations tr td.value {
  padding: 0;
}
.single-product .variations .reset_variations {
  margin-top: 11px;
  display: block;
  /* font styles? */
}

/* ========================================= */
/* Timezone Display Styles                   */
/* ========================================= */
p.wc-bookings-date-picker-timezone-block {
  /* This is a P tag */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px; /* Smaller than global p */
  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);
  margin-top: 12px;
}

span.content-date-picker-timezone {
  width: 100%;
  line-height: var(--e-global-typography-text-line-height);
}

span.time-zone-convert {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.time-zone-convert a.woocommerce-MyAccount-downloads-file.button.alt {
  font-family: var(--e-global-typography-accent-font-family), sans-serif !important;
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: 1;
  font-size: 10px !important;
  background: var(--e-global-color-secondary) !important;
  padding: 4px 12px !important;
  color: #fff !important;
  border-radius: 3px !important; /* Consistent with global button */
}

.time-zone-convert a.woocommerce-MyAccount-downloads-file.button.alt:hover {
  color: var(--e-global-color-5d2a222) !important;
}

span.content-date-picker-timezone strong {
  display: block;
  font-weight: 700;
}

/* ========================================= */
/* Error/Info/Message Styles                 */
/* ========================================= */
.single-product p.woocommerce-error.wc-bookings-notice {
  /* This is a P tag */
  padding-left: 35px;
  /* Typography should be inherited from global P or specific .woocommerce-error styles */
}

.single-product .woocommerce-error::before,
.single-product .woocommerce-info::before,
.single-product .woocommerce-message::before {
  top: 0.5em;
  left: 0.5em;
}
.single-product .woocommerce-error::before,
.single-product .woocommerce-info::before,
.single-product .woocommerce-message::before {
  top: 0.5em;
  left: 0.5em;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  outline: none !important;
  text-align: center;
  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);
  font-size: 110%;

}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding: 8px 0 0 30px !important;
}
.woocommerce-error {
  color: #af1b21;
}
.woocommerce-info {
  color: #1e85be;
}
.woocommerce-message {
  color: #8fae1b;
}

/* ========================================= */
/* Password Form Style                       */
/* ========================================= */
form.post-password-form {
  max-width: 353px;
  margin: 3rem auto;
  min-height: calc(100vh - 206px);
  padding: 0 20px;
}
form.post-password-form p {
  line-height: var(
    --e-global-typography-text-line-height
  ); /* Inherits global P */
}
.admin-bar form.post-password-form {
  min-height: calc(100vh - 238px);
}

form.post-password-form input[type="submit"] {
  /* Uses global button styles */
  background: var(--e-global-color-5d2a222);
  color: var(--e-global-color-secondary);
}

form.post-password-form input[name="post_password"] {
  margin-top: 10px;
}
form.post-password-form input[type="submit"]:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-5d2a222);
}

/* ========================================= */
/* Loading Button Style                      */
/* ========================================= */
.button.loading {
  position: relative !important;
  opacity: 0.25 !important;
}
.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.88em !important; /* Relative to button's font-size */
  right: 1em;
  animation: spin 2s linear infinite;
  line-height: 1; /* Ensure icon itself has a good line height */
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  line-height: 1;
}

.single-product .button.loading:after,
.single-product button.added:after {
  top: 0.7em !important; /* Adjusted for single product context */
}

/* ===================form single page add to cart====================== */
.variations {
  display: table;
  width: 100%;
}
.variations tbody {
  display: table-row-group;
}
.variations tr {
  display: table-row;
}
.variations th.label {
  display: table-cell;
  padding-right: 10px;
  text-align: left;
}
.variations td.value {
  display: table-cell;
}
.variations select {
  width: 100%;
}
.reset_variations {
  display: inline-block;
  margin-top: 5px;
}
.single_variation_wrap {
  margin-top: 10px;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
.e-atc-qty-button-holder {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.quantity {
  display: inline-block;
}
.quantity input.qty {
  width: 50px;
  text-align: center;
}
.wc-stripe-clear {
  clear: both;
}
.wc-stripe-product-checkout-container.bottom {
  margin-top: 10px;
}
.wc_stripe_product_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.payment_method_stripe_applepay {
  margin-right: 5px;
}

.woocommerce div.product form.cart .variations th.label,
.woocommerce div.product form.cart .variations td {
  background: transparent !important;
  width: 100%; /* For flex items, this might be overridden by flex properties */
}

.woocommerce div.product form.cart .variations tr {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations tr + tr {
  margin-top: 22px;
}

.woocommerce div.product form.cart .variations tr .label {
  text-align: left;
  padding-left: 0;
  padding-bottom: 0; /* Removed from original duplicate */
  padding-top: 0;
  line-height: var(
    --e-global-typography-text-line-height
  ); /* 15px / 15px if label text font-size is 15px. Original was 15px fixed. */
  /* Label text style comes from next rule */
}

.woocommerce div.product form.cart .variations tr td.value {
  padding-top: 11px;
  padding-bottom: 0px;
  line-height: var(
    --e-global-typography-text-line-height
  ); /* For select/input containers */
}

.woocommerce div.product form.cart .variations tr .label label,
.woocommerce div.product form.cart label[for="enr_subscribe_now"] {
  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);
  text-transform: capitalize;
  color: var(--e-global-color-secondary) !important;
  font-size: 20px;
}

.woocommerce div.product form.cart select {
  border: 3px solid var(--e-global-color-secondary);
  margin-right: 0 !important;
  color: var(--e-global-color-secondary);
  margin-bottom: 0px !important;
  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);
  padding: 0.5em; /* Example */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
}

.woocommerce div.product form.cart .reset_variations {
  margin-bottom: -7px;
  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);
  text-transform: capitalize;
  font-size: 18px;
}

.woocommerce-variation-price span.price {
  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);
  color: var(--e-global-color-secondary) !important;
  margin-bottom: 33px;
  display: block;
  margin-top: 0px;
  font-size: 20px !important;
}

/* ====================single content===================== */
.woocommerce-Tabs-panel > h2:first-child {
  /* Specific H2 styling */
  margin-top: 12px;
  font-size: var(--e-global-typography-secondary-font-size);
  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);
  text-transform: capitalize;
  color: var(--e-global-color-secondary) !important;
  font-size: 20px !important; /* Differs from global H2 */
}
.woocommerce-Tabs-panel p strong {
    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-Tabs-panel a {
  overflow-wrap: break-word;
}

.add-to-cart-border-bottom {
  position: relative;
}
.add-to-cart-border-bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px; /* This is a shadow effect, not text */
  position: absolute;
  bottom: 11px;
  left: 0;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 9%);
}

.bread-nav-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}
.woocommerce-tabs-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.woocommerce-divider-container {
  display: contents;
}
.woocommerce-divider-container .woocommerce-divider {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
  margin-right: 10px;
  display: block;
  border: 0;
}
.woocommerce-tabs-navigation {
  white-space: nowrap;
  display: contents;
  color: #ccc;
}

.woocommerce-tabs-navigation a {
  text-decoration: none;
  color: var(
    --e-global-color-5d2a222
  ); /* Using Elementor Variable #64cbe6 (assuming this is the var for it) */
  margin: 0 5px;
  cursor: pointer;
  font-size: 20px;
  font-family: var(--e-global-typography-secondary-font-family);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}

a.woocommerce-add-to-cart-link {
  /* This is a link styled text, not a button */
  padding: 0 5px;
  background: var(--e-global-color-5d2a222); /* Using Elementor Variable */
  color: var(--e-global-color-secondary);
  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-Tabs-panel ul + .bread-nav-section {
  margin-top: 22px;
}
.download-notes {
  min-width: 110px;
}
.download-notes img {
  position: relative;
  bottom: -2px;
}
td.download-file {
  text-align: center;
}

.add-to-cart-custom p.price {
  /* This is a P tag styled as a price */
  font-size: 20px !important;
  margin-bottom: 18px;
  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);
  color: var(--e-global-color-secondary) !important;
}
.add-to-cart-custom p.price ins,.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    color: #E2800F !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.add-to-cart-custom {
  margin-top: 30px;
}

.add-to-cart-custom .button.single_add_to_cart_btn,
.wpcsb-add-to-cart button.wpcsb-btn.button.alt {
  /* Specific button styling */
  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;
  text-transform: capitalize;
  padding: 11px 52px;
  transition: all 0.3s;
  border-radius: 3px; /* Matches global */
  color: var(--e-global-color-5d2a222) !important;
  background: var(--e-global-color-secondary) !important;
}

.add-to-cart-custom .single_add_to_cart_btn::after {
  display: none;
}
.add-to-cart-custom .button.single_add_to_cart_btn:hover,
.wpcsb-add-to-cart button.wpcsb-btn.button.alt:hover {
  color: var(--e-global-color-secondary) !important; /* #222222 from kit */
  background-color: var(
    --e-global-color-5d2a222
  ) !important; /* #5BD2E6 from kit */
  opacity: 1 !important;
  scale: 1.05;
}
div#tab-zoom-meeting-details {
  display: none;
}
 .single-product .elementor-widget-shortcode{
  width: 100%;
 }
/* ====================related product===================== */
.woocommerce .list_related-pro ul.products li.product a img {
  height: 160px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.woocommerce .related.products ul.products li.product a img {
  max-height: 145px;
  object-fit: contain;
  aspect-ratio: 16 / 9;
}

.related_products
  .elementor-widget-woocommerce-product-related.elementor-wc-products
  ul.products
  li.product
  .button.product_type_variable-subscription,
.related_products
  .elementor-widget-woocommerce-product-related.elementor-wc-products
  ul.products
  li.product
  .button.product_type_variable {
  padding: 11px 34px; /* Specific padding */
  /* Typography should match other product loop buttons or global button style */
}

.elementor-1203
  .elementor-element.elementor-element-060cc5e.elementor-wc-products
  .related.products
  ul.products
  li.product
  .price {
  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);
  margin-bottom: 15px;
}

.related.products ul li p {
  display: none;
}
.related.products ul li .price-custom {
  display: none;
}
.related.products ul li .link_btn {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
} /* Typography inherited from other .link_btn rule */

/*----------------------------------------------------------------- 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;
  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 */
}

.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);
}
/*----------------------------------------------------------------- Checkout page Css------------------------------------------------------ */
tr.woocommerce-shipping-totals.shipping {
    display: none;
}
.section-title .section-heading {
    font-family: var(--e-global-typography-primary-font-family);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    font-size: 35px;
    color: var(--e-global-color-secondary);
    margin-bottom: 0.5rem;
}
.checkout-left .section-title .section-heading {
  margin-bottom: 1.5rem;
}
form.checkout.woocommerce-checkout
  .checkout-right
  .section-title
  .section-heading {
  color: var(--e-global-color-5d2a222);
}
form.checkout.woocommerce-checkout .checkout-right > .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: #000;
  color: #fff;
  padding: 7px 30px 3px;
  margin: -30px -30px 0px -30px;
}
span.total-amount-top, span.total-amount-top strong {
  font-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  font-size: 20px;
  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;
  width: 1280px !important;
  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: 20px;
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    font-weight: var(--e-global-typography-secondary-font-weight);
    margin: 28px 0 25px 0;
    font-family: var(--e-global-typography-secondary-font-family);
}
h3.checkout_title:empty {
    display: none !important;
}
.or-css {
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: var(--e-global-typography-text-font-weight);
  font-family: var(--e-global-typography-text-font-family);
}
a.popup-link {
  font-size: 20px;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  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);
}
form.checkout.woocommerce-checkout .checkout-right {
  /* position: sticky;
  align-self: start;
  top: 120px; */
}
form.checkout.woocommerce-checkout .checkout-left .cl_inner {
  padding-left: 30px;
  padding-right: 30px;
}
/* form.checkout.woocommerce-checkout .checkout-left .section-title {
  padding-left: 30px;
  padding-right: 30px;
} */
form.checkout.woocommerce-checkout .checkout-left .cl_inner table.shop_table {
  border-collapse: collapse;
}
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: left;
}
form.checkout.woocommerce-checkout .checkout-left table thead tr th {
  font-size: 20px !important;
  /* font-family: var(--e-global-typography-primary-font-family) !important;
  letter-spacing: var(--e-global-typography-primary-letter-spacing) !important;
  font-weight: var(--e-global-typography-primary-font-weight) !important;
  line-height: var(--e-global-typography-primary-line-height) !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;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  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.cart_item.chained_item
  td.product-name
  .checkout-product-thumbnail
  img {
  width: 96px;
      min-width: 96px;
      /* margin-right: 30px; */
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr
  td.product-total
  .remove {
  font-size: 25px;
  line-height: 16px;
  font-weight: 100;
  text-align: center;
  width: 20px;
  height: 20px;
  padding-left: 2px;
}
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
  td.product-name
  .box {
  display: flex;
  align-items: flex-start;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr.cart_item
  td.product-name
  .checkout-product-thumbnail {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}
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: 144px;
     min-width: 144px;
  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;
  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);
  padding-right: 20px !important;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr.cart_item
  td.product-name
  strong {
  /* width: 250px; */
  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-secondary-line-height);/*match with sidecart*/
}

form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr.cart_item
  td.product-name
  dl.variation {
  line-height: initial;
  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);
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr.cart_item
  td.product-name
  dl.variation
  dt {
  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);
}
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);
  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);
}

form.checkout.woocommerce-checkout
  .checkout-left
  table
  tbody
  tr.cart_item
  td.product-name
  .product-quantity {
  display: none;
}
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: 25px 0px;
  color: var(--e-global-color-secondary);
  border: 0;
  font-size: var(--e-global-typography-accent-font-size) !important;
  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);
}
form.checkout.woocommerce-checkout .checkout-left table tfoot tr th {
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-size: 20px !important;
}
form.checkout.woocommerce-checkout .checkout-left table tfoot tr td {
  text-align: left;
  width: 180px;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tfoot
  tr.recurring-totals {
  display: none;
}
form.checkout.woocommerce-checkout
  .checkout-left
  table
  tfoot
  tr.cart-subtotal.recurring-total {
  display: none;
}
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: none;
}
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 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
form.checkout.woocommerce-checkout .checkout-right #customer_details {
  padding-top: 10px;
}
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;
}
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;
  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: 1;
  font-size: 14px;
  border-radius: 5px;

}
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 #777 !important;
    height: 42px;
    padding: 0 12px;
    border-radius: 3px;
    outline: none;
}
.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;
    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);
    font-family: var(--e-global-typography-text-font-family);
    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 {
    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);
    font-family: var(--e-global-typography-text-font-family);
    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;
  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-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); */
  /* font-size: 14px; */
  display: block;
}
form.checkout.woocommerce-checkout .checkout-right #payment ul li .payment_box label {
  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);
  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 {
  /* padding-top: 5px; */
  /* font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
  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); 
  display: inline;*/
}
.woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span{
  display: inline-block !important;
}
 .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 {
  letter-spacing: var(--e-global-typography-accent-letter-spacing) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  line-height: var(--e-global-typography-accent-line-height) !important;
  font-family: var(--e-global-typography-accent-font-family) !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
}
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;
}
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-family: var(--e-global-typography-primary-font-family);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  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 {
  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: 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: #f1f1f1;
  padding: 10px 30px 0 30px;
  /* border: 2px solid #bfbfbf; */
  margin-top: 60px;
}
.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;
  margin: 0 0 10px 0;
  padding-bottom: 15px;
  width: 100%;
  list-style: none;
  /*     border-bottom: 1px solid #ccc; */
}
.upcoming_events .session-zoom-section {
    display: grid;
    grid-template-columns: 144px 1fr 122px;
    position: relative;
}

.upcoming_events .session-zoom-section-img {
  width: 100%;
  max-width: 100%;
}
.upcoming_events .session-zoom-section-cont {
  width: 100%;
  max-width: 100%;
  row-gap: 0;
  display: block;
  color: #222;
}
.upcoming_events .session-zoom-section-cont h3.woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);/*match with sidecart*/
  font-family: var(--e-global-typography-accent-font-family) !important; 
  /* padding-right: 80px !important; */
}
.upcoming_events .session-zoom-section-cont h3.woocommerce-loop-product__title + span {
    margin: 2px 0 10px;
    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: #777;
    display: block;
}
.upcoming_events .session-zoom-section-actions {
    text-align: center;
}
.upcoming_events .price-custom {
    /* position: absolute;
    top: 3px;
    right: 0;
    max-width: 91px;
    text-align: right; */
    width: 100%;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
}
.upcoming_events .session-zoom-section-cont p {
  margin: 2px 0 10px;
  /* font-size: 13px; */
  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: #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: 10px;
padding-left: 10px;
    padding-right: 10px;
}
.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 {
  /* position: sticky;
  top: 120px; */
  align-self: start;
  box-shadow: 0px 8px 12px 0 rgba(0, 0, 0, 0.22);
  padding: 30px;
}
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 {
  border-bottom: none;
  padding: 0;
  border-bottom: 3px solid #000;
  margin-bottom: 22px;
  padding-bottom: 32px;
}

/* ========================================= */
/* 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 input */
.woocommerce-checkout .wc_payment_method input[type="radio"] {
  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: 1.5;
  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 #777;
  border-radius: 3px; 

}
/* Inner dot when selected */
.woocommerce-checkout .wc_payment_method input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-5d2a222);
  border-radius: 3px;
}

/* ========================================= */
/* 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;
}
/* ========================================= */
/* new product filter page */
/* ========================================= */
.online_program_filter .product_listing_default ul.products.columns-3, .online_program_filter .woocommerce-shop ul.products, .online_program_filter .category_box_2 ul.products.columns-3 {
    grid-template-columns: 1fr;
}


/*other fixes*/
.woocommerce-checkout .access-for-order-page > div {
    align-items: center;
    display: flex;
}
.woocommerce-checkout .access-for-order-page > div span {
    position: relative;
    top: 1px;
}
/* ========================================= */
/* Responsive Typography Adjustments         */
/* ========================================= */
@media only screen and (min-width: 769px) {
  .upcoming_events ul.products li.product .button {
      /* position: absolute;
      right: 0;
      bottom: 16px; 
      margin-right: 15%;*/
              float: none;
  }
  .upcoming_events .session-zoom-section-cont h3.woocommerce-loop-product__title {
    /* padding-right: 111px !important; */
}
.upcoming_events .session-zoom-section-cont > span {
    /* margin-right: 111px !important; */
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td {
  max-width: none !important;
}
.upcoming_events .live-session-zoom-cal-items ul li .session-zoom-section .session-zoom-section-img a img {
    width: 144px;
    min-width: 144px;
}
form.checkout.woocommerce-checkout .checkout-left .section-title {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (min-width: 768px) {
  .upcoming_events ul.products li.product .button {
      width: 100%;
  }
  .wc-stripe-bootstrap-form .col-md-4 {
      max-width: 50% !important;
      flex: 50% !important;
  }
  .wc-stripe-bootstrap-form .col-md-4.mb3 {
      max-width: 50% !important;
      flex: 50% !important;
  }
  .wc-stripe-bootstrap-form .col-md-4.mb-3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 991px) {
  .upcoming_events.elementor-hidden-desktop {
    display: none;
  }
}
@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);
  }
}
@media (max-width: 1024px) {
  /* .woocommerce-orders-table__cell-order-actions a.button { padding: 4px 10px !important; } */

  .product_listing_default ul.products.columns-3,
  .woocommerce-shop ul.products,
  .category_box_2 ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
  #upcoming-live-product-list.grid .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@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%;
  }
}
@media screen and (max-width: 991.5px) {
  .product_listing_wrap .filter_wrap {
    margin-bottom: 20px;
  }
  .category_box h3,
  .category_download h3 {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-notices-wrapper a.button {
      float: none !important;
      margin-top: 10px;
  }
}
@media (max-width: 991px) {
  form.checkout.woocommerce-checkout .checkout-columns-wrapper {
    max-width: 100% !important;
    transform: translateX(0px);
  }
  form.checkout.woocommerce-checkout .checkout-columns-wrapper {
    grid-template-columns: 1fr;
  }
  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%;
  }
  .upcoming_events.elementor-hidden-mobile {
      display: none;
  }
}
@media screen and (max-width: 767px) {
  .elementor-kit-7 h2 {
    font-size: 25px;
  }

  /* .woocommerce-orders-table__cell-order-actions a.button { padding: 3px 8px !important; } */

  .woocommerce-terms-and-conditions-wrapper
    .validate-required
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
    .required {
    left: 25px; /* This rule was missing its opening brace */
  }
  .woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span:before,
  .woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span:after, /* :after here might be an error, review original intent */
  [name="mailchimp_woocommerce_newsletter"] + span:before,
  [name="mailchimp_woocommerce_newsletter"] + span:after {
    /* :after here might be an error, review original intent */
    width: 22px;
    height: 22px;
  }
  .woocommerce-terms-and-conditions-wrapper [type="checkbox"] + span,
  [name="mailchimp_woocommerce_newsletter"] + span {
    padding-left: 34px;
    height: auto; /* Good for wrapping text */
    line-height: var(--e-global-typography-text-line-height) !important;
  }
  .woocommerce-terms-and-conditions-wrapper
    [type="checkbox"]:checked
    + span:before,
  [name="mailchimp_woocommerce_newsletter"]:checked + span:before {
    width: 7px;
    height: 15px;
  }
  .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce table:not(.woocommerce-table--order-details) tr {
    /* margin-bottom: 10px; */
    display: block; /* For better mobile tables */
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table th,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table td {
    text-align: left !important; /* Align left for stacked cells */
    border-bottom: 1px solid #eee;
    word-break: break-word;
  }

.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: 'Bebas Neue', 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%;
}

  .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table:not(.woocommerce-table--order-details) th,
  .woocommerce-account:not(.woocommerce-view-subscription) .woocommerce .woocommerce-MyAccount-content table:not(.woocommerce-table--order-details) td {
    display: block;
    width: 100%;
  }

  .woocommerce-account .woocommerce table th {
    border-top: 1px solid var(--e-global-color-secondary) 0001a !important;
  }
  .woocommerce-account .woocommerce table thead {
    display: none;
  } /* Hide table head, use data-titles */
td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions:before {
  display: none !important;
}
  .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;
  }

  td#blank-notes {
    display: none;
  }
  .woocommerce-account .woocommerce table {
    background: transparent;
  }
.woocommerce-account .woocommerce table.my_account_orders td.download-file:before {
        padding-top: 5px;
    }
     .woocommerce-account .woocommerce-info a.woocommerce-Button.button {
    margin: 10px auto 0 !IMPORTANT;
    float: none !important;
}
    /* .woocommerce table.shop_table td a.woocommerce-MyAccount-downloads-file.button.alt {
    min-width: 140px;
    display: inline-block;
    text-align: center;
} */
  .product_listing_default ul.products.columns-3,
  .woocommerce-shop ul.products,
  .category_box_2 ul.products.columns-3 {
    grid-template-columns: 1fr; /* 1 column for mobile */
  }
  #upcoming-live-product-list.grid .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .session-zoom-section-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .calender-page .session-zoom-section-img {
    margin-bottom: 0px;
  }
  .session-zoom-section-cont {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .elementor-popup-modal .search_box input[type="text"] {
    width: calc(100% - 70px); /* Adjust width for smaller screens */
    font-size: 16px !important;
    height: 60px;
  }
  .elementor-popup-modal .search_box button {
    width: 70px;
    height: 60px;
  }
  .elementor-popup-modal .search_box button i {
    font-size: 24px;
  }

  .single-product .elementor-element .e-con-inner {
    width: 95%;
  }
  .single-product
    .elementor-element
    .e-con-inner
    .elementor-element-fe3ee8a
    + .elementor-element-fb0f9da {
    padding: 0 15px;
  }
  ul li,
  ol li {
    font-size: 14px;
  }
  .woocommerce-orders-table__cell-order-actions a.button {
    margin-bottom: 3px;
  }
  .woocommerce-tabs-navigation a {
    font-size: 12px;
  }
  .live-session-zoom-cal-items {
    --content-width: 100%;
  }
  .category_box {
    margin-bottom: 60px;
  }
  .woocommerce-error li,
  .woocommerce-info li,
  .woocommerce-message li {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }
  .woocommerce-error li .button,
  .woocommerce-info li .button,
  .woocommerce-message li .button {
    margin: 10px auto;
    float: none !important;
  }
  .upcoming_events{
    padding: 15px;
  }
  .woocommerce-checkout #payment {
    padding: 15px;
  }
  .upcoming_events h3.checkout_title{
    /* padding: 0 15px; */
  }
  form.checkout.woocommerce-checkout .checkout-left table tbody tr td.product-total .removeBtn {
    /* left: 40px; */
    top: 11px;
}
  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.cart_item
    td.product-name
    .checkout-product-thumbnail
    img {
    width: 60px; 
    min-width: 60px;
  }
  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;
  }
  .upcoming_events .session-zoom-section-cont h3.woocommerce-loop-product__title {
    padding-right: 0px !important;
}
  .upcoming_events .session-zoom-section-cont .price-custom {
      position: static;
      text-align: center;
      margin-bottom: 15px;
      max-width: none;
      margin: 0 auto 15px;
}
.upcoming_events ul.products li.product .button {
    float: none;
    min-width: 125px;
}
.upcoming_events ul.products li.product .button + .added_to_cart {
    margin-top: 15px;
            display: inline-block;
}
form.checkout.woocommerce-checkout .checkout-left table tbody tr.cart_item td.product-name .checkout-product-thumbnail {
    margin-right: 20px;
}

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 {
    padding: 0 15px;
}
form.checkout.woocommerce-checkout .checkout-right {
    padding: 15px;
}
form.checkout.woocommerce-checkout .checkout-columns-wrapper {
    grid-gap: 38px;
}
form.checkout.woocommerce-checkout .checkout-right > .section-title {
    margin: 0px -15px 0px -15px;
    padding-left: 15px;
        padding-right: 15px;
}
form.checkout.woocommerce-checkout .checkout-right #payment {
    /* margin-bottom: 10px; */
}
.ppc-button-wrapper {
    margin: 24px 15px 23px;
}
.gpay-button-container .gpay-card-info-container,form.checkout.woocommerce-checkout .apple-pay-button {
    /* margin-top: 28px; */
    margin-bottom: 8px;
}
.wc-stripe-bootstrap-form .col-md-4.mb-3 + .col-md-4.mb-3 {
    margin-bottom: 0 !important;
  }
  .elementor-element.elementor-widget-woocommerce-menu-cart > .elementor-widget-container {
  padding: 10px 7px 0px 0px !important;
}
}
@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;
  }
  form.checkout #payment #wc-stripe-cc-custom-form .wc-stripe-simple-form {
    /* grid-template-columns: 1fr; */
    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;
  }
/* form.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 15px 0 0px 0;
} */

}
@media screen and (max-width: 500px) {
  .woocommerce-tabs-navigation a {
    font-size: 11px;
    margin: 3px 0;
  }
      .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;
    }
}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 350px) {
  .woocommerce-tabs-navigation a {
    font-size: 11px;
  }
    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;
    }
    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;
    }
}

@media (max-width: 342px) {
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}