.view-page-products .view-header {
  margin-bottom: 5em;
}
.views-products-custom-filter {
  margin-top: 1em;
  position: relative;
}
.views-products-custom-filter ul.level-2 {
  display: flex;
}
.views-products-custom-filter ul.level-2 > li {
  padding: 1.4em 0.5em;
  margin-right: 0.1em;
  flex: 1 1 auto;
  align-items: center;
  background-color: #005880;
  color: #fff;
  text-align: center;
}
.views-products-custom-filter ul.level-2 > li a,
.views-products-custom-filter ul.level-2 > li a:hover {
  color: #fff;
  position: relative;
}
.views-products-custom-filter ul.level-2 > li > span {
  position: relative;
}
.views-products-custom-filter ul.level-2 > li.actiu:hover {
  cursor: default;
}
.views-products-custom-filter ul.level-2 > li:hover {
  background-color: #0064AF;
  cursor: pointer;
}
.views-products-custom-filter ul.level-2 > li.filter-label {
  background-color: #f2f2f2;
  color: #222;
  width: 3%;
  border-left: 2px solid #fff;
}
.views-products-custom-filter ul.level-2 > li > span > a {
  background: transparent url(../../../themes/bioiberica/images/ico-arrow-down-medium.png) no-repeat center right;
  padding-right: 1em;
}	
.views-products-custom-filter ul.level-2 > li > span a:after {
  content: "";
  width: 0px;
  height: 3px;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.views-products-custom-filter ul.level-2 > li:hover > span a:after {
  width: 40px;
}
.view-page-products.view-display-id-page .view-filters,
.view-page-products.view-display-id-i18n_page_1 .view-filters {
  margin-bottom: 4em;
}
.view-page-products.view-display-id-page .view-filters #edit-title-wrapper,
.view-page-products.view-display-id-page .view-filters #edit-category-wrapper,
.view-page-products.view-display-id-i18n_page_1 .view-filters #edit-title-wrapper,
.view-page-products.view-display-id-i18n_page_1 .view-filters #edit-category-wrapper {
  display: none;
}
.grup-fills {
  background-color: #0064AF;
  padding: 2em 4em;
  border: 2px solid #fff;
  width: 100%;
  position: absolute;
  top: 4em;
  right: 0;
  display: none;
  z-index: 1000;
}
.views-products-custom-filter ul.level-2 > li:hover .grup-fills {
  position: absolute;
  display: block;
}
.grup-fills .opcio {
  color: #fff;
  font-size: 14pt;
  padding: 0.5em 2em 0.5em 0.5em;
}
.grup-fills .opcio a,
.grup-fills .opcio a:hover {
  color: #fff;
}
.grup-fills .opcio a:before,
.grup-fills .opcio .a-active:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 0.5em -3px 0;
}
.grup-fills .opcio .a-active:before {
  background-color: #fff;
}
.grup-fills .opcio {
  font-size: 80%;
  padding-bottom: 0.2em;
}
.grup-fills .opcio a:before,
.grup-fills .opcio .a-active:before {
  width: 11px;
  height: 11px;
}
.views-products-custom-filter ul.level-2 > li i {display: none;}
.grup-fills .opcio-tot {
  font-weight: 600;
  border-top: 1px solid rgba(255,255,255,0.4);
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.grup-fills .grup-opcions {
  max-width: 80%;
  margin: 0 auto;
  column-count: 3;
  text-align: left;
}
.grup-fills.tid-6 .grup-opcions,
.grup-fills.tid-9 .grup-opcions,
.grup-fills.tid-33 .grup-opcions {
  max-width: 54%;
  column-count: 2;
}
.grup-fills.tid-9 .grup-opcions {
  max-width: 64%;
}
.grup-fills.tid-34 .grup-opcions,
.grup-fills .grup-opcions {
  max-width: 80%;
  column-count: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.grup-fills .opcio:hover {
  color: #f80;
  /*cursor: pointer;*/
}
.grup-fills .opcio a:hover:before,
.grup-fills .opcio.actiu a:before,
.grup-fills .opcio.actiu a:hover:before {
  background-color: #fff;
}
.grup-fills .opcio.actiu:hover {
  cursor: default;
  color: #fff;
}
.nous-fills {
  text-align: left;
  margin: 1em 3em 0 -1em;
}