/*
Theme Name: Hello Elementor Child
Theme URI: https://allaenfloresdemaria.com
Description: Tema hijo de Hello Elementor
Author: OCULUS|Creative 
Author URI: 
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
Body{
 padding-top: 260px;
}
.menu-tienda a {
 color:#e9571d;
}
.menu-tienda {
 font-family: gravita-hum-variable;
}
.wpc-term-item-content-wrapper input {
 color:#e9571d;
}

.user-guest .icon-account.logged {
    display: none;
}

.user-logged .icon-account.guest {
    display: none;
}

.tw-header-menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Iconos */

.tw-icon {
    position: relative;
    font-size: 20px;
    transition: color 0.3s ease;
}

.tw-icon:hover {
    color: #e9571e;
}

/* Nombre del usuario */
.tw-user-name {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}

.tw-user-name:hover {
    text-decoration: underline;
}

/* Contador carrito */
.tw-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #111;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
}

/*Estilos dashborad cuenta del usuario*/
.woocommerce-account .woocommerce {
  display: flex;
  width: 100% !important;
  justify-content: center;
  flex-direction: column;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-MyAccount-content {
  width: 100% !important;
}

/*Estilos dashborad cuenta del usuario*/

/* ==============================
   DROPDOWN USUARIO – HEADER
============================== */

.menu-iconos {
    display: flex;
    align-items: center;
    gap: 20px
}

.menu-iconos a {
    color:#000000 !important;
   
}

.icono.usuario.dropdown {
    position: relative;
}

.icono.usuario a {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.nombre-boton{
 font-family: gravita-hum-variable;
 font-weight: 400;
}
.dropdown-menu {
    position: absolute;
    top: 120%;
    right: 0;
    width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 999;
    overflow: hidden;
}

.icono.usuario.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
}

.dropdown-menu a.logout {
    color: #c0392b;
    border-top: 1px solid #eee;
}

/*dashborad*/
/* Dashboard contenedor */
.tw-account-dashboard {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
}

/* Menú lateral */
.tw-account-menu {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    justify-content: space-around;
    gap: 8px;
}

/* Links */
.tw-account-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all .25s ease;
}

.tw-account-link i {
    font-size: 18px;
    width: 22px;
    text-align: center;
}

/* Hover */
.tw-account-link:hover {
    background: #f3f4f6;
}

/* Activo */
.tw-account-link.active {
    color: #000000;
}

.tw-account-link.active i {
    color: #b8d0f2;
}
/*Dashboard*/

/* === CONTENEDOR GENERAL Dashboard CUENTA usuario=== */
.tw-account-wrapper {
    display: flex;
    min-height: 80vh;
    background: #f6f7f9;
}

/* === MENÚ DESKTOP === */

/* ITEMS */
.tw-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    color: #cbd5e1;
    text-decoration: none;
    transition: all .25s ease;
}
.nombre-boton .fas .a-shopping-cart:hover{
    color: #b8d0f2;
}
.tw-menu-item i {
    font-size: 18px;
}

.tw-menu-item:hover,
.tw-menu-item.is-active {
    background: #1e293b;
    color: #fff;
}

.tw-menu-item.logout {
    margin-top: auto;
    color: #f87171;
}

/* === CONTENIDO === */
.tw-account-content {
    flex: 1;
    padding: 40px;
    background: #fff;
    border-radius: 24px 0 0 24px;
}

.woocommerce-MyAccount-content p {
    font-family: gravita-hum-variable !important;
}
.woocommerce-MyAccount-content a {
    color: #e9571d !important;
}

/*======FAVORITOS========*/
/*Tabla favoritos*/

/*.product-name .tinvwl-full .tinvwl-mobile .product-price */
table{
    font-family: gravita-hum-variable !important;
}

.product-action button{
 background-color: #e9571d !important;
}

.product-action button:hover{
 background-color: #b8d0f2 !important;
}
/*Tabla favoritos*/

/*iCONO CORAZÓN*/
.button-wishlist{
   color:#e9571d;
}

.button-wishlist:hover{
   color:#F8CFDB;
}

.tinvwl-icon-heart:before{
    font-size: 30px !important;
}

.tinvwl-icon-heart-plus:before{
    color: #e9571d !important;
    font-size: 30px !important;
}

/*iCONO CORAZÓN*/

/*======FAVORITOS========*/
/*Menu fijo movil - Dashboard cuenta usuario*/
@media (max-width: 768px) {
    .tw-account-dashboard{
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .tw-account-wrapper {
        flex-direction: column;
    }

    /* MENÚ INFERIOR */
    .tw-account-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 64px;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 0;
        z-index: 999;
        width: 100%;
    }

    .tw-menu-item span {
        display: none;
    }
    
    .nombre-boton{
        display: none;
    }
    .tw-menu-item i {
        font-size: 20px;
    }

    /* CONTENIDO */
    .tw-account-content {
        padding: 24px;
        margin-bottom: 80px;
        border-radius: 0;
    }
}
/*Menu fijo movil - Dashboard cuenta usuario*/
/*=========PRODUCTOS============*/
/*Productos */

/*==============footer==============*/
/*.contenedor-formulario-footer{
 display: flex;
 align-items: center;
 justify-content: center;
}*/
.boton-formuluario-footer input{
 border: 1px solid #ffffff;
 color: white;
}
/*==============fomulario acceso a cuenta==============*/
.eael-lr-btn{
 background-color: #e9571d !important;
}

/* Start custom CSS */
.site-logo-header-svg img[src$=".svg"] {
  width: 90px !important;
  max-width: 90px;
  height: 130px;
}
.site-logo-header2-svg img[src$=".svg"] {
  width: 70px !important;
  max-width: 70px;
  height: 98px;
}

.site-logo-footer-svg img[src$=".svg"] {
  width:146.01px !important;
  height: 220px;
}

.title-producto-tienda {
 font-family: gravita-hum-variable !important;

}

.title-nombre-producto-tienda{
font-family: gravita-hum-variable !important;
font-style: italic;

}

.contenedor-titulo-producto{
display: flex !important;
gap:10px;
}

.precio-producto-simple{
color: #e9571e; !important;
}

.titulo-col-caja{
font-family: Display-Light-Italic !important;

}

/*padding menu galeria tienda*/
.eael-terms-layout-horizontal {
 margin-bottom: 10px !important;
}

/*Notificaciones WooCommerce*/

.woocommerce-notices-wrapper{
display: flex !important;
gap:10px;
align-items: center;
width: 100%;
}

.woocommerce-message{
display: flex !important;
background-color: #F8CFDB !important;
border-top: none !important;
justify-content: center;
align-items: center;
width: 100%;
font-family: gravita-hum-variable;
gap:10px;
}

@media (max-width:630px){
 .woocommerce-message {
 flex-direction: column;
 }
}
.woocommerce-message:before {
content:none;
}

.woocommerce-message::after{
display: inline-block;
width: 25px;
height: 25px;
background-image: url("https://allaenfloresdemaria.com/wp-content/uploads/2025/11/Iconos-pagweb1.png");
background-size: contain;
background-repeat: no-repeat;
}

/*Carrito vacio */
.e-woocommerce-notices-wrapper{
display: flex !important;
flex-direction: column;
justify-content: center;
align-content: center;
width: 100%;
font-family: gravita-hum-variable;
font-style: italic;
}

.woocommerce-info{
display: flex !important;
justify-content: center;
border-top: none !important;
background-color: white !important;
}

.woocommerce-info::before {
 display: none;
}
.woocommerce-info:after {
content:"";
display: inline-block;
width: 25px;
height: 25px;
background-image: url('https://allaenfloresdemaria.com/wp-content/uploads/2025/11/Iconos-pag-web2.png');
background-size: contain;
background-repeat: no-repeat;
}
/*Carrito vacio */

/*Boton regresar a tienda*/
.return-to-shop a.button {
 display: flex;
 width: 30%;
 justify-content: center;
 margin:auto !important;
 background-color: #F8CFDB;
 font-family: gravita-hum-variable !important;
}
/*Boton regresar a tienda*/

a.wc-forward{
border-width: 1px !important;
border-color:#000000 !important;
color: #000000 !important;
}

a.wc-forward:hover{
border-width: 1px !important;
border-color:#8C2D18!important;
color: #8C2D18 !important;
}


/*Notificaciones woocomerce*/

/*Mensajes WooCommerce*/
/* Estilos generales del select WooCommerce en Elementor */
form.woocommerce-ordering select.orderby {
    background-color: #ffffff;          /* Fondo */
    color: #000000;                     /* Color de texto */
    border: 1px solid #cccccc;          /* Borde */
    border-radius: 6px;                 /* Bordes redondeados */
    padding: 8px 12px;                  /* Espaciado interior */
    font-size: 15px;                    /* Tamaño de letra */
    appearance: none;                   /* Oculta el estilo por defecto */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Cambiar flechita del select */
form.woocommerce-ordering select.orderby {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z' fill='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Hover */
form.woocommerce-ordering select.orderby:hover {
    border-color: #444444;
}

/* Focus */
form.woocommerce-ordering select.orderby:focus {
    outline: none;
    border-color: #000000;
}

/* Estilo de las opciones */
form.woocommerce-ordering select.orderby option {
    background: #ffffff;
    color: #000000;
}


html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Altura mínima de la ventana */
}
footer {
    margin-top: auto; /* Empuja el footer hacia abajo */
}

/*------Tierra de cantores--------------*/
/*-------Playlist------------*/

.bloque p {
  margin: 20px 0;
  font-size: 1.5rem;
  font-family: essonnes-display;
  font-style: Italic;
}

.contenedor-scroll{
display: flex;
justify-content: center;
align-content: center;
height:350px;
margin:100px auto;
overflow:hidden;
background-color: #b8d0f2;
}

.scroll-contenido{
display:flex;
flex-direction:column;
animation:scrollInfinito 10s linear infinite;
}

.bloque{
text-align:center;
color:white;
padding:20px 0;
}

/* Animación */

@keyframes scrollInfinito{

    0%{
        transform:translateY(0);
    }

    100%{
        transform:translateY(-50%);
    }

}

.contenedor-scroll:hover .scroll-contenido{
    animation-play-state: paused;
}

/*-------Playlist------------*/

/*------Tierra de cantores--------------*//* End custom CSS */

/*---------------Botones cta conectar productos -------------------*/

.btn-cta-cp{
display: flex;
width: fit-content;
flex-grow: ;
justify-content: center;
align-items: center;
border: 1px solid black;
border-radius: 5px;
padding: 5px 15px 5px 15px;
transition: 0.4s;
cursor: pointer;
font-family:  gravita-hum-variable !important;
}
.btn-cta-cp:hover{
color:#e9571e;
background-color: #e9571e;
}
.container-btn-cta-cp{
display: flex;
gap:20px;
}
.tittle-btn-cta-cp{
font-weight: 400;
color:#e9571e;
}
a{
text-decoration: none;
}
.vinculo{
color: black;
}

/*---------------Botones cta conectar productos-------------------*/

/*---------------img galeria producto woocommerce-------------------*/

.elementor-709 .elementor-element.elementor-element-458ec26 .eael-product-gallery .woocommerce .products .product .eael-product-wrap img
{
height:auto !important;
    
}

/* Desktop */
@media (max-width: 1400px) {
img.attachment-medium.size-medium.wp-post-image{
    height: 300px !important;
}

/* Tablet */
@media (max-width: 1024px) {
   img.attachment-medium.size-medium.wp-post-image{
        height: 250px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
   img.attachment-medium.size-medium.wp-post-image {
        height: 135px !important;
    }
}
