/** Shopify CDN: Minification failed

Line 121:23 Expected "}" to go with "{"

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




/**************************** Place your custom css below  ****************************/
.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-option-block .boost-pfs-filter-block-title h3 > span.up::before {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.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-block-title .boost-pfs-filter-clear {
  margin-right: 40px;
}

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

@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree {
    display: block !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-mobile-style1 {
    max-height: initial !important;
}
}

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
    color: white;
    border: 1px solid #164732;
    background-color: transparent;
    padding: 10px 20px;
    height: auto;
    vertical-align: top;
    line-height: 22px;
    /* text-transform: uppercase; */
    background-color: #164732;
}

/* Custom added */
.boost-pfs-search-box:focus {
  border: 1px solid var(--colorNavText);
  box-shadow: inset 0 0 0 1px var(--colorNavText);
  -webkit-box-shadow: inset 0 0 0 1px var(--colorNavText);
  -moz-box-shadow: inset 0 0 0 1px var(--colorNavText);
}

/* Start boost #192590 */
@media (max-width: 767px) {
.boost-pfs-filter-tree.boost-pfs-filter-tree-v.boost-pfs-filter-tree-mobile-open {
    margin: 0;
    width: 100% !important;
    margin-top: 10px;
}

.boost-pfs-filter-tree.boost-pfs-filter-tree-v.boost-pfs-filter-tree-mobile-open .boost-pfs-filter-tree-content {
    max-height: 80vh;
    overflow: auto;
    padding-right: 15px;
}
/* End boost #192590 */