/* variáveis de cor */

:root {
    /* Cores do cabeçalho */
    --fundo-cabecalho: #fff;
    --texto-cabecalho: #000;
    --fundo-menu-superior: #fff;
    --texto-menu-superior: #000;

    /* Cores barra de newsletter */
    --fundo-newsletter: #000;
    --botao-newsletter: #fff;
    --texto-newsletter: #000;

    /* Cores rodapé */
    --fundo-rodape: #fff;
    --titulo-rodape: #000;
    --texto-rodape: #444;

    /* Cores página carrinho */
    --cor-principal-carrinho: #000;
    --cor-botao-finalizar-compra: #000;

    /* Cores página produto */
    --cor-botao-comprar: #008000;
    --fundo-botao-ativo-variacao: #000;
    --texto-botao-ativo-variacao: #ffffff;

    /* Cores gerais */
    --cor-da-marca: #000;
    --texto-branco: #ffffff;
    --cor-de-borda: #D7D9DE;
    --cinza-claro: #F5F5F5;
    --cinza: #777D8B;
    --preto: #292929;
    --branco: #ffffff;
    --cor-de-link: #000;

    /* Cor de botões */
    --cor-de-botoes: #008000;
}

@media screen and (min-width: 768px) {
    
.login-top:before {
    content: "";
    width: 21px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/user.svg) no-repeat center;
    margin-right: 8px;
}

}

.atd-top:after {
    content: "";
    width: 12px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/angle-down.svg) no-repeat center;
    margin-left: 8px;
}

.wishlist a:after {
    content: "";
    width: 25px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/heart.svg) no-repeat center;
}

.carrinho>a i:before {
    content: "";
    width: 25px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/shopping-cart.svg) no-repeat center;
}

.busca button:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/search.svg) center no-repeat;
    width: 18px;
    height: 19px;
}

.banner.cheio .flexslider .flex-direction-nav .flex-next:after {
    content: "";
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/angle-right.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/1715/1715273/arquivos/angle-left.svg) center no-repeat;
    display: block;
    width: 9px;
    height: 15px;
}

#categoriasListagem .slick-next:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/angle-right.svg) center no-repeat;
    width: 9px;
    height: 15px;
    display: block;
}

#categoriasListagem .slick-prev:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/angle-left.svg) center no-repeat;
    width: 9px;
    height: 15px;
    display: block;
}

.produto .principal .lista-favoritos i:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/heart-fav.svg) center no-repeat;
    width: 21px;
    height: 19px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 767px) {

.login-top a:before {
    content: "";
    width: 21px;
    height: 24px;
    display: block;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/1715/1715273/arquivos/user.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/1715/1715273/arquivos/shopping-cart.svg) center no-repeat;
width: 21px;
height: 24px;
}



}