/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Botao de limpar variação **/
#primary .reset_variations {
	color: rgb(0, 0, 0) !important;
	font-size: 20px !important;
	font-weight: bolder !important;
}
#primary .reset_variations:after {
	content: ' SELEÇÃO' !important;
}

/** Geral >> Botão remover produto do carrinho **/
.product-remove > .remove {
	color: #ff0000 !important;
	border-color: #ff0000 !important;
}

/** Geral >> Escrita do botão remover produto do carrinho **/
.woocommerce-cart-form__cart-item > .product-remove:after {
	content: "Remover" !important;
}

