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

/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Page template page blank php woocommerce store notice **/
.page-template-page-blank-php .woocommerce-store-notice {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(152, 110, 207) !important;
}

/** Header >> Div (#1) div **/
.out-of-stock > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > div {
	color: rgb(53, 92, 31) !important;
	font-size: 11px !important;
	line-height: 16px !important;
	font-weight: 600 !important;
	width: 175px !important;
}

