/**
Theme Name: Code Creative Bespoke Theme
Author: Code Creative
Author URI: http://www.codecreative.uk
Description: Bespoke theme made in house for our clients
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: code-creative-bespoke-theme
Template: astra
*/

p#billing_state_field .optional {
    display: none;
}
#billing_state_field label::after {
    content: "*";
    margin-left: 3px;
    color: red;
	text-decoration: underline dotted;
}
p#billing_state_field .required {
    visibility: hidden;
}