/*LOGO*/

.logo a img {
    max-height: 130%;
    margin-top: 10px;
}

/*REMOÇÃO DO LOGO INSTA DA PARTE SUPERIOR*/

.barra-inicial .lista-redes ul li:last-child { 
    display: none;
    }

/*TEXTO CONTATOS*/

.barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i {
    color: #ffffff;
    font-size: 15px;
}

.canais-contato ul li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 0px solid #2C2C2C;
}

/*MENU SUPERIOR*/

.menu ul {
    margin-bottom: 10px;
}

.menu.superior {
	background: transparent;
	text-align: center;
    margin-top: 30px;
}

.conteiner .menu.superior .nivel-um>li {
    border-left: transparent;
    border-right: transparent;
    float: none;
    display: inline-block
 }

.menu.superior .nivel-um>li strong {
    text-transform: uppercase;
    font-size: 15px;
}


/*MENU SUPERIOR - icones*/

/*menu.superior li.categoria-id-20114601.borda-principal strong:before {
content: url(https://cdn.awsli.com.br/2619/2619317/arquivos/icon_bracelet.png);
display: block;
text-align: center;
margin-top: -5px;
}

/*BANNERS*/

.banner.cheio+.row-fluid {
    margin-top: 0px;
}

.tarja {
    vertical-align: middle;
    margin-top: 20PX;
    margin-bottom: 10px;
}

/*TÍTULO DA LISTAGEM*/

.listagem .titulo-categoria {
    padding: 0px 0;
}

.titulo-categoria strong:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #2c2c2c;
    left: auto;
    right: 100%;
    top: calc(50% - 1px);
    position: absolute;
}

.titulo-categoria strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
    text-align: center;
    display: block;
    padding: 0 2rem;
    width: fit-content;
    margin: 25px auto 15px auto;
    position: relative;
    color: #2C2C2C;
}

.titulo-categoria strong:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #2C2C2C;
    left: 100%;
    right: auto;
    top: calc(50% - 1px);
    position: absolute;
}

.titulo-categoria strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    display: block;
    padding: 0 2rem;
    width: fit-content;
    margin: 25px auto 15px auto;
    position: relative;
    color: #2C2C2C;
}


/*PREÇO - HOME*/

.preco-produto strong.titulo {
    color: #2C2C2C;
    font-size: 23px
}

/*.borda-alpha, .borda-alpha * {
    border-color: #FFFFFF;
}*/

.bandeiras-produto span {
    display: inline-block;
    padding: 0 10px;
    line-height: 23px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 3px 3px 0px;
    border: 1px solid #FFF;
    /*box-sizing: border-box;*/
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    white-space: nowrap;
}

.listagem .titulo-categoria:first-child {
    margin-top: 0px;
}
.listagem .titulo-categoria {
    color: #000;
    display: block;
    font-size: 23px;
    margin: 40px 0 0;
    padding: 10px 0;
    transition: all .2s ease;
}


/*CARRINHO*/
.fundo-principal {
    background: #2C2C2C;
}

.botao.grande {
    font-size: 25px;
    padding: 10px 25px;
}


/*COR DA LETRA DO RODAPÉ*/
#rodape .titulo {
    color: #2C2C2C;
}

#rodape .titulo.cor-secundaria.hidden-phone {
    color: #2C2C2C;
}

.fundo-secundario * {
    color: #2C2C2C;
}

#rodape .institucional { 
    color: #2C2C2C;
    font-size: 14px;
    padding: 0 0 30px;
    
}

/*LOGO INSTA*/

.lista-redes i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    margin: 0;
}

.lista-redes .icon-instagram {
    background: #2C2C2C no-repeat;
}

.icon-instagram:before {
    content: "\f16d";
    color: #ffffff
}

/*BOTÃO COMPRAR*/

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    background-color: #2C2C2C;
}

.botao.grande {
    font-size: 30px;
    padding: 10px 55px;
}

/*BOTÃO FINALIZAR COMPRA*/

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    background-color: #2C2C2C;
    font-size: 23px;
}


/*ALERTA CARRINHO*/
.alert-danger, .alert-error {
    /* background-color: #f2dede; */
    /* border-color: #eed3d7; */
    color: #FCF5DF;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    /* text-shadow: 0 1px 0 rgba(255,255,255,0.5); */
    background-color: #FCF5DF;
    border: 1px solid #FFD864;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*BANNER PROMOÇÃO*/
.fundo-principal.bandeira-promocao {
color: #FFD864;
background-color: #2C2C2C;
}

.listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #2C2C2C;
}

/*FUNDO DOS BANNERS ESQUERDOS*/

.componente .interno {
    padding: 20px;
    background-color: #F9F7F4;
}


/*LINKS RODAPÉ*/

.links-rodape ul li {
    line-height:30px;
    font-weight: 500;
}


/*MOBILE*/

.atalhos-mobile li {
    border-right: none;
    border-left: none;
}

.atalhos-mobile a {
    font-size: 30px;
    padding: 0 14px;
    position: relative;
    top: 6px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #fff;
}
