.elementor-110 .elementor-element.elementor-element-77afce18{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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:1540px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:479px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-68cde894 *//* Aviso de "Returning customer?" en el checkout */
.woocommerce-info {
  background: #000 !important;       /* Fondo negro */
  border: 1px solid #8E44AD !important; /* Borde morado */
  color: #fff !important;            /* Texto blanco */
  padding: 15px 20px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
}

/* Estilo del enlace "Click here to login" */
.woocommerce-info a {
  color: #F1C40F !important;          /* Amarillo */
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: 1px dashed #F1C40F;  /* Subrayado más elegante */
}

.woocommerce-info a:hover {
  color: #fff !important;             /* Hover en blanco */
  border-bottom: 1px solid #fff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-77afce18 *//* ===========================
   ESTILOS SOLO PARA CHECKOUT
   =========================== */

/* Aviso superior: Returning customer? */
body.woocommerce-checkout p.woocommerce-info {
  background: #000 !important;         /* Fondo negro */
  border: 1px solid #8E44AD !important;/* Borde morado */
  color: #fff !important;              /* Texto blanco */
  padding: 15px 20px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  margin: 0 0 20px 0 !important;
  text-align: center !important;
  box-shadow: none !important;
}

/* Elimina icono decorativo que WooCommerce mete */
body.woocommerce-checkout p.woocommerce-info::before {
  display: none !important;
}

/* Link dentro del aviso */
body.woocommerce-checkout p.woocommerce-info a {
  color: #F1C40F !important;           /* Amarillo */
  font-weight: 700 !important;
  text-decoration: underline !important;
}
body.woocommerce-checkout p.woocommerce-info a:hover {
  color: #ff00cc !important;           /* Hover fucsia */
}

/* ===========================
   FORMULARIO DE LOGIN
   =========================== */
body.woocommerce-checkout .woocommerce-form-login {
  background: #000 !important; 
  border: 1px solid #8E44AD !important;
  padding: 25px 30px !important;
  border-radius: 8px !important;
  margin: 20px auto !important;
  max-width: 600px !important;         /* Más ancho */
  width: 100% !important;
  color: #fff !important;
  line-height: 1.5em !important;
}

/* Texto descriptivo dentro del login */
body.woocommerce-checkout .woocommerce-form-login p {
  margin-bottom: 15px !important;
  color: #eee !important;
  font-size: 14px !important;
}

/* Inputs del login */
body.woocommerce-checkout .woocommerce-form-login input[type="text"],
body.woocommerce-checkout .woocommerce-form-login input[type="password"],
body.woocommerce-checkout .woocommerce-form-login input[type="email"] {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #8E44AD !important;
  border-radius: 5px !important;
  padding: 12px !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  font-size: 14px !important;
}

/* Labels y checkbox */
body.woocommerce-checkout .woocommerce-form-login label {
  color: #fff !important;
  font-size: 14px !important;
}
body.woocommerce-checkout .woocommerce-form-login input[type="checkbox"] {
  accent-color: #8E44AD !important;
}

/* Botón login */
body.woocommerce-checkout .woocommerce-form-login button[type="submit"] {
  background: #8E44AD !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 24px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  width: 100% !important;
  font-size: 15px !important;
  transition: background .3s ease;
}
body.woocommerce-checkout .woocommerce-form-login button[type="submit"]:hover {
  background: #ff00cc !important;
}


/* Aviso "Returning customer?" */
body.woocommerce-checkout .woocommerce-info {
  background: #000 !important;           /* Fondo negro */
  border: 1px solid #8E44AD !important;  /* Borde morado */
  color: #fff !important;                /* Texto blanco */
  padding: 12px 18px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  box-shadow: none !important;
}

/* Elimina el icono que WooCommerce mete por defecto */
body.woocommerce-checkout .woocommerce-info::before {
  display: none !important;
}

/* Texto dentro del aviso */
body.woocommerce-checkout .woocommerce-info strong,
body.woocommerce-checkout .woocommerce-info {
  color: #fff !important;                /* Texto en blanco */
}

/* Enlace "Click here to login" */
body.woocommerce-checkout .woocommerce-info a {
  color: #F1C40F !important;             /* Amarillo */
  font-weight: 700 !important;
  text-decoration: underline !important;
}
body.woocommerce-checkout .woocommerce-info a:hover {
  color: #ff00cc !important;             /* Hover fucsia */
}/* End custom CSS */