/**************************** Place your custom css below  ****************************/
/* Filter Tree */ 
.boost-pfs-filter-tree, .boost-pfs-filter-tree2 {
  a, span, .boost-pfs-filter-clear, .boost-pfs-filter-clear-all {
    color: black; text-decoration: none !important;
  }
  .boost-pfs-filter-option-box {
    .boost-pfs-filter-option-item:not(.selected):not(:hover){
      a, span {color: black}
    }
    .boost-pfs-filter-option-item.selected, .boost-pfs-filter-option-item:hover {
      a, span {color: white !important;}
    }
  }
}
.boost-pfs-filter-tree .boost-pfs-filter-option-block .boost-pfs-filter-block-title h3{ font-size: 16.8833px;font-style: normal;font-weight: 600;text-transform: none !important;}
.boost-pfs-filter-tree-mobile button {text-transform: none !important;} 
@media screen and (min-width: 860px) {
    .utils-sortby-select {display: inline-block;}
}  
@media screen and (max-width: 859px) {
    .boost-pfs-filter-tree-mobile {display: block;}
    .utils-sortby-select {display: flex;}
}
.utils-showby-item.active {font-weight: 600;}
/* Search */
.search-template .productgrid--sidebar {padding-top: 1.75rem;}
.live-search--active .search-flydown {display: none}
.boost-pfs-search-suggestion-item a { color: black; }
/* Pagination */
.bc-pagination--item {display: inline-block; padding: 0.5625rem 0.6875rem;}
/* Product grid */
.productgrid-listview .boost-pfs-filter-products li[data-product-item]{overflow: hidden !important;}
#shopify-section-static-collection .product-recently-viewed-wrapper .productitem--actions {display: none}

body:not(.boost-pfs-enable-instant-search) button.site-header-search-button{
  pointer-events: none;
}
body.boost-pfs-enable-instant-search button.site-header-search-button{
  pointer-events: all;
}