/* Alteração de cores */

.ordenar-listagem label, .ordenar-listagem #botaoOrdenar, .coluna .newsletter, .produto .principal .cep button.btn {
    background: #1e2d56;
}

.produto .principal .cep .input-append.input-prepend input {
    border: 1px solid #1e2d56;
}

.carrinho:hover>a i:after {
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/carrinhohover.png) no-repeat;
    background-size: 100%;
}

.busca .botao-busca:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/buscaa.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.carrinho>a i:after {
    content: "";
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/carrinho.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 2px;
    background-size: 100%;
    transition: all .4s;
}

.menu.superior .titulo, .login-conta span, .carrinho>a i:before {
    color: #cb9d81;
}

.busca input::placeholder{
    color: #cb9d81;   
}

.busca input{
    background-color: #1e2d56;
    border-bottom: 1px solid #cb9d81;
}

.busca .botao-busca, .modal-modalNewsletter .fancybox-skin, #modalNewsletter .componente .interno{
    background-color: #1e2d56;

}

.carrinho>a strong {
    color: #1e2d56!important;
    border: 2px solid #1e2d56;
}

.barra-inicial .lista-redes a i, .barra-inicial p, .barra-inicial a, .barra-inicial span, .barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i, .login-conta:hover i, .carrinho:hover>a i:before, .login-conta.span1:hover span{
    color: #1e2d56 !important;
}

@media screen and (max-width: 767px){
    
.identificacao .control-group .submit-email.botao.principal, .atalhos-mobile, .conteudo-topo .busca-mobile .atalho-menu {
    background: #1e2d56;
}

.conteudo-topo .busca-mobile .atalho-menu {
    border: 1px solid #cb9d81;
}

.atalhos-mobile .icon-shopping-cart:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/carrinho.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100%;
}

.busca-mobile .atalho-menu.icon-th:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/barramenuu.png) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100%;
    margin-top: 8px;
}

.atalhos-mobile .icon-home:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/home.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100%;
}

.atalhos-mobile .icon-user:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2062/2062134/arquivos/profile.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: 100%;
}

}