/* Cor do fundo e texto do menu */
#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i { background-color: #030303; }
#cabecalho > .conteiner > .menu.superior .titulo { color: #FFFFFF; }

/* 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; }

#rodape .titulo, .institucional * { color: #ffffff; }
#rodape .institucional { background: #030303; }
#rodape .pagamento-selos { background-color: #eee; }
#rodape .titulo.cor-secundaria {color: #444;}
#rodape .titulo > .cor-secundaria > .hidden-phone { color: #ffffff; }

#cabecalho .busca { padding: 0; border: none; background: transparent; }
#cabecalho .busca input { padding: 10px 5px 10px 15px; border-radius: 10px; }
#cabecalho .busca .botao-busca { height: 42px; top: 0; right: 0; border-radius: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0; width: 55px; font-size: 18px; background: #030303;}
.acoes-conta>li i { border-radius: 5px; }
.carrinho { border-radius: 10px; }
.carrinho>a i { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.barra-inicial { background-color: #030303;}

/* Cor da barra lateral */
#corpo .conteiner .menu.lateral.fechado .nivel-um li .titulo {color: #030303}
#corpo .conteiner .menu.lateral.fechado .nivel-um li:hover .titulo {color: #000000}
#corpo .conteiner .menu.lateral.fechado .titulo { font-weight: Bold; }
/*cor de cada categoria*/
#corpo .conteiner .menu.lateral.fechado .nivel-um li.categoria-id-512540 a { background-color: #030303;}
#corpo .conteiner .menu.lateral.fechado .nivel-um li.categoria-id-512540 a:hover { backgroundcolor: #000000;}

.barra-inicial .conteiner .lista-redes {
width:auto;
float:right
}

.barra-inicial .conteiner .lista-redes li {
border:none;
margin-left:5px
}

.barra-inicial .conteiner .lista-redes li i {
font-size:15pt;
background:none;
color:#fff
}


@media (min-width: 768px) {
.menu.superior {width: 100%;position: absolute;top: 152px;left: 0px;}
.logo {margin-bottom: 70px;}
}


.listagem-item .acoes-produto, .listagem-item .acoes-produto-responsiva {
    position: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
}

.fundo-secundario {
    background-color: #030303;
}

.acesso-restrito .info-container .titulo {
    font-size: 0;
}
.acesso-restrito .info-container .titulo::before {
    content: 'Você tem mais de 18 anos?';
    font-size: 20px;
}

/*.lista-redes i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0;
    background-color: #81B71A;
}*/