// ------------------------------------
// CHECKOUT VALIDATION
// ------------------------------------

body#{ $_body-theme-selector } div.woocommerce .woocommerce-password-strength {
	padding: $global-spacing-extra-small + $global-spacing-tiny !important; // Needed to override fc styles
	padding-#{ $alignment-left }: $checkout-message-error-padding-left !important; // Needed to override fc styles
}



body#{ $_body-theme-selector }#{ $_body-page-selector } div.woocommerce form .form-row.woocommerce-validated:not( [class*='woocommerce-invalid'] ):not( .fc-no-validation-icon ) .select2-container .select2-selection:after {
	#{ $alignment-right }: calc( #{ $global-spacing-extra-small } + #{ remsize( 2.6rem ) } + #{ $global-spacing-tiny } );
}
