/*
Theme Name: El Mercado de Origen
Theme URI: https://www.elmercadodeorigen.com/
Description: Tema hijo premium de Woostify para El Mercado de Origen.
Author: El Mercado de Origen
Template: woostify
Version: 0.10.178
Text Domain: elmercadodeorigen
Requires at least: 6.4
Requires PHP: 8.0
*/

/* Release 0.10.178: recupera un único indicador de carga continua y unifica el destino del envío en el carrito. */

@media (min-width: 768px) {
	body.single-product.elmercado-child-theme .summary.emo-wapo-price-unified.emo-final-price-active #wapo-total-order {
		width: auto !important;
		max-width: 100% !important;
		justify-content: flex-start !important;
		gap: 0.65rem !important;
		margin-right: auto !important;
	}

	body.single-product.elmercado-child-theme .summary.emo-wapo-price-unified.emo-final-price-active #wapo-total-order > th,
	body.single-product.elmercado-child-theme .summary.emo-wapo-price-unified.emo-final-price-active #wapo-total-order > td {
		flex: 0 0 auto !important;
		text-align: left !important;
	}

	body.single-product.elmercado-child-theme .summary.emo-wapo-price-unified.emo-final-price-active #wapo-total-order-price,
	body.single-product.elmercado-child-theme .summary.emo-wapo-price-unified.emo-final-price-active #wapo-total-order-price .amount,
	body.single-product.elmercado-child-theme .summary.emo-wapo-price-unified.emo-final-price-active #wapo-total-order-price .price {
		text-align: left !important;
	}
}
