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




.fancybox-active .boost-pfs-search-suggestion-wrapper {z-index: 99999; position: fixed;}
.boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 { text-transform: none; font-size: 19px; font-weight: 400; }
.boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span:before {border: none; content: '‒'; color: #c1c1c1; font-size: 25px; position: absolute; right: 6px; font-weight: lighter;}
.boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span.up:before {content: '+';  font-size: 35px; right: 10px;}
.boost-pfs-filter-option-block .boost-pfs-filter-block-title .boost-pfs-filter-clear {margin-right: 30px;}
/* Wrap theme's sidebar with bc sidebar */
.boost-pfs-filter-sidebar {
  #shopify-section-collection__sidebar, #shopify-section-search__sidebar {width: 100%;}
  .block__collection-list, .block__tag-list, .block__type-list, .block__vendor-list {display: none;}
}
@media only screen and (max-width: 767px) {
  .search-popup {opacity: 0;}
  .boost-pfs-filter-sidebar {width: 100%;}
  #shopify-section-collection__main, #shopify-section-search__main {width: 100%;}
  .boost-pfs-filter-sidebar #shopify-section-collection__sidebar, .boost-pfs-filter-sidebar #shopify-section-collection__sidebar {display: none;} 
  
  .collection__filter-top-wrap { display: none !important; }
} 
@media only screen and (min-width: 768px){
  .search-popup .boost-pfs-search-box {min-width: 400px;}
  .search-popup {margin-bottom: 400px;}
  .boost-pfs-filter-sidebar {width: 25%;}
  #shopify-section-collection__main, #shopify-section-search__main {width: 75%;}
}
.collection__filters .collection__sort-by-filter {display: initial;}


.boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-header {
  height: 70px;
  margin-bottom: 10px;
}

.boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
  width: 100%;
  padding: 0 20px;
  max-height: calc(100vh - 240px);
}

.boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
  padding: 20px 16px;
}

.boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
  top: 29px;
}

.boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
  top: 21px;
}

.collection-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button, 
.search-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button {
  margin-top: 3px;
}

/* start-boost-custom */
/* #boost-86718: mobile filter buttom customization */
.collection-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button button, 
.search-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button button {
  opacity: 1;
  background: #fff;  
  color: #000;
  text-align: start;
  padding-left: 40px;
  text-transform: none;
  font-weight: 600;
}

.collection-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button:before, 
.search-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button:before {
  content: ' ';
  background-image: url(https://cdn.shopify.com/s/files/1/0187/0608/files/filter-icon.png?v=1630428243);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 14px;
  left: -8px;
  padding-right: 31px;  
}

.collection-page .collection__content .boost-pfs-filter-sidebar .collection__filter-wrapper:before, 
.search-page .collection__content .boost-pfs-filter-sidebar .collection__filter-wrapper:before {
	  content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background: #d6d6d6;
    top: 0;
    left: -50%;  
}

.collection-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button:after, 
.search-page .collection__content .boost-pfs-filter-sidebar .boost-pfs-filter-tree-mobile-button:after {
    border: none;
    height: 56px;
    background: #d6d6d6;
    width: 1px;
    bottom: 0;
    top: 0px;
    right: unset;
    left: 30px;
    transform: none;
    display: block;
    transform-origin: unset;
}

button[data-count]:after {
    content: attr(data-count);
    margin-left: 5px;
    font-size: 12px;
    color: #000
    display: inline-block;
    line-height: 20px;
}

.boost-pfs-filter-total-count { display: none; }

@media (max-width: 767px) {
  .boost-pfs-filter-total-count { 
    display: block;
    align-self: center;
    flex: 0 0 auto;
    color: #777;
  }
}
/* end-boost-custom */
