/* ------------------------------- */
/* Ajustes manuales personalizados */
/* ------------------------------- */


/* Portada */ 


/* Catálogo */ 


/* Familia */ 


/* Subfamilia */ 


/* Ficha de articulo */


/* Teasers */
body .Articulo .desArticulo, .Articulo .pvp, .Articulo .pvpOferta {
    text-transform: none;
}
body .enTuCarrito {
    display:none !important;
}
/* Buscador */


/* Carrito */


/* Otros... */


#abrirMenuFiltros {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    background: #ccc;
}

/* Mostar precios tarifa sin tachado y quitar etiquetas descuentos */
 /* .tachado {  */
	/* color: var(--color-texto)!important;  */
    /* font-size: 16px !important;   */
	/* font-weight: bold !important; */
	/* text-decoration: none !important; */
	/* } */

 /* .pvpOferta,  */
 /* .precioOferta { */
	/* display:none !important; */
/* } */

/* .dtopercent { */
    /* display: none; */
/* } */
 /* .ofertaLabel { */
    /* display: none !important; */
/* } */

 /* Mostrar en el módulo de carrito */
/* body[modulo="Carrito"] .dtopercent */
/* { */
    /* display: inline;  */
/* } */

/*Ocultar etiqueta stock disponible*/
.Articulo .ArticleStock.stoDisponible {
    display:none;
}

.Articulo .comprar {
margin-bottom: 20px;
}

.ofertaLabel {
    display: none !important;
}
