/* ALTERAÇÕES NO DESKTOP */


/* Busca */

.busca input{
    background-color: #ffffff;
    border-bottom: 1px solid #293452;
    color: #293452;
}

.busca .botao-busca{
    background-color: #ffffff;
}

.busca .botao-busca:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/busca.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.busca input::placeholder {
    color: #293452;
}

.busca input:focus {
    border: 1px solid #293452;
    color: #293452;
}

/* Fundo Botão */

.produto .principal .cep button.btn {
    background: #293452;
}

.produto .principal .cep .input-append.input-prepend input {
    border: 1px solid #293452;
}

.carrinho:hover>a i:after {
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/carrinhohover.png) no-repeat;
    background-size: 100%;
}

.login-conta.span1:hover span, .login-conta:hover i, .carrinho:hover>a i:before {
    color: #fff!important;
}

.login-conta.span1 {
    width: 105px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    transition: all .4s;
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/bg-hover.png) no-repeat;
    background-size: 0 100%;
    float: right;
}

.carrinho {
    border: 0;
    width: 150px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/bg-hover.png) no-repeat;
    background-size: 0% 100%;
    transition: all .4s;
}

.carrinho:hover {
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/bg-hover.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

/* Alterar fundo da barra inicial */

.barra-inicial{
    background-color: #fff ;
}

/* Carrinho */

.carrinho>a i:after {
    content: "";
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/design-sem-nome--1-.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 2px;
    background-size: 100%;
    transition: all .4s;
}

.carrinho>a strong {
    color: #293452!important;
    border: 2px solid #293452;
}

/* Textos */

h1 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
}

.barra-inicial .lista-redes a i, .barra-inicial p, .barra-inicial a, .barra-inicial span, .menu.superior .titulo, .login-conta span, .carrinho>a i:before, .barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i {
    color: #293452;
}

/* Newsletter */

.coluna .newsletter .titulo {
    font-size: 14px;
}

.ordenar-listagem label, .ordenar-listagem #botaoOrdenar, .coluna .newsletter{
    background-color: #293452;
}

.modal-modalNewsletter .fancybox-skin, #modalNewsletter .componente .interno{
    background-color: #293452 ;
}

#modalNewsletter .componente .titulo, #modalNewsletter .componente .texto-newsletter{
    color: #ffffff;
}

#modalNewsletter .newsletter .botao{
    background: #ffffff;
}

#modalNewsletter .newsletter .botao:before{
    color: #ffffff;
}

/* ALTERAÇÕES NO MOBILE 

Alterar fundo do Menu mobile */


@media screen and (max-width: 767px){

.atalhos-mobile{
    background-color: #ffffff ;
}

.conteudo-topo .busca-mobile .atalho-menu {
    background: #fff;
    border: 1px solid #293452;
}

/* Botoes mobile */

.busca-mobile .atalho-menu.icon-th:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/barramenu.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/1918/1918230/arquivos/home.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100%;
}

.atalhos-mobile .icon-shopping-cart:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/design-sem-nome--1-.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100%;
}

.atalhos-mobile .icon-user:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1918/1918230/arquivos/profile.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: 100%;
}

}

@media screen and (max-width: 767px){

.menu.superior .nivel-um li.com-filho.opened .nivel-dois {
    display: block!important;
}

.menu.superior .nivel-um a i {
    position: absolute;
    right: 30px;
    box-sizing: border-box;
    top: 23px;
    margin: 0;
    z-index: -1;
}

.menu.superior .nivel-um a i {
    display: block;
    margin-top: -4px;
    color: #000;
}

.menu.superior .nivel-um li.com-filho.opened::after {
    display: none;
}

}