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

/*  MICROTHEMER STYLES  */


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

/** Geral >> Titulohome **/
.titulohome {
	border: 1px solid rgb(204, 204, 204) !important;
}


/*= Checkout ================== */

/** Checkout >> Billing address 1 field **/
#billing_address_1_field {
	width: 100% !important;
}

/** Checkout >> Billing neighborhood field **/
#billing_neighborhood_field {
	width: 100% !important;
}


/*= ProdutosLista ============= */

/** ProdutosLista >> CatProdutos button **/
.catprodutos button[type="button"] {
	height: 40px !important;
}


/*= Produto =================== */

/** Produto >> Button Guia de Anéis **/
.guiamedidasaneis .fl-button {
	color: rgb(201, 67, 49) !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: bold !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(201, 67, 49) !important;
	border-width: 2px !important;
	border-radius: 0px !important;
}

/** Produto >> Guia de ANéis - button text **/
.guiamedidasaneis .fl-button-text {
	color: rgb(201, 67, 49) !important;
}


/*= Carrinho ================== */

/** Carrinho >> Show mini cart **/
#page .show-mini-cart {
	width: 450px !important;
}


/*= Pagbank =================== */

/** Pagbank >> Pagbank credit card installments **/
#pagbank_credit_card-installments {
	height: 60px !important;
}

