.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: transparent!important;
}

/*this fixes a weird bug where the icons were displaying on top of eachother*/
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	position: unset!important;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 0em!important;
}