:root {
	--wd-title-font: "Mulish", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: uppercase;
	--wd-title-color: #242424;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgba(0,0,0,0.83);
}
html .cart-actions .button[name="apply_coupon"], html .woocommerce-form-coupon .button {
	color: rgb(255,255,255);
	background: rgb(37,58,26);
}
html .cart-actions .button[name="apply_coupon"]:hover, html .woocommerce-form-coupon .button:hover {
	color: rgb(255,255,255);
	background: rgba(37,58,26,0.87);
}



