.barra-inicial {
    background: #324021;
    padding: 0;
}

#cabecalho, #cabecalho > div.conteiner {
    background-color: #f1f1f1;
}

#barraNewsletter.posicao-rodape {
    background: #b5df86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 2em;
    right: 2em;
    background: #b5df86;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 13px;
    border-radius: 50%;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Quicksand;
    line-height: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.carrinho .qtd-carrinho {
    position: absolute;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    font-size: 13px;
    font-weight: 700;
    background:#fbcc68;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    display: block!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.listagem .listagem-item .acoes-produto .adic-prod, .listagem.aproveite-tambem .listagem-item .acoes-produto .adic-prod {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 43%;
    margin: 2px 5% 0 0;
    height: 45px;
    line-height: 45px;
    background: #627e40;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    display: block;
    float: right;
    border-radius: 23px;
}

#cabecalho {
    background-position: top center;
    background-repeat: repeat;
    height: auto;
    padding-bottom: 15px;
}

.carrinho-checkout .atendimento .icone-box i {
    color: #789b4e;
    font-size: 3rem;
}

.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #627e40;
}

.botao.principal, .botao.principal:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .flex-control-paging li a.flex-active, .fundo-principal, .menu li:hover>a .fundo-secundario, .menu-simples li a:hover, .menu-simples li.active a {
    background: #627e40;
}

#rodape .institucional p {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px;
}

#rodape .sobre-loja-rodape .conferir {
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 136px;
    height: 44px;
    line-height: 44px;
    background: #627e40;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-top: 20px;
    border: solid 1px transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and  (min-width: 768px){
    #cabecalho .logo a {
        max-height: unset !important;
    }
}
.carrinho-checkout .atendimento li .display-table, .carrinho-checkout .atendimento li strong{
    color: #666;
}

.carrinho-checkout .atendimento li, .carrinho-checkout .atendimento li a {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px){
    .flex-prev, .flex-next{
        display: none !important;
    }
}
