/*  MICROTHEMER STYLES  */


/*= Woocommerce =============== */

/** Woocommerce >> Woocommerce products header title **/
#main .woocommerce-products-header__title {
	text-align: center !important;
}

/** Woocommerce >> Button link **/
.wp-block-button .wp-block-button__link {
	font-family: Rosario !important;
	color: rgb(255, 255, 255) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(115, 145, 109) !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-radius: 0 !important;
}

/** Woocommerce >> Wc block grid product title **/
.wp-block-product-category .wc-block-grid__product-title {
	font-family: Rosario !important;
	color: rgb(3, 3, 3) !important;
	font-size: 23px !important;
	line-height: 31px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
}

/** Woocommerce >> Size woocommerce thumbnail **/
.wc-block-grid__product .size-woocommerce_thumbnail {
	max-width: auto !important;
	height: 400px !important;
	object-fit: cover !important;
}

/** Woocommerce >> Wc backward **/
.product_meta .wc-backward {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(115, 145, 109) !important;
}

/** Woocommerce >> Wc block components product stock indicator **/
#main .wc-block-components-product-stock-indicator {
	text-align: center !important;
}

/** Woocommerce >> Taxonomy product tag **/
#main .taxonomy-product_tag {
	text-align: center !important;
}


/*= Age gate ================== */

/** Age gate >> Age gate submit no **/
.age-gate__buttons .age-gate__submit--no {
	background-color: rgb(115, 145, 109) !important;
	padding: 10px 25px 10px 25px !important;
	border-radius: 7px !important;
}

/** Age gate >> Age gate submit yes **/
.age-gate__buttons .age-gate__submit--yes {
	background-color: rgb(115, 145, 109) !important;
	padding: 10px 25px 10px 25px !important;
	border-radius: 7px !important;
}

/** Age gate >> Age gate challenge **/
.age-gate__fields .age-gate__challenge {
	font-size: 20px !important;
	font-weight: 600 !important;
}

/** Age gate >> Age gate error **/
.age-gate__errors .age-gate__error {
	color: rgb(237, 181, 181) !important;
}

