body .woocommerce-error,
body ul.woocommerce-error,
body .woocommerce-info,
body ul.woocommerce-info,
body .woocommerce-message,
body ul.woocommerce-message {
    border-radius: 0 !important;
    padding: 0.5rem;
    border-top: 1px solid rgba(0,0,0,.5)!important;
    margin: 0;
}

body .woocommerce-error a:not(.btn):not(.button),
body ul.woocommerce-error a:not(.btn):not(.button),
body .woocommerce-info a:not(.btn):not(.button),
body ul.woocommerce-info a:not(.btn):not(.button),
body .woocommerce-message a:not(.btn):not(.button),
body ul.woocommerce-message a:not(.btn):not(.button){
    color:inherit;
    text-decoration:underline;
}

body .woocommerce-error::before,
body ul.woocommerce-error::before,
body .woocommerce-info::before,
body ul.woocommerce-info::before,
body .woocommerce-message::before,
body ul.woocommerce-message::before{
    color: inherit;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 0.5rem;
    margin-top: 2px;
    float: left;
}

body .woocommerce-error::after,
body ul.woocommerce-error::after,
body .woocommerce-info::after,
body ul.woocommerce-info::after,
body .woocommerce-message::after,
body ul.woocommerce-message::after{
    display: block;
    content: "";
    clear: both;
}

.card>.woocommerce-notices-wrapper{
    margin:0;
}
