
:root {
    
    /*geral*/
    --cor-principal: #000000;
    --cor-secundaria: #000000;
    --cor-terciaria: #ffffff;
    --cor-botao: #046b18;
    --cor-titulos: #818181;
    --cor-preco: #000000;

    /*topo da loja*/
    --cor-background-topo: #ffffff;

    /*corpo da loja*/
    --cor-background-corpo: #ffffff;

    /*rodape da loja*/
    --cor-menu-rodape: #ffffff;
    --cor-background-menu-rodape: #2F2F2F;
    --cor-background-rodape: #2F2F2F;

    /*newsletter rodape*/
    --cor-background-newsletter: #ffffff;
    --cor-texto-newsletter: #818181;

    /*texto fullbanner*/
    --cor-texto-1: #F90B74;
    --cor-texto-2: #ffffff;

    /*compre junto*/
    -cor-background-compre-junto: #ffffff;
}

.modal-modalNeswsletter .fancybox-skin {
    
background: transparent
url("https://cdn.awsli.com.br/1818/1818726/arquivos/png_20220708_205315_0000.png") no-repeat center;
} 

.listagem .titulo-categoria strong {
	text-transform: uppercase;
}

#atedimento .titulo {
	text-transform: uppercase;
}

#rodape .titulo {
	text-transform: uppercase;
}

#rodape li a {
    text-transform: uppercase;
}

#rodape .sobre-loja-rodape .btn-mais a {
	background: white;
	text-transform: capitalize;
	font-weight: bold;
}

.icon-youtube:before {
	color: white;
}

.icon-instagram:before {
	color: white;
}

.icon-phone:before {
	color: white;
}

.fa-envelope:before {
	color: white;
}

.modal-modalNewsletter .fancybox-skin {
	background: none;
}

#testimonials h2 {
    text-transform: uppercase;
}


@media only screen and (max-width: 767px){
.produto .conteiner-imagem>div {
    border: none;
    box-shadow: none;
    padding: 0;
}
}