.elementor-11 .elementor-element.elementor-element-b022242{--display:flex;border-style:none;--border-style:none;--border-radius:15px 15px 15px 15px;}.elementor-11 .elementor-element.elementor-element-d38d8e2{--spacer-size:77px;}.elementor-11 .elementor-element.elementor-element-b7ad2a5 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:37px;font-weight:600;}.elementor-11 .elementor-element.elementor-element-1f5a204{--spacer-size:40px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11 .elementor-element.elementor-element-d38d8e2{--spacer-size:250px;}.elementor-11 .elementor-element.elementor-element-1f5a204{--spacer-size:250px;}}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-d38d8e2{--spacer-size:360px;}.elementor-11 .elementor-element.elementor-element-1f5a204{--spacer-size:360px;}}/* Start custom CSS for container, class: .elementor-element-b022242 *//* --- TIPOGRAFÍA: Google Fonts Poppins --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body.woocommerce-account {
  font-family: 'Poppins', sans-serif;
  background: #f8f9fa;
  color: #333;
}

/* --- CONTENEDOR PRINCIPAL --- */
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

/* --- NAVEGACIÓN (MENÚ LATERAL) --- */
.woocommerce-MyAccount-navigation {
  flex: 1 1 250px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-size: 15px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  display: table;
}

.woocommerce-MyAccount-navigation ul li {
  display: table-row;
  border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: table-cell;
  padding: 12px 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
  transition: background-color 0.3s ease;
  border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #ffb87a;
  border-left-color: #ff7f0f;
  color: #fff;
}

/* --- CONTENIDO DE LA CUENTA --- */
.woocommerce-MyAccount-content {
  flex: 3 1 600px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-size: 15px;
  line-height: 1.8;
}

/* --- TÍTULOS --- */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* --- BOTONES --- */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button {
  background-color: #ffe7c9;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
  cursor: pointer;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button:hover {
  background-color: #005e8a;
}

/* --- RESPONISVO --- */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS */body, html {
  height: 100%;
  margin: 0;
}

.website-content {
  min-height: 100vh; /* Esto asegura que el contenido ocupe al menos la altura completa de la pantalla */
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto; /* Esto empuja el pie de página hacia abajo */
}/* End custom CSS */