.wa-form .wa-field .wa-value .errormsg,
#checkout_page .checkout-content .checkout .checkout-step .wa-form .wa-field .wa-value .errormsg {
 clear: both;
 height: 0;
 color: #fff;
 position: static;
 float: left;
 background: transparent;
 white-space: nowrap;
}
.wa-form .wa-field .wa-value .errormsg::selection,
#checkout_page .checkout-content .checkout .checkout-step .wa-form .wa-field .wa-value .errormsg::selection {
 background: #fff;
}
.wa-form .wa-field .wa-value .errormsg::-moz-selection,
#checkout_page .checkout-content .checkout .checkout-step .wa-form .wa-field .wa-value .errormsg::-moz-`selection {
 background: #fff;
}
.wa-form .wa-field .wa-value .errormsg:before,
#checkout_page .checkout-content .checkout .checkout-step .wa-form .wa-field .wa-value .errormsg:before {
 background: transparent;
 color: red;
 display: block;
 content: "Заповніть коректно";
 height: 0;
 text-indent: 0;
 position: relative;
 z-index: 5;
 margin: 0 0 0 267px;
 top: -30px;
}
#checkout_page .checkout-content .checkout .checkout-step .wa-form .wa-field .wa-value .errormsg:before {top: 0;}