.carrinho.vazio>a span,
.carrinho>a span,
#cabecalho .carrinho:after{
display: none;
}

@media (max-width: 768px) {
    .cart-mobile .qtd-carrinho {
        top: -36px;
        left: 17px;
        position: relative;
    }
}

:root {
		--cor_primaria: #000;
		--cor_secundaria: #444;
		--cor_botao: #f2d022;
		--cor_botao_hover: #f2d022;
		--cor_texto_botao: #fff;
		--cor_texto_botao_hover: #d91a3d;
		--cor_botao_comprar: #31b15f;
		--cor_cabecalho: #004f55;
		--cor_icones: #1b1b1b;
		--cor_icones_hover: #444;
		--cor_texto_icones: #1b1b1b;
		--cor_menu: #f2f2f2;
		--cor_texto_menu: #000000;
		--cor_footer: #1b1b1b;
		--cor_texto_footer: #fff;
		--cor_tag_frete_gratis: #444;
		--texto_global: #1b1b1b;
}
.pulse-button, .whats-button{
display:none;

background:none;

box-shadow:none;

cursor:0;
}

.pagina-produto .tab-content .container4 img, .pagina-produto .tab-content h1 img, .pagina-produto .tab-content p img, .pagina-produto .tab-content img[src*="detalhes"]{
	height: auto !important;
	width: auto !important;
}
.pagina-produto .tab-content img{
	height: auto !important;
	width: 100% !important;
}