.woocommerce-message {
    border-top-color: #000 !important;
}

.woocommerce-message::before {
    content: '\e015';
    color: #000;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f75148;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}