body {
  background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

.barra-inicial {
  background-color: #FBA808;
  font-size: 18px;
}



.conteiner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.menu.superior {
  background-color: rgba(255, 255, 255, 0.09);
  margin-top: 20px;
  font-family: arial;
}


.carrinho {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.12);
  position: relative;
  border-radius: 12px;
}

.busca input {
  width: 83%;
  height: auto;
}

.busca {
  position: relative;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.09);
  
}

.busca .botao-busca {
 
  right: 5px;
  top: 3px;
  height: 39px;
}




.fundo-secundario {
  background-color: #4ea874;
  border-radius: 8px;
}



.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: #fba808;
  border-radius: 10px;
}  
  
  
  
 .abas-custom .tab-content {
  padding: 20px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  font-size: 15px;
  border-radius: 20px;
}
  
  
  .produto .nome-produto {
  font-size: 36px;
  line-height: normal;
  margin: 0;
}
  
.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
  font-size: 43px;
  font-weight: normal;
  color: orange;
}
  
  