.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */
/*  MICROTHEMER STYLES  */


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

/** General >> Entry summary bdi **/
.entry-summary bdi {
	color: rgb(175, 208, 48) !important;
}

/** General >> Submit button **/
#product-283 button[type="submit"] {
	color: rgb(175, 208, 48) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(175, 208, 48) !important;
	border-radius: 50px !important;
}

/** General >> Woocommerce message **/
#left-area .woocommerce-message {
	background-color: rgb(175, 208, 48) !important;
}

/** General >> Wc forward **/
#left-area .wc-forward {
	background-color: rgb(255, 255, 255) !important;
	border-radius: 50px !important;
}

/** General >> Wc forward (:hover) **/
#left-area .wc-forward:hover {
	color: rgb(0, 0, 0) !important;
}

/** General >> Submit button _2 **/
.coupon button[type="submit"] {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Button **/
#post-152 .button {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(175, 208, 48) !important;
	border-radius: 50px !important;
}

/** General >> Place order **/
#place_order {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(175, 208, 48) !important;
	border-radius: 50px !important;
}

/** General >> Button _3 **/
button {
	color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(175, 208, 48) !important;
	border-radius: 50px !important;
}

/** General >> Button _3 (:hover) **/
button:hover {
	color: rgb(175, 208, 48) !important;
}

