/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.adestra-message-wrapper.hide-messages {
    display: none;
}
.adestra-messages {
    padding:10px;
    background: #fff;
    margin-bottom: 10px
}
.adestra-message-wrapper .woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
}