:root {
	--cor_primaria: #a56a34;
	--cor_secundaria:#111;
	--cor_cabecalho: #ffffff;
	--icones_cabecalho: #a56a34;
	--icones_cabecalho_hover: #b7875c;
	--icones_texto_cabelho: #a56a34;
	--cor_menu: #f5f5f5;
	--texto_menu: #111;
	--botao: #fff500;
    --texto_botao: #111;
	--botao_hover:#96b17c;
	--texto_botao_hover: #fff;
	--botao_comprar: #02B302;
	--texto_botao_comprar: #fff;
	--footer: #a56a34;
	--texto_footer: #fff;
	--txt-global:#111;
}
.menu.superior .nivel-um>li>a>strong {
    color: #000;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}
.listagem-item .acoes-produto .botao.principal {
    opacity: .95;
    background: #FFFC00;
    border-radius: 8px;
    border: 0;
    top: 0;
    overflow: hidden;
    text-shadow: none;
    display: flex;
    justify-content: center;
    min-width: 82px;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
    right: -2px;
    font-size: 15px;
    color: var(--texto_botao);
    letter-spacing: .2px;
    transition: all .3s ease-in-out;
}
.cor-secundaria {
    color: #000000;
}
.listagem-item a.botao.botao-comprar.principal {
    border: 0;
    background-color: #fff500;
    border-radius: 6px;
    margin: 0 auto;
    padding: 4px 0;
    /* margin-left: 9px; */
    display: flex;
    color: var(--texto_botao);
    font-size: 11px;
}