.bold-collection-filters{
  text-transform: capitalize;
}
[data-product-count="0"]{
  display:none !important;
}

.bold-filter:not(.bold-filter-active) .bold-filter-wrapper{
  height:0px;
  overflow-y:scroll;
  animation-duration:0.75s;
}
.bold-filter:not(.bold-filter-active) .bold-filter-header::before{
  // content:"►";
}
.bold-filter-wrapper{
  margin:0px;
}
.bold-filter.bold-filter-active .bold-filter-wrapper{
  height:100%;
  overflow-y:scroll;
  animation-duration:0.75s;
}
.bold-filter.bold-filter-active .bold-filter-header::before{
  // content:"▼";
}

@keyframes slideUp{
  from { height:100% }
  to { height: 0% }
}
@keyframes slideDown{
  from { height:0% }
  to { height: 100% }
}
.bold-collection-filter-pagination-selector, .bold-collection-filter-current-page{
  display:inline-block;
  width:3em;
}

h3.bold-filter-header {
  font-size: 1em;
  background-color: #900313;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  opacity: 1;
  color: #fff;
  text-align: left;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

ul.bold-filter-wrapper {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  max-height: 300px;
  overflow-y: scroll;
}

.bold-filter.bold-filter-active ul {
  padding: 10px;
}

.bold-filter-wrapper label {
  font-size: 14px;
  font-weight: normal;
}
.bold-filter.bold-filter-active:last-child {
    border-bottom: 1px solid #eaeaea;
}
.bold-filter-header .view-all {
      float: right;
      font-size: 12px;
      background-color: #ddd;
      color: #222;
      border-radius: 10px;
      padding: 0 5px;
      opacity: 1;
      min-width: 50px;

}

@media screen and (min-width: 769px) {
    .bold-filter-header span.icon {
        display: none;
    }
    .bold-collection-filters {
      display: block;
    }

    h3.bold-filter-header span.title-toggle {
      width: 70%;
      display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    .bold-filter-header {
      font-size: .8em !important;
    }

    .bold-filter-header span.icon {
        font-size: 1.3em;
        font-weight: normal;
        display: inline-block;
        padding-left: 10px;
        line-height: 1em;
        position: absolute;
        z-index: 99;
    }


    .filter-group.refine-header h4,
    .bold-collection-filters,
    span.icon.icon-circle-minus,
    .bold-filter-active span.icon.icon-circle-plus,
    input.bold-filter-input.bold-filter-search {
      display: none;
    }






  .bold-filter-active span.icon.icon-circle-minus {
    display: inline-block;
  }


    span.icon.icon-circle-minus {
      display: none;
    }

    .bold-filter-active span.icon.icon-circle-plus  {
       display: inline-block;
     }



    .bold-filter.bold-filter-active ul {
        padding: 10px 0 0;
    }

    li.bold-filter-selection {
        margin-bottom: 0.25em;
        border-bottom: 1px solid #eaeaea;
        padding: 5px 15px;
    }

    li.bold-filter-selection:last-child {
      border-bottom: 0;
    }

    #nav-toggle {
        height: 20px !important
    }

    .bold-filter.bold-filter-active .bold-filter-wrapper {
        height: 0px;
        overflow-y: scroll;
        animation-duration: 0.75s;
    }

    .bold-filter.bold-filter-active ul {
      padding: 0;
    }

    .bold-filter:not(.bold-filter-active) .bold-filter-wrapper {
        height: 100%;
        overflow-y: scroll;
        animation-duration: 0.75s;
    }

    .bold-filter:not(.bold-filter-active) .bold-filter-header span.icon.icon-circle-plus {
      display: none;
    }
    .bold-filter.bold-filter-active .bold-filter-header span.icon.icon-circle-minus {
      display: inline-block !important;
    }

    .bold-filter:not(.bold-filter-active) ul {
      padding: 10px 0 0;
    }

    h3.bold-filter-header span.title-toggle {
      width: 30%;
      display: inline-block;
    }
}


.bold-filter .view-all {
  padding: 0;
  text-align: center;
}
.bold-filter a.view-all {
  float: right;
  font-size: 12px;
  background-color: #f5f1e5;
  color: #222;
  border-radius: 10px;
  opacity: 1;
  min-width: 50px;

}

.bold-product-display .list-view__product {
  margin-left: 35px;
}


// .bold-filter-header .view-all {
//   display: none;
// }
//
// .bold-filter-header .view-all.show-this {
//   display: block !important;
// }

.bold-filter {
    position: relative;
}
span.view-all {
    position: absolute;
    right: 10px;
    top: 8px;
}

input.bold-filter-input.bold-filter-search {
  display:none;
}
