#contactPage .contact-form :is([type=submit],button:not([type=reset])) {
	color: #000 !important;
	border: 2px solid #000 !important;
    padding: 12px 24px !important;
}
/*Form Font Family*/
.contact-form :where(label), .contact-form :where(legend.grunion-field-label) {
	font-family: "EB Garamond", Sans-serif !important;
	color: #222 !important;
}

:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form input[type=number],.contact-form textarea) {
	border: 1px solid #222 !important;}

:root :where(.wp-block-button .wp-block-button__link) {
	background-color: rgba(255,255,255,0.0) !important;
}

#contactPage .contact-form :is([type=submit],button:not([type=reset])) {padding: 7px 24px !important; 
font-family: "EB Garamond", Sans-serif !important;
}
#contactPage .contact-form button:hover {
	border-color: #CFC0AE !important;
	color:  #CFC0AE !important;
}





/* Set color for various buttons / 33238687-hc bc */ .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #B59F84; color: #fff; }
form#commentform #submit {
	background-color: #B59F84;
}
form#commentform #submit:hover {
    background-color: #B59F84;
}

/* Set the color of the buttons inside WC notices wrapper */
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button{
    background: #B59F84;
}

/* Change the cart button colors / 7504315-zen (SH) */
.woocommerce .cart .button, .woocommerce-page .woocommerce-form-coupon .button {
    background: #cfc0ae;
    color: #000;
    font-weight: 600;
}

/* Customize the "add to cart" buttons in the widget area / 7504315-zen (SH) */
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart {
    background: #cfc0ae;
    color: #000;
    font-weight: 600;
    border: none;
} 

/* Customize the coupon code and quantity fields in the cart / 7504315-zen (SH) */
input#coupon_code, .woocommerce .quantity .qty, #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text  {
    color: #000;
		font-weight: 600;
    border: #6d6458;
    border-width: 1px;
    border-style: solid;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	 border: #6d6458;
    border-width: 1px;
    border-style: solid;
	
}

input#coupon_code::placeholder {
		font-weight: 600;
    border: #000;
}