
/* Todas as imagens de garrafas ficam sobre fundo branco. */
.result img,
img.bottle,
.wine-photo img,
.wine-overview img.bottle,
.cellar-top img.bottle,
.wine-head img.bottle{
  background:#fff !important;
}

/* A lista de cores passa a fazer parte da altura do painel Visual.
   Assim nenhuma opção fica escondida atrás ou fora da borda Cor. */
.tasting-panel.open{
  position:relative !important;
  z-index:20 !important;
  overflow:visible !important;
}

.tasting-panel.open .tasting-panel-body,
.tasting-panel.open .appearance-color-select{
  position:relative !important;
  overflow:visible !important;
}

.tasting-panel.open .appearance-color-menu.open{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  display:block !important;
  width:100% !important;
  max-height:none !important;
  margin-top:5px !important;
  overflow:visible !important;
  z-index:1 !important;
}
