/*
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;}


body.pt .ic-simulator,body.fr .ic-simulator{ display: none !important;}

body.pt .wc_payment_method.payment_method_myinstantcredit,body.fr .wc_payment_method.payment_method_myinstantcredit{ display: none !important;}

/* ICONOS IDIOMAS */
.header-nav a .image-icon{ margin-left: 10px; margin-top: -4px;}


/* 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;}
}


