.elementor-11 .elementor-element.elementor-element-1a8f5b71{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-a1f58c0 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:var( --e-global-color-text );}.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 );}/* Start custom CSS for heading, class: .elementor-element-a1f58c0 */body.page-id-11 #mi-cuenta-titulo {   /* opcional: reset-password */
  display: none !important;
}

body.logged-in #mi-cuenta-titulo { 
  display: block !important; 
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6552dc1e *//* === ESTILOS SOLO PARA MI CUENTA === */
#mi-cuenta .woocommerce-account {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

/* MENÚ LATERAL */
#mi-cuenta .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid #7aa12b;
  border-radius: 8px;
  overflow: hidden;
  width: 260px;
  flex-shrink: 0;
}

#mi-cuenta .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mi-cuenta .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #c4d39b;
}

#mi-cuenta .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

#mi-cuenta .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 20px !important;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.3s ease;
  
}

#mi-cuenta .woocommerce-MyAccount-navigation ul li.is-active a,
#mi-cuenta .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #7aa12b;
  color: #fff !important;
}

/* CONTENIDO DERECHO */
#mi-cuenta .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 25px 35px;

  line-height: 1.6;
  box-sizing: border-box;
}

#mi-cuenta .woocommerce-MyAccount-orders{
     border-radius: 8px;
}


#mi-cuenta .woocommerce-Address{
     border-radius: 8px !important;
}


.woocommerce button.button,
.woocommerce-page button.button {
  color: #fff !important;         /* texto blanco */
  background-color: #7aa12b !important; /* mantiene su color verde */
  border: none;
}

.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
  background-color: #678e24 !important; /* tono más oscuro al pasar el mouse */
  color: #fff !important;
}


#mi-cuenta .woocommerce-MyAccount-orders .button {
  background-color: #7aa12b !important;  /* Verde principal */
  color: #fff !important;                /* Texto blanco */
  border: none !important;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 18px;
  transition: all 0.3s ease;
}

#mi-cuenta .woocommerce-MyAccount-orders .button:hover {
  background-color: #678e24 !important;  /* Verde más oscuro */
  transform: translateY(-2px);
  color: #fff !important;
}
/* === RESPONSIVE === */
@media (max-width: 1024px) {
  #mi-cuenta .woocommerce-account {
    flex-direction: column;
    align-items: center; /* centrado total */
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding-bottom: 25px;
  }

  #mi-cuenta .woocommerce-MyAccount-navigation,
  #mi-cuenta .woocommerce-MyAccount-content {
    width: 90%;
    max-width: 600px;
     margin-top: 25px !important;
    margin: 0 auto; /* centra en el eje horizontal */
  }
}

@media (max-width: 480px) {
  #mi-cuenta .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px !important;
    font-size: 15px;
  }

  #mi-cuenta .woocommerce-MyAccount-content {
    padding: 20px;
    font-size: 15px;
    margin-top: 25px !important;
  }
}



#mi-cuenta
.woocommerce-orders-table__header-order-total,
#mi-cuenta
.woocommerce-orders-table__cell-order-total,
#mi-cuenta .product-total,
#mi-cuenta tfoot
{
    display: none !important;
}/* End custom CSS */