#cabecalho {
    background: #000;
}

.conteiner-principal .conteiner {
    max-width: none;
}

.conteiner-principal .conteiner {
    background: none;
}

.barra-inicial.fundo-secundario {
    background: #000;
}

.lista-redes .icon-instagram, .lista-redes .icon-facebook {
    background: none;
}

.nivel-um li a strong {
    color: white;
    text-transform: uppercase;
}

.logo a img {
    max-height: 95px;
}

.conteiner-principal .conteiner {
    background: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.fundo-secundario {
    background-color: red;
}

.fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background: red;
}

#rodape .institucional {
    background: black;
}

.listagem .titulo-categoria {
    text-transform: uppercase;
}

a.bem-vindo.cor-secundaria {
    color: white;
}

div#rodape.conteiner {
    display: none;
}

#rodape > div:last-child .conteiner {
    padding: 10px 20px 5px;
    display: none;
}

#rodape .redes-sociais {
    position: initial;
}

.menu.superior .nivel-dois a {
    line-height: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .busca .botao-busca {
        top: 0px;
    }
    .listagem-linha li {
        margin-top: 0;
    }
}

.banner.cheio + .row-fluid {
    margin-top: 20px;
    height: 450px;
    overflow: hidden;
}

.flexslider .slides img {
    max-height: 300px;
    min-height: 100%;
}

.modulo.span4 {
    border: 6px solid black;
}

.listagem .info-produto {
    padding: 15px 5px 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

div#listagemProdutos {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.6);
}

.listagem .titulo-categoria {
    margin-top: 20px;
    padding-left: 20px;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    background-color: #32CD32;
    color: black;
}

a.botao.botao-comprar.principal {
    background: white;
}

.listagem-item .acoes-produto {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    bottom: 20%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-width: 1px 0;
    z-index: 15;
    opacity: 0;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    filter: alpha(opacity=0);
    transition: opacity ease-in-out .08s, bottom ease-out .08s;
}

.listagem .imagem-produto img {
    border: 3px solid black;
}

.menu.lateral .nivel-um > li > a strong {
    color: black;
}

.icon-search:before {
    content: "\f002";
    color: white;
}

@media screen and (max-width: 768px) {
    a.tag-comprar.fundo-principal span, a.tag-comprar.fundo-principal span i {
        color: white;
    }

    a.tag-comprar.fundo-principal {
        background: #5a0404;
    }

    .listagem .listagem-linha > ul {
        margin-left: 0;
    }
}

.scrollToTop {
    display: none !important;
}

body.tema-escuro {
    color: #6B5C5C;
}

.menu.superior .nivel-dois a {
    line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.breadcrumbs ul li a {
    color: #666;
    font-size: 14px;
}

.menu .nivel-dois a {
    color: #555;
    line-height: 40px;
    font-size: 14px;
}

#cabecalho .conteiner {
    padding-bottom: 0;
    max-width: 100%;
    padding: 0;
    height: 110px;
    
    padding-top: 1rem;
}

.lista-redes i {
    background-color: transparent !important;
    background: 0 0 !important;
    color: #000;
    font-size: 35px;
}

.carrinho-checkout .atendimento li strong {
    color: #f5f5f5;
}

.campos-pedido label {
    font-size: 14px;
}

.tabela-carrinho .produto-info {
    text-align: left;
    font-size: 15px;
}

* {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.identificacao .control-group .esqueci-senha {
    clear: both;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 15px;
}

.listagem-item .acoes-produto {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    bottom: 20%;
    padding: 10px 0;
    border-width: 1px 0;
    z-index: 15;
    opacity: 0;
    align-items: center;
    background-color:transparent;
    justify-content: center;
    transform: translate(-50%, 0%);
    filter: alpha(opacity = 0);
    transition: opacity ease-in-out .08s, bottom ease-out .08s;
    
}
    
    .parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas {
    margin-right: 10px;
    font-size: 18px;
        
    }
    
    .busca input {
    width: 90%;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    height: 40px;
}

.fa, .fas {
    font-weight: 500;
}

.titulo-categoria .titulo, .titulo-categoria strong {
    padding: 10px 30px;
    border-radius: 150px;
    border: none;
    color: var(--cor-tituloVitrine);
    font-weight: 800;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: Poppins, sans serif;
}

.acoes-produto.hidden-phone .botao-comprar {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    font-size: 16px;
    background: #62c462;
    padding: 5px 30px;
    border-radius: 50px;
    color: #4c4b4b !important;
    line-height: normal !important;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
}

.titulo-categoria .titulo, .titulo-categoria strong {
    padding: 10px 30px;
    border-radius: 150px;
    border: none;
    color: var(--cor-tituloVitrine);
    font-weight: 800;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: roboto, Poppins, sans serif;
    font-size: 28px;
}

*, .titulo, body, button, input {
    font-family: Poppins, sans serif;
    text-transform: uppercase;
}

.btn-small {
    padding: 2px 10px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    /* background-color: #32CD32; */
    color: #ffffff;
}
.pagina-produto .acoes-produto>div.comprar>a.botao {
    width: 100%;
    padding: 5px 0;
    border: none;
    font-size: 24px;
    font-weight: 600;
    text-shadow: none;
    float: left;
    background-image: none !important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #32CD32;
    padding: 5px 30px;
    border: 1px solid;
    border-radius: 50px;
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    line-height: normal !important;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    background-color: #32CD32;
    /* color: black; */
    width: 100%;
    padding: 5px 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    float: left;
    background-image: none !important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #32CD32;
    padding: 5px 30px;
    border: 1px solid;
    border-radius: 50px;
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    line-height: normal !important;
}

.breadcrumbs ul li * {
    font-size: 15px;
    padding: 0 10px;
}

#comprar-ajax-status .sucesso .buttons>* {
    display: inline-block;
    margin-top: 5px;
    float: right;
    border-radius: 50px;
}