/* #####################################################################################################
   This stylesheet describes a list of products
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

.flex-content__template-pop .BannerMain {
  margin-bottom: 20px;
}
.flex-content__template-pop .BannerMain img {
  width: 100%;
  height: auto;
}
.flex-content__template-pop .Text {
  text-align: center;
  margin-bottom: 20px;
}
.flex-content__template-pop .banners {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width : 768px) {
  .flex-content__template-pop .banners {
    flex-direction: row;
  }
}
.flex-content__template-pop .banners .BannerLeft {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .flex-content__template-pop .banners .BannerLeft {
    width: 49%;
  }
}
.flex-content__template-pop .banners .BannerLeft img {
  width: 100%;
  height: auto;
}
.flex-content__template-pop .banners .BannerRight {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .flex-content__template-pop .banners .BannerRight {
    width: 49%;
  }
}
.flex-content__template-pop .banners .BannerRight img {
  width: 100%;
  height: auto;
}
.productOverview .flex-content__template img {
  height: auto;
}
.productOverview #cols {
  min-height: 0;
}
@media only screen and (min-width : 1024px) {
  .productOverview #cols {
    max-width: 95.6%;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
}
.productOverview .category-menu {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .productOverview .category-menu {
    padding: 0 15px;
  }
}
.productOverview .category-menu * {
  box-sizing: border-box;
}
.productOverview .category-menu h2 {
  display: none;
  text-align: center;
}
.productOverview .category-menu #FilterGroupRefresher {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.productOverview .category-menu ul {
  margin: 0;
  list-style-type: none;
}
.productOverview .category-menu ul:not(.ul-1):not(.ul-2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.productOverview .category-menu ul:not(.ul-1):not(.ul-2) li {
  width: 50%;
}
@media only screen and (min-width : 768px) {
  .productOverview .category-menu ul:not(.ul-1):not(.ul-2) li {
    width: auto;
  }
}
.productOverview .category-menu ul.ul-1:not(.has-active-cat) {
  display: none;
}
.productOverview .category-menu ul li {
  padding: 0 6px;
  margin-bottom: 6px;
  list-style: none;
}
.productOverview .category-menu ul li a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px !important;
  text-align: center;
  font-weight: 300;
  border: solid 1px #c5c5c5;
  color: #383838 !important;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  white-space: nowrap;
}
.productOverview .category-menu ul.has-active-cat {
  width: 100%;
}
.productOverview .category-menu ul.has-active-cat ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.productOverview .category-menu ul.has-active-cat li {
  width: 50%;
}
@media only screen and (min-width : 768px) {
  .productOverview .category-menu ul.has-active-cat li {
    width: auto;
  }
}
.productOverview .category-menu ul.has-active-cat > li:not(.active) {
  display: none;
}
.productOverview .category-menu ul.has-active-cat > li.active {
  width: 100% !important;
}
.productOverview .category-menu ul.has-active-cat > li.active > a {
  display: none !important;
}
.productOverview .category-menu.onlyBrand .ul-1:not(.has-active-cat) {
  display: block;
}
.productOverview .selectedFiltersContainer {
  display: flex !important;
  flex-flow: column-reverse;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width : 1024px) {
  .productOverview .selectedFiltersContainer {
    flex-flow: nowrap;
  }
}
.productOverview .selectedFiltersContainer .overviewMeta.sortByAndPageSize {
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width : 1280px) {
  .productOverview .selectedFiltersContainer .overviewMeta.sortByAndPageSize {
    width: 230px;
  }
}
.productOverview .back-button {
  min-width: 60px;
  width: auto;
  margin: 0;
  font-size: 12px;
}
.productOverview #breadcrumbs {
  display: table;
}
.productOverview #breadcrumbs .seperator {
  padding: 0 10px;
}
.productOverview #breadcrumbs > span {
  display: table-cell;
}
.productOverview .headingWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.productOverview .headingWrapper h1 {
  margin-bottom: 15px;
  margin-right: 10px;
}
.productOverview .categoryBanner img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.productOverview .seoContent,
.productOverview .categoryContent {
  color: #8a8a8a;
}
.productOverview .pageFilterList {
  border-bottom: 1px solid #dedede;
  margin-bottom: 3%;
}
.productOverview .seoContentContainer {
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width : 1280px) {
  .productOverview .seoContentContainer {
    padding: 0 85px 0 0;
  }
}
.productOverview .overviewMeta {
  position: relative;
  margin-bottom: 15px;
}
.productOverview .overviewMeta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.productOverview .overviewMeta #filterButtonWrapper,
.productOverview .overviewMeta #filterButtonWrapperBottom {
  float: right;
  overflow: hidden;
  margin: 1% 0;
}
@media only screen and (min-width : 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper,
  .productOverview .overviewMeta #filterButtonWrapperBottom {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin: 0;
    border-bottom: 1px solid #dedede;
  }
  .productOverview .overviewMeta #filterButtonWrapper select,
  .productOverview .overviewMeta #filterButtonWrapperBottom select {
    float: right;
    margin: 0 0 0 2%;
    -webkit-appearance: none;
  }
}
.productOverview .overviewMeta #filterButtonWrapper > a,
.productOverview .overviewMeta #filterButtonWrapperBottom > a {
  width: 130px;
  text-align: center;
}
.productOverview .overviewMeta #filterButtonWrapper .filterButton,
.productOverview .overviewMeta #filterButtonWrapperBottom .filterButton {
  width: 49%;
  min-width: auto;
  float: right;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  color: #383838;
  background: white;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ababab;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.productOverview .overviewMeta #filterButtonWrapper .filterButton:before,
.productOverview .overviewMeta #filterButtonWrapperBottom .filterButton:before {
  content: "\f0b0";
  padding-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}
@media only screen and (min-width : 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons {
    text-align: right;
    width: 49%;
    float: right;
    height: 36px;
    line-height: 36px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons > div,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons > div {
    float: right;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons > div > select,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons > div > select {
    background: white;
    -webkit-appearance: none;
    line-height: 36px;
    padding-left: 14px;
    border-color: #dedede;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons > div:after,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons > div:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f078';
    right: 26px;
    position: relative;
    pointer-events: none;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons > div.amountFilter > select,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons > div.amountFilter > select {
    width: 60px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons > div.sortByFilter,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons > div.sortByFilter {
    width: 230px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons > div.sortByFilter #OrderByRefresher,
  .productOverview .overviewMeta #filterButtonWrapperBottom .filterButtons > div.sortByFilter #OrderByRefresher {
    min-width: 135px;
  }
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock {
  display: block;
  width: 50%;
  float: left;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.amountFilter,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.amountFilter {
  display: none;
  position: relative;
  width: 23%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2%;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.amountFilter > select,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.amountFilter > select {
  width: 100%;
  padding: 0 10px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ababab;
  background: white;
  -webkit-appearance: none;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.amountFilter:after,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.amountFilter:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f078';
  top: 10px;
  right: 8px;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width : 768px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.amountFilter,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.amountFilter {
    display: block;
  }
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.sortByFilter,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.sortByFilter {
  position: relative;
  width: 48%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.sortByFilter > select,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.sortByFilter > select {
  width: 100%;
  padding: 0 10px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ababab;
  background: white;
  -webkit-appearance: none;
  text-align-last: center;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.sortByFilter:after,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.sortByFilter:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f078';
  top: 10px;
  right: 8px;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width : 768px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.sortByFilter,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.sortByFilter {
    width: 23%;
    margin-right: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock {
    display: inline-block;
    width: 48%;
    max-width: 320px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock + .pageFilterBlock,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock + .pageFilterBlock {
    margin-left: 2%;
  }
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
  padding-left: 0%;
  display: none;
}
@media only screen and (min-width : 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
    display: inline-block;
  }
}
@media only screen and (min-width : 1280px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
    padding-left: 0%;
  }
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock select,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock select {
  display: inline-block;
  float: none;
  height: 38px;
  line-height: 38px !important;
  border-color: #dedede;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1023px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock select,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock select {
    width: 100%;
  }
}
/* ==========================================================================
   styles for mobile and tablet
   ========================================================================== */

@media only screen and (max-width: 1023px) {
  .productOverview #sidecol {
    display: none;
  }
  .productOverview .overviewMeta #filterButtonWrapper {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtons,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 200ms ease-in-out;
    -moz-transition: border 200ms ease-in-out;
    -o-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtons:after,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtons .filterButton,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .filterButton {
    float: right;
    width: 48%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding: 0;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtons .sortByFilter,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .sortByFilter {
    display: inline-block;
    position: relative;
    min-width: 49%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtons .sortByFilter .orderByItem,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .sortByFilter .orderByItem {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 10px;
    height: 36px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ababab;
    background: white;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 2%;
    left: 0;
    top: 56px;
    height: 56px;
    border-bottom: 1px solid #dedede;
    z-index: 80;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stick--filterButtonsFixed .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width : 1024px) {
  .productOverview #filterButtonsFixed {
    display: none;
  }
  .productOverview .overviewMeta #filterButtonWrapper {
    width: auto;
    padding-bottom: 5px;
    border-bottom: 0;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons {
    width: 320px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .amountFilter {
    width: 23%;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .amountFilter select {
    border-color: #dedede;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .sortByFilter {
    width: 145px !important;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .sortByFilter select {
    text-align-last: left;
    border-color: #dedede;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .sortByFilter select option {
    text-align-last: left;
  }
}
@media screen and (max-width: 1023px) {
  #filterButtonsFixed .sortByFilter select {
    -webkit-appearance: none;
  }
  #filterButtonsFixed .sortByFilter:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f078';
    right: 8px;
    top: 8px;
    position: absolute;
    pointer-events: none;
  }
}
