.pagina-categoria .banner img {border-radius: 40px;}
.g_ .logo a > img{max-height: 90px !important; border-radius: 50% !important;}

.fundo-secundario {
  background-color: #50972c;
}

.fundo-principal, .botao.principal, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
  background-color: #50972c;
}

.barra-inicial {
  background-color: #50972c;
}


.listagem.com-caixa .listagem-item {
  margin: 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.33);
  border: 5px solid rgba(239, 22, 22, 0);
  background-color: rgba(255, 255, 255, 0.04);
  transition: transform .08s ease 0;
  -webkit-transition: -webkit-transform .08s ease 0;
}

.menu li {
  padding: 0 30px;
}

body {
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #50972c;
}

.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-escuro .nav-tabs li.active a, .elastislide-carousel ul li.active a {
  border-color: #50972c;
    border-right-color: rgb(80, 151, 44);
    border-left-color: rgb(80, 151, 44);
}

.borda-alpha, .borda-alpha * {
  border-color: rgba(0, 0, 0, 0);
}


.busca {
  position: relative;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}

@media only screen and (max-width: 767px) {
  .busca .botao-busca {
    height: auto;
    top: 0;
    right: 6px;
    line-height: 34px;
  }
}


@media only screen and (max-width: 767px) {
  .conteudo-topo .busca-mobile .atalho-menu {
    float: right;
    line-height: 34px;
  }
}