/* variáveis de cor */


:root {
    /* Cores do cabeçalho */
    --fundo-cabecalho: #ffffff;
    --texto-cabecalho: #000;
    --fundo-menu-superior: #D9C6BA;
    --texto-menu-superior: #000000;


    /* Cores barra de newsletter */
    --fundo-newsletter: #D9C6BA;
    --botao-newsletter: #181818;
    --texto-newsletter: #181818;


    /* Cores rodapé */
    --fundo-rodape: #D9C6BA;
    --titulo-rodape:#000;
    --texto-rodape: #000;


    /* Cores página carrinho */
    --cor-principal-carrinho: #000;
    --cor-botao-finalizar-compra: #11ad56;


    /* Cores página produto */
    --cor-botao-comprar: #39B169;
    --fundo-botao-ativo-variacao: #000000;
    --texto-botao-ativo-variacao: #ffffff;


    /* Cores gerais */
    --cor-da-marca: #000;
    --texto-branco: #ffffff;
    --cor-de-borda: #D7D9DE;
    --cinza-claro: #f5f7fb;
    --cinza: #777D8B;
    --preto: #000;
    --branco: #ffffff;
    --cor-de-link: #000;


    /* Cor de botões */
    --cor-de-botoes: #008000;
}



.atd-top:after {
    content: "";
    width: 12px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/angle-down.svg) no-repeat center;
    margin-left: 8px;
}

.wishlist a:after {
    content: "";
    width: 23px;
    height: 21px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/heart1.svg) no-repeat center;
}

.carrinho>a i:before {
    content: "";
    width: 22px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/shop-cart1.svg) no-repeat center;
}

.busca button:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/search1.svg) center no-repeat;
    width: 18px;
    height: 18px;
}

.banner.cheio .flexslider .flex-direction-nav .flex-next:after {
    content: "";
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/angle-right1.svg) center no-repeat;
    width: 9px;
    height: 15px;
    display: block;
}

.banner.cheio .flexslider .flex-direction-nav .flex-prev:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/angle-left1.svg) center no-repeat;
    display: block;
    width: 9px;
    height: 15px;
}

#categoriasListagem .slick-next:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/angle-right1.svg) center no-repeat;
    width: 9px;
    height: 15px;
    display: block;
}

#categoriasListagem .slick-prev:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/angle-left1.svg) center no-repeat;
    width: 9px;
    height: 15px;
    display: block;
}

.produto .principal .lista-favoritos i:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/heart-fav.svg) center no-repeat;
    width: 21px;
    height: 19px;
    position: relative;
    top: 2px;
}

.carrinho>a strong {
  color: var(--texto-cabecalho);   
}

.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: var(--texto-cabecalho);
}


.busca input::placeholder {
    color: #D9C6BA;
}

#cabecalho {
    border-bottom: 1px solid #ffffff;
    background: var(--fundo-cabecalho);
}

@media screen and (min-width: 768px) {
    
.login-top:before {
    content: "";
    width: 21px;
    height: 25px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/user1.svg) no-repeat center;
    margin-right: 8px;
}

.busca input {
    height: 46px;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #D9C6BA;
    background: #fff8f4;
    color: #181818;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    box-shadow: none;
}

}
    
@media screen and (max-width: 767px) {
 
 .login-top a:before {
    content: "";
    width: 21px;
    height: 25px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/user1.svg) no-repeat center;
    margin-right: 0px;
}


#cabecalho>.conteiner>.row-fluid>.span3 > .fundo-principal > a:before, #cabecalho>.conteiner>.row-fluid>.span6 > .fundo-principal > a:before {
content: "";
background: url(https://cdn.awsli.com.br/2630/2630364/arquivos/shop-cart1.svg) center no-repeat;
width: 22px;
height: 24px;
}

}
