/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

.woocommerce-error {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative !important;
    background-color: #f7f6f7 !important;
    color: #515151 !important;
    border-top: 3px solid #b81c23 !important;
    list-style: none outside !important;
    width: auto !important;
    word-wrap: break-word !important;
}

.woocommerce-error:before {
    display: block !important;
    color: #b81c23 !important;
}