/* #####################################################################################################
   ProductFilters
   ##################################################################################################### */

/*----- Color variables -----*/
/*----- Size variables -----*/
/*----- Font variables -----*/
/*----- Responsive variables -----*/
/*----- Ratio variables (product item ratio (thumb + content)) -----*/
/* set ProductImageRatio in productOverview! */
/*----- OLD Color variables -----*/
/*----- MIXINS -----*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
html.panelOpen #robin_tab_container {
  display: none !important;
}
.selectedFiltersContainer {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .selectedFiltersContainer {
    border: 2px solid #f6f7f9;
    padding: 20px 40px;
  }
}
.selectedFiltersContainer .selectedFilters {
  line-height: 55px;
  max-height: 55px;
}
.selectedFiltersContainer .selectedFilters:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.selectedFiltersContainer h3,
.selectedFiltersContainer .kop3 {
  margin: 0;
}
.selectedFiltersContainer ul {
  float: left;
  margin: 0 5px 0 0;
}
.selectedFiltersContainer .removeAllFilters,
.selectedFiltersContainer ul li {
  display: inline-block;
  margin: 0 0 5px 0;
}
.selectedFiltersContainer .removeAllFilters,
.selectedFiltersContainer ul li > a {
  position: relative;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  padding: 0 30px 0 10px;
  background-color: whitesmoke;
  min-width: 95px;
  margin: 0 15px 0 0;
}
.selectedFiltersContainer .removeAllFilters:after,
.selectedFiltersContainer ul li > a:after {
  content: "";
  background-image: url(https://webfs.ej.nl//images/icon-close--small.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.selectedFiltersContainer .removeAllFilters:hover,
.selectedFiltersContainer ul li > a:hover {
  background: linear-gradient(90deg, #ff8800 0%, #ff9938 59%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*-moz-backface-visibility: hidden;*/

  color: white !important;
}
.selectedFiltersContainer .removeAllFilters:hover:after,
.selectedFiltersContainer ul li > a:hover:after {
  background-image: url(https://webfs.ej.nl//images/icon-close--white.svg);
}
@media only screen and (min-width: 1024px) {
  .selectedFiltersContainer .removeAllFilters {
    height: 55px;
    line-height: 52px;
    color: #222222;
    border: 2px solid #222222;
    background: white;
    padding: 0 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*-moz-backface-visibility: hidden;*/
  
    position: absolute;
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .selectedFiltersContainer .removeAllFilters {
    min-width: 230px;
  }
}
.selectedFiltersContainer .removeAllFilters:hover {
  background: #222222;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.selectedFiltersContainer .removeAllFilters:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .selectedFiltersContainer h3,
  .selectedFiltersContainer .kop3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
a.showAllBtn {
  display: block;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 5px;
  text-decoration: underline !important;
}
.removeAllFilters,
.removeActiveFilterItems {
  margin-top: 10px;
  clear: both;
}
.category .filterContainer,
.filter-category .filterContainer {
  display: block !important;
}
.category .filterContainer,
.filter-category .filterContainer {
  display: block !important;
}
[data-filters-panel-container] .item:before {
  display: none;
}
[data-filters-panel-container] .item .kop2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
[data-filters-panel-container] .item.category,
[data-filters-panel-container] .item.filter-category {
  color: #222222;
  font-weight: 700;
  font-size: 14px;
}
[data-filters-panel-container] .item.category .li-0,
[data-filters-panel-container] .item.filter-category .li-0,
[data-filters-panel-container] .item.category .li-1,
[data-filters-panel-container] .item.filter-category .li-1 {
  margin-left: 20px !important;
}
[data-filters-panel-container] .item.category .ul-2,
[data-filters-panel-container] .item.filter-category .ul-2,
[data-filters-panel-container] .item.category .ul-3,
[data-filters-panel-container] .item.filter-category .ul-3,
[data-filters-panel-container] .item.category .ul-4,
[data-filters-panel-container] .item.filter-category .ul-4 {
  margin-left: 20px !important;
  display: none;
}
[data-filters-panel-container] .item.category .ul-1 li.active > ul,
[data-filters-panel-container] .item.filter-category .ul-1 li.active > ul {
  display: block;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category .li-0,
  [data-filters-panel-container] .item.filter-category .li-0,
  [data-filters-panel-container] .item.category .li-1,
  [data-filters-panel-container] .item.filter-category .li-1 {
    display: block !important;
    margin-left: 0 !important;
  }
}
[data-filters-panel-container] .item.category .li-0.active > a,
[data-filters-panel-container] .item.filter-category .li-0.active > a,
[data-filters-panel-container] .item.category .li-1.active > a,
[data-filters-panel-container] .item.filter-category .li-1.active > a {
  color: #ff8000;
  border-bottom: 1px solid #ff8000;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category .li-0 > a,
  [data-filters-panel-container] .item.filter-category .li-0 > a,
  [data-filters-panel-container] .item.category .li-1 > a,
  [data-filters-panel-container] .item.filter-category .li-1 > a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    line-height: 36px !important;
    font-weight: 500;
    padding: 7px 0 7px 20px !important;
    border-bottom: 1px solid #d7dce5;
  }
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item.category .li-0 > a,
  [data-filters-panel-container] .item.filter-category .li-0 > a,
  [data-filters-panel-container] .item.category .li-1 > a,
  [data-filters-panel-container] .item.filter-category .li-1 > a {
    font-size: 20px !important;
    line-height: 38px !important;
  }
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category .li-0 > .catarrow,
  [data-filters-panel-container] .item.filter-category .li-0 > .catarrow,
  [data-filters-panel-container] .item.category .li-1 > .catarrow,
  [data-filters-panel-container] .item.filter-category .li-1 > .catarrow {
    display: none !important;
  }
}
[data-filters-panel-container] .item.category li.li-2 .catarrow,
[data-filters-panel-container] .item.filter-category li.li-2 .catarrow {
  display: block;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category li.li-2 a,
  [data-filters-panel-container] .item.filter-category li.li-2 a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item.category li.li-2 a,
  [data-filters-panel-container] .item.filter-category li.li-2 a {
    font-size: 18px !important;
    line-height: 42px !important;
  }
}
[data-filters-panel-container] .item.category li.li-3 a,
[data-filters-panel-container] .item.filter-category li.li-3 a {
  font-size: 14px !important;
  line-height: 20px !important;
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item.category li.li-3 a,
  [data-filters-panel-container] .item.filter-category li.li-3 a {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
[data-filters-panel-container] .item.category li.li-3.more .catarrow,
[data-filters-panel-container] .item.filter-category li.li-3.more .catarrow {
  top: -7px;
}
[data-filters-panel-container] .item.category li.li-4 a,
[data-filters-panel-container] .item.filter-category li.li-4 a {
  font-size: 14px !important;
  line-height: 24px !important;
}
[data-filters-panel-container] .item.category ul li.more,
[data-filters-panel-container] .item.filter-category ul li.more {
  position: relative;
}
[data-filters-panel-container] .item.category ul li.more a,
[data-filters-panel-container] .item.filter-category ul li.more a {
  color: black;
}
[data-filters-panel-container] .item.category ul li.more a:after,
[data-filters-panel-container] .item.filter-category ul li.more a:after {
  content: none !important;
}
[data-filters-panel-container] .item.category ul li.more .catarrow,
[data-filters-panel-container] .item.filter-category ul li.more .catarrow {
  position: absolute;
  top: 8px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category ul li.more .catarrow,
  [data-filters-panel-container] .item.filter-category ul li.more .catarrow {
    top: 0;
    display: none;
  }
}
[data-filters-panel-container] .item.category ul li.more .catarrow:after,
[data-filters-panel-container] .item.filter-category ul li.more .catarrow:after {
  content: "";
  background: url(https://webfs.ej.nl//images/icon-chevron-right.svg) no-repeat center center;
  float: left;
  margin: 16px 17px 12px 17px;
  width: 10px;
  height: 16px;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item.category ul li.more .catarrow:after,
  [data-filters-panel-container] .item.filter-category ul li.more .catarrow:after {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  [data-filters-panel-container] .item.category ul li.more .catarrow:after,
  [data-filters-panel-container] .item.filter-category ul li.more .catarrow:after {
    margin: 9px 17px 12px 17px;
  }
}
[data-filters-panel-container] .item.category ul li.more .catarrow.rotate:after,
[data-filters-panel-container] .item.filter-category ul li.more .catarrow.rotate:after {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
[data-filters-panel-container] .item.category ul li.more.active a,
[data-filters-panel-container] .item.filter-category ul li.more.active a {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category ul li.more.active > .catarrow,
  [data-filters-panel-container] .item.filter-category ul li.more.active > .catarrow {
    display: block;
  }
}
[data-filters-panel-container] .item.category ul li.more.active > .catarrow:after,
[data-filters-panel-container] .item.filter-category ul li.more.active > .catarrow:after {
  background: url(https://webfs.ej.nl//images/icon-chevron-right--orange.svg) no-repeat center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category {
    padding: 0 0 30px 5px !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item.category {
    padding: 0 0 30px 0 !important;
  }
}
[data-filters-panel-container] .item.category .filterContainer {
  border: none;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.category .kop2 {
    display: none;
  }
}
[data-filters-panel-container] .item.price,
[data-filters-panel-container] .item.filter-price {
  display: none;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.price,
  [data-filters-panel-container] .item.filter-price {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item.price,
  [data-filters-panel-container] .item.filter-price {
    padding: 10px 20px;
  }
}
[data-filters-panel-container] .item.price .filterContainer,
[data-filters-panel-container] .item.filter-price .filterContainer {
  padding: 0;
  border: none;
}
[data-filters-panel-container] .item.price .ul-1,
[data-filters-panel-container] .item.filter-price .ul-1 {
  display: none;
}
[data-filters-panel-container] .item.price .filterPriceButton,
[data-filters-panel-container] .item.filter-price .filterPriceButton {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 65px;
  height: 50px;
  vertical-align: bottom;
}
[data-filters-panel-container] .item.price .filterPriceButton:after,
[data-filters-panel-container] .item.filter-price .filterPriceButton:after {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
[data-filters-panel-container] .item.price .minimalPrice,
[data-filters-panel-container] .item.filter-price .minimalPrice,
[data-filters-panel-container] .item.price .maximumPrice,
[data-filters-panel-container] .item.filter-price .maximumPrice {
  display: inline-block;
}
[data-filters-panel-container] .item.price .minimalPrice input,
[data-filters-panel-container] .item.filter-price .minimalPrice input,
[data-filters-panel-container] .item.price .maximumPrice input,
[data-filters-panel-container] .item.filter-price .maximumPrice input {
  width: 70px;
  text-align: center;
}
[data-filters-panel-container] .item.price .minimalPrice,
[data-filters-panel-container] .item.filter-price .minimalPrice {
  position: relative;
  margin: 0 15px 0 0;
}
[data-filters-panel-container] .item.price .minimalPrice:after,
[data-filters-panel-container] .item.filter-price .minimalPrice:after {
  content: "-";
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  line-height: 50px;
}
[data-filters-panel-container] .item ul li a,
[data-filters-panel-container] .item ul li .pseudoCheckbox {
  color: black;
  line-height: 32px;
}
[data-filters-panel-container] .item ul li.active > a,
[data-filters-panel-container] .item ul li:hover > a {
  color: #ff8000;
}
[data-filters-panel-container] .item.IsExpandable h2,
[data-filters-panel-container] .item.IsExpandable .kop2 {
  position: relative;
  margin-bottom: 0;
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  background: #f6f7f9 !important;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox {
    background: white !important;
  }
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a.disabled,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a.disabled,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.disabled,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.disabled,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a.disabled,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a.disabled,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.disabled,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.disabled,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a.disabled,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a.disabled,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.disabled,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.disabled {
  color: #999999;
  cursor: default;
  pointer-events: none;
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a.disabled.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a.disabled.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.disabled.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.disabled.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a.disabled.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a.disabled.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.disabled.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.disabled.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a.disabled.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a.disabled.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.disabled.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.disabled.active:after {
  background-color: #999999;
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a:hover,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a:hover,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:hover,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:hover,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a:hover,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a:hover,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:hover,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:hover,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a:hover,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a:hover,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:hover,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:hover {
  color: black;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a:hover:before,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a:hover:before,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:hover:before,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:hover:before,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a:hover:before,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a:hover:before,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:hover:before,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:hover:before,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a:hover:before,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a:hover:before,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:hover:before,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:hover:before {
    border: 1px solid #ff8000;
    background: white;
    -webkit-box-shadow: inset 0 0 0 15px #ff8000;
    -moz-box-shadow: inset 0 0 0 15px #ff8000;
    box-shadow: inset 0 0 0 15px #ff8000;
  }
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a:hover:after,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a:hover:after,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:hover:after,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox:hover:after,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a:hover:after,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a:hover:after,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:hover:after,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox:hover:after,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a:hover:after,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a:hover:after,
  [data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:hover:after,
  [data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox:hover:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    background: white !important;
  }
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a.active,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a.active,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.active,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.active,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a.active,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a.active,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.active,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.active,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a.active,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a.active,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.active,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.active {
  font-weight: 600;
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a.active:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a.active:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.active:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.active:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a.active:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a.active:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.active:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.active:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a.active:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a.active:before,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.active:before,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.active:before {
  border: 1px solid #ff8000;
}
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > a.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > a.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-0 > .pseudoCheckbox.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > a.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > a.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-1 > .pseudoCheckbox.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > a.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > a.active:after,
[data-filters-panel-container] .item.text.isSingleSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.active:after,
[data-filters-panel-container] .item.text.isMultiSelect:not(.category):not(.filter-category) .li-2 > .pseudoCheckbox.active:after {
  content: '';
  display: block;
  background: #ff8000;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}
[data-filters-panel-container] .item.isSingleSelect .li-0 > a:before,
[data-filters-panel-container] .item.isSingleSelect .li-0 > a:after,
[data-filters-panel-container] .item.isSingleSelect .li-1 > a:before,
[data-filters-panel-container] .item.isSingleSelect .li-1 > a:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-filters-panel-container] .item.image {
  overflow: hidden;
}
[data-filters-panel-container] .item.image li {
  float: left;
  margin-right: 2.304147465%;
  margin-bottom: 2.304147465%;
  width: 18.156682028%;
}
.lt-ie9 [data-filters-panel-container] .item.image li {
  /*IE 8*/
  width: 17.695852535%;
}
[data-filters-panel-container] .item.image li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.304147465%;
}
[data-filters-panel-container] .item.image li:nth-of-type(5n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.image li a {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  display: block;
}
[data-filters-panel-container] .item.image li a img {
  display: block;
}
[data-filters-panel-container] .item.multiColumn2 {
  overflow: hidden;
}
[data-filters-panel-container] .item.multiColumn2 ul {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
.lt-ie9 [data-filters-panel-container] .item.multiColumn2 ul {
  /*IE 8*/
  width: 50%;
}
[data-filters-panel-container] .item.multiColumn2 ul:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0;
}
[data-filters-panel-container] .item.multiColumn2 ul:nth-of-type(2n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.multiColumn3 {
  overflow: hidden;
}
[data-filters-panel-container] .item.multiColumn3 ul {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 33.333333333%;
}
.lt-ie9 [data-filters-panel-container] .item.multiColumn3 ul {
  /*IE 8*/
  width: 33.333333333%;
}
[data-filters-panel-container] .item.multiColumn3 ul:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0;
}
[data-filters-panel-container] .item.multiColumn3 ul:nth-of-type(3n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.multiColumn4 {
  overflow: hidden;
}
[data-filters-panel-container] .item.multiColumn4 ul {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 25%;
}
.lt-ie9 [data-filters-panel-container] .item.multiColumn4 ul {
  /*IE 8*/
  width: 25%;
}
[data-filters-panel-container] .item.multiColumn4 ul:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0;
}
[data-filters-panel-container] .item.multiColumn4 ul:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .productFilters {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 1023px) {
  #sidecol [data-filters-panel-container] {
    clear: both;
    z-index: 91;
    position: relative;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters {
    margin: 15px 0 0 0;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters {
    padding: 20px 6%;
    border-bottom: 1px solid #ff8000;
    margin: 0 0 15px 0;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li {
    margin: 0 5px 5px 0;
    display: inline-block;
    float: left;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li a {
    position: relative;
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0 30px 0 10px;
    background-color: whitesmoke;
    min-width: 80px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li a:after {
    content: "";
    background-image: url(https://webfs.ej.nl//images/icon-close--small.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters .removeAllFilters {
    margin-top: 15px;
    color: white;
    background: #ff8000;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item {
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.category ul li.active > a,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.filter-category ul li.active > a {
    font-weight: 500;
    color: #ff8000;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.open .filterContainer {
    display: block;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.open .kop2:after {
    background-image: url(https://webfs.ej.nl//images/icon-min.svg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*-moz-backface-visibility: hidden;*/
  
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.hasActive h2,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.hasActive .kop2 {
    font-weight: 600;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item h2,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item .kop2 {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 65px;
    height: 65px;
    display: block;
    text-transform: none;
    padding: 0 6%;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item h2:after,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item .kop2:after {
    content: "";
    display: block;
    background-image: url(https://webfs.ej.nl//images/icon-plus.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*-moz-backface-visibility: hidden;*/
  
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item .filterContainer {
    display: none;
    padding: 15px 6%;
    background: #f6f7f9;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #222222;
    font-size: 16px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item input[type="text"] {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item ul li a {
    display: block;
    color: #222222;
    padding: 10px 0;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item ul li.active > a {
    padding-right: 5px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.active,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.active .filterContainer {
    background: white;
  }
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item {
    position: relative;
    padding: 15px 5px;
    margin-bottom: 5px;
  }
  [data-filters-panel-container] .item h2,
  [data-filters-panel-container] .item .kop2 {
    color: #222222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
  }
  [data-filters-panel-container] .item .filterSearchBlock {
    margin-bottom: 8px;
  }
  [data-filters-panel-container] .item .filterSearch {
    width: 100%;
  }
  [data-filters-panel-container] .item .filterContainer {
    margin-top: 15px;
  }
  [data-filters-panel-container] .item.IsExpandable h2:hover,
  [data-filters-panel-container] .item.IsExpandable .kop2:hover {
    cursor: pointer;
  }
  [data-filters-panel-container] .item.IsExpandable .filterContainer {
    display: none;
  }
  [data-filters-panel-container] .item.IsExpandable.open .filterContainer {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  [data-filters-panel-container] .item {
    padding: 15px 20px;
  }
}
.color-filter-item-box {
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
}
.color-filter-item-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px transparent;
  z-index: 1;
}
a:hover > .color-filter-item-box {
  border-color: var(--color-primary);
}
a:hover > .color-filter-item-box:before {
  border-color: var(--color-primary);
}
.color-filter-item-box.image-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.color-filter-item-box.default-box {
  border: 1px solid #707070;
  background: white;
}
.color-title {
  display: inline-block;
  position: relative;
  top: -10px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  .color-title {
    top: 0;
  }
}
a.active > .color-title {
  font-weight: 600;
}
.selectedFilters .color-title {
  top: 0;
}
.selectedFilters .color-filter-item-box {
  display: none;
}
.selectedFilters .color-title {
  padding-left: 0 !important;
  font-weight: 300 !important;
}
.selectedFilters a:hover .color-title {
  color: white;
}
