/**
 * Product Options hides its total whenever the selected options add nothing to
 * the price. Once the discount has been dropped that total is the only place the
 * real price appears, so it has to stay on screen even for a free option.
 */
form.cart.triano-wpo-has-option .wpo-totals-container.wpo-totals-hidden {
	display: block;
}
