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

/*--- standard variables ---*/
/*--- 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 -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

.productOverview #pageContainer .container {
  padding: 0 2%;
}
.productOverview #breadcrumbs {
  margin-bottom: 0;
}
.productOverview .overviewMeta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta.small {
    max-width: 23%;
  }
}
@media only screen and (max-width: 1023px) {
  .productOverview .overviewMeta h1 {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview #content.high {
    margin-top: -60px;
  }
}
.productOverview .productCount {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .productOverview .productCount {
    display: block;
    width: 25%;
    float: left;
    margin: 0;
  }
}
.productOverview .productCount .count {
  font-weight: 700;
  color: #f25922;
}
.productOverview .results-per-page {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
}
.productOverview #filterButtonWrapper {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonWrapper {
    float: right;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonWrapper {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0 0 30px 0;
  }
}
.productOverview #filterButtonWrapper > a {
  width: 130px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonWrapper .filterButtons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    gap: 30px;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .productOverview #filterButtonWrapper .filterButtons {
    gap: 60px;
  }
}
.productOverview #filterButtonWrapper .pageFilterBlock {
  display: block;
  width: 49.5%;
}
@media only screen and (max-width: 1023px) {
  .productOverview #filterButtonWrapper .pageFilterBlock {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonWrapper .pageFilterBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    gap: 15px;
    width: auto;
  }
}
.productOverview #filterButtonWrapper .pageFilterBlock.sortByFilter {
  float: right;
}
.productOverview #filterButtonWrapper .pageFilterBlock span {
  padding-left: 0%;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonWrapper .pageFilterBlock span {
    display: inline-block;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .productOverview #filterButtonWrapper .pageFilterBlock span {
    padding-left: 0%;
  }
}
.productOverview #filterButtonWrapper .pageFilterBlock select {
  display: inline-block;
  float: none;
  font-size: 14px;
  background: #f7f5ef;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .productOverview #filterButtonWrapper .pageFilterBlock select {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonWrapper .pageFilterBlock select {
    min-width: unset;
  }
}
.productOverview .seoContent {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .productOverview .seoContent {
    margin: 90px 0 0 0;
  }
}
.productOverview .quicklinks {
  width: 100%;
  z-index: 999;
}
.productOverview .quicklinks .contentSnippet ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: auto;
  padding: 10px 0;
  gap: 10px;
}
.productOverview .quicklinks .contentSnippet ul li {
  white-space: nowrap;
  padding: 4px 0;
}
.productOverview .quicklinks .contentSnippet ul li a {
  color: #142632;
  padding: 8px 15px;
  white-space: nowrap;
  border: 1px solid #c2bfb6;
  font-size: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.productOverview .quicklinks .contentSnippet ul li a:hover,
.productOverview .quicklinks .contentSnippet ul li a:active,
.productOverview .quicklinks .contentSnippet ul li a:focus {
  background: #142632;
  color: white;
}
/* ==========================================================================
   styles for mobile and tablet
   ========================================================================== */

@media only screen and (max-width: 1023px) {
  .productOverview #sidecol {
    display: none;
  }
  .productOverview #filterButtonWrapper {
    height: 60px;
    padding: 10px 2px;
  }
  .productOverview #filterButtonWrapper .filterButtons,
  .productOverview #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 #filterButtonWrapper .filterButtons:after,
  .productOverview #filterButtonWrapper #filterButtonsFixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  .productOverview #filterButtonWrapper .filterButtons .orderByItem,
  .productOverview #filterButtonWrapper #filterButtonsFixed .orderByItem {
    float: right;
    width: 49%;
    display: block;
    margin: 0;
    font-size: 14px;
    background: #f7f5ef;
    text-transform: uppercase;
    text-align: center;
  }
  .productOverview #filterButtonWrapper .filterButtons .filterButton,
  .productOverview #filterButtonWrapper #filterButtonsFixed .filterButton {
    float: left;
    min-width: unset;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 10px 0 20px;
  }
  .productOverview #filterButtonWrapper .filterButtons .filterButton:before,
  .productOverview #filterButtonWrapper #filterButtonsFixed .filterButton:before {
    content: '';
    display: inline-block;
    background: url(https://www.vanuffelenmode.nl//images/svg/filter.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .productOverview #filterButtonWrapper .filterButtons .orderByItem {
    width: 98%;
  }
  .productOverview #filterButtonWrapper #filterButtonsFixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px;
    left: 0;
    top: 120px;
    border-bottom: 1px solid #c2bfb6;
    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 #filterButtonWrapper #filterButtonsFixed {
    opacity: 1;
    visibility: visible;
  }
  .productOverview #filterButtonWrapper #filterButtonsFixed .filterButton {
    width: 49%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonsFixed {
    display: none;
  }
}
