/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/
.pt {padding-top:0;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE ***************/
}

/* PROVEEDOR ACTUALIZA */
/* OCULTAR STOCK EN FICHA DE PRODUCTO */
.shop-container .stock.in-stock{ display: none !important;}

/* ICONOS IDIOMAS */
.header-nav a .image-icon{ margin-left: 10px; margin-top: -4px;}
/*.header-language-dropdown{ display: none !important;}
*/
/* OCULTAR NO STOCK, CARRITO Y MYACCOUNT DE LA CABECERA */
/*.out-of-stock-label, .stock.out-of-stock{ display: none !important;}*/
/*.header-nav .header-divider, .header-nav .account-item, .header-nav .cart-item, .footer-secondary .payment-icons{ display: none !important;}*/


/* BULLETS */
.entry-content ul{ list-style: inherit !important;}
.entry-content  ol { list-style: decimal !important;}

#content ul, #content ol{ list-style: inherit !important;}

.product-short-description ul{ list-style: inherit !important;}


.pswp .pswp__caption{ display:none !important; }


/* CORRECCION ALTURAS PARA TEXTOS QUE NO SE VEN EN LA FICHA EN ALGUNOS MOVILES */
@media (max-width: 549px) {
	.y95 {bottom: 0% !important;}
}




/* MEGA MENU ANCHO COMPLETO Y COLUMNAS EN UNA FILA */
li.current-dropdown > .nav-dropdown-full,
li.has-dropdown:hover > .nav-dropdown-full {

   
    position: fixed;
    left: 50%;
    transform: translateX(-50%);

    max-width: none !important;
    width: 95vw !important;

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;

    transition: opacity .3s !important;
}

/* COLUMNAS FLEXIBLES */
.nav-dropdown-full > li {
    flex: 1 1 auto;
    min-width: 180px;
}

/* ESPACIADO ENTRE COLUMNAS */
.nav-dropdown-full ul {
    column-gap: 30px;
}
