/* LATERAL MAIS BONITA */
.coluna.esquerda {
  background: #fff8f0;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

/* CATEGORIAS */
.menu.lateral {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f1d6d0;
}

.menu.lateral a {
  color: #333333;
  font-weight: 600;
  padding: 13px 18px;
  border-bottom: 1px solid #f3e3df;
}

.menu.lateral a:hover {
  background: #fff1c7;
  color: #ffffff;
}

/* CATEGORIA ATIVA */
.menu.lateral .ativo > a,
.menu.lateral .nivel-um > li:first-child > a {
  background: linear-gradient(90deg, #d71920, #ff3b30);
  color: #ffffff;
  font-weight: 800;
  border-radius: 12px;
  margin-bottom: 8px;
}

/* FILTROS */
.filtro {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #f1d6d0;
  padding: 14px;
  margin-top: 18px;
  box-shadow: 0 6px 18px rgba(215,25,32,.08);
}

.filtro .titulo,
.filtro h4 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 2px solid #ffc400;
  padding-bottom: 8px;
}

/* CAIXINHAS DOS FILTROS */
.filtro label,
.filtro li,
.filtro a {
  background: #fff8f0;
  border-radius: 10px;
  padding: 9px 12px;
  margin-bottom: 6px;
  color: #555555;
}

/* SELECT RELEVÂNCIA */
.ordenar-listagem select,
select {
  border-radius: 12px;
  border: 1px solid #f1d6d0;
  box-shadow: 0 5px 15px rgba(0,0,0,.06);
  
  /* OCUPAR TODA A LARGURA DA TELA */
    max-width: 100%;
    width: 100%;
}

/* ÁREA DOS PRODUTOS */
.listagem,
.listagem-item {
    width: 100%;
}

/* CONTEÚDO PRINCIPAL */
.corpo {
    max-width: 100%;
}

/* REMOVE LIMITES DE LARGURA */
.row-fluid,
.span12,
.pagina-categoria {
    max-width: 100%;
    width: 100%;

}