/*
Theme name: rodebak - 2022
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }


.woocommerce form .form-row.woocommerce-validated:has(.checkout-inline-error-message) label {
    color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-validated:has(.checkout-inline-error-message) input.input-text,.woocommerce form .form-row.woocommerce-validated:has(.checkout-inline-error-message) select {
    border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-validated:has(.checkout-inline-error-message) .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-red)
}