ul.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message {
padding: 1em 2em 1em 3.5em!important;
margin: 0 0 2em!important;
position: relative!important;
background-color: #f7f6f7!important;
color: #515151!important;
border-top: 3px solid #a46497!important;
list-style: none!important;
width: auto!important;
word-wrap: break-word!important;
}
ul.woocommerce-error:after,
ul.woocommerce-error:before,
div.woocommerce-info:after,
div.woocommerce-info:before,
div.woocommerce-message:after,
div.woocommerce-message:before {
content: " "!important;
display: table!important;
}
ul.woocommerce-error:before,
div.woocommerce-info:before,
div.woocommerce-message:before {
font-family: WooCommerce!important;
content: "\e028"!important;
display: inline-block!important;
position: absolute!important;
top: 1em!important;
left: 1.5em!important;
}
ul.woocommerce-error .button,
div.woocommerce-info .button,
div.woocommerce-message .button {
float: right!important;
}
ul.woocommerce-error li,
div.woocommerce-info li,
div.woocommerce-message li {
list-style: none!important;
padding-left: 0!important;
margin-left: 0!important;
}
div.woocommerce-message {
border-top-color: #8fae1b!important;
}
div.woocommerce-message:before {
content: "\e015"!important;
color: #8fae1b!important;
}
div.woocommerce-info {
border-top-color: #1e85be!important;
}
div.woocommerce-info:before {
color: #1e85be!important;
}
ul.woocommerce-error {
border-top-color: #b81c23!important;
}
ul.woocommerce-error:before {
content: "\e016"!important;
color: #b81c23!important;
}