/** Icons header menu */

.c-head-icons-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 9px;
}

.c-head__name {
    font-size: 15px;
    font-weight: 400;
    color: var(--wp--preset--color--azul-pintuco);
    transition: 0.5s;
    text-align: center;
    display: none;
}
.c-head__name.tienda{
    display: none;
}

.c-head-icons {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 9px;
   
    justify-content: center;
    align-items: center;
    transition: 0.32s;
}





.c-head-icons__image.tienda{
   width: 20px;
   height: 25px;
}
.c-head-icons__image{
    height: 25px;
}

.c-head-icons:hover .c-head-icons__image{
    transition: 0.35s ease-in-out;
    transform: scale(1.1);
}

.flag-imagen {
    width: 30px;
    height: 20px;
    border-radius: 4px;
   
}
.c-searh-form__icon {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.dashicons.dashicons-arrow-down-alt2{
font-size: 16px;
color: #374957;
/*translate: -2px 3px;*/
}

/** Countries list */



#menu-lista-de-paises{
background: white;
list-style: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 12px 0;
border-radius: 5px;
color: var(--wp--preset--color--azul-pintuco);
max-width: 100%;
width: 120px;
margin: auto;

}

#menu-lista-de-paises li:hover{
    font-weight: bold;
   
}
.menu-lista-de-paises-container{
    max-height: 0.1px;
    /* overflow: hidden; */
    transition: 0.35s;
}





.c-head-icons--countries:hover #menu-lista-de-paises a{
  
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.32s;
}

.c-head-icons--countries:hover #menu-lista-de-paises a:hover{
   
    transition: 0.32s;
}

.c-head-icons__search-movile{
    display: none;
}


@media(max-width:780px){

    .dashicons.dashicons-arrow-down-alt2 {
        font-size: 13px;
        height: auto;
           /* translate: -9px 1px;*/
    }
    

    .lupa-movil {
        top: 2px;
        max-width: 18px !important;
        position: relative;
        right: 4px;
    }

    .c-head-icons-content .c-head-icons__search-movile{
        display: block;
    }

    .c-head-icons::after{
        display: none;
    }

    .c-head-icons.c-head-icons--login {
        display: none;
    }
    .c-searh-form__icon{
        width: 15px;
        height: 15px;
    }
    
    .c-head-icons__image.tienda{
        width: 11px;
        height: 15.64px;
     }
    .flag-imagen{
        height: 15px;
        width: 22px;
        border-radius: 2px;
    }
    .c-head-icons-cart{
        display: none;
    }
}

