 /* whatsapp fixo */
 
 .whatsapp-fixo {
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 999;
}

/* Cor do fundo e texto do menu */
#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i { background-color: #ffffff; }
#cabecalho > .conteiner > .menu.superior .titulo { color: #b00808; }
 
/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

#cabecalho .bem-vindo{
    display: none;
}
/* Icone laranja do menu */
.g_ .botao, .g_ .botao:hover, .g_ .btn, .g_ .btn:hover, .g_ .identificacao .control-group .submit-email.botao.principal {
    background-image: none;
    padding: 0 30px;
    line-height: 50px;
    font-size: var(--fs16);
    font-weight: 500;
    border-radius: 5px!important;
    background: #ff6f03;
    border: 0;
    color: #fff;
    outline: 0;
    box-sizing: border-box;
    box-shadow: 0 0 0;
    max-width: unset;
}
.flexslider .slides img {
    width: auto;
    display: block;
}
 /* Icone laranja no carrinho */
.g_ .carrinho .qtd-carrinho {
    background: #ff6f03;
    color: #fff;
    font-size: 10px;
    line-height: initial;
    margin: 0;
    position: absolute;
    right: -5px;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    display: block!important;
}