.barra-inicial {
    display: block !important;
    background-color: #2F5726;
}

.lista-redes .icon-instagram,
.lista-redes .icon-facebook {
	background: none;
}

.secao-banners {
    margin-top: -1px;
}

.barra-inicial .canais-contato,
.barra-inicial .lista-redes {
    float: right;
}

#corpo .listagem#listagemProdutos .titulo-categoria {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 4em;
}

#corpo .listagem#listagemProdutos .titulo-categoria .fa-caret-left,
#corpo .listagem#listagemProdutos .titulo-categoria .fa-caret-right {
    display: none;
}

#cabecalho.fixed .conteiner-principal .conteiner {
    background-color: transparent;
}

#cabecalho .logo a {
    margin: 10px 0px;
}

#cabecalho .menu.superior .nivel-um>li:hover a {
    color: #ffffff;
    background: #2F5726;
}

#cabecalho .menu.superior .nivel-um .nivel-dois>li>a {
    background: #ffffff;
    color: #2F5726;
}

.fixedBar {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
    box-shadow: 0 0 7px rgba(0, 5, 0, .5);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.pagina-pagina .conteudo p {
    line-height: 1.7em;
}

.listagem-item .acoes-produto {
    opacity: 1;
    position: relative;
    padding-bottom: 0 !important;
    transform: translate3d(0, 5px, 0) !important;
    top: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    height: inherit !important;
}

.listagem-item:hover:hover .acoes-produto {
    transform: translate3d(0, -5px, 0) !important;
}

#corpo .listagem .listagem-item .acoes-produto .botao {
    position: relative;
    border-radius: initial;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 150px;
    border-radius: 50px;
    background-color: #f8f8f8;   
    border: 1px solid rgba(0, 0, 0, .13);
}

#corpo .listagem .listagem-item:hover .acoes-produto .botao {
    background-color: #2F5726;
    border: 1px solid #2F5726;
}

#corpo .listagem .listagem-item .acoes-produto .botao i {
    color: #2F5726;
}

#corpo .conteiner>.breadcrumbs {
    background-color: #efefef;
}

.listagem .info-produto {
    text-align: center;
}

.listagem .listagem-linha {
    margin-top: 35px;
}

.produto-compartilhar .lista-redes {
    width: 100%;
}

.abas-custom {
    border: 1px solid rgba(0, 0, 0, .13);
}

.produto .tab-content .tab-pane {
    padding: 0 25px;
}

.listagem .listagem-linha:first-child {
    padding: 30px 0;
}

#corpo .produto .aproveite-tambem {
    margin-top: 50px;
}

#corpo .produto .aproveite-tambem h4.titulo {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
    font-size: 3em;
    color: #9bc31a;
}

#rodape .institucional {
    background: #2F5726;
}

#rodape .pagamento-selos {
    background: #efefef;
}

.gateways-rodape {
    width: fit-content;
}

.gateways-rodape li {
    padding: 10px;
}

#rodape .institucional ul li {
	color: #ffffff;
	line-height: 1.7;
}

#rodape .institucional ul li>a:before {
    content: "\f0da";
    color: #9bc31a;
}

#rodape .institucional .contact-data ul li a i {
    color: #9bc31a;
}

#rodape .institucional .sobre-loja-rodape {
    color: #ffffff;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    padding: 5px 12px;
}


@media screen and (min-width: 901px) {
    #corpo .listagem .listagem-item .acoes-produto .botao i:before {
        font-size: 30px;
        color: #2F5726;
        transition: .25s ease;
    }
    
    #corpo .listagem .listagem-item:hover .acoes-produto .botao i:before {
        color: #ffffff;
    }
}

@media screen and (min-width: 768px) {
    #cabecalho.fixed .menu.superior {
        transition: all .25s ease;
        -o-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -webkit-transition: all .25s ease;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    
    #cabecalho.fixed>.conteiner>.main-header .conteudo-topo .actions-menu>* .carrinho {
        animation-name: zoomIn;
    }

    .produto .thumbs-vertical~.produto-compartilhar {
        padding-left: 0px;
    }    
    
}



@keyframes fadeInDown {
  0% { opacity: 0; }
  100% { opacity: 1; }
}