/* Start custom CSS */.woocommerce-message{
    z-index: 2;
    border-top-color: #e52d2d !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #e52d2d !important;
}
.woocommerce-message a.button.wc-forward {
    background-color: #E52D2D;
    color: #fff;
    
}
.reviews-btn .submit{
    padding: 15px 32px !important;
    font-size: 18px !important;
    background-color: #E52D2D !important;
    color: #fff !important;
    border: 2px solid #E52D2D !important;
    border-radius: 0px !important;
}
.reviews-btn .submit:hover{
padding: 15px 32px !important;
font-size: 18px !important;
background-color: transparent !important;
    border: 2px solid #E52D2D !important;
    color: #E52D2D !important;
border-radius: 0px !important;
}/* End custom CSS */