:root {
    --cor_primaria: #272727;
    --cor_secundaria: #272727;
    --cor_botao: #fbcc29;
    --cor_botao_hover: #ffd852;
    --cor_texto_botao: #272727;
    --cor_texto_botao_hover: #272727;
    --cor_botao_comprar: #fbcc29;
    --pre_cabecalho: #fbcc29;
    --cor_texto_pre_cabecalho: #272727;
    --cor_cabecalho: #272727;
    --cor_icones: #fbcc29;
    --cor_icones_hover: #ffff;
    --cor_texto_icones: #fff;
    --cor_menu: #272727;
    --cor_texto_menu: #ffff;
    --cor_newsletter: #272727;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #272727;
    --texto_global: #272727;
    --cor_clara: #fff;
    --cor_escura: #272727;
    --texto_background: #fff;
    --texto_bg_escuro: #272727;
    --texto_bg_claro: #272727;
}

/* menu ofertas categoria */
.menu.superior .menu-oferta{display: none !important;}
.menu.superior .menu-categorias{width:100% !important;}
.menu.superior .nivel-dois.borda-alpha{min-width:320px !important;}
.menu.superior .nivel-dois .menu-categorias{max-height:550px !important;}
/* Menu Superior e Sidebar */
.menu-categorias > li a{padding:5px 0 !important;}

/* whats button */
.whats-button{
    width: 80px;
    height: 80px;
}
.whats-button .pulse-button{
    width: 80px;
    height: 80px;
    left: inherit !important;
    right:30px !important;
    line-height:80px !important;
}
.whats-button .fa-whatsapp{
    font-size: 60px;
    line-height: 80px !important;
}

/* Carrinho */
.carrinho{background: #222;}
.carrinho:hover{cursor:pointer;}
.carrinho-vazio-titulo,
.carrinho-vazio-preco{color: #fff;}
.carrinho span.titulo {display:none !important;}

/* Títulos Categorias */
.titulo-categoria{
    padding-left:0 !important;
    padding-right:0 !important;
    
}

/* Listagem Produtos */
.info-produto .nome-produto{ font-wight: 600 !important; }
.info-produto .desconto-a-vista{
    background:#272727;
    width:fit-content !important;
    padding: 5px 10px;
    color:#fbcc29 !important;
    background:#272727;
    font-size:1rem !important;
}
.info-produto .desconto-a-vista svg{
    fill:#fbcc29 !important;
}