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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.selectedFiltersContainer {
  margin-bottom: 15px;
}
.selectedFiltersContainer .selectedFilters:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.selectedFiltersContainer h3,
.selectedFiltersContainer .kop3 {
  margin: 0;
  font-weight: 500;
}
.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 {
  height: 35px;
  line-height: 33px;
  font-size: 13px;
  background: #e6e6e6;
  color: #f1f0f2;
  padding: 0 15px 0 30px;
  float: left;
  clear: none;
  -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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selectedFiltersContainer .removeAllFilters:hover,
.selectedFiltersContainer ul li > a:hover {
  background-color: #cccccc;
}
.selectedFiltersContainer .removeAllFilters {
  background: #f1f0f2;
  color: #e6e6e6;
}
.selectedFiltersContainer .removeAllFilters:hover {
  background-color: white;
}
.selectedFiltersContainer a {
  display: block;
  color: inherit;
  line-height: inherit;
  background: inherit;
  position: relative;
}
.selectedFiltersContainer a:before {
  content: "×";
  font-size: 25px;
  position: absolute;
  width: 35px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  padding-top: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .selectedFiltersContainer h3,
  .selectedFiltersContainer .kop3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.showAllBtn {
  line-height: 24px;
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .showAllBtn {
    display: block;
  }
}
.removeAllFilters,
.removeActiveFilterItems {
  margin-top: 10px;
  clear: both;
}
[data-filters-panel-container] .item:before {
  display: none;
}
[data-filters-panel-container] .item.category .li-2,
[data-filters-panel-container] .item.filter-category .li-2 {
  padding-left: 10px;
}
[data-filters-panel-container] .item.price,
[data-filters-panel-container] .item.filter-price {
  display: 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 [data-pricefilter-created="true"],
[data-filters-panel-container] .item.filter-price [data-pricefilter-created="true"] {
  margin: 50px 0 20px;
}
[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 {
  float: left;
  white-space: nowrap;
  max-width: 30%;
  width: 60px;
}
[data-filters-panel-container] .item.price span,
[data-filters-panel-container] .item.filter-price span {
  float: left;
  display: block;
  max-width: 25%;
  margin: 0 5px;
  line-height: 40px;
}
[data-filters-panel-container] .item.price input,
[data-filters-panel-container] .item.filter-price input {
  max-width: 100%;
  height: 40px;
  padding: 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[data-filters-panel-container] .item.price .filterPriceButton,
[data-filters-panel-container] .item.filter-price .filterPriceButton {
  float: right;
  max-width: 30%;
  height: 40px;
  line-height: 40px;
  min-width: 0;
}
[data-filters-panel-container] .item.price [data-pricefilter-role="button"],
[data-filters-panel-container] .item.filter-price [data-pricefilter-role="button"] {
  width: 100%;
}
[data-filters-panel-container] .item.price .noUi-horizontal.noUi-extended,
[data-filters-panel-container] .item.filter-price .noUi-horizontal.noUi-extended {
  padding-right: 32px;
}
[data-filters-panel-container] .item.price .noUi-horizontal.noUi-extended .noUi-handle,
[data-filters-panel-container] .item.filter-price .noUi-horizontal.noUi-extended .noUi-handle {
  left: -1px;
}
[data-filters-panel-container] .item.price .noUi-horizontal.noUi-extended .noUi-origin,
[data-filters-panel-container] .item.filter-price .noUi-horizontal.noUi-extended .noUi-origin {
  right: -32px;
}
[data-filters-panel-container] .item ul li a,
[data-filters-panel-container] .item ul li .pseudoCheckbox {
  color: #454545;
  line-height: 24px;
}
[data-filters-panel-container] .item ul li.active > a,
[data-filters-panel-container] .item ul li:hover > a {
  color: #262626;
}
[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-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: 24px;
}
[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 {
  cursor: default;
  pointer-events: none;
  line-height: 35px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
[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 {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
[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 #b8b8b8;
  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-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: #262626;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}
[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.color:not(.text) {
  overflow: hidden;
}
[data-filters-panel-container] .item.color:not(.text) li {
  float: left;
  margin-right: 2.304147465%;
  margin-bottom: 2.304147465%;
  width: 18.156682028%;
}
.lt-ie9 [data-filters-panel-container] .item.color:not(.text) li {
  /*IE 8*/
  width: 17.695852535%;
}
[data-filters-panel-container] .item.color:not(.text) li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.304147465%;
}
[data-filters-panel-container] .item.color:not(.text) li:nth-of-type(5n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.color:not(.text) .filterContainer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow2 {
  overflow: hidden;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow2 li {
  float: left;
  margin-right: 2.304147465%;
  margin-bottom: 2.304147465%;
  width: 48.847926267%;
}
.lt-ie9 [data-filters-panel-container] .item.color:not(.text).itemsOnRow2 li {
  /*IE 8*/
  width: 47.695852535%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow2 li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.304147465%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow2 li:nth-of-type(2n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow3 {
  overflow: hidden;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow3 li {
  float: left;
  margin-right: 2.304147465%;
  margin-bottom: 2.304147465%;
  width: 31.797235023%;
}
.lt-ie9 [data-filters-panel-container] .item.color:not(.text).itemsOnRow3 li {
  /*IE 8*/
  width: 31.029185868%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow3 li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.304147465%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow3 li:nth-of-type(3n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow4 {
  overflow: hidden;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow4 li {
  float: left;
  margin-right: 2.304147465%;
  margin-bottom: 2.304147465%;
  width: 23.271889401%;
}
.lt-ie9 [data-filters-panel-container] .item.color:not(.text).itemsOnRow4 li {
  /*IE 8*/
  width: 22.695852535%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow4 li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.304147465%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow4 li:nth-of-type(4n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow5 {
  overflow: hidden;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow5 li {
  float: left;
  margin-right: 2.304147465%;
  margin-bottom: 2.304147465%;
  width: 18.156682028%;
}
.lt-ie9 [data-filters-panel-container] .item.color:not(.text).itemsOnRow5 li {
  /*IE 8*/
  width: 17.695852535%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow5 li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.304147465%;
}
[data-filters-panel-container] .item.color:not(.text).itemsOnRow5 li:nth-of-type(5n) {
  margin-right: 0;
}
[data-filters-panel-container] .item.color:not(.text) li {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
}
[data-filters-panel-container] .item.color:not(.text) li.noColorCode {
  border: 1px solid #ebebeb;
  background: white;
  text-align: center;
}
[data-filters-panel-container] .item.color:not(.text) li.noColorCode span {
  line-height: 40px;
  font-size: 12px;
}
[data-filters-panel-container] .item.color:not(.text) li a {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  padding-top: 0;
  display: block;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[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 (max-width: 1023px) {
  #sidecol [data-filters-panel-container] {
    clear: both;
    z-index: 91;
    position: relative;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content {
    background-color: #f8f8f8;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters {
    padding: 15px 20px;
    background-color: white;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters h3 {
    font-weight: 500;
    color: #f1f0f2;
    font-size: 15px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul {
    display: inline-block;
    width: 100%;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li {
    display: inline-block;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li a {
    height: 35px;
    line-height: 33px;
    font-size: 13px;
    background: #e6e6e6;
    color: #f1f0f2;
    padding: 0 15px 0 30px;
    float: left;
    clear: none;
    position: relative;
    display: inline-block;
    -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-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li a:hover {
    background-color: #cccccc;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters ul li a:before {
    content: "×";
    color: #f1f0f2;
    font-size: 25px;
    position: absolute;
    width: 35px;
    line-height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    padding-top: 0;
    text-align: center;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters .removeAllFilters {
    background: #f1f0f2;
    color: #e6e6e6;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .selectedFilters .removeAllFilters:hover {
    background-color: white;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters {
    background-color: #f8f8f8;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item {
    font-size: 19px;
  }
  .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: 700;
    color: #262626;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item .filterContainer {
    background-color: white;
  }
  .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 h2:after,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item.open .kop2:after {
    content: "\f068 ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: relative;
    top: 4px;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item:first-child h2,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item:first-child .kop2 {
    border-top: 2px solid #ebebeb;
  }
  .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-size: inherit;
    margin-bottom: 10px;
    display: block;
    text-transform: none;
    font-weight: normal;
    padding: 15px 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    color: #f1f0f2;
    border-bottom: 2px solid #ebebeb;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    /*-moz-backface-visibility: hidden;*/
  
  }
  .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: "\f067 ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    line-height: 16px;
    line-height: inherit;
    float: right;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item h2:active,
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item .kop2:active {
    background-color: #ebebeb;
    color: #262626;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item .filterContainer {
    display: none;
    padding: 15px 20px;
    background: white;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #454545;
    font-size: 17px;
    -webkit-box-shadow: inset 0 -2px 0 0 #ebebeb;
    -moz-box-shadow: inset 0 -2px 0 0 #ebebeb;
    box-shadow: inset 0 -2px 0 0 #ebebeb;
  }
  .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 {
    height: auto !important;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__content .productFilters .item ul li a {
    color: #454545;
    padding: 5px 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: #f3f3f3;
  }
  .mobilePanel[data-mobile-panel-position="right"] .panel__footer {
    border-top: solid 2px #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.filterSearchBlock {
  margin-bottom: 8px;
}
.filterSearch {
  width: 100%;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-color: #262626 !important;
  padding: 5px 5px 5px 35px !important;
  height: 40px !important;
}
.filterSearch:focus,
.filterSearch:active {
  outline: none;
}
@media only screen and (min-width: 1024px) {
  [data-filters-panel-container] .item {
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
  }
  [data-filters-panel-container] .item h2,
  [data-filters-panel-container] .item .kop2 {
    font-size: 16px;
  }
  [data-filters-panel-container] .item.IsExpandable h2:hover,
  [data-filters-panel-container] .item.IsExpandable .kop2:hover {
    cursor: pointer;
  }
  [data-filters-panel-container] .item.IsExpandable h2:after,
  [data-filters-panel-container] .item.IsExpandable .kop2:after {
    content: "";
    float: right;
    margin: 10px 8px 7px 5px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #454545;
    width: 5px;
    height: 5px;
    -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(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  [data-filters-panel-container] .item.IsExpandable .filterContainer {
    display: none;
  }
  [data-filters-panel-container] .item.IsExpandable.open .filterContainer {
    display: block;
  }
  [data-filters-panel-container] .item.open h2:after,
  [data-filters-panel-container] .item.hasActive h2:after,
  [data-filters-panel-container] .item.hasSelectedItems.open h2:after,
  [data-filters-panel-container] .item.open .kop2:after,
  [data-filters-panel-container] .item.hasActive .kop2:after,
  [data-filters-panel-container] .item.hasSelectedItems.open .kop2:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
