.elementor-12 .elementor-element.elementor-element-5643e93c{--display:flex;--padding-top:0px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-12 .elementor-element.elementor-element-5643e93c{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-5643e93c{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//* === Load Open Sans === */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

/* === Base Layout === */
/*.woocommerce-account {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 2rem;*/
/*  font-family: 'Open Sans', sans-serif;*/
/*  background: #f3f6fb;*/
/*  max-width: 1140px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
  
/*  font-family: oswald;*/
/*}*/

/* === Navigation Sidebar === */
h1.entry-title{
    font-family: oswald;
    padding-top: 40px
}
.woocommerce-MyAccount-navigation {
  flex: 0 0 220px;
  background: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.);
  border: 2px solid #000;
  height: fit-content;
  position: sticky;
  top: 2rem;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.8rem;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  font-size: 20px;
  font-family: oswald;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  line-height: 0px;
     padding-top: 30px;
	 padding-left:20px;
	 padding-right:20px;
  padding-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #000;
  color: #ffffff;
  box-shadow: 10 3px 10px rgba(0, 0, 0, 0.5) !important;
  
line-height: 0px;
     padding-top: 30px;
	 padding-left:20px;
	 padding-right:20px;
  padding-bottom: 30px;

}

/* === Content Card === */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  padding: 2rem 2.5rem;
  padding-top: 0px;
  border-radius: 18px;
  margin-top: 0px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.035);
  border: 2px solid #000;
  font-family: 'Open Sans', sans-serif;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
  padding-top: 20px;
}

.woocommerce-MyAccount-content p {
     padding-top: 20px;
  font-size: 1rem;
  color: #000;
  line-height: 1.7;
  font-weight: 400;
}

.woocommerce-MyAccount-content a {
  color: #FF3535;
  font-weight: 600;
  transition: color 0.25s ease;
}

.woocommerce-MyAccount-content a:hover {
  color: #db2777;
}

/* === Responsive === */
@media (max-width: 768px) {
  .woocommerce-account {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    position: static !important;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .woocommerce-MyAccount-content {
    padding: 1.5rem;
  }
  .woocommerce-MyAccount-content p {
     padding-top: 20px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
  padding-top: 20px;
}
}/* End custom CSS */