/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root{
    --notices-warning-bg: red !important;	
}
.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
    background-color: var(--notices-warning-bg) !important;
}
:is(.term-description,.page-description):not(:last-child) {
	background: #02933c !important;
}
.wd-changes-variation-image {
    border: var(--wd-form-brd-width) solid rgb(0 149 69) !important;
}