/*********************** Custom CSS for Boost Filter & Search  ************************/




/**************************** Place your custom css below  ****************************/
.boost-pfs-filter-tree .boost-pfs-filter-option-block .boost-pfs-filter-block-title {
  line-height: 20px;
  position: relative;
  overflow: visible;
  padding-bottom: 2px;
}

.boost-pfs-filter-tree .boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span::before {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 3px;
  border: 1px solid black;
  border-left: none;
  border-top: none;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.boost-pfs-filter-tree .boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span.up:before {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.boost-pfs-filter-tree .boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span {
  font-family: "Futura", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: 0.3em;
}

.boost-pfs-filter-tree .boost-pfs-filter-block-title .boost-pfs-filter-clear {
  margin-right: 40px;
}

.boost-pfs-filter-tree {
 
}

.bc-hide {
  display: none !important;
}

.collection-content .grid__item--sidebar {
  width: 0;
}

.collection-content .grid__item--content {
  width: 100%;
}

.grid__item--sidebar {
  position: static;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .collection-filter__item--drawer {
    display: none;
  }

  .collection-filter__item--count {
    text-align: left !important;
  }
}

}
#CollectionSidebar .drawer__inner {
  overflow-y: auto;
  height: calc(100vh - 70px);
}

#FilterDrawer {
  overflow-y: scroll;
}
#FilterDrawer .drawer__inner {
  padding: 0 20px;
}

/**** Custom Search result toolbar ****/
.boost-pfs-search-result-toolbar {
  display: flex;
  align-items: center;
  margin: 35px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-item:first-child {
  flex: auto;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-panel-controls {
  padding: 17px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .boost-pfs-search-result-toolbar .boost-pfs-search-total-result {
    display: none;
  }
}
.boost-pfs-filter-products .quick-product__btn {
}
#PredictiveWrapper {
  display: none;
}

#boost-pfs-filter-tree2 {
max-height: 0px;

}