@charset "UTF-8";

div.summary.entry-summary div p.price span.amount::after {
    content: " por pieza";
}
span.price span.amount::before {
    content: "Precio por pieza: ";
}
div.variations_button::before {
    content: "Piezas requeridas: ";
    float: left;
    white-space: pre;
}
/* CSS Document */

