/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* Algemeen */
/*
* {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
*/
body {
  overflow-x: hidden;
  font-family: Tahoma, sans-serif;
  font-size: 11.5px;
  line-height: 18px;
}

body.non-active #left-col,
body.non-active #js_productlist,
body.non-active .js_pagination{
  display: none;
}
.text-center {
  text-align: center;
}
.img-center {
  margin: 0 auto;
}
p {
  font-size: 11.5px;
  color: #6a7476;
  margin-bottom: 30px;
}

p.small {
  font-size: 16px;
}

a,
a:hover,
a:active,
a.active {
  outline: 0;
  text-decoration: none !important;
  color: #e5621b;
}

b,
strong {
  font-weight: 900;
  font-family: Tahoma, sans-serif !important;
}

h1,
.h1-title,
h2,
h3,
h4,
h5,
h6,
.h2-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Tahoma, sans-serif !important;
  color: #6a7476;
}

h1,
.h1-title {
  font-size: 24px;
  margin: 0;
  color: #e5621b;
  margin-bottom: 20px;
}

h2,
.h2-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

h3 {
  font-weight: 400;
  font-size: 16px;
}

h4 {
  font-weight: 400;
  font-size: 15px;
  color: #e5621b;
}

h6 {
  font-weight: 400;
  font-size: 16px;
}

.img-centered {
  margin: 0 auto;
}

section {
  padding: 20px 0;
}

section.products,
section.order-container {
  background: #f9f9f9;
}

section.order-container {
  padding: 20px 0;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.nopadding {
  padding: 0;
}

.nopaddingleft {
  padding-left: 0;
}

.nopaddingright {
  padding-right: 0;
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.bottommargin {
  margin-bottom: 30px;
}

.topmargin {
  margin-top: 30px;
}

.largetopmargin {
  margin-top: 60px;
}

.largebottommargin {
  margin-bottom: 60px;
}

.nomargin {
  margin: 0;
}

.border {
  border: 1px solid #2f2f2f;
}

.border-light {
  border: 1px solid #2f2f2f;
}

.inside {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.insidesmall {
  padding-top: 5px;
  padding-bottom: 5px;
}

.smalltopmargin {
  margin-top: 15px;
}

.smallbottommargin {
  margin-bottom: 15px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .smallnopaddingleft {
    padding-left: 0;
  }

  .smallnopaddingright {
    padding-right: 0;
  }

  .smallpadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .smallmarginbottom {
    margin-bottom: 15px;
  }

  .smallnopadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .smallbottommarginonly {
    margin-bottom: 15px;
  }

  h1,
  .h1-title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .middlepadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .middlenopadding {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  .h1-title {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .marginbottomnotlarge {
    margin-bottom: 15px;
  }

  .nopaddingrightnotlarge {
    padding-right: 0;
  }

  .nopaddingleftnotlarge {
    padding-left: 0;
  }
}



/* Icons */
.icon {
  position: relative;
}

.icon:hover {
  text-decoration: none;
}

.icon.fa-bars:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  font-size: 22px;
  top: 0;
  right: -5px;
}

.icon.verlanglijst:before {
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  padding-left: 0;
  position: absolute;
  top: -2px;
  right: 0;
}

.icon.login:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  padding-left: 0;
  position: absolute;
  top: -3px;
  right: 0;
}

.icon.klantenservice:before {
  content: "\f0e5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  padding-left: 0;
  position: absolute;
  top: -3px;
  right: 0;
}

.icon.btn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 3px;
  right: 7px;
  color: #e5621b;
  font-size: 16px;
}

.icon.shoppingcart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 1px;
  right: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 37px;
}

.btn .icon.shoppingcart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: -1px;
  right: 8px;
  color: #fff;
  font-size: 24px;
}

.btn .icon.shoppingcart {
  background: none;
  left: 0;
  top: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .btn .icon.shoppingcart {
    left: -4px;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn .icon.shoppingcart {
    left: 5px;
    top: 0;
  }
}

.icon.vinkje:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: -10px;
  right: 1px;
  font-size: 15px;
}

.icon.minus:before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: -10px;
  right: 1px;
  font-size: 15px;
}

.icon.vinkje,
.icon.minus {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: 5px;
}

.icon.closed-arrow-right:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
}

.icon.circle:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #e5621b;
}

.icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  font-size: 19px;
}

.icon.facebook:before {
  content: "\f09a";
}

.icon.google:before {
  content: "\f0d5";
}

.icon.twitter:before {
  content: "\f099";
}

.icon.circle {
  width: 20px;
  margin: 0 10px;
}

.icon.social {
  width: 32px;
  height: 32px;
  background: #e5621b;
  margin: 0 5px;
  color: #fff;
}

.icon.social:hover,
.icon.social:active {
  background: #6a7476;
}

.icon.slider-arrow-left:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 7px;
  left: 6px;
  font-size: 19px;
  color: #6a7476;
}

.icon.slider-arrow-right:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 7px;
  right: 6px;
  font-size: 19px;
  color: #6a7476;
}

.icon.arrow-down:before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 13px;
  color: #6a7476;
}

.overige-links .icon.arrow-down:before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: -8px;
  right: 5px;
  font-size: 13px;
  color: #6a7476;
}

.icon.arrow-up:before {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: -8px;
  right: 5px;
  font-size: 13px;
  color: #6a7476;
}

nav .icon:before {
  position: relative;
  left: auto;
  top: auto;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  font-size: 14px;
}

/* socialmedia */
.stButton .chicklets {
  padding-left: 15px !important;
}

.stButton .twitter {
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/twitter.jpg) left top no-repeat !important;
}

.stButton .facebook {
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/facebook.jpg) left top no-repeat !important;
}

.stButton .email {
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/mail.jpg) left top no-repeat !important;
}

.stButton .print {
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/print.jpg) left top no-repeat !important;
}

.stButton .sharethis {
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/share.jpg) left top no-repeat !important;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {

  .stButton .twitter {
    background: url(http://image.schakelaar-verkoper.nl/dd/css/img/twitter@2x.jpg) left top no-repeat !important;
    background-size: 16px 16px !important;
  }

  .stButton .facebook {
    background: url(http://image.schakelaar-verkoper.nl/dd/css/img/facebook@2x.jpg) left top no-repeat !important;
    background-size: 16px 16px !important;
  }

  .stButton .email {
    background: url(http://image.schakelaar-verkoper.nl/dd/css/img/mail@2x.jpg) left top no-repeat !important;
    background-size: 16px 16px !important;
  }

  .stButton .print {
    background: url(http://image.schakelaar-verkoper.nl/dd/css/img/print@2x.jpg) left top no-repeat !important;
    background-size: 16px 16px !important;
  }

  .stButton .sharethis {
    background: url(http://image.schakelaar-verkoper.nl/dd/css/img/share@2x.jpg) left top no-repeat !important;
    background-size: 16px 16px !important;
  }
}

/* Navigation */
nav.navbar-default {
  background: #f5f5f5;
  border-bottom: 2px solid #dcdcdc;
}

.btn-assortiment {
  border: 1px solid #6a7476;
  color: #6a7476;
  line-height: 24px;
  padding: 0 8px;
  margin-top: 6px;
  font-family: Tahoma, sans-serif;
}

.dutchdo .btn-assortiment {
  position: static;
}

.dutchdo nav .container {
  position: relative;
}

.btn-assortiment:hover,
.btn-assortiment:active {
  color: #e5621b;
  background: #fff;
}

.nav>li {
  position: inherit;
}

.nav>li>a {
  padding: 9px 10px 9px 18px;
}

.nav>li.js_btn-assortiment>a {
  padding: 9px 10px 9px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav>li>a {
    padding: 9px 10px 9px 10px;
  }
}

.call-us {
  font-family: sans-serif;
  color: #e5621b;
  line-height: 30px;
}

.call-us span {
  font-family: Tahoma, sans-serif;
}

.call-us:hover,
.call-us:active {
  color: #e5621b;
  text-decoration: underline;
}

header {
  background: #fff;
  z-index: 250;
  padding-top: 10px !important;
  min-height: 67px !important;
}

.main-logo {
  min-height: 57px !important;
  padding-top: 1px;
}

.main-logo .logo-text {
  font-size: 24px;
  line-height: 31px;
  color: #555;
  float: left;
  font-family: Tahoma, sans-serif !important;
}

.main-logo .logo-second-text {
  font-size: 18px;
  line-height: 35px;
  color: #e5621b;
  float: left;
}

.main-logo .logo-long-text {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  float: left;
  font-family: Tahoma, sans-serif !important;
}

.main-logo .logo-second-long-text {
  font-size: 20px;
  line-height: 26px;
  color: #e5621b;
  float: left;
}

header.sticky {
  left: 0;
  top: 0;
  position: fixed;
  border-bottom: 2px solid #dcdcdc;
  z-index: 200;
  min-height: 59px !important
}

header.sticky .slogan {
  display: none;
}

header.sticky .main-logo {
  min-height: 37px !important;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

header.sticky .search {
  margin-top: 0;
}

header.sticky .btn-search {
  top: 5px;
}

header.sticky .keurmerken {
  padding-top: 0;
  margin-top: -2px;
}

header.sticky .header-shoppingcart {
  margin-top: 0;
}

.search {
  color: #6a7476;
  font-family: Tahoma, sans-serif;
  border: 1px solid #6a7476;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 8px;
}

.btn-search {
  border: none;
  background: none;
  width: 30px;
  height: 30px;
  right: 1px;
  top: 14px;
}

.shoppingcart {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: #e5621b;
  margin-right: 10px;
}

.header-shoppingcart {
  color: #6a7476;
  margin-top: 7px;
  width: 180px;
}

.header-shoppingcart .title {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.header-shoppingcart:hover .title,
.header-shoppingcart:active .title,
.header-shoppingcart:hover .nowrap,
.header-shoppingcart:active .nowrap,
.header-shoppingcart:hover .icon.arrow-down:before,
.header-shoppingcart:active .icon.arrow-down:before {
  color: #e5621b;
}

.small-icon-holder {
  margin-top: 15px;
}

.uspholder {
  margin-bottom: 30px;
}

.usps {
  background: #6a7476;
  border-radius: 0;
  overflow: hidden;
  height: 40px;
  font-size: 10px;
}

.usps .usp-item:hover,
.usps .usp-item:active {
  background: #8f9798;
  color: #fff !important;
}

.usp-item {
  line-height: 40px;
  font-family: Tahoma, sans-serif;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  float: left;
  width: 20%;
}

.usp-item span {
  line-height: 40px;
  font-style: normal;
}

.usp-item .fa-check-circle-o:before {
  font-size: 19px;
  float: left;
  margin-top: -5px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .usp-item {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .usp-item {
    width: 33%
  }
}

.winkelwagen-menu {
  padding-top: 30px;
  width: 400px;
  right: -15px;
  display: none;
  top: 19px;
}

.winkelwagen-menu .winkelwagen-inside {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  display: none;
}

.winkelwagen-menu .winkelwagen-inside strong {
  color: #e5621b;
  margin-bottom: 10px;
}

.winkelwagen-menu .winkelwagen-inside .item-row {
  font-family: Tahoma, sans-serif;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}

.winkelwagen-menu .winkelwagen-inside .title {
  color: #6a7476;
}

.winkelwagen-menu .winkelwagen-inside .price {
  color: #e5621b;
}

.winkelwagen-menu .winkelwagen-inside .item-row:hover,
.winkelwagen-menu .winkelwagen-inside .item-row:active {
  cursor: default;
}
.winkelwagen-menu .winkelwagen-inside .delete-product:hover,
.winkelwagen-menu .winkelwagen-inside .delete-product:active {
  cursor: pointer;
}

.winkelwagen-menu .winkelwagen-inside .item-row:hover .item,
.winkelwagen-menu .winkelwagen-inside .item-row:active .item {
  color: #e5621b;
}

.winkelwagen-menu .winkelwagen-inside .item-row:hover .price,
.winkelwagen-menu .winkelwagen-inside .item-row:active .price {
  color: #1c8001;
}

.winkelwagen-menu .winkelwagen-inside .btn {
  margin-top: 15px;
}

.assortiment-menu {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 41px;
  left: 0;
  width: 1170px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  display: none;
}

.open > .assortiment-menu {
  display: block !important;
}
.assortiment-menu .item-row {
  font-family: Tahoma, sans-serif;
  padding: 5px 0;
  color: #6a7476;
}

.assortiment-menu .item-row .dd {
  width: 26px;
  height: 14px;
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/dd.jpg) left top no-repeat;
  margin: 5px 5px 0 0;
}

.assortiment-menu .item-row .item span {
  color: #e5621b;
}

.navbar-toggle select {
  left: 0;
  top: 0;
  width: 42px;
  height: 47px;
  opacity: 0;
}

.keurmerken {
  padding-top: 6px;
  width: 400px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .keurmerken {
    margin-top: 8px;
    width: 300px;
  }
  .main-logo .logo-text {
    font-size: 22px;
  }

  .main-logo .logo-second-text {
    font-size: 18px;
  }

  .navbar-brand>img {
    width: 145px;
  }

  .assortiment-menu {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-holder {
    width: 300px;
    float: left;
  }

  .main-logo .logo-text {
    font-size: 18px;
  }

  .main-logo .logo-second-text {
    font-size: 18px;
  }

  .navbar-brand>img {
    width: 97px;
  }

  .assortiment-menu {
    width: 751px;
  }

  .assortiment-menu span {
    width: 25% !important;
  }
}

@media (min-width: 768px) {
  .search-holder {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .shoppingcart {
    width: 44px;
    height: 44px;
    margin: 8px 0 8px 0;
  }

  .icon.shoppingcart::before {
    top: 4px;
    right: 11px;
  }

  .shoppingcart:hover,
  .shoppingcart:active {
    background-color: #6a7476;
  }

  .btn-search {
    border: 1px solid #6a7476;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    right: auto;
    top: auto;
    margin: 8px 5px 8px 0;
  }

  .btn-search:hover,
  .btn-search:active {
    border-color: #e5621b;
  }

  .icon.btn-search:before {
    top: 13px;
    right: 9px;
    color: #e5621b;
    font-size: 25px;
  }

  .toprow {
    margin-left: -15px;
    margin-right: -15px;
  }

  .winkelmand-content .toprow {
    margin-left: 0;
    margin-right: 0;
  }

  .search-holder {
    padding-bottom: 10px;
    margin-top: -20px;
    display: none;
    border-top: 1px solid #000;
  }

  .search-holder .btn-search {
    border: none;
    border-radius: 0;
    right: -4px;
    top: 1px;
  }

  .main-logo .logo-text {
    font-size: 14px;
  }

  .main-logo .logo-second-text {
    font-size: 12px;
  }

  .shoppingcarttext {
    margin: 18px 5px 0 0;
    font-size: 10px;
  }

  .main-logo .logo-text {
    color: #000;
  }
}

@media (max-width: 767px) {
  .shoppingcart {
    width: 36px;
    height: 36px;
    margin: 8px 0 8px 0;
  }

  .icon.shoppingcart::before {
    right: 7px;
    top: 0;
  }

  .navbar-toggle {
    padding: 10px 7px;
    border-radius: 0;
    margin-right: 0;
  }

  .btn-search {
    width: 36px;
    height: 36px;
  }

  .icon.btn-search::before {
    right: 5px;
    top: 10px;
  }

  .main-logo {
    min-height: 0 !important;
    margin-top: 6px;
  }

  .small-icon-holder {
    margin-top: 0;
  }

  header {
    min-height: 73px !important;
  }

  .nieuwsbrief {
    margin-top: -40px !important;
  }
}

/* Sidebars */
.headblock {
  background: #e5621b;
  border-radius: 0;
  line-height: 40px;
  font-size: 11px;
  color: #fff;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.categorieen {
  padding-top: 15px;
  padding-bottom: 15px;
}

.categorieen ul {
  padding-left: 0;
  list-style: none;
}

.categorieen ul li a {
  color: #6a7476;
  line-height: 24px;
  padding-left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.categorieen ul li a:hover,
.categorieen ul li a:active,
.categorieen ul li:hover,
.categorieen ul li:active {
  color: #e5621b;
}

.filters {
  padding: 0 !important;
}

.filters .filter:hover,
.filters .filter:active {
  color: #e5621b;
}

.filters div,
.filters a,
.filters label {
  cursor: pointer;
}

.filters a.active {
  font-weight: bold;
  font-family: Tahoma, sans-serif;
}

.filters .deadlink {
  cursor: default !important;
  pointer-events: none !important;
}

.filters ul {
  padding-left: 0;
  list-style: none;
}

.filters ul li {
  padding: 5px 0 2px 0;
  border-bottom: 1px dotted #b6b6b6;
}

.filters .filter {
  font-family: Tahoma, sans-serif;
  color: #6a7476;
  font-size: 13px;
}

.filters label {
  color: #6a7476;
  cursor: pointer;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
}

.filters label:hover,
.filters label:active {
  color: #e5621b;
}

.filters a {
  color: #6a7476;
  cursor: pointer;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  padding-right: 5px;
}

.filters .deadlink,
.filters .count0,
.filters a.deadlink,
.filters a.count0,
.filters.deadlink,
.filters.count0,
.filters .countzero {
  opacity: 0;
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.gelegenheid .filters .deadlink,
.gelegenheid .filters .count0,
.gelegenheid .filters a.deadlink,
.gelegenheid .filters a.count0,
.gelegenheid .count0,
.gelegenheid .deadlink {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}

.gelegenheid .filters .delfilter,
.gelegenheid .filters.count0 span,
.gelegenheid .filters.active span,
.gelegenheid .filters span,
.delfilter {
  display: none;
}

.filters a:hover .filters a:active {
  color: #e5621b;
}

.filters input {
  margin-right: 5px;
}

.filtergroup {
  display: none;
}

.filter-slidedown-btn.open,
.filter-slidedown-btn.open a {
  font-weight: 700;
  font-family: Tahoma, sans-serif;
}

.wensen .filters>.filter-slidedown {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.wensen .filters>.filter-slidedown.open,
.filters.extra-filter.open>div {
  display: block !important;
}

.filters.more-less {
  padding-bottom: 12px !important;
}

.null-holder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  max-height: 0;
  overflow: hidden;
}

.null-holder.open {
  max-height: 3000px;
}



@media (max-width: 767px) {
  .categorieen ul li a {
    line-height: 34px;
  }

  .icon.closed-arrow-right:before {
    top: 9px;
  }
}
.productfiller:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/preloader.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.productfiller {
  background: #f8f8f8;
  border: 5px solid #ffffff;
}

.meestverkocht-item {
  padding-bottom: 25px !important;
  border-bottom: 1px solid #e9e9e9;
  color: #6a7476;
  font-family: Tahoma, sans-serif;
  min-height: 109px;
}

.meestverkocht-item .info {
  padding: 5px 0;
  overflow: hidden;
  font-size: 10px;
}

.meestverkocht-item .info .title {
  color: #6a7476;
}

.meestverkocht-item .stars {
  margin: 10px 0;
}

.meestverkocht-item .price {
  color: #e5621b;
  font-size: 14px;
  left: 0;
  bottom: 0;
  background: #e8e8e8;
  height: 25px;
  padding: 0 0 0 10px;
  line-height: 18px;
}

.meestverkocht-item:hover,
.meestverkocht-item:active {
  color: #e5621b;
  background: #f8f8f8;
}

.meestverkocht-item:hover .price,
.meestverkocht-item:active .price {
  color: #309415;
}

.meestverkocht-item .btn {
  width: 25px;
  height: 25px;
  line-height: 22px;
  background: #acabab !important;
  border-right: 1px solid #acabab !important;
  border-bottom: 1px solid #acabab !important;
  color: #e5621b;
}

.filter-btn {
  margin-top: -1px;
  line-height: 30px;
  font-size: 11.5px;
  color: #6a7476;
  padding: 0 5px;
  cursor: pointer;
}

.filter-btn .fa:before {
  line-height: 30px;
  font-size: 20px;
}

.filter-btn:hover,
.filter-btn:active {
  border-color: #e5621b;
  color: #e5621b;
  z-index: 10;
  font-weight: bold;
}

.filter-btn.active {
  border-color: #6a7476 !important;
  color: #e5621b;
  z-index: 10;
  border-right: none;
  border-left: none;
  font-weight: bold;
}

.filter-btn.sub {
  border: none !important;
  margin: 0;
}

.filter-btn.sub label {
  color: #6a7476 !important;
  font-weight: normal;
  line-height: 14px;
}

.filter-btn .hasfilters {
  display: none;
}

.filter-btn.open .hasfilters {
  display: block;
}

.filter-btn label:last-of-type {
  margin-bottom: 15px;
}

.filter-btn label input[type="checkbox"] {
  opacity: 0.65;
}

.wensen {
  border-color: #e9e9e9 !important;
}

.categorieen-holder strong a {
  color: #6a7476;
}

.categorieen-holder strong a:hover,
.categorieen-holder strong a:active {
  color: #e5621b;
}


@media (max-width: 767px) {

  .wensen,
  .categorieen-holder {
    z-index: 150;
  }

  .categorieen-holder {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wensen {
    display: block !important;
  }

  .meestverkocht-item .price {
    font-size: 12px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .wensen {
    display: block !important;
  }

  .meestverkocht-item .price {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .wensen {
    display: block !important;
  }
}

/* Content */
.headermargin {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .headermargin {
    margin-top: 0;
  }

  header.added-item {
    background: #ff8a00;
  }

  .inwinkelmand-melding {
    left: 0;
    top: 53px;
    padding: 5px;
    background: #ffc47f;
    color: #fff;
    border-bottom: 1px solid #ff8a00;
    font-weight: 900;
    font-size: 15px;
    z-index: 500;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .inwinkelmand-melding.added-item {
    opacity: 1;
  }
}

.detailpage .popular-products {
  display: none;
}

.detailpage .h2-title a {
  float: right;
}
body:not(.has-oldmenu) main.detailpage .h2-title a {
  float: left;
}
.static-content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.static-content ol,
.static-content ul {
  padding-left: 15px;
  line-height: 24px;
  list-style: inside disc;
  margin-bottom: 30px;
}

.static-content ol {
  list-style: inside decimal;
}

.static-content a {
  color: #6a7476;
  text-decoration: underline;
  font-family: Tahoma, sans-serif;
}

.static-content a:hover,
.static-content a:active {
  color: #e5621b;
  text-decoration: underline;
}

.content .mid ul,
.content .mid ol {
  float: left;
}

.content .mid.top-texts ul,
.content .mid.top-texts ol {
  float: none;
}

@media (max-width: 767px) {
  section.content {
    padding-top: 0;
  }

  .index .mid h1 {
    width: 100%;
    float: left;
  }

  .detailpage section.content {
    padding-top: 0px;
  }

  section.content .container {
    margin-top: -2px;
  }

  .mid {
    margin-bottom: 40px;
  }

  .index:not(.footer-page) .mid {
    padding-top: 50px;
  }

  .portal-content .mid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content .mid.top-texts ul,
  .content .mid.top-texts ol {
    float: left;
    width: 100%;
  }

  .content .mid.top-texts ul li,
  .content .mid.top-texts ol li {
    width: 100%;
    float: left;
  }
}
@media (min-device-width: 768px) {
  body:not(.has-oldmenu) main.detailpage .h2-title a {
    position: absolute;
    right: 15px;
    top: 2px;
  }
}

@media (min-device-width: 768px) and (max-width: 990px) {
  nav.navbar .call-us {
    display: none;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .mid {
    margin: 0;
  }
}

.contact-page p a,
#klantenservice_readmore a {
  color: #e5621b;
  text-decoration: none !important;
}

.contact-page p a:hover,
.contact-page p a:active,
#klantenservice_readmore a:hover,
#klantenservice_readmore a:active {
  color: #555;
  text-decoration: underline !important;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1, 1);
}

@media (max-width: 990px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.75, 1);
  }
}

/* producten */
.oldprice {
  float: right;
}
.popular-products .oldprice {
  float: none;
}

.sort-holder,
.sort-holder a {
  line-height: 25px;
  font-size: 12px;
  color: #6a7476;
}
.sort-holder .sort span {
  margin: 0 5px;
}
.sort-holder a:after {
  font-family: FontAwesome;
  margin: 0 3px 0 10px;
  display: inline-block;
}
.sort-holder a.ascending:after {
  content: "\f0d8";
}
.sort-holder a.descending:after {
  content: "\f0d7";
}

.sort-holder a.active {
  color: #e5621b;
}

.sort-holder .sort {
  padding: 0 10px;
  margin-left: 10px;
  background: #e9e9e9;
}

.levering-holders {
  height: 180px;
  left: -1px;
  top: -185px;
  width: 440px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  z-index: 200;
}

.levering-holders p {
  height: auto !important;
  margin: 0;
}

.product-item {
  padding-top: 15px;
  padding-bottom: 140px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #6a7476;
}

.product-item .image-bg {
  max-height: 220px;
  min-height: 220px;
}

.product-item .image-bg>img {
  max-height: 220px;
}

.products-holder .product-item-holder:nth-child(3n+1) .product-item {
  border-left: 1px solid #e9e9e9;
}

.products-holder .product-item-holder:nth-child(1),
.products-holder .product-item-holder:nth-child(2),
.products-holder .product-item-holder:nth-child(3) {
  border-top: 1px solid #e9e9e9;
}

.product-item p.prod-usp .fa {
  color: #e5621b;
  margin-top: 3px;
  margin-left: 1px;
  clear: both;
}

.product-item-details p.prod-usp .fa {
  color: #e5621b;
  margin-top: 3px;
}

.detailpage .product-item-details .prod-usp-text {
  width: 95%;
}

.more-products {
  color: #fff !important;
  margin-bottom: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.more-products span {
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  line-height: 25px;
  font-size: 20px;
}

.more-products span.first {
  left: 0;
}

.more-products span.last {
  right: 0;
}

.pagination .pagination-number.fa:before {
  font-size: 24px;
}

.pagination .pagination-number {
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  width: auto;
  background: #19caaf;
  text-align: center;
  color: #2f2f2f;
}

.pagination .pagination-number.current {
  background: #2f2f2f;
  color: #fff !important;
  margin: 0 1px;
}

.pagination .pagination-spacer,
.pagination .pagination-count {
  line-height: 40px;
  margin: 0 5px;
}

.pagination a:hover,
.pagination a:active {
  opacity: 0.65;
}

body:not(.has-oldmenu) .pagination-number {
  background: #fff !important;
  line-height: 20px !important;
  height: 20px !important;
  color: #fff !important;
}
body:not(.has-oldmenu) .pagination:hover .pagination-number {
  color: #bbbcbd !important;
}
body:not(.has-oldmenu) .pagination:hover .pagination-number.current {
  color: #2f2f2f !important;
}

body:not(.has-oldmenu) .pagination .right {
  float: left !important;
}

body:not(.has-oldmenu) .pagination .fa-angle-left {
  padding-left: 0;
}

.product-item-holder.sold-out {
  opacity: 0.4;
}

.product-item-holder strong.soldout {
  color: #19caaf;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .product-item .image-bg {
    max-height: 170px;
    min-height: 170px;
  }

  .product-item .image-bg>img {
    max-height: 170px;
  }
}

@media (min-width: 767px) and (max-width: 990px) {
  .detailpage {
    margin-top: 15px;
  }
}




@media (max-width: 767px) {
  .products-holder .product-item-holder:nth-child(3) {
    border-top: none;
  }

  .products-holder .product-item-holder:nth-child(3n+1) .product-item {
    border-left: none;
  }

  .products-holder .product-item-holder:nth-child(2n+1) .product-item {
    border-left: 1px solid #e9e9e9;
  }

  .product-item .image-bg {
    max-height: 110px;
    min-height: 110px;
  }

  .product-item .image-bg>img {
    max-height: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-item p.prod-usp .prod-usp-text {
    width: 90%;
  }

  .product-item .image-bg {
    max-height: 150px;
    min-height: 150px;
  }

  .detailpage .product-item-details .prod-usp-text {
    width: 92%;
  }
}

@media (max-width: 460px) {
  .product-item p.prod-usp .prod-usp-text {
    width: 95%;
  }
}

.product-item .title {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  margin: 10px 0 0 0;
  height: 40px;
  overflow: hidden;
  color: #6a7476;
}

.product-item .longtitle {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  margin: 10px 0 0 0;
  height: 40px;
  overflow: hidden;
  color: #6a7476;
}

.product-item .stars {
  margin-bottom: 10px;
}

.product-item .price {
  font-size: 17px;
  color: #e5621b;
  font-family: Tahoma, sans-serif;
  margin-bottom: 20px;
}

.product-item p {
  display: inline-block;
  height: 110px;
  margin-bottom: 40px;
  overflow: hidden;
}

.product-item-holder label {
  color: #6a7476;
  font-family: Tahoma, sans-serif;
}

.product-item-holder .search {
  margin-top: -6px;
}

.product-item-holder .aantal-holder {
  margin-bottom: 10px;
}

.product-item:hover,
.product-item:active {
  background: #f8f8f8;
}

.product-item:hover .title,
.product-item:active .title {
  color: #e5621b;
}

.product-item:hover .price,
.product-item:active .price {
  color: #309415;
}

.product-item-holder .btn-holder {
  bottom: 20px;
  left: 0;
}

.product-item-holder .btn-holder .verlanglijst {
  color: #6a7476;
  text-decoration: underline;
  line-height: 25px;
}

.product-item-holder .btn-holder .verlanglijst:hover,
.product-item-holder .btn-holder .verlanglijst:active {
  color: #e5621b;
  text-decoration: underline;
}

.sale-label {
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #e5621b;
  font-size: 11px;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  border-radius: 0 50% 50% 50%;
  left: 15px;
  top: 20px;
  text-transform: uppercase;
}

.wishlist .product-item-holder .verlanglijst {
  display: none;
}

.wishlist .product-item {
  padding-bottom: 80px;
}

.image-bg {
  background: #fff;
}

.login input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.login .btn {
  margin-bottom: 15px;
}

.login-page .static-content {
  padding-top: 0;
}

.login-page .static-content .top-row {
  margin-bottom: 20px;
}

.top-texts p,
.bottom-texts p {
  margin: 0;
}

.home .top-texts h1,
.footer-page #js_productlist h1 {
  margin-top: 15px !important;
}

.bottom-texts h1,
.top-texts h1,
.bottom-texts h2,
.top-texts h2,
.bottom-texts h3,
.top-texts h3,
.bottom-texts h4,
.top-texts h4,
.bottom-texts h5,
.top-texts h5,
.bottom-texts h6,
.top-texts h6 {
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

.h2-title a,
h2 a {
  font-size: 12px;
  font-weight: normal;
}

.top-texts h1 {
  margin-top: 0 !important;
}

.top-texts h1+h2,
.bottom-texts h1+h2 {
  margin-top: 0 !important;
}

.top-texts h2+h3,
.bottom-texts h2+h3 {
  margin-top: 0 !important;
}

.bottom-texts h2,
.top-texts h2 {
  color: #555;
}

.bottom-texts h2.review-h2 {
  color: #e5621b;
  margin-bottom: 10px !important;
}

.bottom-texts h6,
.top-texts h6 {
  margin-top: 30px !important;
}

.bottom-texts ul,
.top-texts ul,
.bottom-texts ol,
.top-texts ol {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 20px;
}

.bottom-texts h4,
.top-texts h4 {
  color: #6a7476;
}

.bottom-texts .lesslink,
.top-texts .lesslink {
  color: #6a7476;
  text-decoration: underline;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .product-item-holder .btn-holder .verlanglijst {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .product-item-holder .btn-holder .verlanglijst {
    font-size: 10px;
  }

  #left-col {
    padding: 0;
  }
}


/* Product detail */
.detailpage .lever-icon {
  margin: 4px 5px 0 0;
}

.chicklets {
  text-indent: -10000px;
}

.detail {
  padding-top: 20px;
  padding-bottom: 20px;
}

.detailpage h1 .subtitle {
  color: #555;
  font-size: 12px;
}

.detailpage .product-item p,
.detailpage .verlanglijst,
.detailpage .product-item .aantal-holder {
  display: none;
}

.detailpage nav .verlanglijst {
  display: inline;
}

.recensies {
  margin: -2px 5px 0 5px;
  color: #6a7476;
}

.recensies a {
  color: #6a7476;
}

.recensies a:hover,
.recensies a:active {
  color: #e5621b;
}

.recensie .btn {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.addthis-holder {
  margin-bottom: 20px;
}

.detailpage .product-price {
  color: #1c8001;
  font-size: 17px;
  font-family: Tahoma, sans-serif;
}

.detailpage .product-price span {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
}

.detailpage .btn.gegevens {
  margin-top: 15px;
}

.detailpage .voorraad {
  margin-top: 20px;
}

.detailpage .korting {
  margin-top: 20px;
  line-height: 24px;
}

.detailpage .korting strong {
  color: #e5621b;
}

@media (max-width: 767px) {
  .detailpage .korting {
    font-size: 10px;
  }
}

.detailpage .aantal-holder {
  margin-bottom: 20px;
  margin-top: 20px;
}

.detailpage .aantal-holder input {
  margin-top: -7px;
}

.detailpage .detail .verlanglijst {
  width: 20px;
  height: 20px;
  left: 15px;
  top: 4px;
  display: block;
}

.detailpage .voor-na-delen-item {
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
}

.detailpage .voor-na-delen-item_first {
  border-left: 1px solid #999d9d;
}

.detailpage .voor-na-delen-item .title {
  line-height: 24px;
  color: #e5621b;
  margin: 20px 0;
  font-size: 14px;
}

.detailpage .voor-na-delen-item .deel {
  line-height: 30px;
  color: #6a7476;
}

.detailpage .voor-na-delen-item .deel .vinkje,
.detailpage .voor-na-delen-item .deel .minus {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 0;
}

.detailpage .voor-na-delen-item .deel .vinkje:before,
.detailpage .voor-na-delen-item .deel .minus:before {
  color: #fff;
  top: -5px;
  right: 3px;
  font-size: 12px;
}

.detailpage .voor-na-delen-item .deel .minus:before {
  right: 4px;
}

.detailpage .voor-na-delen-item .deel .vinkje.groen {
  background: #1c8001;
}

.detailpage .voor-na-delen-item .deel .minus.rood {
  background: #e5621b;
}

.detailpage .recensie-item {
  padding-top: 20px;
  margin-bottom: 10px;
}

.detailpage .resencie-schrijven .paginering {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #6a7476;
}

.detailpage .resencie-schrijven input {
  margin-top: 0;
  margin-bottom: 10px;
}

.detailpage .resencie-schrijven textarea {
  border: 1px solid #6a7476;
  color: #6a7476;
  font-family: Tahoma, sans-serif;
  margin-bottom: 20px;
  padding: 15px;
}
.detailpage .js_review:active {
  margin-top: 15px;
  margin-left: 0;
}
.detailpage .adv-custom-pager {
  height: 110px;
  width: 335px !important;
  margin-left: 55px;
  overflow: hidden;
}

.detailpage .adv-custom-pager a {
  width: 100px;
  margin: 10px 5px 50px 5px;
  border: 1px solid #e9e9e9;
}

.detailpage .adv-custom-pager a .fa:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.detailpage .adv-custom-pager a .fa {
  height: 100%;
  width: 100%;
  position: relative;
}

.detailpage .adv-custom-pager a:hover,
.detailpage .adv-custom-pager a:active,
.detailpage .adv-custom-pager a.cycle-slide-active {
  border-color: #e5621b;
}

.detailpage .adv-custom-pager .cycle-carousel-wrap {
  height: 90px;
}

.zoom {
  display: inline-block;
  position: relative;
}

.zoom:after {
  display: block;
  width: 33px;
  height: 33px;
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 5px;
  right: -9px;
  color: #e5621b;
  font-size: 16px;
}

.zoom img {
  display: block;
}

.zoomImg {
  z-index: 200;
}

.zoom img::selection {
  background-color: transparent;
}

.slider-arrow {
  height: 30px;
  width: 30px;
  background: #fff;
}

.icon.slider-arrow-right {
  top: 35px;
  right: 0;
}

.icon.slider-arrow-left {
  top: 35px;
  left: 0;
}

.slider-arrow:hover,
.slider-arrow:active {
  border-color: #e5621b;
}

.slider-arrow.disabled {
  opacity: 0.2;
}

.bvalidator_errmsg {
  left: auto !important;
  right: -162px !important;
  top: -21px !important;
}

.detailpage .tabs-content.review-holder .review {
  border: none;
  border-bottom: 1px solid #fff;
  background: #f2f2f2;
}

.detailpage .tabs-content.review-holder .review.first {
  border-right: 1px solid #fff;
}

.detailpage .tabs-content.review-holder .review .head {
  background: #2f2f2f;
}

.detailpage .tabs-content.review-holder .review .star-review-holder {
  left: 15px;
  bottom: 15px;
}

@media (max-width: 767px) {
  .detailpage .detail .shoppingcart {
    top: -5px;
  }

  #winkel_text {
    display: none;
  }

  .winkelwagen-menu {
    right: -58px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .detailpage .detail .verlanglijst {
    left: 7px;
    top: 2px;
  }

  .detailpage .adv-custom-pager {
    width: 285px !important;
    margin-left: 35px;
  }

  .detailpage .adv-custom-pager a {
    width: 85px;
  }
}

@media (max-width: 990px) {
  .detailpage .adv-custom-pager {
    width: 170px !important;
    margin-left: 35px;
  }

  .detailpage .adv-custom-pager a {
    width: 46px;
    height: 46px;
    margin-top: 19px;
  }

  .detailpage .adv-custom-pager a img {
    height: 44px;
  }
}



/* Shoppingbasket */

.shoppingbasket-content {
  padding: 20px 0;
}

.shoppingbasket-content .top-row {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #e9e9e9;
  color: #6a7476;
  font-family: Tahoma, sans-serif;
}

.shoppingbasket-content .item-row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  font-family: Tahoma, sans-serif;
}

.shoppingbasket-content .item-row .title {
  padding-top: 15px;
  color: #e5621b;
}

.shoppingbasket-content .item-row .code {
  padding-top: 15px;
}

.shoppingbasket-content .item-row .single-price {
  padding-top: 15px;
}

.shoppingbasket-content .item-row .amount {
  padding-top: 6px;
}

.step3 .shoppingbasket-content .item-row .amount {
  padding-top: 15px;
}

.shoppingbasket-content .item-row .amount .search {
  margin-top: 0;
  padding-left: 7px;
  padding-right: 3px;
  color: #e5621b;
}

.shoppingbasket-content .item-row .price {
  padding-top: 15px;
  color: #1c8001;
}

.shoppingbasket-content .wijzig-aantal {
  margin: 10px 150px 0 0;
}

.shoppingbasket-content .btn-coupon {
  color: #6a7476;
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
}

.shoppingbasket-content .coupon {
  display: none;
}

.shoppingbasket-content .coupon-invullen {
  margin-top: 10px;
}

.shoppingbasket-content .total {
  line-height: 24px;
}

.shoppingbasket-content .total span {
  font-family: Tahoma, sans-serif;
  color: #1c8001;
}

.shoppingbasket-content .next-step {
  margin-top: 10px;
}

.shoppingbasket-content .new-account {
  border-right: 1px solid #e9e9e9;
}

.shoppingbasket-content .betaal-row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  line-height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}

.shoppingbasket-content .betaal-row:hover,
.shoppingbasket-content .betaal-row:active {
  background: #f8f8f8;
}

.shoppingbasket-content .betaal-row:hover .btn.winkelmand,
.shoppingbasket-content .betaal-row:active .btn.winkelmand {
  background: #309415;
}

.shoppingbasket-content .betaal-row:active .btn.winkelmand {
  border: 0;
  margin-top: 2px;
  margin-left: 2px;
}

.shoppingbasket-content select {
  border: 1px solid #6a7476;
  height: 37px;
  background: #fff;
  color: #6a7476;
}

.shoppingbasket-content select {
  margin-top: 10px;
  margin-bottom: 10px;
}

.shoppingbasket-content .betaal-row .img {
  padding-top: 5px;
}

.shoppingbasket-content .betaal-row.met-input .discribe {
  padding-top: 3px;
}

.shoppingbasket-content .betaal-row.met-input .discribe select {
  margin: 0;
  z-index: 100;
}

.shoppingbasket-content .betaal-row.met-input .discribe select option {
  height: 30px;
}

.shoppingbasket-content .betaal-row .gratis {
  color: #1c8001;
}

.shoppingbasket-content .green {
  color: #1c8001;
  font-family: Tahoma, sans-serif;
}

.shoppingbasket-content .all-done {
  width: 100px;
  height: 100px;
  border: 4px solid #1c8001;
  border-radius: 50%;
  right: 15px;
  top: -10px;
}

.shoppingbasket-content .all-done.icon.vinkje:before {
  color: #1c8001;
  font-size: 70px;
  right: 10px;
  top: 0;
}

@media (max-width: 767px) {
  .shoppingbasket-content .total {
    font-size: 10px;
  }

  .shoppingbasket-content .total span {
    font-size: 12px;
  }

  .shoppingbasket-content .betaal-row .button {
    padding-top: 10px;
  }

  .shoppingbasket-content .title,
  .shoppingbasket-content .price {
    padding-left: 0;
    padding-right: 0;
  }
}


/* winkelmand */
.winkelmand-content input {
  margin: 0;
}

.login input,
.login select {
  padding: 3px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
}

textarea {
  padding: 3px;
  font-weight: 400;
  resize: vertical;
}

.login label {
  line-height: 31px;
  margin-bottom: 10px;
}

.login label.lesslineheight {
  line-height: 13px;
  height: 30px;
}

.login input[type='checkbox'] {
  height: auto;
  margin-right: 10px;
}

.resultaat span {
  color: #e5621b;
}

.gerelateerd ul {
  list-style: none;
  margin: 0;
  background: #e6e7e7;
}

.gerelateerd ul>li:hover,
.gerelateerd ul>li:active {
  background: #fff;
}

.gerelateerd ul>li a {
  color: #6a7476;
}

.gerelateerd ul>li a:hover,
.gerelateerd ul>li a:active {
  color: #e5621b;
}

.shoppingcartlayer-holder {
  right: 0;
  top: 31px;
  padding-top: 30px;
  width: 900px;
  display: none;
}

.shoppingcartlayer {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.shoppingcartlayer-holder .fa-caret-up:before {
  font-size: 42px;
  color: #fff;
  text-shadow: -1px 0 #999d9d, 0 1px #fff, 1px 0 #999d9d, 0 -1px #fff;
}

.shoppingcartlayer-holder .fa-caret-up {
  height: 27px;
  z-index: 100;
  right: 15px;
  top: 2px;
}

.close:before {
  font-size: 34px;
}

.close {
  padding: 0;
}

.shoppingcartlayer .toprow,
.winkelmand-content .toprow,
.account-content .toprow {
  line-height: 20px;
  color: #fff;
  padding: 0 5px;
  margin-top: 15px;
  background: #e5621b;
}

.shoppingcartlayer .itemrow,
.winkelmand-content .itemrow,
.account-content .itemrow {
  padding: 0 5px;
  color: #6a7476;
  line-height: 34px;
  border-bottom: 1px solid #e6e7e7;
}

.shoppingcartlayer .itemrow .levertijd img,
.winkelmand-content .itemrow .levertijd img,
.account-content .itemrow .levertijd img {
  margin-top: 15px;
}

.shoppingcartlayer .itemrow .img img,
.winkelmand-content .itemrow .img img {
  height: 35px;
}

.shoppingcartlayer .itemrow .aantal input,
.winkelmand-content .itemrow .aantal input {
  padding: 3px;
  height: 24px;
  margin-top: 6px;
  line-height: 16px;
}

.shoppingcartlayer .toevoegen input,
.shoppingcartlayer .coupon input,
.winkelmand-content .toevoegen input,
.winkelmand-content .coupon input {
  padding: 3px;
  height: 34px;
  color: #6a7476;
}

.shoppingcartlayer .btn-coupon,
.winkelmand-content .btn-coupon {
  color: #6a7476;
  line-height: 34px;
}

.shoppingcartlayer .btn-coupon strong,
.winkelmand-content .btn-coupon strong {
  text-decoration: underline;
}

.shoppingcartlayer .btn-coupon:hover strong,
.shoppingcartlayer .btn-coupon:active strong,
.winkelmand-content .btn-coupon:hover strong,
.winkelmand-content .btn-coupon:active strong {
  text-decoration: none;
}

.shoppingcartlayer .coupon,
.winkelmand-content .coupon {
  display: none;
}

.shoppingcartlayer .afrekenen,
.winkelmand-content .afrekenen {
  padding-top: 15px;
}

.minus {
  color: #6a7476;
  margin-left: 5px;
}

.winkelmand-content .zakelijk {
  display: none;
}

.fa-wachtwoord:before {
  color: #e5621b;
  float: left;
  font-size: 34px;
  margin-top: 8px;
}

.shoppingcartlayer .itemrow .levertijd,
.winkelmand-content .levertijd {
  color: #1c8001;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-account {
    margin-right: 0;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .usps .usp-tekst {
    padding-right: 31px;
  }

  .logo-subscript {
    font-size: 10px;
  }

  .logo-holder {
    margin-top: 10px;
  }

  .btn-account {
    padding-right: 0;
  }

  .btn-klantenservice {
    width: 230px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .usps .usp-tekst {
    padding-right: 88px;
  }
}

@media (min-width: 768px) {
  .search-holder {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .search-holder {
    display: block;
    margin-top: -8px;
  }

  .sticky .search-holder {
    margin-top: 0;
  }

  header.sticky .btn-search {
    top: -8px;
  }

  header.sticky .shoppingcart {
    margin-right: 0;
  }

  .logo-holder {
    margin-top: 0;
  }

  header {
    min-height: 70px;
  }

  .btn-search:before {
    font-size: 30px;
  }

  .btn-search:hover,
  .btn-search:active {
    color: #d95f02;
  }

  .search-holder {
    padding-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .search-holder.closed {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
  }

  .search-holder .search-btn {
    right: 15px;
  }

  .btn-account {
    height: 33px;
    margin-top: 3px;
    width: auto;
  }

  .btn-account .icon {
    font-size: 30px;
  }

  .btn-account .text.mijn-account {
    margin-top: 9px;
  }

  .uspholder {
    display: none;
  }
}

.winkelmand .usp {
  cursor: default;
}

.winkelmand .nowinkelmand {
  display: none !important;
}

.yeswinkelmand {
  display: none;
}

.winkelmand .yeswinkelmand {
  display: block;
}

.telephone-row {
  font-size: 17px;
  color: #fff;
  line-height: 18px;
  margin-top: 15px;
}

.telephone-row.more-margin {
  margin-top: 20px;
}

.winkelmand .trustpilot a {
  display: none;
}

.cart-link {
  background: #e9e9e9;
  color: #6a7476 !important;
  line-height: 25px;
  border-bottom: 2px solid #fff;
  border-radius: 6px;
}

.cart-link.open {
  background: #e5621b;
  color: #fff !important;
}

.winkelmand-content .toprow {
  margin-top: 0;
  background: #999d9d;
}

.cart-content {
  display: none;
}

.extrainput {
  display: none;
}

.btn-extrainput {
  margin-bottom: 28px;
}

.btn-extrainput:active {
  margin-top: 30px !important;
}

input[type='radio'],
input[type='checkbox'] {
  border: 1px solid #999d9d;
  width: 20px !important;
  height: 20px !important;
  float: left;
}

input[type='radio']:focus,
input[type='checkbox']:checked {
  background: #e5621b;
}

.adres-holder {
  font-weight: bold;
}

.winkelmand-content .adres {
  color: #1c8001;
  font-weight: bold;
}

.alternatief-adres-holder,
.levering-holder {
  display: none;
}

.winkelmand .betaal-row {
  margin-bottom: 15px;
  transition: background 0.3s ease 0s;
  border-radius: 6px;
}

.winkelmand .betaal-row .title {
  font-weight: bold;
  margin-top: 10px;
}

.winkelmand .betaal-row .price {
  margin-top: 10px;
}

.winkelmand .betaal-row .price.gratis {
  color: #1c8001;
  font-weight: bold;
}

.winkelmand .betaal-row .discribe {
  margin-top: 10px;
}

.winkelmand .betaal-row.met-input .discribe {
  margin-top: 0;
}

.winkelmand .betaal-row:hover,
.winkelmand .betaal-row:active {
  background: #f8f8f8;
}

.winkelmand .betaal-row .extra-row {
  display: none;
}

.winkelmand .betaal-row .extra-row input[type='radio'] {
  margin-right: 10px;
}

.stap3-uitklap,
.betaalwijze {
  display: none;
}

.uitklap-btn .js_aan {
  display: none;
}

.uitklap-btn {
  line-height: 20px;
  font-weight: bold;
  color: #6a7476;
  background: #e6e7e7;
}

.winkelmand-content .social:before {
  color: #fff;
}

.winkelmand-content .social {
  background: #e5621b;
}

.pdf-link {
  transition: color 0.3s ease 0s;
  color: #6a7476;
  font-weight: bold;
}

.pdf-link:hover,
.pdf-link:active {
  color: #e5621b;
}

.winkelmand footer {
  display: none;
}

.blocktext {
  border-radius: 6px;
}

.blocktext .title {
  color: #e5621b;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.social {
  transition: background 0.3s ease 0s;
  width: 32px;
  height: 32px;
  padding: 5px !important;
  background: #fff;
  margin-right: 10px;
}

.social:hover,
.social:active {
  background: #f9762f;
}

@media (max-width: 991px) {
  .winkelmand-content .aantal {
    padding-left: 5px !important;
  }
}

@media (max-width: 767px) {
  .telephone-row {
    font-size: 12px;
    text-align: right;
  }

  .winkelmand .betaal-row .button {
    margin-top: 15px;
  }

  .winkelmand .betaal-row .discribe {
    text-align: center;
  }

  .winkelmand .betaal-row .price {
    text-align: right;
  }
}



/* Acount pagina's */
.account-page .shoppingbasket-content .item-row {
  cursor: pointer;
}

.account-page .shoppingbasket-content .item-row .date {
  padding-top: 15px;
}

.account-page .shoppingbasket-content .item-row .amount {
  padding-top: 15px;
}

.account-page .shoppingbasket-content .item-row .status {
  padding-top: 15px;
}

.account-page .shoppingbasket-content .item-row .status.geannuleerd {
  color: #cc0000;
}

.account-page .shoppingbasket-content .item-row .status.afgebroken {
  color: #cc0000;
}

.account-page .shoppingbasket-content .item-row .status.afgerond {
  color: #1c8001;
}

.account-page .shoppingbasket-content .item-row:hover,
.account-page .shoppingbasket-content .item-row.open {
  background: #f8f8f8;
}

.account-page .shoppingbasket-content .item-row .products {
  display: none;
}

.static-content label {
  height: 37px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 37px;
}

.static-content .radios {
  height: 37px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 37px;
}

.account-page .static-content .btn.gegevens {
  margin-top: 15px;
}

.incorrect label {
  color: #cc0000;
}

.incorrect input {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #fae5e5;
}

.correct label {
  color: #1c8001;
}

.correct input {
  color: #1c8001;
  border-color: #1c8001;
  background-color: #cbe4c4;
}

.validate {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #cc0000;
  border-color: #cc0000;
  background-color: #fae5e5;
  margin-bottom: 20px;
}

.newaccountblock {
  display: none;
}

.shoppingbasket-content .products {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shoppingbasket-content .products .top-row div {
  padding-top: 0 !important;
  color: #6a7476 !important;
}

.afwijkend {
  display: none;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .static-content label {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .account-page .shoppingbasket-content .status {
    padding-left: 0;
    padding-right: 0;
  }

  .account-page .shoppingbasket-content .title {
    padding-left: 0;
    padding-right: 0;
  }

  .account-page .shoppingbasket-content .button {
    padding-top: 10px;
  }

  .static-content label,
  .static-content .radios {
    margin: 0;
  }

  .static-content input {
    margin-top: 0;
    margin-bottom: 20px;
  }
}




/* footer */
footer {
  padding: 40px 0;
  background: #6a7476;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6a7476 88%, #5a6364 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #6a7476), color-stop(100%, #5a6364));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6a7476 88%, #5a6364 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6a7476 88%, #5a6364 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6a7476 88%, #5a6364 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6a7476 88%, #5a6364 100%);
  /* W3C */
}

footer strong {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer li a {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}

footer li a:hover,
footer li a:active {
  color: #e9e9e9;
}

footer .nieuwsbrief {
  margin-top: 20px;
}

footer .nieuwsbrief .search {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-below {
  font-size: 14px;
  line-height: 65px;
  color: #6a7476;
}

.footer-below .bottom-logo {
  margin-top: 21px;
}

.overige-links {
  border-bottom: 1px solid #000;
  line-height: 38px;
  color: #000;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  z-index: 150;
}

.overige-links-holder {
  display: none;
}

.overige-links:hover,
.overige-links:active {
  color: #e5621b;
}

.overige-links .navbar-toggle:before {
  float: right;
  margin: 2px 0 0 0;
}

.overige-links .navbar-toggle {
  width: 25px;
  height: 25px;
  border-color: #000;
  padding: 5px 3px;
  border: none;
}

.overige-links .navbar-toggle .icon-bar {
  background: #6a7476;
  width: 18px;
}

.overige-links:hover .navbar-toggle,
.overige-links:active .navbar-toggle {
  border-color: #e5621b;
  background-color: #fff;
}

.overige-links:hover .navbar-toggle .icon-bar,
.overige-links:active .navbar-toggle .icon-bar {
  background-color: #e5621b;
}

.overige-links:hover .icon.arrow-up:before,
.overige-links:active .icon.arrow-up:before,
.overige-links:hover .icon.arrow-up,
.overige-links:active .icon.arrow-up {
  color: #e5621b;
}

.overige-links select {
  height: 38px;
  left: 0;
  top: 0;
  opacity: 0.0;
}

.bottom-text-section {
  background: #f0f1f1;
}



@media (min-width: 768px) and (max-width: 991px) {
  footer li a {
    font-size: 12px;
  }

  footer strong {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .socialmedia {
    text-align: center;
  }

  .socialmedia .social {
    margin: 0 5px;
    float: none !important;
    display: inline-block;
    overflow: hidden;
  }

  .footer-below {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 23px 0 15px !important;
  }

  footer br {
    display: none;
  }
}




/* large img in list */
.large-img-overlay {
  left: 0;
  top: -260px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.15);
  z-index: 250;
  display: none;
}

.large-img-overlay img {
  width: 300px;
  border: 1px solid #e5621b;
}

.overlay {
  cursor: pointer;
}

.overlay .thumb-img {
  border: 1px solid transparent;
}

.overlay:hover .thumb-img {
  border: 1px solid #e5621b;
}

.meestverkocht-item .large-img-overlay {
  left: -331px;
  top: -11px;
}

.meestverkocht-item .thumb-img {
  max-height: 100px;
}

.meestverkocht-item a {
  padding: 0 5px;
}

/* knoppen */
a.btn,
span.btn,
.cta {
  padding: 0;
  border-radius: 0;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

a.btn:hover,
a.btn:active,
span.btn:hover,
span.btn:active,
.cta:hover,
.cta:active {
  color: #fff;
  text-decoration: none;
}

a.btn.gegevens,
span.btn.gegevens {
  background: #e5621b;
  border-bottom: 2px solid #561e00;
  border-right: 2px solid #561e00;
}

a.btn.gegevens:hover,
a.btn.gegevens:active,
span.btn.gegevens:hover,
span.btn.gegevens:active {
  background: #f9762f;
}

a.btn.winkelmand,
span.btn.winkelmand,
.cta {
  background: #1c8001;
  border-bottom: 2px solid #114f00;
  border-right: 2px solid #114f00;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}

a.btn.winkelmand:hover,
a.btn.winkelmand:active,
span.btn.winkelmand:hover,
span.btn.winkelmand:active,
.cta:hover,
.cta:active {
  background: #309415;
}

a.btn.winkelmand .fa-shopping-cart {
  font-size: 22px;
}

a.btn.gegevens .fa-heart {
  font-size: 15px;
}

a.btn.extra,
span.btn.extra,
.cta.button,
.cta.inactive {
  background: #6a7476;
  border-bottom: 2px solid #575858;
  border-right: 2px solid #575858;
}

a.btn.extra:hover,
a.btn.extra:active,
span.btn.extra:hover,
span.btn.extra:active,
.cta.button:hover,
.cta.button:active .cta.inactive:hover,
.cta.inactive:active {
  background: #575858;
}




a.btn:active,
span.btn:active,
.cta:active {
  border-right: none;
  border-bottom: none;
  margin-top: 2px;
  margin-left: 2px;
  text-decoration: none;
}

a.btn.shopping-step {
  border-radius: 6px 6px 0 0;
  background: #e9e9e9;
  border: none;
  border-top: 1px solid #6a7476;
  border-right: 1px solid #6a7476;
  color: #6a7476;
  margin: 0;
  text-transform: none;
}

a.btn.shopping-step.active {
  color: #fff;
  background: #e5621b;
  border-top: 1px solid #561e00;
  border-right: 1px solid #561e00;
}

a.btn.shopping-step.done {
  background: #cbe4c4;
  border-color: #1c8001;
  color: #1c8001;
}

a.btn.shopping-step .shopping-done {
  display: none;
}

a.btn.shopping-step.done .shopping-done {
  display: block;
}

a.btn.shopping-step .shopping-done {
  right: 5px;
  top: 1px;
  background-color: #fff;
}

a.btn.shopping-step .shopping-done:before {
  color: #1c8001;
}

.step4 a.btn.shopping-step.active {
  background: #1c8001;
  border-top: 1px solid #114f00;
  border-right: 1px solid #114f00;
}

.step4 a.btn.shopping-step.active .shopping-done {
  display: block;
}

.account-page a.btn.shopping-step:hover,
.account-page a.btn.shopping-step:active {
  background: #88acc5;
  color: #fff;
}

.account-page a.btn.shopping-step:active {
  border: none;
  margin-top: 1px;
}

.account-page a.btn.shopping-step.active {
  background: #7498b1;
  border-top: 1px solid #254b66;
  border-right: 1px solid #254b66;
  margin: 0;
}

.cta {
  line-height: 32px;
}

@media (max-width: 990px) {
  .btn {
    font-size: 12px;
  }
}

/*
.cta {
    transition: background 0.3s ease 0s;
    background: #ff6f00;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border: 2px solid transparent;
    cursor: pointer;
}
.cta:hover,
.cta:active {
    color: #fff;
    background: #d95f02;
}
.cta:active {
    border: 2px solid #ff6f00;
}
.cta.button,
.cta.inactive {
    transition: color 0.3s ease 0s;
    background: #e6e7e7;
    color: #6a7476;
}
.cta.button:hover,
.cta.button:active,
.cta.inactive:hover,
.cta.inactive:active {
    background: #6a7476;
    color: #fff;
}
.cta.button:active,
.cta.inactive:active {
    border-color: #e6e7e7;
}
*/
@media (max-width: 767px) {
  .account-page a.btn.shopping-step {
    font-size: 12px;
  }

  a.btn.winkelmand {
    font-size: 12px;
  }
}

.status3green {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  color: #1c8001 !important;
}

.status3yellow {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  color: #e5621b !important;
}

.meerinfo {
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  padding-top: 5px;
  padding-right: 0px;
  text-align: center;
  color: #6a7476;
}

.gratistext {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  padding-top: 0;
  padding-left: 0px;
  text-align: left;
  color: #1c8001 !important;
}

.popular-img {
  margin: 0 auto;
  max-height: 175px;
  max-width: 100%;
}

.slogan {
  font-size: 10px;
  font-family: Tahoma, sans-serif;
  margin-top: 0;
  text-align: left;
  color: #6a7476 !important;
  position: relative;
  float: left;
}

.selparent {
  color: orange !important;
}

.subheadblock {
  background: #e5621b;
  border-radius: 0;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.subheadblock a {
  color: #fff;
}

.subheadblock a.active {
  font-weight: bold;
}

.subfilter {
  padding-left: 15px;
}

.directfilter {
  padding-left: 0px;
}

.selsub {
  color: orange !important;
}

.selparent {
  color: orange !important;
}

.delfilter {
  color: orange !important;
  float: right;
  cursor: pointer;
}

.filters .delfilter {
  margin-right: 0;
}

.delparentfilter {
  color: orange !important;
  float: right;
}

.powerby {
  color: #6a7476;
  line-height: 25px;
  height: 38px;
  font-size: 8px;
  padding-top: 30px;
  vertical-align: bottom !important;
}

.selvaluea {
  color: orange !important;
}

.deldefaultfilter {
  color: orange !important;
  float: right;
}

.otherfilter {
  display: none;
}

.showlessfilter {
  display: none;
}

.hidefilter {
  display: none;
}

.btn-moretext {
  color: orange !important;
}



/* Reviews on homepage */
.review-holder {
  background: #fff;
}

.review-holder .review,
.review-holder .first-review {
  height: 200px;
}

.review-holder .check-holder .fa:before {
  font-size: 20px;
  color: #e5621b;
  margin-top: -6px;
  float: left;
}

.review-holder .check-holder {
  line-height: 24px;
  font-size: 11px;
}

.first-review {
  padding: 20px;
}

.first-review .number-holder {
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
  background: #e5621b;
  line-height: 100px;
  font-size: 58px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}

.review-holder .review.first {
  border-left: 1px solid #f0f1f1;
  border-right: 1px solid #f0f1f1;
}

.review-holder .review .head {
  line-height: 30px;
  background: #e5621b;
  color: #fff;
  font-family: Tahoma, sans-serif !important;
}

.review-holder .review .number-holder {
  width: 45px;
  height: 45px;
  right: 0;
  bottom: 0;
  background: #e5621b;
  line-height: 45px;
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}

.review-holder .review .quote-holder {
  padding: 30px 15px;
  font-style: italic;
}

.review-h2 {
  color: #e5621b;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .review-holder .check-holder {
    font-size: 9px;
  }
}

@media (max-width: 990px) {
  .review-holder .review.first {
    border-left: none;
    border-right: none;
  }

  .review-holder .review,
  .review-holder .first-review {
    border-bottom: 5px solid #fff;
  }
}

.products-holder.portal .product-item-holder .product-item {
  border: none !important;
}

.products-holder.portal .product-item-holder:nth-child(1) {
  border: none !important;
  border-right: 1px solid #e9e9e9 !important;
}

.products-holder.portal .product-item-holder:nth-child(2) {
  border: none !important;
  border-right: 1px solid #e9e9e9 !important;
}

.products-holder.portal .product-item-holder:nth-child(3) {
  border: none !important;
  border-right: 1px solid #e9e9e9 !important;
}

.products-holder.portal .product-item-holder:nth-child(4) {
  border: none !important;
}

.shop-links-holder a {
  color: #e5621b;
}

.shop-links-holder span {
  margin: 0 3px;
}

.gelegenheid {
  list-style: none;
}

.new-filter {
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 100;
  color: #6a7476;
  border: 1px solid #6a7476;
  margin-top: -1px;
  cursor: pointer;
}

.new-filter.sale {
  background: #e5621b;
  color: #fff;
}

.new-filter:first-of-type {
  margin: 0;
}

.new-filter .fa:before {
  line-height: 29px;
  font-size: 26px;
  float: right;
}

.new-filter:hover,
.new-filter:active {
  color: #e5621b;
  border-color: #e5621b;
  z-index: 100;
  background: #fff;
}

.klantenservice-holder {
  background: #f5f5f5;
  padding: 20px;
}

.klantenservice-holder ul {
  margin: 0;
  list-style: none;
}

.klantenservice-holder ul li {
  line-height: 25px;
  font-size: 12px;
}

.klantenservice-holder ul li .fa:before {
  font-size: 16px;
}

.klantenservice-holder ul li .small {
  font-size: 10px;
  margin: -10px 0 0 22px;
}

.klantenservice-holder .clientservice-woman {
  right: -25px;
  bottom: 75px;
}

.klantenservice-holder .servicelinks-holder {
  background: #e5621b;
  height: 60px;
  left: 0;
  bottom: 0;
  padding: 5px 0;
}

.klantenservice-holder .servicelinks-holder a {
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.shops {
  list-style: none;
}

.navbar-brand .fa:before {
  font-size: 24px;
  float: right;
}

.navbar-brand .fa {
  color: #e5621b;
  right: 0;
  top: 8px;
}

.portal-slide {
  height: 291px;
}

.portal-slide img {
  height: 200px;
}

.slider-title {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: 900;
  color: #e5621b;
  left: 0;
  bottom: 18px;
  overflow: hidden;
}

.cycle-pager {
  left: 50%;
  bottom: -17px;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
  z-index: 500;
}

.cycle-pager span {
  font-size: 55px;
  color: #999d9d;
  margin: 0 2px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
  color: #e5621b;
}

.price-holder {
  padding: 10px 0;
  background: #e5621b;
  top: 50%;
  right: 0;
  width: 140px;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
}

.price-holder .price {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.price-holder .price>div {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.price-holder .voorraad {
  color: #fff;
  font-size: 11px;
}

.detail-btn:before {
  font-size: 24px;
  line-height: 45px;
}

.detail-btn {
  width: 45px;
  height: 45px;
  background: #1c8001;
  color: #fff;
  right: 0;
  bottom: -55px;
  text-align: center;
  line-height: 45px;
}

.detail-btn:hover,
.detail-btn:active {
  color: #fff;
  background: #309415;
}

.shop-banner {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #000;
}

.shop-banner .title-holder {
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding: 0 15px;
  margin-top: 30px;
  background: #e5621b;
}

.shop-banner .title-holder .white {
  color: #fff;
}

.shop-banner:hover,
.shop-banner:active {
  border-color: #e5621b;
}

.portal-nieuwsbrief {
  background: #555;
  padding: 5px;
}

.portal-nieuwsbrief .nieuwsbrief-title {
  color: #fff;
}

.portal-nieuwsbrief .btn {
  line-height: 34px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .klantenservice-holder ul li {
    font-size: 10px;
  }

  .klantenservice-holder .clientservice-woman {
    width: 120px;
  }

  .navbar-brand .fa {
    right: -5px;
  }
}

@media (max-width: 990px) {
  .products-holder.portal .product-item-holder:nth-child(2) {
    border: none !important;
  }

  .products-holder.portal .product-item-holder:nth-child(3) {
    border-top: 1px solid #e9e9e9 !important;
  }

  .products-holder.portal .product-item-holder:nth-child(4) {
    border-top: 1px solid #e9e9e9 !important;
  }

  .navbar-brand>img {
    width: 165px;
  }

  .main-logo.inslider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 170px;
  }

  .new-filters {
    padding: 0 15px !important;
  }

  section.portal-content {
    padding-top: 0 !important;
  }

  .product-item .title,
  .product-item .longtitle {
    height: auto !important;
  }
}

@media (max-width: 400px) {
  .products-holder .product-item-holder .product-item .img-holder {
    width: 40% !important;
    margin-left: -5px;
    margin-right: 5px;
  }

  .products-holder .product-item-holder .product-item .content-holder {
    width: 60% !important;
  }

  .products-holder .product-item-holder .inwinkelmand-holder {
    width: 58% !important;
  }

  .products-holder .product-item-holder .product-item .prod-usp-text {
    font-size: 10px !important;
  }
}

.non-active .search-holder,
.non-active .keurmerken,
.non-active .header-shoppingcart {
  display: none !important;
}

.non-activeshop {
  background: #f5f5f5;
  border: 1px solid #e5621b;
  color: #e5621b;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

/*to top*/
.to-top {
  background: rgba(0, 0, 0, 0) url("http://image.schakelaar-verkoper.nl/dd/css/img/icon_topper.png") no-repeat scroll 0 0;
  bottom: 0px;
  height: 50px;
  opacity: 0.5;
  position: fixed;
  right: 0px;
  width: 50px;
  z-index: 999;
  text-indent: -10000px;
}

/* bottom links*/
a.a_title {
  color: #fff;
}

a.a_title:hover {
  text-decoration: none;
  outline: 0 none;
  color: #EEEEEE;
}

/* email subcribles */
.overlayinex {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  display: none;
  height: 473px;
  left: 50%;
  position: fixed;
  top: 30%;
  width: 370px;
  z-index: 10;
}

.nieuwsbrief-layer {
  height: 465px;
  margin-left: -150px;
  padding: 15px;
  width: 300px;
}

.inside {
  padding-bottom: 15px;
  padding-top: 15px;
}

.border {
  border: 1px solid #999d9d;
}

.nopadding {
  padding: 0;
}



/* Sitemap */
.bigbottommargin {
  margin-bottom: 60px !important;
}

h1.line {
  border-bottom: 1px solid #555;
  line-height: 50px;
}

h1.line a {
  color: #555;
}

h1.line a .fa {
  margin-left: 5px;
}

.sitemap-list {
  margin: 0;
  list-style: none;
}

.sitemap-list a {
  color: #e5621b;
}

.sitemap-section>ul {
  margin-top: 10px;
}

.sitemap-section ul li {
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .sitemap-section ul li ul li {
    display: inline-block;
    width: 33%;
  }
}

.sitemap-section ul {
  padding-left: 0px;
}

.sitemap-section>ul>li>span {
  margin-top: 12px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #000000;
}

.sitemap-section ul li ul li span {
  line-height: 24px;
}

.sitemap-section {
  margin-bottom: 200px;
}




/* Landkeuze */

.landkeuze .keuze-holder {
  padding-bottom: 5px !important;
  padding-top: 15px !important;
  border-bottom: 1px solid #fff;
}

.landkeuze .keuze-holder .fa-globe:before {
  font-size: 90px;
}

.styled-select:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2f2f2f;
  content: "";
  height: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 14px;
  width: 0;
}

.styled-select {
  height: 31px;
  padding: 3px;
}

.styled-select select {
  border: none;
  background: transparent;
  line-height: 25px;
  height: 25px;
  -webkit-appearance: none;
  appearance: none;
  color: #2f2f2f;
}

.greencolortext {
  color: #19caaf !important;
}





/* Shop dropdown */
.assortiment-menu span {
  float: left;
  width: 16.66666667%;
  line-height: 25px;
  color: #e5621b;
  cursor: pointer !important;
}

.assortiment-menu span a {
  color: #e5621b;
  width: 100%;
}

.assortiment-menu span.inactive {
  opacity: 0.5;
}




/* Header overwrite */
@media (min-width: 768px) {
  .toprow .navbar-brand {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {

  html.popup-open,
  body.popup-open {
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  .top-texts h1 {
    margin-top: 0 !important;
  }

  .sorting-holder {
    margin-top: 15px !important;
  }

  header {
    border-bottom: 2px solid #dcdcdc;
    position: fixed !important;
  }

  header .container.header {
    padding: 0;
  }

  .main-logo {
    margin-top: 15px;
    min-height: 75px !important;
    padding-right: 0;
    width: 140px;
  }

  .small-icon-holder {
    float: right;
  }

  header {
    padding: 0 15px !important;
    background: #e5621b;
    border-bottom: 1px solid #2f2f2f;
  }

  header .navbar-brand {
    width: auto;
  }

  header .toprow {
    margin: 0 !important;
  }

  header .main-logo {
    margin-top: 0;
  }

  header .main-logo .logo-text {
    line-height: 50px;
  }

  header .main-logo .logo-second-text {
    color: #fff;
    line-height: 45px;
    margin-top: 3px;
  }

  header .shoppingcart {
    margin-top: 6px;
  }

  header .shoppingcart:hover:before,
  header .shoppingcart:active:before {
    color: #2f2f2f;
  }

  header .shoppingcart:hover,
  header .shoppingcart:active {
    background: transparent;
  }

  header .shoppingcart .shoppingcarttext {
    margin: 0;
    color: #fff;
    background: #000;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    right: -5px;
    top: -2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .shoppingcart .shoppingcarttext.added-item {
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-size: 12px !important;
    right: -8px;
    top: -5px;
  }

  header .navbar-toggle {
    border: none;
    margin-top: 8px;
  }

  header .navbar-toggle .icon-bar {
    background: #fff;
  }

  header .navbar-toggle:hover .icon-bar,
  header .navbar-toggle:active .icon-bar {
    background: #2f2f2f;
  }

  .search-holder {
    border-radius: 0;
    margin: 0;
    padding: 7px 15px;
    background: #f2f2f2;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  }

  header .icon.btn-search:before {
    margin-left: -4px;
  }

  .search-holder .btn-search {
    margin: 0;
    right: 16px;
    top: 7px !important;
  }

  section.content {
    padding-top: 0;
  }

  header.sticky {
    min-height: 0 !important;
    padding: 0 15px !important;
    border-bottom: 1px solid #000;
  }

  .price-in-btn {
    display: none;
  }

  header .main-logo {
    min-height: 0 !important;
  }

  header .search {
    border: 1px solid #6a7476;
    color: #6a7476;
    margin-top: 0;
  }

  header .btn-search {
    height: 37px !important;
    right: 0;
    top: 0 !important;
    width: 37px !important;
  }

  header .icon.btn-search:before {
    margin-left: -4px;
  }

  header .icon.btn-search:before {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-toggle:hover .icon-bar,
  .navbar-toggle:active .icon-bar {
    background: #fff;
  }

  .header-search-btn:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
  }

  .header-search-btn {
    width: 36px;
    height: 36px;
    margin-top: 6px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-search-btn.closed {
    opacity: 1;
  }

  .wensen-holder {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    padding: 100px 0 0 0;
    background: #fff;
    height: 100%;
    z-index: 900;
    -ms-transform: translate(100%, 0);
    /* IE 9 */
    -webkit-transform: translate(100%, 0);
    /* Chrome, Safari, Opera */
    transform: translate(100%, 0);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }

  .wensen-holder .popup-content-holder {
    overflow-y: auto;
    padding: 15px;
    height: 100%;
  }

  .wensen-holder.open {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0);
    padding: 100px 15px 15px 15px;
    overflow-y: auto;
  }

  .wensen-holder .filteren,
  .wensen-holder .assortiment,
  .wensen-holder .gelegenheid {
    margin: 0 !important;
  }

  #left-col .popup-header,
  .wensen-holder .popup-footer {
    background: #e5621b;
    height: 50px;
    border-bottom: 1px solid #000;
    left: 0;
    top: 0;
    position: fixed;
  }

  .wensen-holder .popup-footer {
    top: auto;
    bottom: 0;
    display: none !important;
  }

  #left-col .popup-header .close-btn:before {
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
  }

  #left-col .popup-header .close-btn {
    width: 36px;
    height: 36px;
    margin-top: 6px;
  }

  .overige-links {
    line-height: 42px;
    border-bottom: 1px solid #bcc0c1;
    font-size: 14px;
  }

  .overige-links .navbar-toggle {
    color: #bcc0c1;
  }

  .wensen {
    border: none !important;
    background: #fff !important;
  }

  .filters {
    padding: 0 !important;
  }

  .filters>div {
    border-bottom: 1px solid #f0f1f1;
  }

  .filters a,
  .filters span {
    line-height: 30px;
    font-size: 14px !important;
  }

  .overige-links {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-transform: none;
  }

  body>.overige-links {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .filters.extra-filter {
    padding: 0 !important;
  }

  .filter-slidedown-btn:before {
    right: 5px;
    top: 15px;
  }

  .filter-slidedown .filters {
    padding: 0 !important;
  }

  .filter-slidedown.open {
    margin-bottom: 15px;
  }

  .popup-filter-head {
    color: #e5621b;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #e5621b;
  }

  .extra-popup-links a {
    color: #e5621b;
  }

  .popup-open .popup-content-holder .search-holder {
    height: auto;
    padding: 7px 15px;
    z-index: 990;
    position: fixed !important;
    left: 0;
    top: 50px;
    border-top: 0;
    border-bottom: 1px solid #000;
    opacity: 1;
    display: block !important;
  }

  .popup-open .popup-content-holder .search-holder .search {
    margin: 0;
  }

  nav .top-bar.green,
  .popup-open .top-bar.green {
    margin-top: 30px !important;
    padding: 0;
    color: #19caaf;
    border-bottom: 2px solid #19caaf;
    background: #fff;
  }

  .first-review .number-holder {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  .review-holder .review,
  .review-holder .first-review {
    height: auto;
  }

  .review-holder .review .head {
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #e5621b;
    font-weight: 700;
  }

  .review-holder .review,
  .review-holder .first-review {
    border-bottom: 1px solid #e5621b;
  }

  .products-holder .product-item-holder .product-item,
  .products-holder .product-item-holder:nth-child(2n+1) .product-item {
    border-left: none;
    border-right: none;
  }

  .product-item-holder .btn-holder {
    left: auto;
    right: 0;
  }

  .product-item-holder .product-name {
    margin: 0 !important;
  }

  .products-holder .product-item-holder .product-item {
    padding-bottom: 63px;
  }

  .products-holder .item-content-holder {
    padding-left: 15px;
  }

  .product-item p {
    margin-bottom: 15px;
    height: 37px;
  }

  .sort-holder {
    background: #6a7476;
    width: 100%;
    position: relative;
  }

  .sort-holder .sort {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .sort-holder .sort a {
    width: 33.33333333%;
    padding: 0 5px;
    float: left;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
  }

  .sort-holder .sort a:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .sort-holder .sort .btn-filteren {
    background: #e5621b;
  }

  .sort-holder .sort a:hover,
  .sort-holder .sort a:active,
  .sort-holder .sort a.active {
    border-bottom: 2px solid #e5621b;
    line-height: 28px;
  }

  .review-holder .review .quote-holder {
    padding-top: 0;
  }

  .detailpage section.content {
    padding-top: 120px;
  }

  .footer-page .popup-filter-head {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .sort-holder .sort a:nth-of-type(1) {
    width: 30%;
  }

  .sort-holder .sort a:nth-of-type(2) {
    width: 40%;
  }

  .sort-holder .sort a:nth-of-type(3) {
    width: 30%;
  }
}



/* Landkeuze */

.landkeuze .keuze-holder {
  padding-bottom: 5px !important;
  padding-top: 15px !important;
  border-bottom: 1px solid #fff;
}

.landkeuze .keuze-holder .fa-globe:before {
  font-size: 90px;
}

.landkeuze .keuze-holder .styled-select:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2f2f2f;
  content: "";
  height: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 14px;
  width: 0;
}

.landkeuze .keuze-holder .styled-select {
  height: 31px;
  padding: 3px;
}

.landkeuze .keuze-holder .styled-select select {
  border: none;
  background: transparent;
  line-height: 25px;
  height: 25px;
  -webkit-appearance: none;
  appearance: none;
  color: #2f2f2f;
}

.landkeuze option {
  display: none;
}

.landkeuze select option {
  display: block;
}

.site_dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-column-width: 155px;
  -moz-column-width: 155px;
  -o-column-width: 155px;
  -ms-column-width: 155px;
  column-width: 155px;
}

.site_dropdown li,
.site_dropdown li a {
  line-height: 25px;
  color: #19caaf;
  font-weight: 500;
  cursor: pointer;
}








/* Verkoper layout */
body,
*:not(.fa) {
  font-family: 'Roboto', sans-serif !important;
}

*:focus {
  outline: none !important;
}

body {
  font-size: 12px;
  color: #2f2f2f;
  font-weight: 300;
}

strong,
b {
  font-weight: 400;
}

a,
a:hover,
a:active,
a.active {
  color: #19caaf;
}

p {
  font-size: 12px;
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 300;
}

.bottom-texts h2,
.top-texts h2,
h2,
.h2-title {
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  color: #2f2f2f;
}

.navbar {
  min-height: auto;
  margin-bottom: 0;
}

nav.navbar-default {
  background: #19caaf;
  border: 0;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
  cursor: pointer;
}

.navbar-default .navbar-nav>li>a img {
  margin-right: 2px;
  margin-top: 5px;
  width: 18px;
}

.icon.login:before {
  top: -9px;
}

.icon.klantenservice:before {
  top: -9px;
}

.call-us {
  color: #19caaf;
}

nav.navbar-default .call-us {
  color: #fff;
}

.btn-assortiment {
  border: 1px solid #fff;
  color: #fff;
}

.btn-assortiment:hover,
.btn-assortiment:active {
  color: #19caaf;
  background: #fff;
}

.item-row .item span {
  color: #19caaf;
}

.assortiment-menu span,
.assortiment-menu span a {
  color: #19caaf;
}

.main-logo .logo-second-text {
  color: #19caaf;
}

header,
.uspholder {
  background: #f2f2f2;
}

.usps {
  background: #2f2f2f;
}

h1,
.h1-title {
  color: #19caaf;
}

.non-activeshop {
  background: #f2f2f2;
  border: 1px solid #19caaf;
  color: #19caaf;
}

.icon.circle:before {
  color: #19caaf;
}

.icon.social {
  background: #19caaf;
}

footer {
  background: #2f2f2f;
}

.shoppingcart {
  background: transparent !important;
}

.shoppingcart:hover,
.shoppingcart:active {
  background: #2f2f2f;
}

.navbar-toggle {
  border-color: #2f2f2f;
}

.navbar-toggle .icon-bar {
  background: #2f2f2f;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:active .icon-bar {
  background: #19caaf;
}

.overige-links {
  color: #2f2f2f;
}

.overige-links:hover,
.overige-links:active {
  color: #19caaf;
}

.overige-links .navbar-toggle {
  border-color: #2f2f2f;
}

.overige-links .navbar-toggle .icon-bar {
  background: #2f2f2f;
}

.overige-links:hover .navbar-toggle,
.overige-links:active .navbar-toggle {
  border-color: #19caaf;
}

.overige-links:hover .navbar-toggle .icon-bar,
.overige-links:active .navbar-toggle .icon-bar {
  background: #19caaf;
}

.categorieen ul li a:hover,
.categorieen ul li a:active,
.categorieen ul li:hover,
.categorieen ul li:active {
  color: #19caaf;
}

a.btn.gegevens,
span.btn.gegevens,
.cta.gegevens,
.cta.button {
  background: #19caaf;
  border-color: #018672;
}

a.btn.gegevens:hover,
a.btn.gegevens:active,
.cta.gegevens:hover,
.cta.gegevens:active,
span.btn.gegevens:hover,
span.btn.gegevens:active,
.cta.button:hover,
.cta.button:active {
  background: #006152;
}

.icon.social:hover,
.icon.social:active {
  background: #2f2f2f;
}

.usps .usp-item:hover,
.usps .usp-item:active {
  background: #19caaf;
}

.icon.btn-search:before {
  color: #19caaf;
}

.header-shoppingcart:hover .title,
.header-shoppingcart:active .title,
.header-shoppingcart:hover .nowrap,
.header-shoppingcart:active .nowrap,
.header-shoppingcart:hover .icon.arrow-down:before,
.header-shoppingcart:active .icon.arrow-down:before {
  color: #19caaf;
}

.winkelwagen-menu .winkelwagen-inside strong {
  color: #19caaf;
}

.winkelwagen-menu .winkelwagen-inside .price {
  color: #19caaf;
}

.winkelwagen-menu .winkelwagen-inside .item-row:hover .item,
.winkelwagen-menu .winkelwagen-inside .item-row:active .item {
  color: #19caaf;
}

a.btn.winkelmand,
span.btn.winkelmand,
.cta {
  background: #ff8a00;
  border-color: #e47b00;
}

a.btn.winkelmand:hover,
a.btn.winkelmand:active,
span.btn.winkelmand:hover,
span.btn.winkelmand:active,
.cta:hover,
.cta:active {
  background: #e47b00;
}

.winkelwagen-menu .winkelwagen-inside .item-row:hover .price,
.winkelwagen-menu .winkelwagen-inside .item-row:active .price {
  color: #2f2f2f;
}

.overige-links:hover .icon.arrow-up:before,
.overige-links:active .icon.arrow-up:before,
.overige-links:hover .icon.arrow-up,
.overige-links:active .icon.arrow-up {
  color: #19caaf;
}

.delfilter {
  color: #19caaf !important;
}

.subheadblock .delfilter {
  color: #2f2f2f !important;
}

.subheadblock,
.headblock {
  background: #19caaf;
}

.subheadblock a:hover {
  color: #fff;
  font-weight: bold;
}

.subheadblock a.active {
  color: #fff;
}

.meestverkocht-item .price {
  color: #19caaf;
}

.meestverkocht-item .btn.winkelmand {
  background: #2f2f2f !important;
  border-color: #2f2f2f !important;
}

.meestverkocht-item .btn.winkelmand .fa:before {
  color: #19caaf;
}

.meestverkocht-item:hover .price,
.meestverkocht-item:active .price {
  color: #2f2f2f;
}

.product-item .price {
  color: #19caaf;
}

.product-item p.prod-usp .fa {
  color: #19caaf;
}

.product-item p.prod-usp {
  text-align: left;
}

.product-item:hover .title,
.product-item:active .title {
  color: #19caaf;
}

.product-item:hover .price,
.product-item:active .price {
  color: #2f2f2f;
}

.sitemap-list a {
  color: #19caaf;
}

.sitemap-list a:hover,
.sitemap-list a:active {
  color: #2f2f2f;
}

.gratistext {
  color: #19caaf !important;
}

.product-item-details p.prod-usp .fa {
  color: #19caaf;
}

.detailpage .korting strong {
  color: #19caaf;
}

.detailpage .product-price {
  color: #2f2f2f;
}

a.btn.extra,
span.btn.extra,
.cta.button,
.cta.inactive {
  background: #2f2f2f;
  border-color: #333;
}

a.btn.extra:hover,
a.btn.extra:active,
span.btn.extra:hover,
span.btn.extra:active,
.cta.button:hover,
.cta.button:active,
.cta.inactive:hover,
.cta.inactive:active {
  background: #666;
}

.detailpage .adv-custom-pager a:hover,
.detailpage .adv-custom-pager a:active {
  border-color: #19caaf;
}

.cart-link.open {
  background: #19caaf;
}

.blocktext .title {
  color: #19caaf;
}

.large-img-overlay img {
  border-color: #19caaf;
}

.winkelmand .betaal-row .price.gratis {
  color: #19caaf;
}

.portal .review-holder {
  background: #f2f2f2;
}

.review-holder .review .head,
.first-review .number-holder,
.review-holder .review .number-holder {
  background: #19caaf;
}

.review-holder .check-holder .fa:before {
  color: #19caaf;
}

.shop-links-holder a {
  color: #19caaf;
}

.shop-links-holder a:hover,
.shop-links-holder a:active {
  color: #2f2f2f;
}

.klantenservice-holder .servicelinks-holder {
  background: #19caaf;
}

.new-filter:hover,
.new-filter:active {
  color: #19caaf;
  border-color: #19caaf;
}

.price-holder {
  background: #19caaf;
}

.cycle-pager span.cycle-pager-active {
  color: #19caaf;
}

.slider-title {
  color: #19caaf;
}

.detail-btn {
  background: #ff8a00;
}

.detail-btn:hover,
.detail-btn:active {
  background: #e47b00;
}

.assortiment-menu .item-row .dd {
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/vk.jpg) left top no-repeat;
}

.product-item-holder .gratistext:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2f2f2f;
  content: "";
  height: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
}

.product-item-holder .gratistext {
  background: #2f2f2f;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff !important;
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
  width: auto !important;
  z-index: 100;
}

.product-item-holder .gratistext:empty {
  display: none;
}

.main-logo .logo-long-text {
  font-size: 24px;
  line-height: 26px;
  color: #2f2f2f;
  float: left;
}

.main-logo .logo-second-long-text {
  font-size: 20px;
  line-height: 26px;
  color: #19caaf;
  float: left;
}

.bottom-texts h2.review-h2 {
  color: #19caaf;
}

.bottom-texts ul li,
.bottom-texts ol li {
  font-weight: 300;
  color: #2f2f2f;
}





/* Portal */
nav .navbar-brand {
  width: 100%;
  max-width: 131px;
  margin-top: 1px;
  cursor: pointer;
}

.btn-assortimenten .logo1,
.btn-assortimenten:hover .logo2,
.btn-assortimenten:active .logo2 {
  display: block;
}

.btn-assortimenten .logo2,
.btn-assortimenten:hover .logo1,
.btn-assortimenten:active .logo1 {
  display: none;
}

header .navbar-brand {
  margin-left: 0 !important;
}

.portal-slider {
  height: 350px;
}

.portal-slider .slide {
  height: 100%;
}

.portal-slider .img-holder {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
}

.portal-slider .text-holder {
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 30px !important;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
}

.portal-slider .text-holder .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #19caaf;
}

.portal-slider .text-holder .price {
  font-size: 67px;
  line-height: 68px;
  font-weight: 700;
  color: #2f2f2f;
}

.portal-slider .text-holder .price .vanaf {
  font-size: 20px;
  line-height: 43px;
}

.portal-slider .container {
  height: 100%;
}

.infobutton:before {
  font-size: 25px !important;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.infobutton {
  width: 30px;
  height: 30px;
  background: #19caaf;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.infobutton:hover,
.infobutton:active {
  background: #2f2f2f;
}

.portal-slider .infobutton {
  bottom: -15px;
  right: 0;
}

.portal-slider-prev:before,
.portal-slider-next:before {
  font-size: 25px;
}

.portal-slider-next:before {
  float: right;
  margin: 3px 4px 0 0;
}

.portal-slider-prev:before {
  float: left;
  margin: 3px 0 0 4px;
}

.portal-slider-prev,
.portal-slider-next {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  color: #2f2f2f;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
  z-index: 400;
  cursor: pointer;
}

.portal-slider-prev {
  left: 0;
}

.portal-slider-next {
  right: 0;
}

.portal-content {
  margin-top: -40px;
  z-index: 100;
}

.top-bar {
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0px 0px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-top: 0 !important;
}

.top-bar.green {
  background: #19caaf;
  overflow: hidden;
}

.klantensevice-block {
  background: #f2f2f2;
}

.klantensevice-block a {
  color: #19caaf;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
}

.klantensevice-block a .fa:before {
  font-size: 45px;
}

.klantensevice-block a:first-of-type {
  border-right: 1px solid #fff;
}

.klantensevice-block a:last-of-type {
  border-left: 1px solid #fff;
}

.klantensevice-block a .phone {
  margin-top: 37px;
}

.klantensevice-block a .klantenholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.klantensevice-block a:hover .klantenholder,
.klantensevice-block a:active .klantenholder {
  -ms-transform: scale(0.85);
  /* IE 9 */
  -webkit-transform: scale(0.85);
  /* Safari */
  transform: scale(0.85);
}

.winkelmand-btn {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.winkelmand-btn .fa:before {
  font-size: 29px;
  margin-top: -3px;
  float: right;
}

.winkelmand-btn .shopping-number {
  color: #19caaf;
  left: 12px;
  top: 3px;
  width: 15px;
  text-align: center;
}

.usp-holder {
  background: #2f2f2f;
  height: 40px;
  border-radius: 3px 3px 0 0;
  z-index: 500;
}

.big-shopping-button {
  width: 20% !important;
  background: #19caaf;
  height: 40px;
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 0 3px 0 0;
}

.big-shopping-button:hover,
.big-shopping-button:active {
  background: #2f2f2f;
  color: #19caaf;
}

.big-shopping-button>.fa-shopping-cart:before {
  float: left;
  font-size: 29px;
  margin: 5px 2px 0 0;
}

.big-shopping-button .fa-angle-down:before {
  float: right;
  font-size: 29px;
  margin: 5px 0 0 2px;
}

.usps-holder .usp-item {
  padding: 5px 9px;
  height: 40px;
  width: auto;
}

.usps-holder .usp-item:nth-of-type(5) {
  width: 184px;
}

.portal .usps-holder .usp-item:nth-of-type(5) {
  width: 200px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .usps-holder .usp-item:nth-of-type(4) {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .big-shopping-button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .usps-holder .usp-item:nth-of-type(2) {
    width: 220px;
  }

  .portal .usps-holder .usp-item:nth-of-type(2) {
    width: 312px;
  }
}

.usps-holder .usp-item:hover,
.usps-holder .usp-item:active {
  background: #19caaf;
}

.usps-holder .usp-item .fa:before {
  font-size: 25px;
  color: #19caaf;
  float: left;
  margin: -3px 2px 0 0;
}

.usps-holder .usp-item:hover .fa:before,
.usps-holder .usp-item:active .fa:before {
  color: #fff;
}

.usps-holder .usp-item .usp {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-top: 4px;
  color: #fff;
  text-transform: none;
}

footer {
  padding-left: 0;
  padding-right: 0;
}

footer .nieuwsbrief .bVErrMsgContainer {
  right: auto;
  left: -8px;
  top: 18px;
}

.top-texts p,
.bottom-texts p {
  text-align: justify;
}

h1,
.h1-title {
  font-size: 17px;
  font-weight: 700;
}

.review-holder .review,
.review-holder .first-review {
  height: 225px;
}

.review-holder .check-holder {
  font-size: 12px;
}

.review-holder .hoeveelheid {
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  line-height: 13px;
  color: #19caaf;
}

.vacaturelist {
  height: 225px;
  background: #19caaf;
}

.vacature-img {
  height: 225px;
  background-image: url(http://image.schakelaar-verkoper.nl/dd/css/img/vacature.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 220px;
  color: #fff;
  font-size: 29px;
  font-weight: 100;
  font-style: italic;
  right: 0;
  bottom: 0;
  text-shadow: 2px 2px #000;
}

.vacature-img .infobutton {
  right: 15px;
  bottom: 15px;
  text-shadow: 0 0 #000;
}

.vacature {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}

.vacature .fa {
  margin-top: 9px;
}

.vacature .fa-circle {
  display: none;
}

.vacature:hover,
.vacature:active {
  font-weight: 700;
  color: #fff;
}

.vacature:hover .fa-circle-o,
.vacature:active .fa-circle-o {
  display: none;
}

.vacature:hover .fa-circle,
.vacature:active .fa-circle {
  display: block;
}

.cta.light,
.cta.winkelmand,
.cta.default,
.cta.grey {
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px 0 10px;
  border: 1px solid #fff;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  background: transparent;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta.winkelmand {
  color: #ff8a00;
  background: #fff;
  border: 1px solid #ff8a00;
}

.cta.default {
  color: #19caaf;
  background: #fff;
  border: 1px solid #19caaf;
}

.cta.grey {
  color: #2f2f2f;
  background: #fff;
  border: 1px solid #2f2f2f;
}

.cta.light .active-bar,
.cta.winkelmand .active-bar,
.cta.default .active-bar,
.cta.grey .active-bar {
  width: 0;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta.winkelmand .active-bar {
  background: #ff8a00;
}

.cta.default .active-bar {
  background: #19caaf;
}

.cta.grey .active-bar {
  background: #2f2f2f;
}

@media (min-width: 991px) {

  .cta.light:hover,
  .cta.light:active {
    color: #19caaf;
    margin: 0;
  }

  .cta.winkelmand:hover,
  .cta.winkelmand:active,
  .cta.default:hover,
  .cta.default:active,
  .cta.grey:hover,
  .cta.grey:active {
    color: #fff;
  }

  .cta:hover .active-bar,
  .cta:active .active-bar {
    width: 100%;
  }
}

.cta.light .infobutton,
.cta.winkelmand .infobutton,
.cta.default .infobutton,
.cta.grey .infobutton {
  width: 30px;
  height: 28px;
  right: 0;
  top: 0;
  border-radius: 0;
  background: #fff;
  color: #19caaf;
}


.cta.light .infobutton:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.cta.winkelmand .infobutton {
  background: #ff8a00;
  color: #fff;
}

.cta.default .infobutton:before,
.cta.grey .infobutton:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.cta.default .infobutton {
  background: #19caaf;
  color: #fff;
}

.cta.grey .infobutton {
  background: #2f2f2f;
  color: #fff;
}

@media (min-width: 991px) {

  .vacaturelist .cta.light:hover,
  .vacaturelist .cta.light:active {
    margin-top: 15px;
  }
}

.banner {
  border-color: #f2f2f2;
  height: 170px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner:hover,
.banner:active {
  -ms-transform: scale(0.85);
  /* IE 9 */
  -webkit-transform: scale(0.85);
  /* Safari */
  transform: scale(0.85);
}

.banner-img {
  height: 170px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.banner .text-holder {
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
}

.banner .text-holder .top-titel {
  font-size: 17px;
  color: #19caaf;
  line-height: 18px;
  font-weight: 700;
}

.banner .infobutton {
  right: 15px;
  bottom: 15px;
}

.shop-logo .bigpart {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2f2f2f;
}

.shop-logo .smallpart {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #19caaf;
}

.shop-logo .punchline {
  font-weight: 100;
  font-size: 13px;
  line-height: 13px;
  color: #2f2f2f;
}

.white-overlay {
  height: 102%;
  background: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 0;
}

.blog-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.blog-img .black-overlay {
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-img .black-overlay .infobutton {
  right: 15px;
  bottom: 15px;
}

.blog-post:hover .blog-img .black-overlay,
.blog-post:active .blog-img .black-overlay {
  opacity: 0;
}

footer strong {
  color: #19caaf;
}

footer li a {
  font-weight: 100;
}

.call-us:hover,
.call-us:active {
  color: #2f2f2f;
}

.shop-holder {
  background: #2f2f2f;
  padding: 5px;
}

.shop-holder a {
  padding: 5px;
}

.shop-holder .shop {
  border-color: #19caaf;
  padding: 20px 10px 20px 90px;
  height: 70px;
}

.shop-holder .shop .shop-logo {
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 90px;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
}

.shop-holder .shop .shop-logo .bigpart,
.shop-holder .shop .shop-logo .punchline {
  color: #fff;
}

.shop-holder .shop .shop-logo .bigpart {
  font-size: 24px;
}

.shop-holder a .shop-logo .smallpart {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.green-overlay {
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #19caaf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-holder a:hover .green-overlay,
.shop-holder a:active .green-overlay {
  width: 100%;
}

.shop-holder a:hover .shop-logo .smallpart,
.shop-holder a:active .shop-logo .smallpart {
  color: #2f2f2f;
}

.shop-holder a .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  font-size: 46px;
}

.shop-holder a .icon {
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: #19caaf;
  color: #fff;
}

.footer-below .bottom-logo {
  max-width: 114px;
}

@media (max-width: 1199px) {
  .shop-logo .bigpart {
    font-size: 18px !important;
  }

  .shop-logo .smallpart {
    font-size: 14px !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .review-holder .check-holder {
    font-size: 10px;
  }

  .review-holder .hoeveelheid {
    font-size: 10px;
    line-height: 13px;
  }

  .banner .text-holder .top-titel {
    font-size: 12px;
  }

  .shop-logo .bigpart {
    font-size: 22px;
    line-height: 23px;
  }

  .shop-logo .smallpart {
    font-size: 17px;
    line-height: 23px;
  }

  .shop-logo .punchline {
    font-size: 11px;
    line-height: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .klantensevice-block a {
    border: none !important;
    text-align: left !important;
  }

  .klantensevice-block a .fa:before {
    font-size: 25px;
  }

  .klantensevice-block a .fa,
  .klantensevice-block a img {
    float: left !important;
    margin-right: 5px;
  }

  .klantensevice-block a img {
    width: 27px;
    margin-top: 9px !important;
  }

  .klantensevice-block a span {
    width: auto !important;
  }

  .klantensevice-block a .fa-envelope {
    margin-top: 7px !important;
  }

  .vacature {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .vacaturelist-holder {
    padding: 0 !important;
  }
}

@media (max-width: 990px) {
  .banner .text-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-post .top-bar {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .portal-slider {
    height: 150px;
  }

  .portal-slider .text-holder {
    padding-bottom: 15px !important;
    top: auto;
    bottom: 0;
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0);
  }

  .portal-slider .text-holder .title {
    font-size: 16px;
    line-height: 17px;
  }

  .portal-slider .text-holder .price,
  .portal-slider .text-holder .price .vanaf {
    font-size: 12px;
    line-height: 13px;
  }

  .portal-slider .text-holder {
    background: rgba(255, 255, 255, 0.75);
  }

  .portal-slider .infobutton {
    bottom: 0;
  }

  .portal-content {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .first-review .number-holder {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  .review-holder .review,
  .review-holder .first-review {
    height: auto;
  }

  .shop-holder .shop .shop-logo .punchline {
    font-size: 10px;
  }

  .socialmedia {
    padding: 0;
  }
}




/* Header */
header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.slogan {
  margin-top: -7px;
}

header .search-holder {
  overflow: hidden;
  border-radius: 0 3px 3px 0;
  left: 50%;
  top: 0;
  padding: 0;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
}

.search {
  margin-top: 0;
  border: 1px solid #19caaf !important;
  color: #2f2f2f !important;
  font-weight: 700;
}

.icon.btn-search:before {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.btn-search {
  width: 37px !important;
  height: 37px !important;
  background: #19caaf;
  right: 0;
  top: 0 !important;
}

.btn-search:hover,
.btn-search:active {
  background: #2f2f2f;
}

header .main-logo {
  margin-top: 0;
  min-height: 0 !important;
}

header.sticky .main-logo {
  min-height: 0 !important;
  margin-top: 0 !important;
}

header.sticky {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #2f2f2f !important;
  z-index: 900;
}

header .call-us {
  font-size: 21px;
  line-height: 37px;
  color: #19caaf;
  font-weight: 700;
}

header .call-us img {
  height: 29px;
}

header.sticky .call-us {
  display: none;
}

.uspholder {
  margin-bottom: 0;
}

header .big-shopping-button {
  border-radius: 3px 3px 0 0;
  width: 15% !important;
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 0;
  height: 47px;
  line-height: 47px;
}

header .big-shopping-button .fa-shopping-cart:before,
header .big-shopping-button .fa-angle-down:before {
  margin-top: 8px;
}

header .big-shopping-button .cta .fa-shopping-cart:before {
  margin: 0 !important;
}

.winkelwagen-menu {
  padding-top: 0;
  top: 40px;
  right: 0;
  z-index: 500;
}

.winkelwagen-menu .winkelwagen-inside {
  border: none !important;
  background: #19caaf;
}

header .winkelwagen-menu {
  top: 47px;
}

.winkelwagen-menu .winkelwagen-inside strong {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.winkelwagen-menu .winkelwagen-inside .item-row {
  font-size: 12px;
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 300;
}

.winkelwagen-menu .winkelwagen-inside .item-row .price {
  color: #fff;
  font-weight: 700;
  padding-right: 20px;
  text-align: right;
}

.winkelwagen-menu .winkelwagen-inside .item-row .delete-product {
  right: 0px;
  top: 8px;
}

.winkelwagen-menu .winkelwagen-inside .item-row:hover span,
.winkelwagen-menu .winkelwagen-inside .item-row:active span {
  color: #2f2f2f !important;
}
.winkelwagen-menu .winkelwagen-inside .item-row:hover .price,
.winkelwagen-menu .winkelwagen-inside .item-row:active .price,
body .winkelwagen-menu .winkelwagen-inside .delete-product:hover,
body .winkelwagen-menu .winkelwagen-inside .delete-product:active {
  color: #fff !important;
}
.winkelwagen-menu .winkelwagen-inside .cta {
  margin-top: 15px !important;
}

.assortiment-menu {
  left: 0;
}

.main-logo .logo-text {
  font-weight: 700;
  color: #2f2f2f;
}

@media (min-width: 768px) and (max-width: 990px) {
  .search-holder {
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {
  header {
    padding: 0 15px !important;
    background: #19caaf;
    border-bottom: 1px solid #2f2f2f;
  }

  header .toprow {
    margin: 0 !important;
  }

  header .main-logo {
    margin-top: 0;
  }

  header .main-logo .logo-text {
    line-height: 50px;
  }

  header .main-logo .logo-second-text {
    color: #fff;
    line-height: 45px;
    margin-top: 3px;
  }

  header .shoppingcart {
    margin-top: 6px;
  }

  header .shoppingcart:hover:before,
  header .shoppingcart:active:before {
    color: #2f2f2f;
  }

  header .shoppingcart:hover,
  header .shoppingcart:active {
    background: transparent;
  }

  header .shoppingcart .shoppingcarttext {
    background: #2f2f2f;
  }

  header .navbar-toggle {
    border: none;
    margin-top: 8px;
  }

  header .navbar-toggle .icon-bar {
    background: #fff;
  }

  header .navbar-toggle:hover .icon-bar,
  header .navbar-toggle:active .icon-bar {
    background: #2f2f2f;
  }

  .search-holder {
    border-radius: 0;
    margin: 0;
    padding: 7px 15px;
    background: #f2f2f2;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    border: none;
  }

  header .icon.btn-search:before {
    margin-left: 0;
  }

  .popup-content-holder .search-holder .btn-search {
    margin: 0;
    right: 16px;
    top: 8px !important;
  }

  header.sticky {
    padding: 0 15px !important;
  }
}






/* Filters */
.filters>div {
  padding: 3px !important;
  position: relative;
}

.wensen {
  border: none !important;
}

.wensen-holder .wensen.assortiment {
  margin-bottom: 30px;
  min-height: 0;
  padding-bottom: 10px;
}

.wensen-holder .wensen {
  background: #f2f2f2;
}

.popup-content-holder .subheadblock:first-of-type {
  display: none;
}

.wensen .filters>div {
  padding-left: 10px !important;
  padding-right: 10px !important;
  float: left;
  width: 100%;
}

.wensen .filters a,
.wensen .filters span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #2f2f2f;
}

body:not(.has-oldmenu) .top_menu_bar:not(.assortiment) .wensen .extra-filter.filters .filter-slidedown-btn:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  float: left;
  margin: -2px 5px 0 0;
}

.wensen.menurollup .extra-filter.filters .filter-slidedown-btn:before {
  content: "\f068" !important;
}

.wensen .extra-filter.filters .filter-slidedown-btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: left;
  width: 100%;
  border-bottom: 1px solid #19caaf;
}

.wensen .filters>.filter-slidedown {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: left;
  width: 100%;
}

.wensen .filters>.filter-slidedown .filters {
  margin: 0 -10px;
}

.wensen .extra-filter.filters .filter-slidedown-btn a {
  max-width: 1000px;
  padding: 0;
  text-transform: uppercase;
  margin-right: 3px;
}

.wensen .extra-filter.filters .filter-slidedown-btn .fa-check {
  opacity: 0;
}

.wensen.active .extra-filter.filters .filter-slidedown-btn .fa-check {
  opacity: 1;
}

.wensen.dirtygroup .extra-filter.filters .filter-slidedown-btn .fa-check {
  opacity: 0.35;
  color: #2f2f2f;
}

.wensen .extra-filter.filters .filter-slidedown-btn:hover .fa-check {
  opacity: 0.35;
}

.wensen .filters:hover a,
.wensen .filters:active a,
.wensen .filters:hover span,
.wensen .filters:active span {
  color: #19caaf;
}

.wensen .filters a.active {
  font-weight: 700;
}

.wensen .filters .deadlink a,
.wensen .filters .deadlink span {
  opacity: 0.5;
}

.delfilter span {
  display: none;
}

.lastnavigate .delfilter,
.navigate .delfilter,
.count0 {
  display: none;
}

.lastnavigate .js_clicker.deadlink,
.lastnavigate .js_clicker.deadlink a,
.lastnavigate .js_clicker.deadlink span {
  opacity: 1 !important;
}



.filters.extra-filter {
  padding: 8px 10px 0 10px !important;
}

.filters.extra-filter a,
.filters.extra-filter span {
  font-size: 12px;
  line-height: 14px;
  color: #19caaf;
  font-weight: 700;
  float: left;
}

@media (min-width: 768px) {
  .open.always .filter-slidedown-btn:after {
    content: "" !important;
  }
}

@media (max-width: 767px) {
  .wensen .extra-filter.filters .filter-slidedown-btn:before {
    margin-top: 6px;
  }

  body:not(.has-oldmenu) .top_menu_bar:not(.assortiment) .wensen .extra-filter.filters .filter-slidedown-btn:before {
    line-height: 35px;
  }
}

.filters.extra-filter:hover a,
.filters.extra-filter:active a,
.filters.extra-filter a.active,
.filters.extra-filter:hover span,
.filters.extra-filter:active span,
.filters.extra-filter:hover:before,
.filters.extra-filter:active:before {
  color: #19caaf !important;
}

.filters.extra-filter:hover>div,
.filters.extra-filter:active>div {
  border-color: #19caaf !important;
}

.subheadblock {
  padding: 8px 10px 0 10px !important;
  background: #f2f2f2;
}

.subheadblock span {
  width: 100%;
  float: left;
  border-bottom: 1px solid #19caaf;
  padding-bottom: 8px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.subheadblock span a,
.subheadblock span {
  color: #19caaf !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.subheadblock:hover span a,
.subheadblock:active span a {
  color: #2f2f2f;
}

.subheadblock:hover span,
.subheadblock:active span {
  border-color: #2f2f2f;
  color: #2f2f2f;
}

.overige-header {
  display: none;
}

.filters.extra-filter .filter-slidedown .filters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.filters.extra-filter .filter-slidedown .filters a,
.filters.extra-filter .filter-slidedown .filters span {
  font-size: 13px !important;
  line-height: 14px !important;
  font-weight: 300 !important;
  color: #2f2f2f !important;
}

.filters.extra-filter .filter-slidedown .filters:hover a,
.filters.extra-filter .filter-slidedown .filters:active a,
.filters.extra-filter .filter-slidedown .filters:hover span,
.filters.extra-filter .filter-slidedown .filters:active span {
  color: #19caaf !important;
}

.filters.extra-filter .filter-slidedown .filters a.active {
  font-weight: 700 !important;
}

.filters.extra-filter .filter-slidedown .filters .deadlink a,
.filters.extra-filter .filter-slidedown .filters .deadlink span {
  opacity: 0.15 !important;
}

.wensen:last-of-type {
  padding-bottom: 10px;
}

.delfilter:before {
  content: "\f057";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
}

.delfilter {
  width: 15px !important;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #19caaf !important;
  border: none !important;
}

.subheadblock .delfilter {
  top: 4px;
}

.filters.active a,
.filters.extra-filter .filter-slidedown .filters.active a {
  font-weight: bold !important;
}

/* Producten */
.sorting-holder {
  border-bottom: 1px solid #19caaf;
  color: #19caaf;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 15px;
}

.sorting-holder .sort-holder {
  color: #19caaf !important;
  font-weight: 300;
}

.sort-holder .sort {
  background: #19caaf;
  color: #fff;
}

.sorting-holder a {
  color: #fff;
  font-weight: 300;
}

.sort-holder .sort a:hover,
.sort-holder .sort a:active {
  color: #2f2f2f;
}

.sort-holder .sort a.active {
  font-weight: 700;
  color: #2f2f2f;
}

.producten-row {
  margin-left: -5px;
  margin-right: -5px;
}

.products-holder .product-item-holder {
  border: none !important;
  padding: 5px !important;
}

.products-holder.hourglass .product-item-holder {
  opacity: 0.35;
}

.products-holder .product-item-holder .product-item {
  border: 1px solid #f2f2f2 !important;
  padding-bottom: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-holder .product-item-holder .product-item .infobutton {
  left: 15px;
  top: 15px;
  border: 1px solid #19caaf;
  background: #fff;
  color: #19caaf;
}

.products-holder .product-item-holder .product-item .img-holder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  margin-bottom: 10px;
}

.products-holder .product-item-holder .product-item .img-holder:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(http://image.schakelaar-verkoper.nl/dd/css/img/preloader.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.products-holder .product-item-holder .product-item .img-holder img {
  display: inline-block;
  max-height: 100%;
}

.products-holder .product-item-holder .product-item .price {
  font-size: 17px;
  line-height: 20px;
  color: #19caaf;
  font-weight: 700;
  margin-bottom: 5px;
}

.products-holder .product-item-holder .product-item .product-name {
  margin: 0 !important;
}

.products-holder .product-item-holder .product-item .product-name span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #2f2f2f;
  margin: 0 0 5px 0;
  height: 45px;
}

.product-item-holder .prod-usp {
  height: 88px;
  margin-bottom: 15px;
}

.product-item-holder.product-bullets-out p.prod-usp {
  right: 0;
  bottom: 61px;
  padding: 0 10px 0 20px;
  cursor: text;
}

@media (max-width: 990px) {
  .product-item-holder.product-bullets-out p.prod-usp {
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .product-item-holder.product-bullets-out p.prod-usp {
    width: 60%;
  }
}

.products-holder .product-item-holder .prod-usp-text {
  font-size: 11.5px;
  line-height: 15px;
  height: 15px;
  color: #2f2f2f;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item-holder .prod-usp .fa-check-circle:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  padding-top: 3px;
  position: absolute;
  color: #979797;
  font-size: 3px;
}

.products-holder .product-item-holder .product-item .fa-check-circle {
  float: left;
}

.products-holder .product-item-holder .inwinkelmand-holder {
  right: 0;
  bottom: 31px;
  padding: 0 30px;
}

.products-holder .product-item-holder .inwinkelmand-holder .input-holder,
.blogpage .top-holder .input-holder {
  overflow: hidden;
  border: 1px solid #ff8a00;
  border-radius: 0 3px 3px 0;
  padding-right: 70px;
}

.products-holder .product-item-holder .inwinkelmand-holder .input-holder input,
.blogpage .top-holder .input-holder input {
  border: none !important;
  margin: 0;
  padding: 4px 10px;
  height: 30px;
  line-height: 15px;
}

.detailpage .product-info-holder .search,
.review .product-info-holder .search,
.review-page .product-info-holder .search {
  border: none !important;
}

.products-holder .product-item-holder .inwinkelmand-holder .input-holder .infobutton,
.blogpage .top-holder .input-holder .infobutton {
  right: -1px;
  top: 0;
  border: none;
  width: 70px;
}

.products-holder .product-item-holder .inwinkelmand-holder .input-holder .infobutton:hover:before,
.blogpage .top-holder .input-holder .infobutton:hover:before {
  color: #2f2f2f;
}

.products-holder .product-item-holder .inwinkelmand-holder .input-holder .infobutton,
.blogpage .top-holder .input-holder .infobutton {
  background: #ff8a00;
  border-radius: 0 3px 3px 0;
}

.products-holder .product-item-holder .inwinkelmand-holder label,
.blogpage .top-holder label {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}

.products-holder .product-item-holder:hover .product-item .infobutton,
.products-holder .product-item-holder:active .product-item .infobutton {
  background: #19caaf;
  color: #fff;
}

.products-holder .product-item-holder:hover .product-item,
.products-holder .product-item-holder:active .product-item {
  background: #fff;
  border: 1px solid #19caaf;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);

}

.detailpage .product-item-details .prod-usp-text {
  text-align: left;
}

.assistance-holder {
  background: #f2f2f2;
  padding: 15px 0;
  border-bottom: 5px solid #19caaf;
}

.assistance-holder .first p strong {
  font-size: 15px;
}

.assistance-holder>div {
  padding-right: 0;
  padding-left: 90px;
}

.assistance-holder>div:first-child {
  padding-left: 15px;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.assistance-holder a {
  color: #2f2f2f;
}

.assistance-holder a:hover {
  text-decoration: underline;
}

.assistance-holder .a_title {
  font-weight: 400;
  font-size: 15px;
  color: #19caaf;
  display: block;
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .assistance-holder {
    padding-top: 0;
  }

  .assistance-holder .first {
    margin-bottom: 15px;
    border-bottom: 1px solid #19caaf;
    padding: 15px;
    background: #19caaf;
    border-bottom: 1px solid #fff;
  }

  .assistance-holder .first p strong {
    font-size: 17px;
  }

  .assistance-holder .first p {
    font-size: 15px;
    color: #fff;
  }
}

@media (max-width: 990px) {
  .products-holder .product-item-holder .inwinkelmand-holder {
    padding-left: 0 !important;
  }

  .assistance-holder .contact-link-icon-holder {
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
  }

  .assistance-holder div:not(.first) {
    padding-left: 65px;
    min-height: 60px;
  }

  .assistance-holder .a_title {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .filter-slidedown-btn:after {
    top: 9px;
  }

  .assistance-holder .first p {
    text-align: left;
  }
}


/* Meest verkocht */
.meest {
  background: #f2f2f2;
  border: none !important;
}

.meest .meestverkocht-item {
  padding: 5px !important;
  border-bottom: 1px solid #fff;
}

.meest .meestverkocht-item .infobutton {
  right: 5px;
  bottom: 5px;
  background: #ff8a00;
}

.meest .meestverkocht-item .infobutton:hover,
.meest .meestverkocht-item .infobutton:active {
  color: #2f2f2f;
}

.meest .meestverkocht-item:hover,
.meest .meestverkocht-item:active {
  background: #19caaf;
}

.meest .meestverkocht-item a {
  padding: 0 !important;
}

.meest .meestverkocht-item .info {
  padding: 0 0 0 5px !important;
}

.meest .meestverkocht-item .info span {
  padding: 0 !important;
  text-align: left !important;
  background: transparent !important;
  font-weight: 400;
  width: 100%;
  float: left;
}

.meestverkocht-item .info .title {
  height: 36px;
}

.meest .meestverkocht-item .info .price {
  font-size: 17px;
  font-weight: 700;
  height: auto;
}

.meest .meestverkocht-item:hover .info .title,
.meest .meestverkocht-item:active .info .title {
  color: #fff;
}

.meestverkocht-item .large-img-overlay {
  right: -321px;
  top: 0;
  left: auto;
  z-index: 700;
}

/* Content */
.top-texts h1 {
  margin: 0 0 5px 0 !important;
}

.bottom-text-section {
  background: #f2f2f2;
}

@media (min-width: 768px) {

  .review-holder .review,
  .review-holder .first-review {
    border-bottom: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .review-holder .check-holder {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20% !important;
  }

  .col-lg-80 {
    width: 80% !important;
  }

  .col-lg-offset-20 {
    margin-left: 20% !important;
  }
}

@media (max-width: 767px) {

  .review-holder .review,
  .review-holder .first-review {
    border-bottom: 1px solid #19caaf;
  }

  .review-holder .review .head {
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #19caaf;
    font-weight: 700;
  }

  .review-holder .review .quote-holder {
    padding-top: 0 !important;
  }

  .popup-content-holder .subheadblock {
    display: none !important;
  }

  .filters.extra-filter .filter-slidedown .filters {
    margin: 0;
  }
}



/* Footer */
footer .nieuwsbrief {
  padding-right: 3px;
}

footer .nieuwsbrief strong {
  margin-bottom: 10px;
}

footer .nieuwsbrief input {
  border: 1px solid #19caaf;
  margin: 0 !important;
  font-weight: 700;
}

footer .nieuwsbrief .fa:before {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

footer .nieuwsbrief .fa {
  width: 37px;
  height: 37px;
  background: #19caaf;
  right: -3px;
  border-radius: 0 3px 3px 0;
  bottom: 0;
  color: #fff;
}

footer .nieuwsbrief .fa:hover,
footer .nieuwsbrief .fa:active {
  background: #2f2f2f;
  border-left: 1px solid #19caaf;
}

@media (max-width: 767px) {
  footer .nieuwsbrief {
    margin-top: -10px !important;
  }
}

/* non-active */
.non-active .filter-header,
.non-active .assortiment-header {
  display: none !important;
}

.non-active .usp-main-holder {
  float: left !important;
  margin-left: 10%;
}

.non-active .top-texts {
  margin-left: 10% !important;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .non-active .usp-main-holder {
    margin-left: 12.5%;
  }

  .non-active .top-texts {
    margin-left: 12.5% !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .non-active .usp-main-holder {
    width: 66% !important;
    margin-left: 17% !important;
  }
}

@media (max-width: 990px) {
  .non-active .top-texts {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .non-active .mid {
    margin-top: 0 !important;
  }
}





/* Footer pages */
.footer-page-sidebar {
  min-height: 300px;
}

.footer-page-content .mid {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-page-content .mid>*,
.footer-page-content .mid p,
.footer-page-content .mid h1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-page-content .mid>ol,
.footer-page-content .mid>ul {
  padding-left: 10px !important;
  color: #2f2f2f;
  font-weight: 300;
  font-size: 12px;
}

.footer-page-content .mid form>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .footer-page-sidebar {
    min-height: 0;
  }
}


/* Checkout page */
.in-step2 .checkout-item .fa-pencil {
  display: none;
}

.price-in-btn {
  display: none !important;
}




/* Nieuwsbrief */
.nieuwsbrief-layer .cta {
  padding-right: 10px;
  width: 66.6667% !important;
  float: right;
  border-color: #19caaf;
  color: #19caaf;
}

.nieuwsbrief-layer .cta:hover,
.nieuwsbrief-layer .cta:active {
  background: #19caaf;
  color: #fff;
}




/* Detail page */
.carousel {
  width: 80px;
  height: 260px;
  left: 0;
  top: 0;
  z-index: 500;
}

.detailpage .detail {
  margin-bottom: 0 !important;
  margin-top: 37px !important;
}

.detailpage .adv-custom-pager {
  margin-left: 0;
  width: 80px !important;
  height: 260px !important;
}

.detailpage .adv-custom-pager.two-images {
  height: 170px !important;
}

.detailpage .adv-custom-pager .cycle-carousel-wrap {
  width: 80px;
  height: 260px;
}

.detailpage .adv-custom-pager a {
  width: 80px;
  height: 80px;
  margin: 0 0 10px 0;
  border-color: #f2f2f2;
  overflow: hidden;
}

.detailpage .adv-custom-pager a.cycle-slide-active {
  border-color: #19caaf;
}

.detailpage #cycle-1 {
  height: 310px;
}

.detailpage #cycle-1 .slider-img-holder {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}

.detailpage #slideshow-1 {
  padding-left: 95px;
  padding-right: 15px;
  margin-top: 15px;
}

.detailpage #slideshow-1.just-one-image {
  padding-left: 0;
}

.detailpage #slideshow-2 .slider-arrow:before {
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.detailpage #slideshow-2 .cycle-prev {
  width: 80px;
  height: 20px;
  color: #2f2f2f;
  left: 0;
  bottom: -25px;
}

.detailpage #slideshow-2 .cycle-next {
  width: 80px;
  height: 20px;
  color: #2f2f2f;
  left: 0;
  bottom: -45px;
}

.detailpage #slideshow-2 .slider-arrow:hover,
.detailpage #slideshow-2 .slider-arrow:active {
  color: #19caaf;
}

.detailpage .product-info-holder,
.review .product-info-holder,
.review-page .product-info-holder {
  border-color: #f2f2f2;
  background: #fff;
  right: 0;
  top: 45px;
  z-index: 150;
}

.detailpage .product-info-holder h1,
.review .product-info-holder h1,
.review-page .product-info-holder h1 {
  margin: 0 0 15px 0 !important;
}

.detailpage .product-info-holder h1 .review-stars-holder,
.review .product-info-holder h1 .review-stars-holder,
.review-page .product-info-holder h1 .review-stars-holder {
  margin-top: 5px;
}

.detailpage .product-info-holder h1 .review-stars-holder .fa,
.review .product-info-holder h1 .review-stars-holder .fa,
.review-page .product-info-holder h1 .review-stars-holder .fa {
  color: #ff8a00;
}

.detailpage .product-info-holder h1 .review-stars-holder .review-mark,
.review .product-info-holder h1 .review-stars-holder .review-mark,
.review-page .product-info-holder h1 .review-stars-holder .review-mark {
  font-size: 12px;
  line-height: 19px;
  color: #2f2f2f;
}

.detailpage .product-info-holder h1 .review-stars-holder a,
.review .product-info-holder h1 .review-stars-holder a,
.review-page .product-info-holder h1 .review-stars-holder a {
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  color: #19caaf;
  margin-left: 5px;
}

.detailpage .product-info-holder .product-price,
.review .product-info-holder .product-price,
.review-page .product-info-holder .product-price {
  color: #ff8a00;
  font-size: 36px;
  line-height: 37px;
  font-weight: 900;
}

.detailpage .product-info-holder .product-price span,
.review .product-info-holder .product-price span,
.review-page .product-info-holder .product-price span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
.detailpage .product-info-holder .product-price .footnote {
  color: #2f2f2f;
}

.detailpage .product-info-holder label,
.review .product-info-holder label,
.review-page .product-info-holder label {
  font-weight: 500;
  margin: 15px 0 0 0;
}

.detailpage .product-info-holder .input-holder,
.review .product-info-holder .input-holder,
.review-page .product-info-holder .input-holder {
  border: 1px solid #ff8a00;
  border-radius: 0 3px 3px 0;
  background: #fff;
}

.detailpage .product-info-holder .input-holder input,
.review .product-info-holder .input-holder input,
.review-page .product-info-holder .input-holder input {
  margin-top: 0;
  border: none;
  background: #fff;
  padding-top: 9px;
}

.detailpage .product-info-holder .input-holder .infobutton,
.review .product-info-holder .input-holder .infobutton,
.review-page .product-info-holder .input-holder .infobutton {
  width: auto;
  right: 0;
  top: 0;
  border-radius: 0;
  background: #ff8a00;
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  font-weight: 300;
  padding: 0 33px 0 7px;
}

.detailpage .product-info-holder .input-holder .infobutton .fa-shopping-cart,
.review .product-info-holder .input-holder .infobutton .fa-shopping-cart,
.review-page .product-info-holder .input-holder .infobutton .fa-shopping-cart {
  right: 7px;
  top: 8px;
}

.detailpage .product-info-holder .input-holder .infobutton:hover,
.detailpage .product-info-holder .input-holder .infobutton:active,
.review .product-info-holder .input-holder .infobutton:hover,
.review .product-info-holder .input-holder .infobutton:active,
.review-page .product-info-holder .input-holder .infobutton:hover,
.review-page .product-info-holder .input-holder .infobutton:active {
  color: #2f2f2f;
}

.detailpage .product-info-holder .stock-info,
.review .product-info-holder .stock-info,
.review-page .product-info-holder .stock-info {
  color: #2f2f2f;
  font-weight: 700;
}
.detailpage .product-info-holder .stock-info:before,
.review .product-info-holder .stock-info:before,
.review-page .product-info-holder .stock-info:before {
  font-family: "FontAwesome";
  content: "\f058";
  margin-right: 5px;
  color: #19caaf;

}
.detailpage .product-info-holder .korting,
.review .product-info-holder .korting,
.review-page .product-info-holder .korting {
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}

.detailpage .product-info-holder .korting strong,
.review .product-info-holder .korting strong,
.review-page .product-info-holder .korting strong {
  color: #2f2f2f;
}

.detailpage .product-info-holder .korting .text-right,
.review .product-info-holder .korting .text-right,
.review-page .product-info-holder .korting .text-right {
  text-align: left !important;
  font-weight: 700;
  color: #19caaf;
}

.detailpage .product-info-holder #cycle-3,
.review .product-info-holder #cycle-3,
.review-page .product-info-holder #cycle-3 {
  height: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.detailpage .product-info-holder #cycle-3 div,
.review .product-info-holder #cycle-3 div,
.review-page .product-info-holder #cycle-3 div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.detailpage .product-info-holder #cycle-3.open,
.review .product-info-holder #cycle-3.open,
.review-page .product-info-holder #cycle-3.open {
  height: 120px;
  opacity: 1;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}

.detailpage .products-holder .product-item-holder .product-item {
  padding-bottom: 0;
}

.detailpage .prod-usp .fa-check-circle:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  padding-top: 3px;
  position: absolute;
  color: #979797;
  font-size: 3px;
}

section.scrolled {
  padding-top: 62px;
}

.product-info-holder .slider-arrow-left:before {
  float: left;
  margin: 2px 0 0 2px;
  font-size: 24px;
}

.product-info-holder .slider-arrow-right:before {
  float: right;
  margin: 2px 2px 0 0;
  font-size: 24px;
}

.product-info-holder .slider-arrow-left {
  left: 15px;
}

.product-info-holder .slider-arrow-right {
  right: 15px;
}

.product-info-holder .little-slider-arrow {
  top: 57px;
  z-index: 100;
  opacity: 0;
}

.product-info-holder .little-slider-arrow.open {
  opacity: 1;
}

.detailpage .product-info-holder,
.review .product-info-holder,
.review-page .product-info-holder {
  padding-bottom: 44px !important;
}

.detailpage .product-info-holder .payment-options-holder,
.review .product-info-holder .payment-options-holder,
.review-page .product-info-holder .payment-options-holder {
  height: 44px;
  background: #f2f2f2;
  left: 0;
  bottom: 0;
}

.detailpage .tabs-holder {
  border-top: 1px solid #19caaf;
  border-left: 1px solid #19caaf;
  border-radius: 0 2px 0 0;
}
body:not(.has-oldmenu) main.detailpage .tabs-holder {
  border-top: none;
  border-left: none;
}
.detailpage .product-info-holder .payment-options-holder img,
.review .product-info-holder .payment-options-holder img,
.review-page .product-info-holder .payment-options-holder img {
  margin-top: 7px;
  max-height: 37px;
  max-width: 100%;
}
.detailpage .tabs-holder .h2-title {
  font-size: 15px !important;
  font-weight: normal !important;
}
.detailpage .tabs-holder .h2-title span{
  display: block;
  margin: 5px 0;
}

.detailpage .tabs-holder .tab-link {
  background: #19caaf;
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 0 10px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body:not(.has-oldmenu) main.detailpage .tabs-holder .tab-link,
body:not(.has-oldmenu) main.detailpage .review-block {
  line-height: 22px;
  padding: 0 0 5px 0;
  font-size: 20px;
  background: none;
  color: #2f2f2f;
  border-bottom: 1px solid #f2f2f2;
}
body:not(.has-oldmenu) main.detailpage .tabs-holder .tab-text {
  display: block !important;
}
body:not(.has-oldmenu) main.detailpage .top-texts .h2-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
body:not(.has-oldmenu) main.detailpage .top-texts .h2-title .line {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
}
body:not(.has-oldmenu) main.detailpage #related.row,
body:not(.has-oldmenu) main.detailpage #bestseller.row {
  margin-left: -5px;
  margin-right: -5px;
}
body:not(.has-oldmenu) main.detailpage .review-block {
  margin-bottom: 15px;
}
.detailpage .tabs-holder .tab-link .fa:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 19px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detailpage .tabs-holder .tab-link .fa {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  color: #19caaf;
  margin-right: 5px;
  position: relative;
}
body:not(.has-oldmenu) main.detailpage .tabs-holder .tab-link .fa {
  display: none;
}

.detailpage .tabs-holder .tab-link.active {
  background: #fff;
  color: #19caaf;
}

.detailpage .tabs-holder .tab-link.active .fa {
  background: #19caaf;
  color: #fff;
}

.detailpage .tabs-holder .tabs-content {
  display: none;
}

.detailpage .tabs-holder .tabs-content:first-of-type {
  padding-left: 10px !important;
  display: block;
}
body:not(.has-oldmenu) main.detailpage .tabs-holder .tabs-content:first-of-type {
  padding-left: 0 !important;
}

.detailpage .tabs-holder .tabs-content:first-of-type .h2-title {
  padding-left: 5px;
}

body:not(.has-oldmenu) main.detailpage .tabs-content:first-of-type .h2-title {
  padding-left: 0;
}

.detailpage .tabs-holder .tabs-content .h2-title span {
  font-weight: 300;
  font-size: 12px;
}

.detailpage .tabs-holder .tabs-content .spec-row {
  padding-left: 5px !important;
}

.detailpage .tabs-holder .tabs-content .spec-row:nth-child(even) {
  background: #f2f2f2;
}

/* New layout overrule */
body:not(.has-oldmenu) .detailpage .tabs-holder .tabs-content .spec-row {
  padding: 3px 5px 3px 20px !important;
}
body:not(.has-oldmenu) .detailpage .tabs-holder .tabs-content .spec-row .fa:before {
  position:absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body:not(.has-oldmenu) .detailpage .tabs-holder .tabs-content .spec-row .fa {
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body:not(.has-oldmenu) .product-item p.prod-usp .spec-row {
  padding: 0 !important
}
body:not(.has-oldmenu) .product-item p.prod-usp .spec-row .fa {
  display: none;
}
body:not(.has-oldmenu) .product-item p.prod-usp .spec-row > span {
  float: none;
}





#help-holder {
  background: #f2f2f2;
  bottom: 26px;
  padding-bottom: 95px !important;
}

#help-holder .contact-info-holder {
  background: #19caaf;
  left: 0;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

#help-holder .contact-info-holder a {
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

#help-holder p {
  line-height: 30px;
  z-index: 1;
}

#help-holder p .fa {
  color: #19caaf;
}

#help-holder .service-guy {
  right: 0;
  bottom: 35px;
}

#js_trigger {
  height: 2px;
  width: 50px;
  position: fixed;
  right: 0;
  top: 192px;
  background: #c00;
  pointer-events: none;
  opacity: 0;
}

.has-oldmenu.detailpage .procon-holder {
  border-top: 1px solid #f2f2f2;
}

.detailpage .procon-holder .h2-title {
  background: #19caaf;
  padding: 5px 15px;
  color: #fff;
  line-height: 25px !important;
  font-size: 17px !important;
  font-weight: normal !important;
}

.detailpage .procon-holder .fa-check-circle,
.review-page .procon-holder .fa-check-circle {
  color: #19caaf;
  margin-top: 3px;
}

.detailpage .procon-holder .fa-minus-circle,
.review-page .procon-holder .fa-minus-circle {
  color: #ad5656;
  margin-top: 3px;
}

.detailpage .procon-holder p,
.review-page .procon-holder p {
  text-align: left !important;
}

.review-page .procon-holder p {
  margin-right: 15px;
}







.compare-holder .props-holder .image-holder {
  height: 70px;
}

.compare-holder .props-holder:first-of-type {
  border-right: 1px solid #f2f2f2;
}

.compare-holder .props-holder .prop {
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #2f2f2f;
  border-bottom: 1px solid #f2f2f2;
}

.compare-holder .props-holder .prop:last-of-type {
  border: none;
}

.compare-holder .props-holder .prop .fa-minus {
  color: #ad5656;
}

.compare-holder .props-holder .prop .fa-check {
  color: #19caaf;
}

.compare-holder .props-holder.active .prop .fa-check {
  color: #fff;
}

.compare-holder .props-holder.active {
  padding: 45px 5px 5px 5px;
  background: #2f2f2f;
  margin-top: -45px;
}

.compare-holder .props-holder.active .prop {
  color: #fff;
  border-color: #fff;
}

.compare-holder .props-holder .title {
  background: #19caaf;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  left: 0;
  top: 0;
}

.compare-holder .props-holder .image-holder {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.compare-holder .props-holder .input-holder {
  padding-right: 30px;
}

.compare-holder .props-holder .input-holder input {
  height: 30px;
}

@media (max-width: 767px) {
  .detailpage .product-info-holder,
  .review .product-info-holder,
  .review-page .product-info-holder {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {

  .footer-page .filteren .filter-header,
  .footer-page .filteren .wensen,
  .footer-page .filteren .subheadblock,
  .footer-page .filteren,
  .account-page .filteren .filter-header,
  .account-page .filteren .wensen,
  .account-page .filteren .subheadblock,
  .account-page .filteren,
  .account-page .popular-products,
  .blogpage .popular-products,
  .sitemap .filteren .filter-header,
  .sitemap .filteren .wensen,
  .sitemap .filteren .subheadblock,
  .sitemap .filteren {
    display: none !important;
    margin: 0 !important;
  }

  .has-oldmenu .assortiment,
  .has-oldmenu .filteren,
  .has-oldmenu .gelegenheid {
    margin-bottom: 10px;
  }
}

@media (max-width: 990px) {

  .detailpage .product-info-holder #cycle-3,
  .detailpage .product-info-holder #cycle-3.open,
  .review .product-info-holder #cycle-3,
  .review .product-info-holder #cycle-3.open,
  .review-page .product-info-holder #cycle-3,
  .review-page .product-info-holder #cycle-3.open {
    height: 240px;
    opacity: 1;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
  }

  .detailpage .product-info-holder,
  .review .product-info-holder,
  .review-page .product-info-holder {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .product-info-holder .little-slider-arrow {
    top: 117px;
    z-index: 100;
  }

  .product-info-holder .little-slider-arrow,
  .product-info-holder .little-slider-arrow.open {
    opacity: 1;
  }

  #help-holder {
    position: relative !important;
    left: auto;
    bottom: auto;
    margin-top: 30px;
  }
}

@media (min-width: 991px) {
  .detailpage .wensen-holder {
    margin-bottom: 0 !important;
  }

  .detailpage .product-info-holder,
  .review .product-info-holder,
  .review-page .product-info-holder,
  #help-holder {
    width: 348px;
  }

  .detailpage .product-info-holder.sticky-product,
  .review .product-info-holder.sticky-product,
  .review-page .product-info-holder.sticky-product {
    position: fixed !important;
    right: auto;
    top: 75px;
    left: 50%;
    -ms-transform: translate(122px, 0);
    /* IE 9 */
    -webkit-transform: translate(122px, 0);
    /* Chrome, Safari, Opera */
    transform: translate(122px, 0);
  }

  #help-holder {
    left: 50%;
    -ms-transform: translate(122px, 0);
    /* IE 9 */
    -webkit-transform: translate(122px, 0);
    /* Chrome, Safari, Opera */
    transform: translate(122px, 0);
  }

  .has-oldmenu .detailpage .products-holder {
    padding-right: 15px;
  }

  .detailpage .products-holder .product-item-holder .inwinkelmand-holder {
    padding-left: 0;
  }

  .detailpage .product-item-details {
    padding-right: 15px;
  }

  .detailpage .product-info-holder.sticky-product.sticky-product-bottom,
  .review .product-info-holder.sticky-product.sticky-product-bottom,
  .review-page .product-info-holder.sticky-product.sticky-product-bottom {
    position: absolute !important;
    top: auto;
    left: auto;
    right: 0;
    bottom: 359px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .has-oldmenu .detailpage .product-info-holder.sticky-product.sticky-product-bottom,
  .has-oldmenu .review .product-info-holder.sticky-product.sticky-product-bottom,
  .has-oldmenu .review-page .product-info-holder.sticky-product.sticky-product-bottom {
    -ms-transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  body:not(.has-oldmenu) main.detailpage .rightmarginmd50 {
    margin-right: 50%;
  }
}
@media (min-width: 1200px) {

  .detailpage .product-info-holder,
  .review .product-info-holder,
  .review-page .product-info-holder,
  #help-holder {
    width: 302px;
  }

  .detailpage .product-info-holder.sticky-product,
  .review .product-info-holder.sticky-product,
  .review-page .product-info-holder.sticky-product,
  #help-holder {
    -ms-transform: translate(268px, 0);
    /* IE 9 */
    -webkit-transform: translate(268px, 0);
    /* Chrome, Safari, Opera */
    transform: translate(268px, 0);
  }
}

@media (max-width: 767px) {
  .has-oldmenu .filter-slidedown-btn:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    font-size: 22px;
    color: #19caaf;
    top: 10px;
    right: 1px;
  }

  .has-oldmenu .extra-filter.open .filter-slidedown-btn:after {
    content: "\f106";
  }

  #left-col .popup-header,
  .wensen-holder .popup-footer {
    background: #19caaf;
    border-color: #19caaf;
  }

  .wensen-holder .wensen.assortiment {
    margin-bottom: 15px;
    padding: 0;
  }

  .extra-popup-links a {
    color: #19caaf;
  }

  .popup-filter-head {
    color: #19caaf;
    border-color: #19caaf;
  }

  .overige-links {
    border-color: #2f2f2f;
  }

  .overige-links .navbar-toggle {
    color: #2f2f2f;
  }

  .filters.extra-filter {
    padding: 0 !important;
  }

  .wensen .filters {
    padding: 0 !important;
  }

  .wensen .filters a,
  .wensen .filters span {
    line-height: 30px;
  }

  .filters.extra-filter:hover:before,
  .filters.extra-filter:active:before {
    color: #fff !important;
  }

  .filter-slidedown-btn:before {
    opacity: 1;
  }

  .filter-slidedown-btn .subfilter:before {
    color: #fff;
  }

  .wensen .extra-filter.filters .filter-slidedown-btn a {
    font-weight: 300;
    text-transform: none;
    color: #2f2f2f;
  }

  .wensen .extra-filter.filters .filter-slidedown-btn.open a {
    color: #19caaf;
  }

  .wensen .filters>div {
    padding-left: 14px !important;
  }

  .filters>div.filter-slidedown {
    border-bottom: none !important;
  }

  .has-oldmenu .filters>div.filter-slidedown {
    display: none;
  }

  .filters.extra-filter .filter-slidedown .filters a,
  .filters.extra-filter .filter-slidedown .filters span {
    line-height: 30px !important;
  }

  .sorting-holder {
    border: none;
  }

  .sort-holder .sort a {
    width: 33.33333333%;
    padding: 0 5px;
    float: left;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
  }

  .sort-holder .sort a:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .sort-holder .sort .btn-filteren {
    background: #19caaf;
  }

  .sort-holder .sort a:hover,
  .sort-holder .sort a:active,
  .sort-holder .sort a.active {
    border-bottom: 2px solid #19caaf;
    line-height: 28px;
    color: #fff;
  }

  .sort-holder .sort {
    background: transparent;
  }

  .sort-holder .sort a {
    background: #2f2f2f;
  }

  .detailpage section.content,
  .footer-page section.content {
    padding-top: 50px;
  }

  .account-page section.content {
    padding-top: 25px;
  }

  .shoppingbasket-page .mid {
    margin-top: 0;
  }
}






/* Checkout redesign */
.checkout .search-holder,
.checkout footer,
.checkout .footer-below,
.checkout nav,
.checkout .uspholder,
.checkout .overige-links,
.checkout header .big-shopping-button {
  display: none !important;
}

.checkout header {
  border-bottom: 1px solid #19caaf;
  position: relative !important;
  left: auto;
  top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkout section {
  padding-top: 107px;
}

.checkout .login-holder {
  border: 1px solid #19caaf;
  min-height: 200px;
}

.checkout .register,
.account-pages .register {
  border-right: 1px solid #19caaf;
  height: 100%;
  left: 0;
  top: 0;
  min-height: 200px;
}

.account-pages .register {
  border-left: 1px solid #19caaf;
  border-right: none;
}

.account-pages .login {
  left: auto;
  right: 0;
  min-height: 200px;
}

.checkout .login .title,
.checkout .register .title,
.account-pages .login .title,
.account-pages .register .title {
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0px 0px;
  font-size: 17px;
  font-weight: 700;
  color: #2f2f2f;
  margin: 0 !important;
}

.checkout .login label span,
.account-pages .login label span {
  line-height: 20px;
  font-weight: bold;
}

.checkout .login label input,
.account-pages .login label input {
  margin-top: 5px;
}

.checkout .login a,
.account-pages .login a {
  text-decoration: underline;
}

.checkout-item {
  padding-left: 80px;
  padding-bottom: 28px !important;
  border-bottom: 1px solid #fff;
}

.checkout-item .delete {
  right: 1px;
  top: 15px;
  cursor: pointer;
  color: #2f2f2f;
}

.checkout-item .img-holder {
  height: 50px;
  width: 50px;
  border: 1px solid #19caaf;
  background: #fff;
  left: 15px;
  top: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.checkout-item strong {
  font-weight: 900;
}

.checkout-item .title {
  font-weight: 900;
  line-height: 13px;
}

.checkout-item .delivery-time {
  line-height: 13px;
  margin-bottom: 3px;
  left: 15px;
  padding-right: 30px;
  bottom: 3px;
  position: absolute;
  text-align: right;
  opacity: 0.65;
}

.checkout-item .holder {
  min-height: 50px;
}

.checkout-item .aantal {
  padding: 3px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #19caaf;
}

.checkout-item.disabled .aantal {
  display: none;
}

.checkout-item .aantal-text {
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.checkout-item .fa-pencil {
  width: 20px;
  cursor: pointer;
  margin-left: 5px;
}

.checkout-item.disabled .aantal-text {
  display: block;
}

.checkout-item .price {
  color: #ff8a00;
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
}

.add-product-holder {
  padding-right: 45px !important;
  border-bottom: 1px solid #fff;
}

.add-product-holder .add-product {
  padding: 3px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #19caaf;
}

.add-product-holder .fa:before {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.add-product-holder .fa {
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: #19caaf;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border: none;
  position: relative;
}

.checkout-item.disabled .delete {
  display: none;
}

.totals-holder strong {
  font-weight: 900;
}

.totals-holder p {
  margin: 0;
}

.totals-holder .total {
  color: #ff8a00;
}

.totals-holder .total strong {
  font-size: 17px;
}

.chechout-usp-item {
  padding-left: 40px;
  color: #19caaf;
}

.chechout-usp-item .fa:before {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.chechout-usp-item .fa {
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  color: #19caaf;
}

.checkout-holder {
  padding-left: 50px;
  display: none;
}

.checkout-holder .checkout-title {
  border-bottom: 3px solid #19caaf;
  font-size: 17px;
  line-height: 27px;
  padding-top: 10px;
  font-weight: 900;
  color: #19caaf;
}

.checkout-holder .checkout-title .number-ball {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background: #19cab0;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  left: -50px;
  top: 0;
}

.checkout-holder .checkout-title .toch-inloggen {
  color: #19cab0;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.bottom-green-border {
  border-bottom: 1px solid #19cab0;
}

.top-green-border {
  border-top: 1px solid #19cab0;
}

.checkout-holder input {
  height: 30px;
  line-height: 30px;
  padding: 3px;
  border: 1px solid #2f2f2f;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkout-holder input:focus,
.login input:focus,
.styled-select.focus {
  background: #f2f2f2 !important;
}

.checkout-holder input:disabled {
  background: #f2f2f2;
  color: #19cab0;
}

.checkout-holder input:-moz-read-only {
  background-color: #fff !important;
  border: 1px solid #f2f2f2 !important;
}

.checkout-holder input:read-only {
  background-color: #fff !important;
  border: 1px solid #f2f2f2 !important;
}

.checkout-holder .styled-select {
  border: 1px solid #2f2f2f;
}

.checkout-holder .styled-select select {
  color: #2f2f2f;
}

.checkout-holder .check-holder,
.checkout-holder .radio-holder {
  width: 20px;
  height: 20px;
  border: 1px solid #2f2f2f;
  margin-right: 5px;
  cursor: pointer;
}

.checkout-holder .radio-holder {
  border-radius: 50%;
}

.checkout-holder .check-holder .inside-label,
.checkout-holder .radio-holder .inside-label {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  overflow: hidden;
  text-indent: -1000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkout-holder .radio-holder .inside-label {
  border-radius: 50%;
}

@media (min-width: 991px) {

  .checkout-holder .check-holder:hover .inside-label,
  .checkout-holder .check-holder:active .inside-label {
    background: #afede3;
  }
}
@media (max-width: 990px) {
  .checkout-item .aantal,
  .checkout-item .price  {
    margin-top: 10px;
  }
  .checkout-item .delete {
    font-size: 17px;
    right: 11px;
  }
  .checkout-item .aantal-text {
    font-size: 17px;
    margin-top: 10px;
  }
  .checkout-item .fa-pencil {
    margin-left: 10px;
  }
  .checkout-item .title {
    width: 90%;
  }
  .checkout-item .delete {
    z-index: 1;
  }
}

.checkout-holder .check-holder.checked .inside-label {
  background: #19cab0;
}

.checkout-holder .check-holder .inside-label input {
  text-indent: -100px;
}

.checkout-holder .label-replace {
  line-height: 20px;
  font-weight: 400;
}

.checkout-holder .alternatief-adres {
  display: none;
}

.checkout-holder .less .row {
  margin-left: -5px;
  margin-right: -5px;
}

.checkout-holder .less .row>.col-xs-12:not(.nopadding),
.checkout-holder .less .row>.col-xs-6:not(.nopadding) {
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-holder .h2-title span {
  font-size: 12px;
  font-weight: 300;
}

.checkout-holder .big-text-button {
  background: #f2f2f2;
}

.checkout-holder label.big-text-button {
  padding-left: 45px;
}

.checkout-holder .big-text-button .radio-holder,
.checkout-holder .big-text-button .check-holder {
  left: 15px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 991px) {

  .checkout-holder .big-text-button:hover,
  .checkout-holder .big-text-button:active .checkout-holder .big-text-button:hover .inside-label,
  .checkout-holder .big-text-button:active .inside-label {
    background: #afede3;
  }
}

.checkout-holder .big-text-button.checked,
.checkout-holder .big-text-button.checked .inside-label {
  background: #19cab0;
}

.checkout-holder .big-text-button.checked {
  color: #fff;
}

.checkout-holder .big-text-button.error,
.checkout-holder .big-text-button.error .inside-label {
  background: #cc0000 !important;
}

.checkout-holder .big-text-button.checked a {
  color: #2f2f2f;
}

.betaalmogelijkheden {
  display: none;
}

.step2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.step2.halftransparent {
  opacity: 0.35;
}

.step2.halftransparent .checkout-title a {
  opacity: 0;
}

.checkout-holder .big-text-button.pay-method {
  padding-left: 160px;
}

.checkout-holder .big-text-button.pay-method img {
  width: 100px;
  left: 45px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
}

.checkout-holder .big-text-button.pay-method .price {
  color: #19cab0;
}

.checkout-holder .big-text-button.pay-method.checked .price {
  color: #2f2f2f;
}

.checkout-holder .big-text-button.pay-method .styled-select {
  background: #fff;
}

.verder-winkelen {
  padding-right: 30px;
  margin-bottom: 10px;
}

.checkout-holder .adress {
  color: #19cab0;
}

.checkout-holder .optional {
  font-weight: 300;
  font-size: 10px;
}

.av-block {
  padding-left: 0;
  padding-right: 0;
}

.checkout-holder .extra-info {
  width: 150px;
  height: auto;
  display: block;
  right: -155px;
  top: 0;
  z-index: 1;
  border-radius: 5px;
  padding: 10px !important;
  color: #fff;
  background: #19cab0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  display: none;
}

.checkout-holder .pay-method .styled-select,
.checkout-holder .pay-method .input-holder,
.checkout-holder .pay-method .birthday {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkout-holder .pay-method .input-holder input {
  color: #2f2f2f;
}

.checkout-holder .pay-method .cta {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
}

.checkout-holder .pay-method.checked .styled-select,
.checkout-holder .pay-method.checked .input-holder,
.checkout-holder .pay-method.checked .birthday {
  height: 31px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkout-holder .pay-method.checked .birthday {
  margin-bottom: 10px;
}

.checkout-holder .pay-method.checked .cta {
  height: 30px;
  opacity: 1;
  margin-top: 10px;
}

.error input,
.error select,
.error label {
  color: #cc0000;
}

.error input,
.error .styled-select {
  border: 1px solid #cc0000;
  background: #f7d9d9;
}

.error .styled-select select {
  background: #f7d9d9;
}

.correct input,
.correct select,
.correct label {
  color: #19cab0;
}

.correct input,
.correct .styled-select {
  border: 1px solid #19cab0;
  background: #d1f4ef;
}

.correct .styled-select select {
  background: #d1f4ef;
}

.checkout .checkout-address {
  display: none;
}

.checkout.checkout-step2 .checkout-address {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 990px) {
  .checkout section {
    padding-top: 59px;
  }

  .verder-winkelen {
    top: 10px;
  }
}

@media (min-width: 991px) {

  .checkout-item,
  .totals-holder {
    display: block !important;
  }

  .basket {
    display: block !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .checkout-item {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 990px) {

  .checkout-item,
  .totals-holder {
    display: none;
  }

  .checkout .top-bar.green {
    background: #fff;
    color: #19cab0;
  }

  .basket {
    margin-bottom: 0;
  }

  .checkout .mid {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .kerstverlichting .wensen-holder {
    margin-top: 0 !important;
  }

  .wensen-holder {
    margin-top: -40px !important;
  }
}

@media (max-width: 767px) {
  .checkout-holder .big-text-button.pay-method img {
    width: 50px;
  }

  .checkout-holder .big-text-button.pay-method {
    padding-left: 110px;
  }

  .checkout header {
    min-height: 0 !important;
  }

  .checkout section {
    padding-top: 0;
  }

  .checkout .small-icon-holder {
    display: none !important;
  }

  .checkout-holder {
    padding-left: 0;
  }

  .checkout-holder .checkout-title {
    padding-left: 42px;
  }

  .account-pages .checkout-holder .checkout-title {
    padding-left: 0;
  }

  .checkout-holder .checkout-title .number-ball {
    left: -10px;
  }

  .checkout .register {
    position: relative !important;
    left: auto;
    top: auto;
  }

  .checkout-holder .adress {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .checkout-holder .pay-method .xs-small {
    font-size: 10px;
  }

  .checkout .register {
    border-right: none;
    border-bottom: 1px solid #19caaf;
  }

  .totals-holder .total {
    font-weight: 900;
  }

  .checkout .register,
  .account-pages .register {
    min-height: auto;
  }
}




/* Mobile footer menu */
@media (max-width: 767px) {
  .mobile-footer-menu .a_title {
    color: #19caaf;
    border-bottom: 2px solid #19caaf;
    line-height: 40px;
    font-size: 17px;
  }

  .mobile-footer-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #2f2f2f;
  }

  .mobile-footer-menu ul li a {
    line-height: 30px;
    color: #2f2f2f;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
  }

  .mobile-footer-menu ul li a:before {
    position: absolute;
    right: 0;
    top: 9px;
    font: normal normal normal 14px/1 FontAwesome;
  }

  .small-icon-holder {
    padding-right: 55px;
    width: auto;
  }

  header .big-shopping-button,
  header .big-shopping-button:hover,
  header .big-shopping-button:active {
    bottom: auto;
    top: 3px;
    background: transparent !important;
    width: 30px !important;
    padding: 0 !important;
    color: #fff !important;
  }

  header .winkelwagen-menu {
    right: 7px;
  }

  .shoppingcarttext {
    position: absolute;
    right: -12px;
    top: -15px;
    z-index: 1;
    background: #2f2f2f;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
  }

  .winkelwagen-menu .winkelwagen-inside .item-row {
    text-align: left;
  }
}



/* Mobile usp menu */
@media (max-width: 767px) {
  .mobile-usp {
    margin: 0 -10px;
  }

  .mobile-usp .usp-holder {
    border-radius: 0;
    height: 80px;
  }

  .mobile-usp .usps-holder {
    width: 100% !important;
  }

  .mobile-usp .usps-holder .usp-item {
    width: 50%;
    padding: 5px 15px;
  }
}

@media (max-width: 370px) {
  .usps-holder .usp-item .usp {
    font-size: 10px;
  }
}

@media (max-width: 300px) {
  .mobile-usp .usps-holder .usp-item {
    width: 100%;
  }

  .mobile-usp .usp-holder {
    height: 160px;
  }
}





/* Kalender */
.calendar .month-row {
  line-height: 40px;
  height: 40px;
  background: #19caaf;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.calendar .month-row .prev-month:before,
.calendar .month-row .next-month:before {
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.calendar .month-row .prev-month,
.calendar .month-row .next-month,
.calendar .heel-jaar {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.65);
  left: 0;
  top: 0;
  color: #19caaf;
}

.calendar .heel-jaar {
  right: 41px;
  top: 0;
  left: auto;
  width: auto;
  z-index: 1;
  line-height: 40px;
  font-size: 14px;
}

.calendar .month-row .next-month {
  right: 0;
  left: auto;
}

.calendar .col-29 {
  width: 22.222222222%;
}

.calendar .col-19 {
  width: 11.111111111%;
}

.calendar .calendar-row {
  border-bottom: 1px solid #2f2f2f;
}

.calendar .top-row {
  border-bottom: 1px solid #19caaf;
}

.calendar .top-row .h1-title {
  margin: 0;
  line-height: 40px;
}

.calendar .calendar-row .number {
  margin: 0;
  line-height: 40px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #2f2f2f;
}

.calendar .calendar-row .number.today {
  background: #2f2f2f;
  color: #fff;
  cursor: pointer;
}

.calendar .calendar-row .number.holiday {
  background: #19caaf;
  color: #fff;
  cursor: pointer;
}

.calendar .calendar-row .number.today .label,
.calendar .calendar-row .number.holiday .label {
  line-height: 25px;
  font-size: 12px;
  background: #2f2f2f;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  left: 50%;
  top: -5px;
  opacity: 0;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.calendar .calendar-row .number.holiday .label {
  background: #19caaf;
}

.calendar .calendar-row .number.today .label:before,
.calendar .calendar-row .number.holiday .label:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2f2f2f;
  content: "";
  height: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
}

.calendar .calendar-row .number.holiday .label:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #19caaf;
}

.calendar .calendar-row .number.today:hover .label,
.calendar .calendar-row .number.today:active .label,
.calendar .calendar-row .number.holiday:hover .label,
.calendar .calendar-row .number.holiday:active .label {
  top: -35px;
  opacity: 1;
}

.calendar .styled-select {
  left: 45px;
  top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  background: #fff;
  height: 30px;
  z-index: 1;
}

.col-lg-4 .calendar .next-month,
.col-lg-4 .calendar .prev-month,
.col-lg-4 .calendar .heel-jaar,
.col-lg-4 .calendar .hidden-xs,
.col-lg-3 .calendar .next-month,
.col-lg-3 .calendar .prev-month,
.col-lg-3 .calendar .heel-jaar,
.col-lg-3 .calendar .hidden-xs,
.col-lg-3 .calendar .col-3-no {
  display: none
}

@media (max-width: 767px) {
  .calendar .heel-jaar {
    position: relative !important;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    float: left;
    width: 100%;
  }
}

/* Checkout popup */
body>.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 900;
}

body>.popup {
  width: 100%;
  height: 100%;
  max-height: 750px;
  max-width: 750px;
  position: fixed;
  padding: 15px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 950;
}

body>.popup .popup-holder {
  background: #fff;
  border-radius: 5px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.5);
}

body>.popup .popup-holder .popup-content {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
body>.popup .popup-holder .popup-content iframe {
  padding-left: 15px;
}
body>.popup .popup-holder .popup-header {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border-bottom: 1px solid #2f2f2f;
}

body>.popup .popup-holder .popup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  border-top: 1px solid #2f2f2f;
}

.loading-screen {
  width: 150px;
  height: 110px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #19caaf;
  padding-top: 80px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  z-index: 999;
  box-shadow: 0 0 17px #333;
}

.loading-screen .fa:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-screen .fa {
  width: 150px;
  height: 80px;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 46px;
}







/* account/login redesign */
.account-pages .register a {
  left: 15px;
  bottom: 15px;
}

.account-pages .register .loginusps .fa:before {
  font-size: 18px;
  float: left;
}

.account-pages .register .loginusps .fa {
  color: #19caaf;
}

.account-pages .inloggen {
  background: #19caaf;
}

.account-pages .inloggen .title,
.account-pages .inloggen a {
  color: #fff;
}

.account-pages #savelogin {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2px !important;
}

.loginusp {
  margin-bottom: 5px;
}

.account-pages .checkout-holder {
  padding-left: 0;
}

.loggedin .footer-page-sidebar {
  margin-top: -40px;
}

.account-menu-holder {
  padding: 10px 5px;
  background: #f2f2f2;
  margin-top: 15px;
}

.account-menu-holder a .fa {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 24px;
}

.account-menu-holder a {
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 400;
  border-right: 1px solid #2f2f2f;
  padding-right: 15px;
  margin-left: 15px;
  display: inline-block;
  float: left;
}
.account-menu-holder a:first-child {
  margin-left: 10px;
}
.account-menu-holder a:last-child {
  border-right: none;
}
.account-menu-holder a.active {
  border-bottom: none !important;
  color: #19caaf;
}
.account-page .h1-title.discount {
  color: #19caaf;
  font-weight: bold;
  margin-bottom: 15px !important;
}
.account-page .h1-title.discount strong {
  color: #ff8a00;
  font-weight: bold;
}
.order-filter a,
.order-filter b {
  border-right: 1px solid #2f2f2f;
  padding: 0 10px;
  display: inline-block;
  float: left;
}
.order-filter a:first-child,
.order-filter b:first-child {
  padding-left: 0;
}
.order-filter a:last-child,
.order-filter b:last-child {
  border-right: none;
}
.no-order {
  background: #f2f2f2;
  padding: 5px;
}

.table-styling .toprow,
.table-styling.toprow {
  font-weight: bold;
  margin: 15px 0 5px 0;
}
.itemrow {
  padding: 5px;
}
.itemrow:nth-child(even) {
  background: #f2f2f2;
}
.prod_total span{
  float: right;
}
.invoice_again h3 {
  margin-bottom: 15px !important;
}
.invoice_again button {
  background: #2f2f2f;
  border: none;
  color: #fff;
  line-height: 25px;
  margin-left: 5px;
  border-radius: 3px;
}
.invoice_again button:hover {
  opacity: .85;
}

@media (max-width: 767px) {
  .account-pages .register {
    position: relative !important;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    min-height: 0;
  }
  .account-pages .register a {
    position: relative !important;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    float: right;
  }
  .order-filter {
    margin-bottom: 15px;
  }
  .order-filter a,
  .order-filter b {
    display: block;
    float: none;
    padding: 0;
    border-right: none;
    line-height: 10px;
  }
}
@media (max-width: 990px) {
  .account-menu-holder a {
    float: none;
    display: block;
    margin-left: 10px !important;
    padding-right: 0;
    border-right: none;
    line-height: 30px;
  }
  .order-list.table-styling,
  .order-overview .toprow {
    display: none;
  }
  .order-list.itemrow div,
  .order-overview .itemrow div {
    width: 100%;
    padding: 0 !important;
    text-align: right;
    float: left;
    border-bottom: 1px solid #f2f2f2;
  }
  .order-overview .itemrow span:not(.fa),
  .order-list.itemrow span:not(.fa) {
    display: block;
    float: left;
  }
  .itemrow:nth-child(even) {
    background: none;
  }
  .itemrow {
    margin-bottom: 15px;
    padding: 5px 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px),
(-webkit-min-device-pixel-ratio: 3) and (max-device-width: 736px),
only screen and (max-width: 648px) {
  body>#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Cookiebar */
.cookie-holder {
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cookie-holder.open {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cookie-holder .cookie-holder-in {
  background: #f2f2f2;
  padding-right: 115px;
  color: #2f2f2f;
}

.cookie-holder .cookie-holder-in>a:hover {
  text-decoration: underline;
}

.cookie-holder .cookie-holder-in .close-btn {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100px;
  border-left: 1px solid #2f2f2f;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.cookie-holder .cookie-holder-in .close-btn:hover {
  background: rgba(0, 0, 0, 0.35);
}

.cookie-holder .cookie-holder-in .close-btn .fa:before {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cookie-holder .cookie-holder-in .close-btn .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -1px;
}

.cookie-holder .cookie-holder-in .close-btn .closing {
  padding-right: 20px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .cookie-holder .cookie-holder-in {
    padding-right: 15px;
    padding-bottom: 45px !important;
  }

  .cookie-holder .cookie-holder-in .close-btn {
    height: 30px;
    width: 100%;
    border: none;
  }
}






/* Footer redesign */
.icon.social {
  position: relative;
  float: none !important;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.nieuwsbrief-subscribe-holder {
  height: 50px;
  border-bottom: 1px solid #fff;
  background: #19caaf;
  z-index: 1;
}

.checkout .nieuwsbrief-subscribe-holder {
  display: none;
}

.nieuwsbrief-subscribe-holder form {
  z-index: 0;
}

.nieuwsbrief-subscribe-holder input {
  border: 1px solid #2f2f2f !important;
  margin: 6px 5px 0 15px;
}

.nieuwsbrief-subscribe-holder strong {
  color: #fff;
  line-height: 50px;
  font-size: 17px;
}

.nieuwsbrief-subscribe-holder #btn_submit_newsletter:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nieuwsbrief-subscribe-holder #btn_submit_newsletter {
  width: 37px;
  height: 37px;
  background: #2f2f2f;
  right: 0;
  border-radius: 0 3px 3px 0;
  top: 6px;
  color: #fff;
}

.nieuwsbrief-subscribe-holder #btn_submit_newsletter:hover {
  color: #19caaf;
}

.nieuwsbrief-subscribe-holder .review-number-holder {
  top: -10px;
  left: 5px;
  z-index: 1;
}

.nieuwsbrief-subscribe-holder .review-number-holder .number {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #fff;
  color: #2f2f2f;
  line-height: 70px;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.nieuwsbrief-subscribe-holder .stars-holder {
  margin: 15px 0 0 10px;
}

.nieuwsbrief-subscribe-holder .stars-holder .fa {
  font-size: 15px;
  color: #fff;
}

.nieuwsbrief-subscribe-holder .stars-holder a {
  color: #fff;
}

.footer-contact-link {
  padding-left: 95px;
}

.contact-link-icon-holder:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-link-icon-holder {
  width: 65px;
  height: 65px;
  background: #19caaf;
  color: #fff !important;
  font-size: 34px !important;
  border-radius: 50%;
  border: 3px solid #19caaf;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  top: 0;
  left: 15px;
}

.footer-contact-link .contact-link-icon-holder:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.footer-contact-link p {
  color: #fff;
}

.detailpage .main-review-title,
.review-page .main-review-title,
.review .main-review-title {
  line-height: 50px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background: #19caaf;
}

.detailpage .main-review-holder,
.review-page .main-review-holder,
.detailpage .procon-holder {
  background: #f2f2f2;
}

.detailpage .review-holder:not(.main-review-holder),
.review-page .review-holder:not(.main-review-holder) {
  border-left: none;
  margin-top: -1px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.detailpage .review-holder strong,
.review-page .review-holder strong {
  font-size: 15px;
}

.detailpage .review-holder strong span,
.review-page .review-holder strong span {
  font-size: 12px;
  color: #939393;
}

.detailpage .review-holder .stars-holder .fa,
.review-page .review-holder .stars-holder .fa {
  font-size: 16px;
}

.detailpage p.smallbottommargin,
.review-page p.smallbottommargin {
  margin-bottom: 15px;
}

.detailpage p.smalltopmargin,
.review-page p.smalltopmargin {
  margin-top: 15px;
}

.detailpage .review-holder .mark-holder,
.review-page .review-holder .mark-holder,
.review .mark-holder {
  left: 0;
  top: 0;
  max-width: 75px;
  line-height: 26px;
  font-size: 25px;
  font-weight: bold;
  color: #19caaf;
}

.review .mark-holder {
  line-height: 35px;
  font-size: 31px;
}

.review .review-overview {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.detailpage .cta.grey:not(.no-reviews) {
  margin-left: 15px;
}

.review-page .review-holder .general-review-holder {
  border-top: 1px solid #2f2f2f;
  margin-top: 15px;
  padding-top: 15px;
}

.review-bar-holder {
  margin-bottom: 10px;
}

.review-bar-holder .review-bar {
  width: 200px;
  height: 15px;
  background: rgba(0, 0, 0, 0.15);
}

.review-bar-holder .review-bar .review-bar-procent {
  background: #ff8a00;
  left: 0;
  top: 0;
  height: 100%;
}

.review-bar-holder .number,
.review-bar-holder .fa {
  line-height: 15px;
  display: block;
}

.review-page .h2-title.smallbottommargin {
  margin-bottom: 15px !important;
}

.cylinder-holder.h2-title.error {
  color: #cc0000;
}

.cylinder-holder.h2-title.error .check-holder {
  border-color: #cc0000;
}

@media (max-width: 1199px) {

  .detailpage .main-review-title,
  .review-page .main-review-title {
    padding: 5px 15px;
    line-height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .nieuwsbrief-subscribe-holder strong {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .detailpage .cta.grey {
    margin-left: 0;
    margin-top: 15px;
    clear: both;
  }

  .review-bar-holder .review-bar {
    width: 100px;
  }

  .review-page .general-review-holder {
    width: calc(100% + 60px);
    margin-left: -60px;
  }
}



/* Condensator category block */
.category-block-row {
  margin: 30px -5px 0;
  height: 155px;
  overflow: hidden;
}

.category-block-row .category-block-wrapper {
  height: 155px;
  width: auto;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

.category-block-row .category-block-holder {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  width: 152px;
  height: 155px;
}

.category-block-row .category-block-holder .category-block {
  border: 1px solid #2f2f2f;
  border-radius: 2px 2px 0 0;
}

.category-block-row .category-block-holder .category-block .img-holder {
  height: 106px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.category-block-row .category-block-holder .category-block .title-holder {
  padding: 5px;
  color: #fff;
  line-height: 14px;
  font-size: 13px;
  text-decoration: none;
  height: 38px;
  background: #2f2f2f;
}

.category-block-row .category-block-holder .category-block .title-holder span {
  color: #19caaf;
}

.category-block-pager .fa {
  color: #2f2f2f;
  margin: 0 2px;
  display: inline;
  float: none;
}

.category-block-pager .fa.active {
  color: #19caaf;
}

.category-arrow:before {
  font-size: 25px;
}

.category-arrow {
  width: 22px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.category-left {
  opacity: 0.15;
  pointer-events: none;
}
.category-right {
  text-align: right;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .category-block-row .category-block-holder {
    width: 141px;
  }
}

@media (max-width: 990px) {
  .category-block-row .category-block-holder {
    width: 160px;
  }
}




/* Trustedshops in header */
header .stars-holder {
  width: 150px;
  height: 37px;
  background: #19caaf;
  border-radius: 0 2px 2px 0;
  color: #fff;
  padding: 5px 50px 5px 15px;
}

header .stars-holder a {
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  margin-top: -2px;
}

header .trustedshop-holder {
  height: 63px;
  width: 96px;
  border: 3px solid #f2f2f2;
  background: #fff;
  overflow: hidden;
  border-radius: 100px;
  left: -85px;
  top: -13px;
}

header .trustedshop-holder .trustedshops {
  padding: 5px;
  height: 100%;
  border: 1px solid #2f2f2f;
  border-radius: 100px;
}

header .trustedshop-holder .trustedshops .trustedshops-logo {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}

header .review-number-holder {
  margin-right: 15px;
}

header.sticky .review-number-holder {
  display: none;
}

header .review-number-holder .number {
  right: 5px;
  top: 0;
  height: 37px;
  line-height: 37px;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 990px) {
  header .search-holder {
    position: relative !important;
    left: auto;
    top: auto;
    float: right;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  header .search-holder {
    margin-right: 15px;
  }

  header.sticky .search-holder {
    margin-right: calc(15% + 30px);
  }
}

@media (max-width: 767px) {
  .search-holder .icon.btn-search:before {
    font-size: 20px;
  }

  .search-holder .btn-search {
    border: 2px solid #fff;
    top: 1px !important;
    right: 0;
    height: 35px !important;
    width: 35px !important;
  }
}





/* Write reviews */
.write-review {
  padding-left: 0;
  padding-right: 0;
}

.write-review label {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.write-review label span {
  color: #009fdf;
}

.write-review input:focus:invalid,
.write-review textarea:focus:invalid {
  border-color: #ff0000;
  outline:none;
  box-shadow:none;
}

.write-review input,
.write-review .select-holder,
.write-review textarea {
  padding: 3px 6px;
  height: 40px;
  line-height: 40px !important;
  border: 1px solid #2f2f2f;
  margin: 0 !important;
}

.write-review .select-holder select {
  background: #fff !important;
  border: none;
  padding: 0 !important;
}

.write-review textarea {
  height: 300px;
  resize: none;
}

.write-review .cta {
  margin-right: 15px;
}

.write-review select::-ms-expand {
  display: none;
}

.write-review select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.write-review .select-holder::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 360px) {
  .write-review {
    width: 100%;
    margin-left: 0;
  }
}

/* Privacy policy */
.privacy-section .footer-page-content ul {
  list-style-position: inside;
}

.privacy-sites .site_dropdown {
  -webkit-column-width: auto;
  -moz-column-width: auto;
  -o-column-width: auto;
  -ms-column-width: auto;
  column-width: auto;
  width: 100%;
}

.privacy-sites .site_dropdown li,
.privacy-sites .site_dropdown li a {
  display: inline-block;
  float: left;
  line-height: inherit;
  font-weight: 300;
  color: #2f2f2f;
}

.privacy-sites .site_dropdown li:after {
  content: ", ";
  white-space: pre;
}

.privacy-sites .site_dropdown li:first-child:after,
.privacy-sites .site_dropdown li:last-child:after {
  content: "";
}

@media (max-width: 990px) {

  .privacy-section table,
  .privacy-section thead,
  .privacy-section tbody,
  .privacy-section th,
  .privacy-section td,
  .privacy-section tr {
    display: block;
  }

  .privacy-section thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .privacy-section tr {
    border: 1px solid #ccc;
  }

  .privacy-section td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }

  .privacy-section td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .privacy-section td:nth-of-type(1):before {
    content: "Cookienaam";
  }

  .privacy-section td:nth-of-type(2):before {
    content: "Geplaatst door";
  }

  .privacy-section td:nth-of-type(3):before {
    content: "Verloopt na";
  }

  .privacy-section td:nth-of-type(4):before {
    content: "Doel";
  }
}

/* Cookiebar */
.cookie {
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  bottom: 0;
  z-index: 900;
  padding: 30px 0;
  display: none;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cookie p,
.read-more-cookies {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding-left: 20%;
  padding-right: 18%;
}

.cookie .cookie-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: calc(20% - 10px);
}

.cookie .close-cookie:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cookie .close-cookie,
.cookie .close-cookie:hover,
.cookie .close-cookie:focus,
.cookie .close-cookie:active {
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
  background: #19caaf;
  color: #fff;
  text-decoration: none;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cookie .close-cookie:hover,
.cookie .agree-cookies:hover {
  opacity: 0.65;
}

.cookie .buttons-holder {
  right: 15px;
  top: 50%;
  text-decoration: none;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cookie .agree-cookies:before {
  color: #fff;
}

.cookie .agree-cookies,
.cookie .agree-cookies:hover,
.cookie .agree-cookies:active,
.cookie .agree-cookies:focus {
  height: 40px;
  padding: 0 10px;
  background: #19caaf;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cookie .agree-cookies span {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

.only-mobile {
  display: none;
  margin-top: -15px;
  margin-bottom: 15px;
}

.read-more-cookies,
.read-more-cookies:hover,
.read-more-cookies:focus,
.read-more-cookies:active {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #19caaf;
}

.read-more-cookies:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .cookie p {
    padding-right: 20%;
  }
}

@media (max-width: 990px) {
  .cookie p {
    padding-left: 0;
  }

  .cookie .cookie-title {
    width: 100%;
    position: relative !important;
  }

  .cookie .cookie-title br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .cookie p {
    padding-right: 27%;
  }
}

@media (max-width: 767px) {
  .cookie {
    padding: 15px 0;
  }

  .cookie p {
    margin-bottom: 15px;
    height: 60px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cookie p.open {
    margin-bottom: 15px;
    height: auto;
    display: block;
    -webkit-line-clamp: auto;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: none;
  }

  .cookie p {
    padding-right: 0;
  }

  .cookie .buttons-holder {
    position: relative !important;
    right: auto;
    top: auto;
    float: left;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .cookie .agree-cookies {
    float: left !important;
  }

  .only-mobile {
    display: block;
    width: 100%;
    text-align: right;
  }
}




/* New filter menu strcture fixes */
.pagination {
  margin-bottom: 0;
}
.sorting-holder .pagination {
  margin-top: 0;
}
.pagination a {
  background: #19caaf;
}

.detailpage {
  margin-left: 0;
  margin-right: 0;
}

.detailpage .detail {
  margin-top: 15px !important;
}

.detailpage:not(.has-oldmenu) .product-info-holder:not(.sticky-product),
.review:not(.has-oldmenu) .product-info-holder:not(.sticky-product),
.review-page:not(.has-oldmenu) .product-info-holder:not(.sticky-product) {
  top: 15px;
}

body:not(.has-oldmenu) .top_menu_bar {
  background: #f2f2f2;
}

body:not(.has-oldmenu) .top_menu_bar .hiddenentry {
  display: none;
}

body:not(.has-oldmenu) .top_menu_bar ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  float: left;
  width: 100%;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li {
  padding: 8px 10px 0 10px !important;
  float: left;
  width: 100%;
}

body:not(.has-oldmenu) .top_menu_bar.assortiment>ul>li>span:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  float: right;
  font-size: 10px;
  margin: -0 5px 0 0;
  color: #f2f2f2;
}

body:not(.has-oldmenu) .top_menu_bar.assortiment>ul>li.menurollup>span:before {
  content: "\f068";
}

body:not(.has-oldmenu) .top_menu_bar.assortiment>ul>li:hover>span:before {
  color: #2f2f2f;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>span {
  border-bottom: 1px solid #19caaf;
  padding: 3px 0;
  width: 100%;
  float: left;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>span span {
  margin-left: 3px;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>span #mNu:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  float: right;
  font-size: 10px;
  margin: -1px 0 0 0;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>span #mNu,
body:not(.has-oldmenu) .top_menu_bar>ul>li:hover>span #mNu {
  float: right;
  color: #19caaf;
  opacity: 0;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li.dirtygroup>span #mNu {
  color: #2f2f2f;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li:hover>span #mNu,
body:not(.has-oldmenu) .top_menu_bar>ul>li.dirtygroup>span #mNu {
  opacity: 0.35;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li.active>span #mNu {
  opacity: 1;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>span a {
  text-transform: uppercase;
  font-weight: 700;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>ul {
  padding: 5px 0 10px 0 !important;
}

body:not(.has-oldmenu) .top_menu_bar.assortiment>ul>li>ul {
  padding: 0 0 10px 0 !important;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>ul span {
  width: 100%;
  float: left;
  padding: 2px 0;
  cursor: pointer;
}

body:not(.has-oldmenu) .top_menu_bar li.deprecated {
  font-style: italic;
  opacity: 0.45;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>ul span>span {
  width: auto;
  margin-left: 3px;
  float: none;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>ul span a {
  font-size: 13px !important;
  line-height: 14px !important;
  font-weight: 300 !important;
  color: #2f2f2f !important;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li ul li.active span a {
  font-weight: 700 !important;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>ul span:hover a {
  color: #19caaf !important;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>ul ul {
  padding: 0 0 0 9px !important;
  border-left: 1px solid #aaa;
}

body:not(.has-oldmenu) .top_menu_bar .top-bar {
  cursor: pointer;
}

body:not(.has-oldmenu) .top_menu_bar .top-bar span:first-of-type {
  margin-right: 3px;
}

body:not(.has-oldmenu) .top_menu_bar .top-bar span:last-of-type {
  margin-left: 3px;
  pointer-events: none;
}

#js_breadcrumbs ol {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}

#js_breadcrumbs ol li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  float: right;
  font-size: 13px;
  margin-right: 0;
  position: absolute;
  top: 4px;
  right: 10px;
}

#js_breadcrumbs ol li {
  padding: 2px 25px 2px 0;
  margin-top: 0px;
  float: left;
  color: #2f2f2f;
  width: auto;
  opacity: .65;
  position: relative;
}
#js_breadcrumbs a,
#js_breadcrumbs a:hover,
#js_breadcrumbs a:focus,
#js_breadcrumbs a:active  {
  outline: none !important;
  text-decoration: none !important;
}

#js_breadcrumbs ol li a {
  color: #2f2f2f;
  line-height: 19px;
}

#js_breadcrumbs ol li:first-of-type {
  padding-left: 0;
}

#js_breadcrumbs ol:first-child li {
  margin-top: 10px;
}

@-webkit-keyframes flash {
  0% {
    color: #2f2f2f;
  }

  10% {
    color: #cc0000;
  }

  100% {
    color: #2f2f2f;
  }
}

@-webkit-keyframes flash2 {
  0% {
    opacity: 0.35;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.35;
  }
}

body:not(.has-oldmenu) .top_menu_bar li.entrywarning {
  -webkit-animation-name: flash2;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: flash2;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
}

body:not(.has-oldmenu) .top_menu_bar li.entrywarning a {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: flash;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
}

body:not(.has-oldmenu) main.detailpage .product-info-holder #cycle-3.open,
body:not(.has-oldmenu) main.review .product-info-holder #cycle-3.open,
body:not(.has-oldmenu) main.review-page .product-info-holder #cycle-3.open {
  margin-top: 40px;
}

body:not(.has-oldmenu) main.detailpage .product-info-holder #cycle-3 .h1-title,
body:not(.has-oldmenu) main.review .product-info-holder #cycle-3 .h1-title,
body:not(.has-oldmenu) main.review-page .product-info-holder #cycle-3 .h1-title {
  left: 0;
  top: -40px;
}

@media (min-width: 768px) and (max-width: 769px) {
  MARGIN-TOP: 15px !important;
}

@media (min-width: 768px) {
  body:not(.has-oldmenu) .top_menu_bar .top-bar:hover {
    color: #fff;
  }

  body:not(.has-oldmenu) .top_menu_bar .top-bar:hover:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0;
    padding-left: 0;
    float: right;
    font-size: 10px;
    margin: 0;
  }

  body:not(.has-oldmenu) .top_menu_bar.menurollup .top-bar:hover:after {
    content: "\f068";
  }

  body:not(.has-oldmenu) main.detailpage .top-texts h1,
  body:not(.has-oldmenu) main.home .top-texts h1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  body:not(.has-oldmenu) .top_menu_bar.top_menu_bar {
    background: #fff;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li {
    padding: 0 !important;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li>span:before {
    line-height: 32px;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li>span a {
    color: #2f2f2f;
    font-weight: 300;
    font-size: 14px !important;
    text-transform: none;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul li span a,
  body:not(.has-oldmenu) .top_menu_bar>ul li ul li span a,
  body:not(.has-oldmenu) .top_menu_bar>ul li ul li ul li span a {
    line-height: 30px !important;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li>ul>li>ul {
    margin-bottom: 10px;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li.menuclosed>ul {
    padding: 0 !important;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li>ul>li {
    border-bottom: 1px solid #f0f1f1;
    float: left;
    width: 100%;
  }

  body:not(.has-oldmenu) .top_menu_bar>ul>li>span #mNu {
    line-height: 30px;
  }

  body:not(.has-oldmenu) .top_menu_bar .top-bar:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0;
    padding-left: 0;
    float: right;
    font-size: 10px;
    margin: 0;
  }

  body:not(.has-oldmenu) .top_menu_bar.menurollup .top-bar:after {
    content: "\f068";
  }

  body:not(.has-oldmenu) #left-col>nav {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 900;
    display: block;
  }

  body:not(.has-oldmenu) #left-col>nav.popup-open {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
  }

  body:not(.has-oldmenu) #left-col>nav .wensen-holder {
    width: 75%;
    right: 0;
    left: auto;
    padding: 100px 15px 15px 15px;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.5);
  }

  body:not(.has-oldmenu) #left-col>nav.popup-open .wensen-holder {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0);
    overflow-y: auto;
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header {
    width: 75%;
    z-index: 920;
    left: auto;
    right: 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -ms-transform: translate(100%, 0);
    /* IE 9 */
    -webkit-transform: translate(100%, 0);
    /* Chrome, Safari, Opera */
    transform: translate(100%, 0);
  }

  body:not(.has-oldmenu) #left-col>nav.popup-open .popup-header {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0);
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header a {
    color: #fff;
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header a.fa-home {
    font-size: 20px;
    margin-top: 15px;
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header a#product-count-holder {
    font-size: 13px;
    margin-top: 11px;
    font-weight: bold;
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header a#product-count-holder:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 5px;
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header a#product-count-holder span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    color: #2f2f2f;
    text-align: center;
  }

  @-webkit-keyframes flash3 {
    0% {
      background: #fff;
      color: #2f2f2f;
    }

    10% {
      background: #ff8a00;
      color: #fff;
    }

    100% {
      background: #fff;
      color: #2f2f2f;
    }
  }

  body:not(.has-oldmenu) #left-col>nav .popup-header a#product-count-holder.flash span {
    -webkit-animation-name: flash3;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
  }

  body:not(.has-oldmenu) header.sticky {
    border: none !important;
  }

  .sort-holder .sort .btn-filteren #productcount-mobi {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #2f2f2f;
    border-radius: 50%;
    color: #fff;
  }

  body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>ul>li>span::before {
    margin-top: 5px !important;
  }
}

body:not(.has-oldmenu) .filter .top-bar.green,
body:not(.has-oldmenu) .filter .top-bar.green:hover {
  background-color: transparent;
  color: #19caaf;
  border-bottom: 1px solid #19caaf;
  padding-left: 0;
  padding-right: 0;
}

body:not(.has-oldmenu) .filter.top_menu_bar {
  background-color: transparent;
}

body:not(.has-oldmenu) .filter.top_menu_bar span.fa {
  display: none;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span {
  border-bottom: 1px solid #f2f2f2;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span>a {
  color: #2f2f2f;
  float: left;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span::before {
  margin-right: 10px;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>ul>li:not(.active)>span::before {
  content: " ";
  display: block;
  float: left;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border: 1px solid #ddd !important;
  margin-top: 2px;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li ul li.active>span::before {
  content: "\f14a";
  font-family: FontAwesome;
  color: #19caaf;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  float: left;
  font-size: 14px;
  line-height: 19px;
  margin: -1px 8px 0 1px;
  border: 0;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li ul li.active span a {
  font-weight: 400 !important;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span>span:not(#mNu) {
  color: #19caaf;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  font-size: 10px;
  display: block;
  float: right;
  text-align: center;
  border: 1px solid #19caaf;
  line-height: 15px;
  display: none;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.menuopen>span>span:not(#mNu) {
  background-color: transparent;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.menurollup>span>span:not(#mNu) {
  border: 0;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>ul span>span::before {
  content: "(";
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>ul span>span::after {
  content: ")";
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>ul span>span:empty::before,
body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>ul span>span:empty::after {
  content: "";
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span #mNu,
body:not(.has-oldmenu) .filter.top_menu_bar>ul>li:hover>span #mNu {
  opacity: 1;
  text-indent: -10000px;
  display: block;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd !important;
  margin-top: 3px;
  position: absolute;
  left: -3px;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li:hover>span #mNu::before {
  color: transparent;
}

body:not(.has-oldmenu) .filter .top-bar.green span:not(.fa),
body:not(.has-oldmenu) .filter .top-bar.green:hover span:not(.fa) {
  display: none;
}

body:not(.has-oldmenu) .filter .top-bar.green span:empty::before,
body:not(.has-oldmenu) .filter .top-bar.green:hover span:empty::before,
body:not(.has-oldmenu) .filter .top-bar.green span:empty::after,
body:not(.has-oldmenu) .filter .top-bar.green:hover span:empty::after {
  content: "";
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span:hover::before {
  color: #19caaf;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span::after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #999 !important;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  font-size: 8px;
  float: right;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li:hover>span::after {
  color: #2f2f2f !important;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.menurollup>span::after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #999;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  float: right;
  font-size: 8px;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.menurollup:hover>span::after {
  color: #2f2f2f;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span #mNu::before {
  content: "\f14a";
  color: transparent;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  margin: 0;
  color: transparent;
  text-indent: 0;
  margin-top: -3px;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.dirtygroup>span #mNu:hover {
  color: #ddd;
}

body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.active>span #mNu::before,
body:not(.has-oldmenu) .filter.top_menu_bar>ul>li.dirtygroup>span #mNu::before {
  color: #19caaf;
}

body:not(.has-oldmenu) .assortiment.top_menu_bar>ul>li>span {
  border-bottom: 0;
}

body:not(.has-oldmenu) .top_menu_bar>ul>li>span a {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

body:not(.has-oldmenu) .filter>ul>li>span a {
  margin-left: 21px;
}

body:not(.has-oldmenu) .assortiment.top_menu_bar .filter-header span:not(.fa),
body:not(.has-oldmenu) .assortiment.top_menu_bar>ul>li>span #mNu,
body:not(.has-oldmenu) .assortiment.top_menu_bar>ul>li:hover>span #mNu {
  display: none;
}

@media (max-width: 768px) {

  body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span #mNu,
  body:not(.has-oldmenu) .filter.top_menu_bar>ul>li:hover>span #mNu {
    margin-top: 10px;
  }

  body:not(.has-oldmenu) .filter.top_menu_bar>ul>li>span #mNu::before {
    margin-top: -9px;
  }
}

.squash,
div:empty {
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}


/* Altered openinghours */
a.btn-altered-openinghours,
a.btn-altered-openinghours:hover,
a.btn-altered-openinghours:active,
a.btn-altered-openinghours:focus {
  color: #f8731d;
}
a.btn-altered-openinghours:hover {
  color: #2f2f2f;
}
a.btn-altered-openinghours .fa:before {
  font-size: 11px;
}
.altered-openinghours {
  display: none;
}
.altered-openinghours.open {
  display: block;
}





/* Blog pages */
.blogpage .h1-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 5px 0;
  background: none;
  color: #2f2f2f;
  border-bottom: 1px solid #f2f2f2;
}
.blogpage p.smallbottommargin {
  margin-bottom: 15px;
}
.blogpage .related-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.blogpage .related-list strong,
.blogpage .related-list a {
  font-size: 15px;
  line-height: 15px;
}
.blogpage .related-list li {
  border-right: 1px solid #2f2f2f;
  padding: 0 10px;
  width: auto !important;
}
.blogpage .related-list li:first-of-type,
.blogpage .related-list li:last-of-type {
  border: none;
}
.blogpage .related-list li:first-of-type {
  padding: 0;
}
.blogpage .shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
.blogpage .top-holder {
  border: 1px solid #f3f3f3;
}
.blogpage .top-holder .number {
  width: 53px;
  height: 53px;
  background: #19caaf;
  border-radius: 50%;
  left: -12px;
  top: -12px;
  line-height: 53px;
  font-size: 31px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  z-index: 1;
}
.blogpage .top-holder .img-holder {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 130px;
}
.blogpage .top-holder p {
  margin-bottom: 15px;
}
.blogpage .top-holder .h2-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.blogpage .top-holder .inwinkelmand-holder {
  width: 135px;
  right: 0;
  bottom: 0;
}
.blogpage .products-holder .product-item-holder .inwinkelmand-holder {
  padding-left: 0;
}
.blogpage .products-holder .product-item-holder .product-item .product-name span {
  height: 17px;
}
.blogpage .table-holder {
  padding: 5px;
}
.blogpage .table-holder > div {
  padding: 2px 4px;
}
.blogpage .table-holder > div:nth-child(even) {
  background: #f2f2f2;
}
.blogpage .blog-item .blog-thumb {
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .blogpage .related-list li:first-of-type {
    width: 100% !important;
  }
  .blogpage .related-list li:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 991px) {
  .blogpage .blog-item .title-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .blogpage .blog-item .title-holder .h1-title {
    margin: 0;
  }

}
@media (max-width: 990px) {
  .blogpage .top-holder .text-holder {
    padding-bottom: 40px;
  }
  .blogpage .blog-item .title-holder {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .blogpage .top-holder .img-holder {
    background-position: top left;
  }
}

.faq-page #js_h1,
.faq-page #js_breadcrumbs {
  display: none;
}

.faq-page .faq-content {
  margin-left: -10px;
  margin-right: -10px;
}

.faq-page .service-header {
  background-color: #333;
  background-size: cover !important;
}

.faq-page .service-header .search-service {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 150px;
  padding-right: 150px;
  height: 255px;
}

@media (max-width: 990px) {
  .faq-page .service-header {
    margin-top: 39px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .faq-page .service-header .search-service {
    padding: 50px;
    height: 175px;
  }
}

@media (max-width: 768px) {
  .faq-page .service-header .search-service {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.faq-page .service-header .search-service .search-form {
  width: 100%;
  height: 75px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.faq-page .service-header .search-service .search-form input[type='text'] {
  width: calc(100% - 45px);
  height: 45px;
  float: left;
  border: 2px solid #19caaf;
  padding-left: 15px;
  color: #000 !important;
  font-weight: 700;
}

.faq-page .service-header .search-service .search-form a.icon {
  width: 45px !important;
  height: 45px !important;
  float: left;
  background-color: #19caaf;
  color: #fff;
  border: 0;
  font-weight: bold;
  margin: 0;
  border-radius: 0;
}

.faq-page .service-header .search-service .search-form a.icon:hover {
  background-color: #000;
}

.faq-page .service-header .service-links {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.faq-page .service-header .service-links a {
  color: #fff;
  line-height: 35px;
  padding-left: 60px;
  display: inline-block;
}

.faq-page .service-header .service-links a .circle {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #19caaf;
  border-radius: 18px;
  margin-right: 15px;
  position: absolute;
  margin-left: -40px;
}

.faq-page .service-header .service-links a .circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-page .icons {
  background-color: rgb(47, 47, 47);
  color: #fff;
  text-align: center;
  min-height: 200px;
  margin: 15px;
}

.faq-page .icons::after {
  display: table;
  content: " ";
  clear: both;
}

.faq-page .icons a {
  color: #fff;
}

.faq-page .icons a:hover i {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.faq-page .icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-page .icons .balance-left {
  left: calc(50% - 3px);
}

.faq-page .icons .contact-link-icon-holder {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.faq-page .icons span {
  font-size: 15px;
}

.faq-page .icons div {
  margin-bottom: 15px;
}

.faq-page .faq ol {
  list-style: none;
  counter-reset: li;
}

.faq-page .faq li.faq-item::before {
  content: counter(li);
  color: #19caaf;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  font-weight: 700;
}

.faq-page .faq li.faq-item {
  counter-increment: li;
  font-weight: 700;
  line-height: 25px;
}

.faq-page .faq {
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq-page .faq a {
  color: #2f2f2f;
}

.faq-page .faq a:hover {
  color: #19caaf;
}

.faq-page .faq li > div {
  max-height: 0;
  opacity: 0;
  transition: none;
  font-weight: normal;
  pointer-events: none;
}

.faq-page .faq li .content {
  max-height: 0;
  overflow: hidden;
}

.faq-page .faq li.open > div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 80vh;
  max-width: 95vw;
  max-height: 750px;
  opacity: 1;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: opacity 0.3s linear;
  pointer-events: all;
}

.faq-page .faq li.open .content {
  position: absolute;
  padding: 30px;
  max-height: unset;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

@media (max-width: 992px) {
  .faq-page .faq li.open > div {
    max-height: 95vh;
  }
}

.faq-page .faq li .shadow::before {
  opacity: 0;
}

.faq-page .faq li.open .shadow::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120vh;
  width: 120vw;
  z-index: 9998;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.faq-page .faq li h3 {
  margin-bottom: 15px !important;
}

.faq-page .faq li.open div .faq-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #19caaf;
  transform: unset;
  left: unset;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}

.faq-page .faq li.open div .faq-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-page #help-holder {
  background: #f2f2f2;
  bottom: 0;
  padding-bottom: 50px !important;
  padding-top: 10px;
}

.faq-page #help-holder p {
  line-height: 30px;
  z-index: 1;
}

.faq-page #help-holder .service-guy {
  right: 0;
  bottom: 10px;
}

.faq-page #help-holder .contact-info-holder {
  background: #19caaf;
  left: 0;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.faq-page #help-holder .contact-info-holder a {
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

.faq-page #help-holder .link {
  position: relative;
  padding-left: 50px;
  display: inline-block;
  padding-bottom: 14px;
  line-height: 17px;
  padding-top: 8px;
  color: #2f2f2f;
  min-height: 45px;
}

.faq-page #help-holder .link:hover {
  color: #19caaf;
}

.faq-page #help-holder .link:hover .icon {
  background-color: #19caaf;
}

.faq-page #help-holder .icon {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #19caaf;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
}

@media (max-width: 1200px) {
  .faq-page .icons > div {
    text-align: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .faq-page .icons .contact-link-icon-holder {
    left: 0;
    top: 0;
    transform: unset;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-page .icons img {
    width: 25px;
    height: 25px;
  }

  .faq-page .icons span {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
  }

  .faq-page .icons a:hover .contact-link-icon-holder {
    width: 50px;
    height: 50px;
    margin-bottom: unset;
    margin-top: unset;
  }
}

@media (max-width: 576px) {
  .faq-page .icons span {
    width: calc(100vw - 115px);
  }
}

#js_productlist .review .content .top-texts .review-holder,
.content .top-texts .procon-holder.review-holder,
#reviews .procon-holder.review-holder,
#no-reviews .procon-holder.review-holder {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 5px;
  background-color: transparent;
  border-top: none;
}

#reviews .procon-holder.review-holder,
#no-reviews .procon-holder.review-holder {
  background-color: #f2f2f2;
}

#no-reviews .procon-holder.review-holder {
  padding-left: 15px;
  padding-right: 15px;
}

#js_productlist .review {
  width: 66.66666667%;
  padding-right: 15px;
}

#js_productlist .review .cta.grey:not(.no-reviews) {
  margin-top: 30px;
}

@media (min-width: 990px) and (max-width: 1200px) {
  #js_productlist .review {
    width: 50%;
  }

  #js_productlist .review .cta.grey:not(.no-reviews) {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 990px) {
  #js_productlist .review {
    width: 100%;
    padding-right: 0;
  }

  #js_productlist .review .cta.grey:not(.no-reviews) {
    margin-bottom: 15px !important;
  }
}

#js_productlist .review .product-info-holder #cycle-3 span.h1-title {
  display: none;
}

#js_productlist .review .product-info-holder {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#js_productlist .review .product-info-holder .product-price {
  padding-top: 15px;
}

#js_productlist .review .product-info-holder .prod-usp {
  display: none;
}

#js_productlist .review .product-info-holder .little-slider-arrow {
  display: block !important;
}

#js_productlist .review section.content,
#js_productlist .review section.content .top-texts {
  min-height: 1000px;
}

#js_productlist .review header.sticky ~ section.content,
#js_productlist .review header.sticky ~ section.content .top-texts {
  min-height: 960px;
}

#js_productlist .review .product-info-holder:not(.sticky-product) {
  top: 30px !important;
}

#js_productlist .review .stars-holder {
  font-weight: bold;
}

@media (max-width: 990px) {
  #js_productlist .review .product-info-holder:not(.sticky-product) {
    margin-bottom: 35px !important;
    margin-top: 0 !important;
    top: 15px !important;
  }

  #js_productlist .review section.content .top-texts {
    margin-bottom: 0 !important;
  }
}
.has-oldmenu #js_h1 {
  display: none;
}
@media (max-width: 767px) {
  body:not(.has-oldmenu) .index {
    padding-top: 50px;
  }
}
.w25, .w50, .w75, .w100 {
  margin: 15px;
}
.w25.left, .w50.left, .w75.left, .w100.left {
  margin-left: 0;
}
.w25.right, .w50.right, .w75.right, .w100.right {
  margin-right: 0;
}
.w25 {
  width: 25%;
}
.w50 {
  width: 50%;
}
.w75 {
  width: 75%;
}
.w100 {
  width: 100%;
}
.blogpage p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w25, .w50, .w75, .w100 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}




/* Reviews fixes PDP */
.detailpage .review-holder.main-review-holder {
  padding-left: 15px !important;
  padding-top: 15px !important;
}
.review-page .review-holder.main-review-holder {
  padding-left: 0 !important;
  padding-top: 30px !important;
}
.review-holder.main-review-holder .mark-holder {
  left: 15px;
  top: 15px;
}
.detailpage .review-holder:not(.main-review-holder) {
  background: #fff !important;
  border-left: none !important;
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.review .review-holder:not(.main-review-holder) {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.review-holder .stars-holder {
  padding-left: 50px;
  margin-top: -10px;
}
.review.detailpage .review-holder .stars-holder {
  margin-top: -24px;
}
.main-review-holder .stars-holder {
  padding-left: 50px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.review-content .review-holder:not(.main-review-holder) .stars-holder {
  margin-top: -23px;
}
.review-page .review-content .review-holder:not(.main-review-holder) .stars-holder {
  margin-top: -10px;
}
.review-content .review-holder.main-review-holder .stars-holder {
  padding-left: 60px;
  margin-top: -10px;
}



.review .review-overview,
.review .review-holder {
  width: 66.66666667%;
  padding-right: 15px;
}
.detailpage .assistance-holder {
  display: none;
}
.detailpageonly {
  display: none;
}
.detailpage.detailpageonly {
  display: block;
}
.review-page .procon-holder .h2-title {
  background: none !important;
  padding: 0;
  color: #2f2f2f;
}