.showHideFilter {
  display: none;
}

@media only screen and (max-width: 1218px) {
  #searchFilterBar {
    position: fixed;
    left: -280px !important;
    top: 110px;
    z-index: 5;
  }

  .showHideFilter {
    display: block;
  }

  .open .showHideFilter {
    left: 560px !important;
  }

  #searchFilterBar .showHideFilter span {
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: rotate(-90deg) translate(-100%, 0);
    -moz-transform-origin: 0% 0%;
    -ms-transform: rotate(-90deg) translate(-100%, 0);
    -ms-transform-origin: 0% 0%;
    -o-transform: rotate(-90deg) translate(-100%, 0);
    -o-transform-origin: 0% 0%;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0% 0%;
    text-align: center;
    white-space: nowrap;
    border-radius: 0 0 20px 20px;
    display: block;
    border: 1px solid white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    border-top: none;
    background-color: rgba(0, 103, 225, 0.88);
    color: white;
    font-weight: bold;
    padding: 7px 15px 10px 15px;
    position: absolute;
    font-size: 14px;
  }

  #searchFilterBar .showHideFilter span:hover {
    background-color: #007aff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  }

  .searchFilterBar.open {
    left: 0;
  }

  #searchFilterBar .showHideFilter {
    z-index: 10;
    cursor: pointer;
    position: relative;
    left: 280px;
  }

  #search_filter_box {
    left: 280px;
    display: none;
    top: 0;
  }

  #search_filter_box.open {
    display: block;
    margin-left: 280px;
    width: 280px;
    background-color: rgba(170, 170, 170, 0.9);
  }

  .filter-view-box {
    padding: 0;
    height: calc(100vh - 120px);
    position: relative;
  }

  #searchFilterBar .filter-panel {
    min-height: auto;
  }

  #searchFilterBar #filters_container {
    height: calc(100vh - 144px);
    overflow-x: inherit;
    overflow-y: auto;
  }

  .filter-col .col-lg-3 {
    width: 100%;
  }

  .filter-col .col-lg-9 {
    width: 100%;
  }
}
