/* #####################################################################################################
   This stylesheet describes the global layout responsive changes
   ##################################################################################################### */

/*--- 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
   ========================================================================== */

html,
body,
body > form {
  background-color: white;
  position: relative;
  min-height: 100%;
  min-width: 320px;
}
body:has(.ProductOverview_01_Banner_Main) #sidecol {
  display: none !important;
}
#gotoTop {
  display: none;
  background-color: #383838;
  border-radius: 3px;
  bottom: 30px;
  color: white;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  cursor: pointer;
  z-index: 99999;
}
[data-mobile-panel-active="mobileNavPanel"] #gotoTop {
  display: none !important;
}
#gotoTop:before {
  content: '';
  content: '\f106';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  color: white;
}
*:focus {
  outline: 0;
}
#footerWrapper {
  position: relative;
}
/* Standaard kolommen */

#cols {
  z-index: 100;
  position: relative;
  margin: 5px 0 0;
}
#content {
  position: relative;
  padding: 3%;
  z-index: 90;
}
.full #content {
  float: none;
  padding: 2%;
  border: 0 none;
}
.full:not(.checkout) #cols {
  max-width: 1920px;
  padding: 0 2%;
}
#sidecol {
  display: none;
}
#headerWrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 1px 4px #dedede;
  -moz-box-shadow: 0px 1px 4px #dedede;
  box-shadow: 0px 1px 4px #dedede;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*-moz-backface-visibility: hidden;*/

}
.photoswipe-open #headerWrapper {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width : 1024px) {
  #headerWrapper {
    height: 215px;
  }
}
@media only screen and (max-width: 1023px) {
  #headerWrapper.sticky #searchNav,
  #headerWrapper.sticky #logo {
    display: none;
  }
  #headerWrapper.sticky #searchButton {
    display: block;
  }
  #headerWrapper.sticky #topHeader {
    top: -70px;
  }
  #headerWrapper.sticky #header {
    top: 0px;
    padding-top: 0;
  }
  #headerWrapper.sticky #searchDropdown {
    padding-top: 56px;
  }
}
@media only screen and (min-width : 1024px) {
  #headerWrapper.sticky {
    top: -35px;
  }
}
#topHeader {
  width: 100%;
  position: fixed;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*-moz-backface-visibility: hidden;*/

}
#headerBar01 {
  background: #242422;
  height: 35px;
  max-width: 1180px;
  margin: 0 auto;
  min-width: 280px;
  position: relative;
  color: white;
}
.headerIconText {
  font-size: 11px;
  position: relative;
  line-height: 12px;
  margin-top: 6px;
}
.noticeBar ul {
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  background-color: #f6f6f6;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*-moz-backface-visibility: hidden;*/

}
.noticeBar ul a {
  color: black;
  text-decoration: underline;
}
.noticeBar li.p-1014 > a {
  width: 100%;
  display: inline-block;
}
#USP ul {
  width: 100%;
  text-align: center;
}
#USP ul li {
  display: inline-block;
  list-style: none;
  line-height: 35px;
  padding-right: 3px;
  width: 49%;
  float: left;
}
#USP ul li:last-child a {
  position: absolute;
}
#USP ul li a {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
}
#USP ul li.last {
  padding-right: 0px;
  display: none;
}
#USP ul li:before {
  pointer-events: none;
  line-height: 24px;
  background-image: url("../../../images/svg/vinkje.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 26px;
  width: 14px;
  content: " ";
  position: absolute;
  margin-top: 10px;
  margin-left: -18px;
  display: block;
}
.header__li--logout {
  display: none;
}
#logoSquare {
  position: relative;
  top: -5px;
}
@media only screen and (min-width : 768px) {
  #logoSquare {
    top: -10px;
  }
}
@media only screen and (min-width : 1024px) {
  #logoSquare {
    position: absolute;
  }
}
#header {
  height: inherit;
  min-width: 280px;
  position: relative;
  height: 56px;
  top: 42px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width : 768px) {
  #header {
    top: 70px;
  }
}
#header #logo {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#header #logo .logo-box-mobile img {
  height: 42px;
  display: block;
  margin-left: 17px;
}
@media only screen and (max-width: 320px) {
  #header #logo .logo-box-mobile img {
    left: -60px;
  }
}
#header .menuToggle {
  width: 51px;
  max-width: 60px;
  height: 100%;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  position: relative;
  top: 5px;
  bottom: 0;
  left: 3px;
  white-space: nowrap;
  background: url("../../../images/responsive/icons.png") no-repeat -4px center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.mobileNavPanel #header .menuToggle {
  background: url("../../../images/responsive/icons1.png") no-repeat center top;
  background-size: 100% auto;
}
#header .hasSub .brandCol,
#header .hasSub .suggestCol,
#header .hasSub .banner,
#header .hasSub .title {
  display: none;
}
/*end #header*/

#searchNav {
  background: white;
  height: 50px;
}
@media only screen and (min-width : 768px) {
  #searchNav {
    padding-bottom: 10px;
  }
}
#searchNav #searchDropdown {
  display: block;
  width: 78%;
  padding-top: 14px;
  text-align: center;
  margin: 0 auto;
  background: white;
}
@media only screen and (min-width : 480px) and (max-width: 1280px) {
  #searchNav #searchDropdown {
    width: 81%;
  }
}
#searchNav #searchBlock {
  position: relative;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  background: white;
  z-index: 101;
}
#searchNav input {
  width: 90%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 35px;
  padding-right: 3%;
  padding-left: 3%;
  border: 0 none;
  background: white;
  font-size: 14px;
}
#searchNav input[type="submit"] {
  width: 26px;
  min-width: 26px;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../../images/searchIcon.png) no-repeat center left;
}
/*end #searchNav*/

#kiyoh {
  margin: 0 auto;
  width: 230px;
}
.newsletterLogoMob {
  width: 100%;
  height: 100px;
  background: url(../../../images/svg/enmeer.svg) no-repeat;
  background-position-x: 50%;
}
@media only screen and (min-width : 768px) {
  .newsletterContainer .row.smallInput input {
    width: 32%;
  }
}
@media only screen and (min-width : 360px) {
  .newsletterContainer input[type="submit"] {
    width: 200px;
  }
}
#newsletterSignupMob .newsletterContainer {
  margin-bottom: 18px;
  padding: 0;
}
#newsletterSignupMob input {
  max-width: 100%;
  width: 100%;
  height: 37px;
  line-height: 37px;
  -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;
}
#newsletterSignupMob .NewsLetterInput {
  margin-bottom: 18px;
  border: 1px solid #333333;
  box-sizing: border-box;
}
#newsletterSignupMob .NewsLetterSubmit {
  margin: 0;
}
#newsletterSignupMob p {
  text-align: center;
}
#newsletterSignupMob p a {
  color: black;
}
#newsletterSignupMob .errorTxt {
  margin-top: 5px;
}
@media screen and (min-width: 893px) and (max-width: 1023px) {
  #newsletterSignupMob {
    margin-bottom: 18px;
  }
}
#newsletterMobile {
  max-width: 100%;
}
#newsletterMobile #newsletterTextMob {
  text-align: center;
  margin-bottom: 20px;
}
#newsletterMobile #newsletterTextMob a {
  color: black;
}
#socialMob {
  margin: 0 auto 5px;
}
#socialMob .socialWrapper {
  width: 142px;
}
#socialMob .socialText {
  float: left;
  padding-right: 10px;
  color: black;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}
#socialMob .instaIcon,
#socialMob .fbIcon,
#socialMob .ttIcon {
  margin: 0;
  background-size: 30px;
  height: 30px;
}
#socialMob a {
  display: inline-block;
}
#footer {
  padding: 0 0 30px;
  position: relative;
}
#footer a {
  color: #8a8a8a;
}
#footer a:hover {
  color: #4d4d4d;
}
#footer .app-block-wrapper {
  margin: 25px auto;
}
@media only screen and (min-width : 1024px) {
  #footer #footerCols,
  #footer #footerColsBottom {
    padding: 3% 0 2% 3.7%;
  }
}
@media only screen and (min-width : 1280px) {
  #footer #footerCols,
  #footer #footerColsBottom {
    padding: 3% 0 2% 8%;
  }
}
#footer #footerBar {
  height: auto;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 16px;
}
#footer #footerRow1 {
  margin: 0 3%;
}
#footer #footerBarBottom {
  background-color: #f3f3f3;
  height: 34px;
  width: 100%;
  vertical-align: middle;
  padding-top: 16px;
}
#footer .footerCenter {
  padding: 0 2%;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 280px;
  position: relative;
}
@media only screen and (min-width : 1280px) {
  #footer .footerCenter {
    padding: 0 10%;
  }
}
@media only screen and (min-width : 1440px) {
  #footer .footerCenter {
    padding: 0 10%;
  }
}
@media only screen and (min-width : 1600px) {
  #footer .footerCenter {
    padding: 0 10%;
  }
}
#footer .footerCenter .kop3 {
  color: black;
  font-weight: bold;
  font-size: 14px;
}
#footer #newsletterText {
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 8px;
  padding-top: 15px;
  text-align: center;
}
#footer #newsletterText a {
  color: black;
}
#footer #newsletterText p {
  font-weight: normal;
  font-size: 12px;
}
#footer #social {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
#footer #social .socialWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  margin: 0 auto;
  height: 36px;
}
#footer #social .socialText {
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px;
}
#footer #social a {
  float: right;
}
#footer #footerCols .secondCol h3,
#footer #footerColsBottom .secondCol h3,
#footer #footerCols .winkelsCol h3,
#footer #footerColsBottom .winkelsCol h3,
#footer #footerCols .fourthCol h3,
#footer #footerColsBottom .fourthCol h3,
#footer #footerCols .fifthCol h3,
#footer #footerColsBottom .fifthCol h3,
#footer #footerCols .secondCol .kop3,
#footer #footerColsBottom .secondCol .kop3,
#footer #footerCols .winkelsCol .kop3,
#footer #footerColsBottom .winkelsCol .kop3,
#footer #footerCols .fourthCol .kop3,
#footer #footerColsBottom .fourthCol .kop3,
#footer #footerCols .fifthCol .kop3,
#footer #footerColsBottom .fifthCol .kop3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 60px;
  color: black;
}
#footer #footerCols .secondCol h3:after,
#footer #footerColsBottom .secondCol h3:after,
#footer #footerCols .winkelsCol h3:after,
#footer #footerColsBottom .winkelsCol h3:after,
#footer #footerCols .fourthCol h3:after,
#footer #footerColsBottom .fourthCol h3:after,
#footer #footerCols .fifthCol h3:after,
#footer #footerColsBottom .fifthCol h3:after,
#footer #footerCols .secondCol .kop3:after,
#footer #footerColsBottom .secondCol .kop3:after,
#footer #footerCols .winkelsCol .kop3:after,
#footer #footerColsBottom .winkelsCol .kop3:after,
#footer #footerCols .fourthCol .kop3:after,
#footer #footerColsBottom .fourthCol .kop3:after,
#footer #footerCols .fifthCol .kop3:after,
#footer #footerColsBottom .fifthCol .kop3:after {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f107";
  right: 5%;
}
#footer #footerCols .secondCol .ul-1 .li-0 ul,
#footer #footerColsBottom .secondCol .ul-1 .li-0 ul,
#footer #footerCols .winkelsCol .ul-1 .li-0 ul,
#footer #footerColsBottom .winkelsCol .ul-1 .li-0 ul,
#footer #footerCols .fourthCol .ul-1 .li-0 ul,
#footer #footerColsBottom .fourthCol .ul-1 .li-0 ul,
#footer #footerCols .fifthCol .ul-1 .li-0 ul,
#footer #footerColsBottom .fifthCol .ul-1 .li-0 ul {
  padding: 5px 5%;
  display: none;
}
#footer #footerCols .secondCol .ul-1 .li-0 ul li a,
#footer #footerColsBottom .secondCol .ul-1 .li-0 ul li a,
#footer #footerCols .winkelsCol .ul-1 .li-0 ul li a,
#footer #footerColsBottom .winkelsCol .ul-1 .li-0 ul li a,
#footer #footerCols .fourthCol .ul-1 .li-0 ul li a,
#footer #footerColsBottom .fourthCol .ul-1 .li-0 ul li a,
#footer #footerCols .fifthCol .ul-1 .li-0 ul li a,
#footer #footerColsBottom .fifthCol .ul-1 .li-0 ul li a {
  text-transform: initial;
  font-family: 'Roboto', sans-serif;
  border: none;
  background: none;
}
#footer #footerCols .firstCol h3,
#footer #footerColsBottom .firstCol h3,
#footer #footerCols .firstCol .kop3,
#footer #footerColsBottom .firstCol .kop3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 60px;
  color: #4ca950;
}
#footer #footerCols .firstCol h3 a,
#footer #footerColsBottom .firstCol h3 a,
#footer #footerCols .firstCol .kop3 a,
#footer #footerColsBottom .firstCol .kop3 a {
  color: black;
}
#footer #footerCols .firstCol h3 a:after,
#footer #footerColsBottom .firstCol h3 a:after,
#footer #footerCols .firstCol .kop3 a:after,
#footer #footerColsBottom .firstCol .kop3 a:after {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f107";
  right: 5%;
}
#footer #footerCols .firstCol.lastCol h3,
#footer #footerColsBottom .firstCol.lastCol h3,
#footer #footerCols .firstCol.lastCol .kop3,
#footer #footerColsBottom .firstCol.lastCol .kop3 {
  border-bottom: 0px;
}
#footer #footerCols li a,
#footer #footerColsBottom li a {
  line-height: 60px;
  display: block;
}
#footer #footerCols .footerSub ul,
#footer #footerColsBottom .footerSub ul {
  margin-left: 10px;
}
#footer #footerCols .footerSub ul li a,
#footer #footerColsBottom .footerSub ul li a {
  font-size: 14px;
  color: black;
  font-weight: initial;
}
#footer #footerCols .footerSub .kop3,
#footer #footerColsBottom .footerSub .kop3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 60px;
  color: black;
}
#footer #footerCols .footerSub .kop3:after,
#footer #footerColsBottom .footerSub .kop3:after {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f107";
  right: 5%;
}
#footer #footerMobileRowCenter1 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#footer #footerMobileRowCenter1 .keurmerk {
  display: inline-block;
  padding: 0 2% 0 2%;
}
#footer #footerMobileRowCenter1 #kiyoh {
  display: inline-block;
  padding: 0 2% 0 2%;
}
@media only screen and (max-width: 320px) {
  #footer #footerMobileRowCenter1 #kiyoh {
    padding-top: 10px;
  }
}
#footer #footerMobileRowCenter1 #kiyoh .rating {
  margin: 7px 0;
}
#footer #footerMobileRowCenter2 {
  text-align: center;
}
#footer #footerMobileRowCenter2 #paymentMethods {
  padding-bottom: 20px;
}
#footer #footerMobileRowCenter2 .uspFooter {
  text-align: left;
  padding: 30px 60px 10px 60px;
}
#footer #footerMobileRowCenter2 .uspFooter li {
  padding-bottom: 20px;
}
#footer #footerMobileRowCenter2 .uspFooter li a {
  color: black;
  font-weight: bold;
}
#footer #footerMobileRowCenter2 .uspFooter li:before {
  pointer-events: none;
  line-height: 24px;
  position: absolute;
  background-image: url(../../../images/svg/vinkjeGroen.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 26px;
  width: 26px;
  content: " ";
  margin-left: -28px;
  margin-top: -11px;
}
#footer #legal {
  text-align: center;
  line-height: 20px;
  font-size: 11px;
}
#footer #legal .company {
  display: inline;
  color: #8a8a8a;
}
#footer .footerSocial {
  text-align: center;
  margin: 0 auto;
  width: 230px;
  padding-top: 15px;
}
#footer .naarWonen {
  width: 230px;
  height: 27px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 0 auto;
  padding: 15px 0;
}
#footer .naarWonen .buttonWonen {
  width: 152px;
  height: 27px;
  background: url(../../../images/button-naarWonen.gif) no-repeat;
  margin: 0 auto;
}
#footer #paymentMethods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #footer #paymentMethods {
    padding: 25px 0 20px;
  }
}
#footer #paymentMethods img {
  margin: 0 8px 5px;
}
@media only screen and (max-width: 767px) {
  #footer #paymentMethods img {
    width: auto;
    max-height: 20px;
  }
}
@media only screen and (min-width : 768px) {
  #footer #paymentMethods img {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #paymentMethods img[alt="Visa"],
  #footer #paymentMethods img[alt="DHL"] {
    max-height: 16px;
  }
}
#footer #divide {
  font-size: 10px;
  margin: 2% auto;
  text-align: center;
}
#footer #divide:hover {
  text-decoration: none;
  color: #666666;
}
/*end #footer*/

@media only screen and (max-width: 1023px) {
  #searchButton {
    display: none;
    position: absolute;
    top: 16px;
    right: 132px;
    width: 25px;
    height: 100%;
  }
  #searchButton #searchIcon {
    left: -3px;
    position: relative;
    width: 100%;
    height: 22px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    max-width: 22px;
    background: url(../../../images/svg/searchIcon.svg) no-repeat center center;
  }
  #searchButton figcaption {
    right: 5px;
  }
  #loginButton {
    position: absolute;
    top: 10px;
    right: 90px;
  }
  #loginButton #loginIcon {
    position: relative;
    width: 100%;
    height: 32px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    background: url(../../../images/svg/account.svg) no-repeat center center;
  }
  #favoritesButton {
    position: absolute;
    top: 13px;
    right: 42px;
  }
  #favoritesButton .favoCount {
    display: block;
    position: absolute;
    top: -5px;
    right: 13px;
    background: #4ca950;
    color: white;
    min-width: 14px;
    border-radius: 8px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font-size: 8px;
    z-index: 9;
    /*&.empty {
                  display: none;
              }*/
  
  }
  #favoritesButton #favoritesIcon {
    position: relative;
    width: 100%;
    height: 32px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    max-width: 40px;
    background: url(../../../images/svg/heart.svg) no-repeat center center;
  }
  #favoritesButton figcaption {
    right: 6px;
  }
  #shoppingBag {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 45px;
  }
  #shoppingBag figcaption {
    right: 14px;
  }
  #shoppingBag .ShoppingCart {
    position: relative;
    width: 100%;
    height: 32px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    max-width: 32px;
    background: url(../../../images/svg/shoppingbag.svg) no-repeat center center;
  }
  #amountWrapper {
    display: block;
  }
  #amountWrapper span {
    display: none;
  }
  #amountWrapper #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 8px;
    right: 18px;
    background: #b9251e;
    color: white;
    min-width: 14px;
    border-radius: 8px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font-size: 8px;
    z-index: 9999;
  }
  #amountWrapper #ShoppingCartCount.empty {
    display: none;
  }
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width : 1024px) {
  #headerWrapper {
    position: fixed;
    top: 0;
    z-index: 3;
    background: white;
  }
  #header {
    top: 70px;
  }
  #header #logo .logo-box-mobile img {
    left: 0px;
  }
  #USP ul li {
    padding-right: 40px;
    width: auto;
    float: left;
  }
  #USP ul li.last {
    display: inline;
  }
  #overlayBlack {
    display: none;
  }
  #cols {
    z-index: 100;
    position: relative;
  }
  #ConfigList {
    overflow: hidden;
  }
  #footerBar {
    background-color: #f3f3f3;
    height: 50px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 5px 0 5px 0;
  }
  #newsletterText {
    margin: 16px 0;
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  #newsletterText a {
    color: #383838;
  }
  #searchButton {
    display: none;
    position: absolute;
    top: 10px;
    right: 176px;
    width: 25px;
    height: 100%;
  }
  #searchButton #searchIcon {
    left: -3px;
    position: relative;
    width: 100%;
    height: 28px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    max-width: 28px;
    background: url(../../../images/svg/searchIcon.svg) no-repeat center center;
  }
  #searchButton figcaption {
    right: 5px;
  }
  #loginButton {
    position: absolute;
    top: 13px;
    right: 156px;
    width: 40px;
    height: 100%;
  }
  #loginButton #loginIcon {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    background: url(../../../images/svg/account.svg) no-repeat center center;
  }
  #favoritesButton {
    position: absolute;
    top: 13px;
    right: 92px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }
  #favoritesButton .favoCount {
    display: block;
    position: absolute;
    top: -2px;
    right: -5px;
    background: #4ca950;
    color: white;
    min-width: 18px;
    border-radius: 8px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
    z-index: 9;
    /*&.empty {
                  display: none;
              }*/
  
  }
  #favoritesButton #favoritesIcon {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    background: url(../../../images/svg/heart.svg) no-repeat center center;
  }
  #favoritesButton figcaption {
    right: 6px;
  }
  #shoppingBag {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 45px;
    height: 100%;
    cursor: pointer;
  }
  #shoppingBag figcaption {
    right: 11px;
  }
  #shoppingBag .ShoppingCart {
    position: relative;
    width: 100%;
    height: 38px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    max-width: 38px;
    background: url(../../../images/svg/shoppingbag.svg) no-repeat center center;
  }
  #amountWrapper {
    display: block;
  }
  #amountWrapper span {
    display: none;
  }
  #amountWrapper #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    background: #b9251e;
    color: white;
    min-width: 14px;
    border-radius: 8px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font-size: 8px;
    z-index: 9999;
  }
  #amountWrapper #ShoppingCartCount.empty {
    display: none;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width : 1024px) {
  #header,
  #cols {
    max-width: 1180px;
    margin: 0 auto;
  }
  #header {
    margin-left: 1%;
    margin-right: 1%;
    max-width: 96%;
  }
  .noticeBar ul {
    font-size: 14px;
  }
  #footer {
    padding: 0 0 30px;
    position: relative;
  }
  #footer a {
    color: #8a8a8a;
  }
  #footer a:hover {
    color: #4d4d4d;
  }
  #footer #footerCols,
  #footer #footerColsBottom {
    overflow: auto;
    max-width: 1920px;
    margin: 0 auto;
    background: none;
    position: relative;
  }
  #footer #footerCols .footerCol,
  #footer #footerColsBottom .footerCol {
    display: block;
    width: 15%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 0;
    margin-left: 13%;
  }
  #footer #footerCols .footerCol h3,
  #footer #footerColsBottom .footerCol h3,
  #footer #footerCols .footerCol .kop3,
  #footer #footerColsBottom .footerCol .kop3 {
    color: #4ca950;
    margin: 0 0 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 45px;
    border-bottom: 0px;
    background: none;
  }
  #footer #footerCols .footerCol h3:after,
  #footer #footerColsBottom .footerCol h3:after,
  #footer #footerCols .footerCol .kop3:after,
  #footer #footerColsBottom .footerCol .kop3:after {
    position: absolute;
    content: "";
  }
  #footer #footerCols .footerCol h3 a,
  #footer #footerColsBottom .footerCol h3 a,
  #footer #footerCols .footerCol .kop3 a,
  #footer #footerColsBottom .footerCol .kop3 a {
    color: #4ca950;
  }
  #footer #footerCols .footerCol.lastCol h3,
  #footer #footerColsBottom .footerCol.lastCol h3,
  #footer #footerCols .footerCol.lastCol .kop3,
  #footer #footerColsBottom .footerCol.lastCol .kop3 {
    border-bottom: 0px;
  }
  #footer #footerCols li a,
  #footer #footerColsBottom li a {
    line-height: 23px;
    display: block;
    font-size: 14px;
  }
  #footer #footerColsBottom .kop3 {
    color: #4ca950;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 45px;
    border-bottom: 0px;
    background: none;
  }
  #footer #footerColsBottom .kop3 a {
    color: #4ca950;
  }
  #footer #legal {
    text-align: center;
    line-height: 20px;
  }
  #footer #legal .company {
    display: inline;
  }
  #footer .footerSocial {
    text-align: center;
    margin: 0 auto;
    width: 230px;
    padding-top: 1px;
    float: left;
  }
  #footer .naarWonen {
    width: 230px;
    height: 27px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 0 auto;
    padding: 15px 0;
  }
  #footer .naarWonen .buttonWonen {
    width: 152px;
    height: 27px;
    background: url(../../../images/button-naarWonen.gif) no-repeat;
    margin: 0 auto;
  }
  #footer #divide {
    font-size: 10px;
    margin: 2% auto;
    text-align: center;
  }
  #footer #divide:hover {
    text-decoration: none;
    color: #666666;
  }
  #footer #footerBar {
    display: inline-table;
  }
  #footer #footerBarBottom1 {
    margin: 0 auto;
  }
  #footer #footerBarBottom1 .keurmerk {
    width: 100px;
    float: left;
  }
  /*end #footer*/
  
  #topHeader {
    background-color: #242422;
    width: 100%;
    font-size: 14px;
    position: inherit;
  }
  #headerBar01 {
    max-width: 96%;
    margin: 0 auto;
    min-width: 280px;
    position: relative;
    color: white;
  }
  #headerBar01 #leftNav {
    display: block;
    float: left;
  }
  #headerBar01 #rightNav {
    display: block;
    float: right;
    width: 20%;
  }
  #headerBar01 .export-icon {
    padding-left: 2px;
  }
  #headerBar01 #leftNav ul,
  #headerBar01 #rightNav ul {
    border: none;
    display: block;
  }
  #headerBar01 #leftNav li {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
  }
  #headerBar01 #middleNav {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    line-height: 35px;
  }
  #headerBar01 #rightNav li {
    display: block;
    float: right;
    padding-top: 1px;
    padding-left: 4px;
  }
  #headerBar01 #leftNav a,
  #headerBar01 #rightNav a {
    color: white;
    border: none;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    letter-spacing: 1px;
    font-size: 12px;
  }
  #headerBar01 #USP ul {
    padding: 0px;
  }
  #headerBar01 #USP ul li {
    list-style: disc;
    padding-right: 10%;
  }
  #headerBar01 #USP ul li a {
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
  }
  #headerBar01 #USP ul li:last-child {
    padding-right: 0;
  }
  #headerBar01 #USP-ticker {
    display: block;
    overflow: hidden;
    height: 35px;
  }
  #headerBar01 #USP-ticker li {
    display: block;
    height: 38px;
  }
  #headerBar01 #USP-ticker li a {
    color: white;
  }
  #headerBar01 #languagePicker {
    float: right;
    display: block;
  }
  #headerBar01 #languagePicker a {
    color: black;
  }
  #headerBar01 #languagePicker a:hover {
    display: block;
    color: red;
  }
  #headerBar01 #languagePicker a.active {
    color: blue;
  }
  #header .menuToggle {
    bottom: auto;
    height: 40px;
    left: 15px;
    top: 15px;
    width: 40px;
  }
  #header .logo-box-desktop {
    width: 211px;
  }
  #header #logo {
    display: block;
    width: 211px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #header #logo img {
    width: 190px;
    height: initial;
  }
  #header #mainNav {
    float: left;
    height: 100%;
    position: relative;
    text-align: left;
  }
  #header #mainNav ul {
    position: relative;
    left: 50%;
  }
  #header #mainNav ul li {
    display: block;
    float: left;
    position: relative;
    padding-right: 40px;
  }
  #header #mainNav li a {
    margin-top: 37px;
    margin-bottom: 37px;
    float: left;
    color: black;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
  }
  #header #mainNav li a:hover {
    color: #4ca950;
  }
  /*end #header*/
  
  #searchNav {
    display: block;
    top: 25px;
    padding-top: 0px;
    height: auto;
    right: 50px;
    bottom: 13px;
    max-width: none;
  }
  #searchNav input {
    height: 27px;
    line-height: 27px;
    border: none;
    width: 96%;
    padding: 0 25px 0 6px;
  }
  #searchNav .bttn {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    margin: 0;
    background: transparent url(../../../images/searchBtn.png) no-repeat 0 0;
    height: 16px;
    width: 19px;
    text-indent: -9999px;
    text-transform: capitalize;
    cursor: pointer;
  }
  #searchNav #searchDropdown {
    display: block !important;
    /* overwrite js toggle for mobile */
    padding-top: 22px;
    border: 0 none;
    position: static;
    width: 500px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*-moz-backface-visibility: hidden;*/
  
  }
  #shoppingBag {
    position: absolute;
    right: 16px;
    width: 38px;
    height: 100%;
    padding-top: 6px;
  }
  #shoppingBag .ShoppingCart {
    position: relative;
    width: 100%;
    top: 0px;
    height: 38px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    max-width: 38px;
    background: url("../../../images/svg/shoppingbag.svg") no-repeat center center;
  }
  #amountWrapper {
    display: block;
  }
  #amountWrapper span {
    display: none;
  }
  #amountWrapper #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    background: #b9251e;
    color: white;
    min-width: 18px;
    border-radius: 8px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
    z-index: 9999;
  }
  #amountWrapper #ShoppingCartCount.empty {
    display: none;
  }
  #cols {
    width: auto;
    float: none;
    padding: 32px 5px 20px;
    clear: both;
    z-index: 90;
  }
  #content {
    width: 80%;
    float: right;
    padding: 0;
    padding-bottom: 2%;
  }
  #sidecol {
    display: block;
    float: left;
    width: 16%;
    margin-top: 14px;
    margin-right: 2%;
  }
  #sidecol h2 {
    padding: 0 0 3%;
    margin: 0 0 3%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }
  #sidecol ul {
    margin: 0;
    list-style: none;
  }
  .full #content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .full #sidecol {
    display: none;
  }
  .full #content {
    float: none;
  }
  #footer {
    background-color: white;
  }
  #footer #footerCols .footerCol,
  #footer #footerColsBottom .footerCol {
    display: block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 0px;
    width: 23%;
    margin-left: 4%;
  }
  #footer #footerCols .footerCol.firstCol,
  #footer #footerColsBottom .footerCol.firstCol {
    width: 20%;
    margin-left: 0;
  }
  #footer #footerCols .lastCol,
  #footer #footerColsBottom .lastCol {
    display: block;
  }
  #footer #footerCols .fourthCol,
  #footer #footerColsBottom .fourthCol {
    width: 18%;
    /*margin-left: 8%;*/
  
  }
  #footer #footerCols h3,
  #footer #footerColsBottom h3,
  #footer #footerCols .kop3,
  #footer #footerColsBottom .kop3 {
    border: 0 none;
  }
  #footer #legal {
    margin: 8px 4%;
    text-align: right;
    line-height: 20px;
    font-size: 13px;
    width: 88%;
    border-top: 2px solid #f3f3f3;
    padding-top: 8px;
  }
  #footer #legal > div {
    float: left;
  }
  #footer #divide {
    position: absolute;
    float: none;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  #footer #footerRowCenter {
    max-width: 1180px;
    margin: 0 auto;
  }
  #footer #kiyoh {
    padding-top: 0px !important;
    margin: 0 auto;
    width: 210px;
  }
  /*end #footer*/
  
  #merkenlist {
    list-style: none;
  }
}
@media only screen and (min-width : 1280px) {
  #header {
    margin-left: auto;
    margin-right: auto;
  }
  #footer #footerBarBottom1 {
    margin: 0 auto;
  }
  #footer #footerBarBottom1 .keurmerk {
    width: 100px;
    float: left;
  }
  #footer #legal {
    width: 92%;
    margin: 8px 4%;
  }
}
@media screen and (max-width: 768px) {
  #legal {
    display: block;
    float: left;
    width: 100%;
  }
  #searchNav {
    background: white;
    height: 50px;
  }
  #searchNav #searchDropdown {
    display: block;
    padding-top: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: 4%;
    background: white;
  }
}
@media screen and (min-width: 358px) and (max-width: 767px) {
  #USP ul li {
    display: inline-block;
    list-style: none;
    line-height: 35px;
    width: auto;
    float: none;
    padding-right: 24px;
  }
  #middleNav {
    width: 110%;
  }
}
@media screen and (max-width: 1023px) {
  #USP ul {
    text-align: center;
  }
  #USP ul li {
    display: inline-block;
    list-style: none;
    line-height: 35px;
    padding-right: 10%;
    width: auto;
  }
  #middleNav {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .firstCol,
  .secondCol,
  .thirdCol,
  .fourthCol,
  .fifthCol,
  .winkelsCol {
    margin: 0 5%;
    border-top: 1px solid #e3e3e3;
  }
  .fifthCol {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media screen and (max-width: 1024px) {
  .headerIconText {
    color: transparent;
  }
  #headerBar01 #middleNav {
    width: 670px;
  }
  #headerBar01 #USP ul li {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1270px) {
  #headerBar01 #middleNav {
    width: 70%;
  }
  #headerBar01 #USP ul li {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #headerBar01 #middleNav {
    display: none;
  }
}
.emptyText,
#shoppingbagEmpty {
  padding: 10px;
  text-align: center;
  color: initial;
}
