/*  MICROTHEMER STYLES  */


/*= Rodapé =================== */

/** Rodapé >> botao_whastapp **/
#qlwapp .qlwapp-toggle {
	bottom: 100px !important;
}


/*= Teste de perfil do investidor = */

/** Teste de perfil do investidor >> Tab **/
.tab-tpi {
	margin-left: 20px !important;
}

/** Teste de perfil do investidor >> Pergunta Conteúdo **/
.pergunta-tpi {
	font-size: 16px !important;
	font-weight: 700 !important;
}

/** Teste de perfil do investidor >> Box - Pergunta **/
#gform_fields_1 > .gfield_visibility_visible {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px dashed rgb(215, 215, 215) !important;
}

/** Teste de perfil do investidor >> Perguntas - Principal **/
#gform_fields_1 .gfield_label {
	padding-bottom: 15px !important;
}

/** Teste de perfil do investidor >> Pergunta Box **/
.gfield_radio {
	margin-left: 20px !important;
}

/** Teste de perfil do investidor >> Label Radio **/
.gfield_radio label {
	width: 100% !important;
	margin-top: 2px !important;
	margin-bottom: 6px !important;
	margin-left: 10px !important;
}

/** Teste de perfil do investidor >> Input - Radio **/
#gform_fields_1 [type="radio"] {
	vertical-align: top !important;
	width: 16px !important;
	height: 16px !important;
}

/** Teste de perfil do investidor >> Resposta - Letra - Item **/
.letra-tpi {
	font-weight: 600 !important;
	text-align: center !important;
	box-shadow: 1px 1px 3px 0 rgba(58, 58, 58, 0.3) inset !important;
	background-color: rgb(236, 236, 236) !important;
	width: 26px !important;
	padding: 5px !important;
	margin-right: 7px !important;
	border-radius: 50% !important;
	float: left !important;
	display: inline-block !important;
}

/** Teste de perfil do investidor >> Pergunta - Número - Item **/
.numero-tpi {
	font-weight: 600 !important;
	text-align: center !important;
	box-shadow: 1px 1px 3px 0 rgba(58, 58, 58, 0.3) !important;
	background-color: rgb(236, 236, 236) !important;
	width: 35px !important;
	padding: 5px !important;
	margin-right: 10px !important;
	border-radius: 50% !important;
	float: left !important;
	display: inline-block !important;
}

/** Teste de perfil do investidor >> Pergunta - Texto **/
.pergunta-tpi {
	width: 90% !important;
	float: left !important;
}

/** Teste de perfil do investidor >> Resposta Box **/
.ginput_container_radio {
	padding-top: 20px !important;
	clear: both !important;
}

/** Teste de perfil do investidor >> Resposta Texto **/
.resposta-tpi {
	width: 70% !important;
	float: left !important;
}

/** Teste de perfil do investidor >> grafico risco (João Marcelo) **/
#post-25226 img {
	padding-left: 250px !important;
}


/*= painel do cliente ========= */

/** painel do cliente >> icones **/
#primary .infobox-responsive-center {
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25) !important;
	width: 120% !important;
	height: 100px !important;
	box-sizing: border-box !important;
	border-radius: 10% 10px 10px 10px !important;
}

/** painel do cliente >> menu lateral **/
#post-29 .woocommerce-MyAccount-navigation {
	width: 0 !important;
	height: 0 !important;
	overflow-y: hidden !important;
	visibility: hidden !important;
}

/** painel do cliente >> conteudo do painel **/
#post-29 .woocommerce-MyAccount-content {
	width: 100% !important;
}

/** painel do cliente >> ola usuario **/
.woocommerce-MyAccount-content > p:nth-of-type(1) {
	height: 0 !important;
	visibility: hidden !important;
}

/** painel do cliente >> Menu item 25498 menu link **/
#menu-item-25498 > .menu-link {
	color: rgb(217, 175, 41) !important;
	text-decoration: underline !important;
}


/*= carrinho ================== */

/** carrinho >> botao continuar comprando **/
.woocommerce-message > .wc-forward {
	visibility: hidden !important;
}

/** carrinho >> imagem do produto **/
.product-thumbnail .woocommerce-placeholder {
	width: 0 !important;
	visibility: hidden !important;
}

/** carrinho >> botao atualizar carrinho **/
.actions > [type="submit"] {
	visibility: hidden !important;
}

/** carrinho >> botao realizar pagamento **/
#place_order {
	width: 25% !important;
	position: relative !important;
	float: right !important;
}


/*( Desktop grande )*/
@media (min-width: 1200px) {

	/*= Conteúdo ================= */

	/** Conteúdo >> botão ler artigo **/
	.uabb-creative-button-width-custom > .uabb-creative-flat-btn {
	height: 30px !important;
	min-height: 30px !important;
}


}


/*( Celular )*/
@media (max-width: 480px) {

	/*= Teste de perfil do investidor = */

	/** Teste de perfil do investidor >> Pergunta Conteúdo **/
	.pergunta-tpi {
	width: 79% !important;
}


	/*= painel do cliente ========= */

	/** painel do cliente >> Place order **/
	#place_order {
	width: 70% !important;
}


}

