/**
 * Estilos unificados para notificaciones de WooCommerce
 * Se carga cuando la opción está activada en ZD Configuraciones
 * Compatible con templates default, Flatsome y personalizados
 */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error.message-wrapper,
.woocommerce-error {
	background-color: #dd3333 !important;
	color: white !important;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	text-align: left !important;
	font-weight: bold !important;
	list-style: none !important;
	border: none !important;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-error .message-container,
.woocommerce-error li {
	border: none !important;
	background: transparent !important;
	color: inherit !important;
}

.woocommerce .woocommerce-message,
.woocommerce-message {
	background-color: #46b450 !important;
	color: white !important;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	text-align: left !important;
	font-weight: bold !important;
}

.woocommerce .woocommerce-info,
.woocommerce-info {
	background-color: #f0b849 !important;
	color: #1d2327 !important;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	text-align: left !important;
	font-weight: bold !important;
}
