:root {
--cor_primaria: #1e1e1e;
--cor_secundaria: #404040;
--cor_botao: #404040;
--cor_botao_hover: #1e1e1e;
--cor_texto_botao: #fff;
--cor_texto_botao_hover: #fff;
--cor_botao_comprar: #449e6b;
--pre_cabecalho: #ededed;
--cor_texto_pre_cabecalho: #444;
--cor_cabecalho: #fff;
--cor_icones: #1e1e1e;
--cor_icones_hover: #404040;
--cor_texto_icones: #1e1e1e;
--cor_menu: #1e1e1e;
--cor_texto_menu: #fff;
--cor_newsletter: #1e1e1e;
--cor_texto_newsletter: #fff;
--cor_footer: #fff;
--cor_texto_footer: #404040;
--texto_global:#404040;
--cor_clara:#fff;
--cor_escura:#404040;
--texto_background:#fff;
--texto_bg_escuro:#404040;
--texto_bg_claro:#404040;
}

/*.whats-button .pulse-button, div.whats-button,*/
/*a#return-to-top {*/
/*    right: 30px;*/
/*    left: unset !important;*/
/*}*/

body > .li-whatsapp {
    display: none;
}

.body { 
    font-size: 'Montserrat', sans-serif; font-size: 16px; font-color: #666; 
    
}
.titulo { font-family: 'Montserrat', sans-serif; font-weight: 400; 
    
}
@media (max-width: 767px) {
    .pagina-inicial .desconto-a-vista {
        font-size: 10px !important;
    }
}
/*:root {--cor_primaria: #7f5c39;--cor_secundaria: #000000;--cor_titulos: #7f5c39; --cor_botao: #7f5c39;--cor_botao_hover: #000000;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #5bbf5f;--pre_cabecalho: #7f5c39;--cor_texto_pre_cabecalho: #ffffff;--cor_cabecalho: #ffffff;--cor_icones: #7f5c39;--cor_icones_hover: #000000;--cor_texto_icones: #000000;--cor_menu: #7f5c39;--cor_texto_menu: #ffffff;--cor_newsletter: #7f5c39;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #000000;--texto_global: #7f5c39;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}*/


/* FIX PIX ALERT MESSAGE [PLUGOO] */
span.fundo-principal.bandeira-promocao{
    white-space: normal;
}
.pagina-produto .cep{
    flex-direction: column;
}
.pagina-produto div#corpo {
    padding-top: 200px !important;
}
.pix-content-message {
	background: #e3e3e3;
	width: max-content;
	padding: 1rem;
	border-radius: 0.6rem;
}

.pix-content-message img {
	width: 20px;
}

.pix-content-message span {
	font-weight: bold;
}

@media (max-width: 768px) {
	.produto .desconto-a-vista {
		text-align: justify;
	}
}

.listagem-linha .pix-content-message{
	padding: .500rem;
	place-self: anchor-center;
}

.listagem-linha .pix-content-message img{
	place-self: anchor-center;
}

.pix-content-message span {
	display: flex;
	align-items: center;
	font-size: 12px;
}

@media (max-width: 768px) {
	.pix-content-message span {
	font-weight: bold;
	font-size: 8px;
}

.pix-content-message img {
	width: 15px;
	margin: 0px 4px 0px 0px;
}

.qtde-adicionar-carrinho input[type=number] {
		margin-bottom: 20px;
	}
	
	.listagem-item a.botao.botao-comprar.principal {
		margin: 20px auto;
	}
}

.carrinho.vazio>a span{
    display: none !IMPORTANT;
}
.pagina-carrinho .menu-wrapper.span6.hidden-phone{
    justify-content: space-around;
}
/* END FIX PIX ALERT MESSAGE [PLUGOO] */

