.wp-block {} /*  Ensures MT files load in FSE */
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Button **/
.woocommerce .button {
	color: rgb(15, 15, 15) !important;
	background-color: rgb(222, 185, 88) !important;
	padding: 10px !important;
	border-color: rgb(255, 255, 255) !important;
	border-top-width: 2px !important;
	border-bottom-width: 2px !important;
	border-right-style: hidden !important;
	border-left-style: hidden !important;
	border-radius: 20px !important;
}

/** General >> Button (:hover) **/
.woocommerce .button:hover {
	color: rgb(15, 15, 15) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 10px !important;
	border-color: rgb(222, 185, 88) !important;
}

