/* Site Todo */
.barra-inicial .lista-redes ul li i{
    background: #f6821f;
}

#rodape .redes-sociais .lista-redes ul li i {
    background: #f6821f;
}

/*Remove icone indicador de subcategoria */
.icon-chevron-down::before {
    content:none;
}

[class^=“icon-”]:before, 
[class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
}

.menu li.com-filho>a i {
    display: none;
}

/* Cor do fundo e texto do menu*/
#cabecalho .conteiner .menu.superior, 
#cabecalho .conteiner .menu.superior .com-filho > a i { 
    background: #000000; 
    border-bottom:none;
}

#cabecalho .conteiner .menu.superior .com-filho ul{
    border-radius: 10px;
}

#cabecalho .conteiner .menu.superior .com-filho ul li { 
    position: relative;
}

#cabecalho .conteiner .menu.superior ul li { 
    border-left: 0;
    border-right: 0;
}

#cabecalho .conteiner .menu.superior .titulo { 
    color:  #ffffff;
    font-weight: bold;
}

.conteiner-principal #cabecalho .conteiner {
    max-width:initial;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.conteiner-principal #cabecalho .conteiner::before {
    content: '';
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    float: left;
    margin: 0px 0 -30px 0;
    padding: 0;
    overflow: visible;
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://stouro.com.br/loja/estilos/estilo_imgs/510/border.png) 50% -1px no-repeat;
    z-index: 3;
}

.conteiner-principal #cabecalho .conteiner .conteudo-topo .bem-vindo{
    color: #fff;
}

.conteiner-principal #cabecalho .conteiner .conteudo-topo .acoes-conta li a{
    color: #fff;
}

.conteiner-principal #cabecalho .conteiner .conteudo-topo .acoes-conta .fundo-principal{
    background-color: #00000000;
}

.conteiner-principal #cabecalho .conteiner .conteudo-topo .acoes-conta .fundo-principal::before {
    color: #F5821F;
}

.conteiner-principal #cabecalho .conteiner #form-buscar #auto-complete{
    border-radius: 50px;
}

.conteiner-principal #cabecalho .conteiner #form-buscar .botao-busca{
    border-radius: 0 50px 50px 0;
}

.conteiner-principal #cabecalho .conteiner .carrinho span{
    color: #fff;
}

.conteiner-principal #cabecalho .conteiner .carrinho .icon-shopping-cart {
    background-color: #00000000;
}

.conteiner-principal #cabecalho .conteiner .carrinho .icon-shopping-cart::before {
    color: #F5821F;
}

.secao-banners .conteiner{
    margin: 0 auto;
    padding: 0;
    max-width: initial;
}
.secao-banners .conteiner .banner .flexslider{
    border: 0;
}

@media only screen and (min-width: 767px){
    #cabecalho .conteiner .logo a img{
        top: auto;
    }

    #cabecalho .conteiner .menu.superior .com-filho ul li:first-child::before { 
        content: "";
        position: absolute;
        top: -15px;
        /* left: 45%; */
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        background-color: #fff;
    }
    .conteiner-principal #cabecalho .conteiner #form-buscar #auto-complete{
        height: 30px;
    }
    .conteiner-principal #cabecalho .conteiner #form-buscar .botao-busca{
        height: 40px;
    }
    /* tira os pontilhados do botao detalhar */
.listagem-item .acoes-produto{
border-width: none;
border-style: none}

.listagem .listagem-linha li {
  max-width: 25vw;
}

/* Linha dos produtos */
.listagem .listagem-linha li
{border: none;}
}