.elementor-kit-90{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#D60808;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-470d235:#F2F2F2;--e-global-color-38e6af8:#FFFFFFB3;--e-global-color-c3735fb:#FFFFFF80;--e-global-color-62fd48d:#F2F2F2;--e-global-color-a86c6a5:#000000B3;--e-global-color-ac65869:#0000001A;--e-global-color-a97a7ad:#D608081A;--e-global-color-1dcfc0e:#B00606;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;line-height:1em;}.elementor-kit-90 e-page-transition{background-color:#FFBC7D;}.elementor-kit-90 button,.elementor-kit-90 input[type="button"],.elementor-kit-90 input[type="submit"],.elementor-kit-90 .elementor-button{font-family:"Plus Jakarta Sans", Sans-serif;border-radius:6px 6px 6px 6px;padding:16px 24px 16px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* General My Account wrapper */
.woocommerce-account {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Make sure all My Account content keeps the same font and line height */
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce * {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.6;
}

/* Navigation wrapper */
.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 6px;
}

/* Hide Downloads tab */
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  color: #1f2933;
  text-decoration: none;
  font-weight: 500;
}

/* Hover state */
.woocommerce-MyAccount-navigation a:hover {
  background-color: #FBE6E6;
  color: #D60808;
}

/* Active item */
.woocommerce-MyAccount-navigation .is-active a {
  background-color: #D60808;
  color: #ffffff;
}

/* Main content panel */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px;
  line-height: 1.7;
}

/* Paragraphs and lists inside content */
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content li {
  line-height: 1.7;
}

/* Tables */
.woocommerce-MyAccount-content table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.woocommerce-MyAccount-content th {
  background-color: #FBE6E6;
  color: #1f2933;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce-MyAccount-content td {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
}

/* Links inside welcome text and content */
.woocommerce-MyAccount-content a {
  color: #D60808 !important;
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  opacity: 0.85;
}

/* Optional: hide downloads content if user hits the URL directly */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads {
  display: none;
}/* End custom CSS */