¡Tu carrito en este momento está vacío!
hello-elementor
—
por
/*Informacion post compra*/
}
p.order-again {
display:none;
}
section.woocommerce-customer-details{
display:none;
}
tfoot {
display:none;
}
th.woocommerce-table__product-table{
display:none;
}
td.woocommerce-table__product-total{
display:none;
}
.woocommerce-order-barcodes-container{
display:none;
}
.tax_label {
position: relative;
font-size: 0 !important; /* Oculta el texto original sin romper el diseño */
}
.tax_label::after {
content: \”(Impuestos incluidos)\”;
font-size: 0.875em; /* Ajusta el tamaño como el original */
opacity: 0.7; /* Simula el estilo de texto secundario */
position: absolute;
left: 0;
white-space: nowrap;
}