:root {
    --cor_primaria: #0409af;
    --cor_secundaria: #bd008a;
    --cor_botao: #0409af;
    --cor_botao_hover: #3c3c3c;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #0409af;
    --pre_cabecalho: #ededed;
    --cor_texto_pre_cabecalho: #0409af;
    --cor_cabecalho: #ffffff;
    --cor_icones: #0409af;
    --cor_icones_hover: #2b2b2b;
    --cor_texto_icones: #0409af;
    --cor_menu: #0409af;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #0409af;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #242424;
    --texto_global: #333333;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #ffffff;
}

@media (min-width: 768px) {
    div#box-banners .item {
        width: 33%;
        display: inline-block;
    }
}


.carrinho {
    width: 80px !important;
}

.carrinho>a span {
    line-height: 13px;
    padding: 8px 0 0;
    display: none;
}

.carrinho.vazio>a span,
.carrinho>a span {
    display: none;
}


.listagem-item .acoes-produto {
    opacity: 1;
    bottom: 0px;
    padding-top: 0px;
    position: relative;
}

.listagem-item .acoes-produto .botao.principal {
    top: -7px;
}