.woocommerce-message, .woocommerce-info{color:#055e21;border:1px dashed #055e21;border-radius:10px;margin-bottom:20px;font-size:15px;padding:15px 15px 15px 47px;background:#f5fff8;position:relative;}
.woocommerce-message a, .woocommerce-info a{color:#055e21;}
.woocommerce-message:before, .woocommerce-info:before{content:"";display:block;width:26px;height:26px;position:absolute;left:15px;top:50%;margin-top:-13px;background-color:#055e21;mask-position:center center;mask-repeat:no-repeat;mask-size:contain;mask-image:url(images/icons/bootstrap/exclamation-diamond-fill.svg);}
.woocommerce-error{color:#e12d2d;border:1px dashed #e12d2d;border-radius:10px;margin-bottom:20px;font-size:15px;padding:7px 15px 7px 47px;background:#fffcfc;position:relative;list-style:none;}
.woocommerce-error a{color:#e12d2d;}
.woocommerce-error:before{content:"";display:block;width:26px;height:26px;position:absolute;left:15px;top:50%;margin-top:-13px;background-color:#e12d2d;mask-position:center center;mask-repeat:no-repeat;mask-size:contain;mask-image:url(images/icons/bootstrap/exclamation-diamond-fill.svg);}