.canais-contato ul li:nth-child(2) {
display: none;
}

.fundo-principal{
background-color: #A88065;
}


/*ALTERAÇÃO DE ÍCONES*/
@media (max-width: 767px){
    .menu.superior li.com-filho i {
        float: right;
        position: absolute;
        top: 16px;
        right: 30px;
        font-size: 20px;
        background: transparent;
        color: #A88065;
    }
}

@media screen and (min-width: 768px){
    .inferior .acoes-conta li:nth-child(2) > i {
        width: 32px;
        color: transparent;
        margin-right: 3px;
        background-image: url(https://cdn.awsli.com.br/2677/2677174/arquivos/usuario.jpeg);
        background-repeat: no-repeat;
        height: 32px;
        line-height: 50px;
        background-size: 28px auto;
        background-color: transparent;
    }
}

@media (max-width: 767px){
    #cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.minha-conta a {
        color: transparent !important;
        background-image: url(https://cdn.awsli.com.br/2677/2677174/arquivos/usuario.jpeg);
        background-repeat: no-repeat;
        background-size: 20px auto;
        margin: 2px;
        text-shadow: none;
    }
}


@media screen and (min-width: 768px){
    .carrinho a>i.icon-shopping-cart.fundo-principal {
        background-color: transparent;
        border-radius: 10px;
        color: transparent;
        background-image: url(https://cdn.awsli.com.br/2677/2677174/arquivos/sacolinha-site.png);
        background-repeat: no-repeat;
        background-size: 30px auto;
    }
}

@media (max-width: 767px){
    #cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal > a {
        color: transparent !important;
        background-image: url(https://cdn.awsli.com.br/2677/2677174/arquivos/sacolinha-site.png);
        background-repeat: no-repeat;
        background-size: 20px auto;
        margin: 2px;
        text-shadow: none;
    }
}
/*FIM DAS ALTERAÇÕES DE ÍCONE*/



/*REMOVER FULL BANNER DUPLICADO*/
@media (max-width: 767px){
    .row-fluid.banner.cheio {
        display: none !important;
    }
}
/*FIM DAS ALTERAÇÕES DE BANNER DUPLICADO*/


/*REMOVER TARJA DUPLICADO*/
@media (max-width: 767px) {
    .banner.tarja {
    display: none !important;
    }
}


/*REMOVER FUNDO DAS SETAS DE MENU*/
.menu li.com-filho>a i {
    display: inline-block;
    background: transparent;
}
/*FIM DAS ALTERAÇÕES DAS SETAS DE MENU*/



/*BOTÕES DE FILTRAGEM*/
.ordenar-listagem .filtro-mobile .btn {
    line-height: 34px;
    background: transparent;
    border: none;
    color: #A88065;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
    background: transparent;
    color: #A88065;
    border: none;
}
/*FIM DAS ALTERAÇÕES DE BOTÕES DE FILTRAGEM*/