/*!
 * Plugin:	Add Note Checkout
 * Name:	style.css
 */
.note-order {
    align-items: center;
    display: flex;
    color: #ff4862;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0 1rem 0;
}
span.note-order svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: #ff4862;
}
span.note-order circle, span.note-order polyline {
    stroke: #ff4862;
}
body.checkout-wc #cfw-customer-info .cfw-input-wrap-row a, main.checkoutwc #cfw-customer-info .cfw-input-wrap-row a{
    color:inherit;
} 