/** Shopify CDN: Minification failed

Line 227:0 Unexpected "}"

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






/**************************** Place your custom css below  ****************************/
.fancybox-active .boost-pfs-search-suggestion-wrapper {
  z-index: 99999;
  position: fixed;
}

.boost-pfs-filter-option-title-text {
  text-transform: none;
  font-size: 19px;
  font-weight: 400;
}

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title-text:before {
  border: none;
  content: "‒";
  color: #c1c1c1;
  font-size: 25px;
  position: absolute;
  right: 6px;
  font-weight: lighter;
  margin: -4px 10px -2px 0;
}

.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before {
  content: "+";
  font-size: 35px;
  right: 10px;
  margin: -2px 10px -2px 0;
}

.boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear {
  margin-right: 30px;
}

/* Wrap theme's sidebar with bc sidebar */
.boost-pfs-filter-sidebar #shopify-section-collection__sidebar, .boost-pfs-filter-sidebar #shopify-section-search__sidebar {
  width: 100%;
}

.boost-pfs-filter-sidebar .block__collection-list, .boost-pfs-filter-sidebar .block__tag-list, .boost-pfs-filter-sidebar .block__type-list, .boost-pfs-filter-sidebar .block__vendor-list {
  display: none;
}

.collection__sort-by-filter {
  max-width: 100% !important;
}

.collection__sort-by-filter:after {
  display: none !important;
}

.boost-pfs-in-collection-search-wrapper, .boost-pfs-in-collection-search {
  margin: 0;
}

.product-thumbnail {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
}

.boost-pfs-filter-top-sorting-wrapper {
  margin-top: 30px;
}

.boost-pfs-filter-message {
  height: 300px;
  margin-top: 50px;
}

.boost-pfs-search-result-wrap {
  max-width: 1200px;
  padding: 0 10px;
  margin-top: -50px;
}

.search__results-wrapper {
  display: none !important;
}

.boost-pfs-search-result-list-item {
  margin-top: 50px;
}

@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;
  }
  
  .boost-pfs-filter-tree-mobile-button button {
	margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .search-popup .boost-pfs-search-box {
    min-width: 400px;
  }

  .search-popup {
    margin-bottom: 400px;
  }

  .collection__main, .search__main {
    width: 75%;
  }

  .boost-pfs-in-collection-search {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  
  .collection-page .heading-wrapper--collection {
	margin-bottom: 0;
  }
  
  .search-form {
	margin-top: 30px;
  }
}

.collection__filters {
  display: initial;
}

.boost-pfs-filter-tree-open-body .mobile-menu__toggle-button {
  z-index: 0;
}

/**** Custom Search result toolbar ****/
.boost-pfs-search-result-toolbar {
  display: flex;
  align-items: center;
  margin: 10px 10px 30px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
  padding: 0;
}

.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;
}

.boost-pfs-search-result-header {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .boost-pfs-search-result-toolbar .boost-pfs-search-total-result {
    display: none;
  }
  
  .sidebar-section {
	order: 0
  }
}

.boost-pfs-search-total-result {
  font-style: italic;
}

main {
  min-height: initial;
}

.boost-pfs-in-collection-search {
  padding: 0 10px;
}

.collection__content .collection__filters {
  margin-bottom: 0;
}

.section .boost-pfs-filter-tree-desktop-button-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}

.boost-pfs-filter-products {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.container--pagination .boost-pfs-filter-bottom-pagination {
  display: inline-block !important;
}

/*ADDED*/
.boost-pfs-filter-option-item {
  line-height: 30px !important;
  font-size: 14px;
}
}