#cs-advanced-search {
  max-width: 800px;
  width: 100%;
  height: 608px;
  background: #FFF;
  position: absolute;
  display: none;
  z-index: 1000;
}
#cs-advanced-search-products {
  width: 70%;
  height: 100%;
  float: left;
  overflow-y: scroll;
  display: flex;
}
#cs-advanced-search-products .cs-advanced-search-product {
  height: 331px;
}
#cs-advanced-search-categories {
  width: 30%;
  height: 100%;
  float: right;
  overflow-y: scroll;
}/*# sourceMappingURL=style.css.map */