/** Shopify CDN: Minification failed

Line 280:0 Expected "*/" to terminate multi-line comment

**/
/*********************** 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;
}

.boost-pfs-in-collection-search-input, .boost-pfs-filter-message {
  font-size: 18px !important;
}

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

@media screen and (max-width: 768px) {
  .boost-pfs-filter-tree {
    display: block !important;
  }
}
#CollectionSidebar .drawer__inner {
  overflow-y: auto;
  overflow-x: hidden;
  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: 768px) {
  .boost-pfs-search-result-toolbar .boost-pfs-search-total-result {
    display: none;
  }
}
#PredictiveWrapper {
  display: none;
}
@media screen and (min-width: 769px) {
  .boost-pfs-search-page .collection-filter__item--drawer {
    display: none;
  }
}

/* SIEBENBLAU custom css */
.boost-pfs-filter-top-sorting-select:hover {
    border: 1px solid !important;
    border-color: var(--colorBorder) !important;
}
.boost-pfs-search-suggestion-product-title {
  /*text-align: center;*/
  /*text-transform: uppercase;
  letter-spacing: .2em;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.3;
  font-weight: var(--typeBaseWeight);*/
  font-size: 17px;
  font-weight: 400;
}
.boost-pfs-search-suggestion-header-view-all>a {
  font-size: 17px;
}
.boost-pfs-search-suggestion-header {
  /*color: var(--colorTextBody);
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight: var(--typeHeaderWeight);
  letter-spacing: var(--typeHeaderSpacing);
  line-height: var(--typeHeaderLineHeight);
  font-size: 16px;*/
  font-size: 16px;
}
.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left:before {
  padding-top: 100%;
}
.boost-pfs-search-suggestion-item>a {
  font-size: 17px;
}
@media screen and (min-width: 769px) { .boost-pfs-search-suggestion {
  max-width: 500px;
  min-width: 400px;
}}
/* Make placeholder sorting dropdown the same height as the rendered dropdown */
.boost-pfs-filter-skeleton-width3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
  padding-bottom: 0px;
  width: 100%;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  float: right;
  margin: 8px 3px 0px 0px;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin-top: 3px;
}
.boost-pfs-filter-option-title-heading span {
  font-size: 14.4px;
  letter-spacing: .3em;
  font-weight: 400;
  
}
.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
  border-color: var(--colorBorder);
}
.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-amount {
  float: none;
}
@media screen and (min-width: 769px) { .boost-pfs-filter-refine-by {
    margin-top: 0px;
}}
@media screen and (min-width: 769px) { .boost-pfs-filter-tree-content {
    margin-top: 13px;
}}
.boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value,
.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value,
.boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option,
.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option {
  font-size: 16px;
}
.boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear-all,
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear {
  display: none !important;
}
@media screen and (max-width: 768px) { .boost-pfs-filter-tree {
    padding-top: 20px;
}}
.boost-pfs-search-page .section-header__title.boost-pfs-search-result-header {
  font-size: 40px;
  text-align: center;
}
.boost-pfs-search-page .search-bar--page {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) { .boost-pfs-search-page .search-bar--page {
  margin-top: -30px;
}}
.boost-pfs-search-result-toolbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.boost-pfs-search-suggestion {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
  border-radius: 4px;
  border-color: var(--colorBorder);
}
.boost-pfs-search-btn-clear-suggestion:after,
.boost-pfs-search-btn-clear-suggestion:before {
  margin-top: 0px;
  height: 1px;  
}
.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion:before {
  margin-top: -9px;
}
#boost-pfs-search-suggestion-0.sb-header-is-sticky {
  position: fixed;
}

@media (max-width: 767px) {
  body:not(.boost-pfs-filter-tree-open-body) .boost-pfs-filter-tree {
      max-height: 100%!important;
  }
  .boost-pfs-filter-mobile-style1-body:not(.boost-pfs-filter-tree-open-body) .boost-pfs-filter-mobile-style1 {
    overflow: scroll; 
  }
  
  .boost-pfs-filter-mobile-style1:not(.boost-pfs-filter-stick) {
      margin: 0px;
      border-bottom: 1px solid #ebebeb;
      width: 100%!important;
  }
  
  .boost-pfs-filter-options-wrapper {
   scroll-margin: 5px;
  }
  
  .boost-pfs-filter-tree *, .boost-pfs-filter-tree *:before, .boost-pfs-filter-tree *:after {
    width: 97.5%;
  }
  
  .boost-pfs-filter-mobile-style1-body:not(.boost-pfs-filter-tree-open-body) .boost-pfs-filter-mobile-style1 {
    width: 106% !important;
  }
  
  .boost-pfs-filter-tree-v {
    float: none!important;
  }
  
  .boost-pfs-filter-mobile-style1:not(.boost-pfs-filter-stick) {
    border-bottom: none!important;
  }
  
  .boost-pfs-filter-refine-by-items {
  	width: 100%!important;
  }
  
  .refine-by-item.boost-pfs-filter-option-label {
  	width: 100%!important;
  }
  
  #FilterDrawer .drawer__inner {
    /*  padding: 0px 3px 0px 20px; /*
  }

}


