.container-hidden{
  visibility: hidden;
}

.category-row{
  position: absolute;
  bottom: 0px;
  right: 0px;;
  background: white;
  z-index: 2;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

select.category-select{
    font-weight: 300;
    font-size: 0.9em !important;
    padding: .1em;
    width: 100%;
    border-radius: 0px;
}
