<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * 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.
 */

/* Bootstrap fix */
.nav {
  padding-left: 0;
  list-style: none;
}

.nav &gt; li &gt; a {
  position: relative;
  display: block;
}

.navbar-toggle {
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px){
  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-right {
    float: right;
    margin-right: -15px;
  }

  .navbar-nav &gt; li {
    float: left;
  }
}
/* end of bootstrap fix */

/* Algemeen */
.container {
  position: relative;
}

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

b,
strong {
  font-weight: 400;
}

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

.icon {
  position: relative;
  float: right;
}

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

.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;
}

.navbar-toggle.icon:before {
  position: relative;
  left: auto;
  top: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 14px;
}

.search {
  margin-top: 0;
  color: #2f2f2f;
  font-weight: 700;
  border: 1px solid;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
}

.btn-search {
  width: 37px;
  height: 37px;
  right: 0;
  position: absolute;
}

.btn-search:hover,
.btn-search:active {
  background: #2f2f2f;
}

.icon.btn-search:before {
  content: "\f002";
  font-size: 16px;
  color: #fff;
}

.img-center {
  margin: 0 auto;
}

.squash,
div:empty {
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

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

.cta.light,
.cta.winkelmand,
.cta.default,
.cta.grey,
.cta.lightgrey {
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 700;
  padding: 0 40px 0 10px;
  border: 1px solid;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  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;
  position: relative;
  float: right;
  background: #fff;
}
.cta.lightgrey {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  padding: 0 29px 0 5px;
}

.cta.light{
  background: transparent;
}

.cta.light .active-bar,
.cta.winkelmand .active-bar,
.cta.default .active-bar,
.cta.grey .active-bar,
.cta.lightgrey .active-bar {
  width: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  background: #fff;
}

.cta.grey {
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.cta.lightgrey {
  color: #979797;
  border-color: #979797;
}

.cta.light .infobutton,
.cta.default .infobutton,
.cta.grey .infobutton,
.cta.lightgrey .infobutton {
  height: 28px;
  right: 0;
  top: 0;
}
.cta.lightgrey .infobutton {
  height: 24px;
  width: 24px;
}
.cta.lightgrey .infobutton:before {
  font-size: 17px;
}
.cta.grey .infobutton,
.cta.grey .active-bar  {
  background: #2f2f2f;
}
.cta.lightgrey .infobutton,
.cta.lightgrey .active-bar  {
  background: #979797;
}

.infobutton {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  background: #fff;
}

.infobutton:before {
  font-size: 25px;
  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%);
}
@media (min-width: 768px){
  .marginright {
    margin-right: 5px;
  }
}

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

h1,
.h1-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

h2,
.h2-title {
  font-size: 17px;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0;
}

h3,
h4,
h5,
h6{
  margin-top: 0;
  margin-bottom: 5px;
  color: #6a7476;
}

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

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

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

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

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

.checkout-holder input:focus,
.login input:focus,
.styled-select.focus {
  background: #f2f2f2;
}

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

@media (max-width: 320px) {
  .mobile-usp .usp-holder {
    height: 160px;
  }

  .mobile-usp .usps-holder .usp-item {
    width: 100%;
  }
}

@media (max-width: 767px){
  h1,
  .h1-title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .divtable .thead &gt; div &gt; div,
  .divtable .tbody &gt; div &gt; div,
  .divtable .tbody &gt; a &gt; div {
    padding: 10px 5px !important;
  }
}

@media (min-width: 992px){
  .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:hover,
  .cta.light:active {
    margin: 0;
  }
}
/* end of algemeen */

/* Body */
body {
  overflow-x: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #2f2f2f;
  font-weight: 300;
}

body,
*:not(.fa) {
  font-family: 'Roboto', sans-serif;
}

body.view .hidden-view {
  display: none;
}
/* end of body */

/* Top nav */
nav.navbar-default {
  border: 0;
}

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

.nav &gt; li{
  position: inherit !important;
}

.navbar-default .navbar-nav &gt; li:not(#js_btn-assortiment) {
  position: relative !important;
}

.navbar-default .navbar-nav &gt; li:hover {
  background: #fff;
}

.navbar-default .navbar-nav &gt; li:hover &gt; a {
  color: #2f2f2f;
}

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

.navbar-collapse {
  float: right;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
}

.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);
  position: absolute;
  border: 1px solid;
}

.open &gt; .assortiment-menu {
  display: block !important;
  z-index: 1000;
}

.navbar-default .navbar-nav &gt; li:hover ul {
  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;
  font-weight: 500;
  cursor: pointer;
}

.navbar-default .navbar-nav &gt; li &gt; ul {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  border: 1px solid #2f2f2f;
  border-radius: 2px;
  list-style: none;
  padding: 10px;
  margin: 0;
  width: 150px;
  background: #fff;
  z-index: 999;
}

.navbar-default .navbar-nav &gt; li &gt; ul &gt; li {
  padding-left: 20px;
  position: relative;
  float: left;
  cursor: pointer;
  width: 100%;
}

.navbar-default .navbar-nav &gt; li &gt; ul &gt; li .flag {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
}

.navbar-default .navbar-nav &gt; li &gt; ul &gt; li .flag img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar-default .navbar-nav &gt; li &gt; ul &gt; li a {
  line-height: 14px;
  margin-bottom: 5px;
  float: left;
}

@media (max-width: 767px) {
  header .navbar-toggle:active .icon-bar {
    background: #2f2f2f;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .assortiment-menu {
    width: 751px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .assortiment-menu {
    width: 970px;
  }
}
/* end of top nav */

/* Header */
header {
  background: #f2f2f2;
  z-index: 900;
  min-height: 67px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

header.sticky {
  left: 0;
  top: 0;
  position: fixed;
  border-bottom: 1px solid #2f2f2f;
  z-index: 900;
  min-height: 59px !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

.js_shop-holder {
  position: relative;
}

header .main-logo {
  padding-top: 1px;
}

.main-logo .logo-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #2f2f2f;
  float: left;
  font-family: Tahoma, sans-serif;
}

.main-logo .logo-second-text {
  line-height: 42px;
  float: left;
  margin-left: 3px;
}

header .search-holder {
  overflow: hidden;
  border-radius: 0 3px 3px 0;
  left: 50%;
  padding: 0;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
  position: absolute;
}

header .big-shopping-button {
  border-radius: 3px 3px 0 0;
  width: 15%;
  position: absolute;
  right: 15px;
  top: auto;
  padding: 0 10px;
}

header .big-shopping-button .shoppingcarttext {
  height: 47px;
  line-height: 47px;
  float: right;
}

.big-shopping-button .shoppingcarttext {
  width: 100%;
  padding-left: 34px;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
}

.big-shopping-button .shoppingcarttext:before,
.big-shopping-button .shoppingcarttext:after {
  content: "\f07a";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 29px;
}

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

.big-shopping-button .shoppingcarttext:after {
  content: "\f107";
  left: auto;
  right: 10px;
}

.cart-mnu.open {
  opacity: 1;
  bottom: 0;
  max-height: unset;
  pointer-events: all;
  padding: 15px 0 95px;
}

.cart-mnu {
  background: #fff;
  border-radius: 4px;
  border: #f2f2f2;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5x 1px rgba(0, 0, 0, 0.2);
  width: calc(100vw - 30px);
  max-width: 440px;
  right: 0;
  padding: 15px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

.cart-mnu .shoppingcart-holder {
  max-height: 35vh;
  overflow-y: scroll;
  display: block;
}

.cart-mnu .shopping-wrapper {
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.cart-mnu .shopping-wrapper .total {
  font-weight: bold;
  padding-bottom: 15px;
}

.cart-mnu .shopping-wrapper .total .amount {
  padding-left: 40px;
}

.cart-mnu .divtable {
  padding: 0 5px 15px 15px;
}

.cart-mnu &gt; strong {
  margin-bottom: 15px;
}

.divtable {
  display: table;
  padding: 0 0 15px;
}

.divtable .tbody {
  display: table-row-group;
}

.divtable .thead {
  display: table-header-group;
}

.divtable .thead &gt; div &gt; div {
  font-size: 14px;
  border: none;
  font-weight: 700;
  line-height: 20px;
  padding: 5px 15px !important;
}

.divtable &gt; div &gt; div,
.divtable &gt; div &gt; a,
.divtable &gt; div &gt; figure {
  display: table-row;
}

.divtable .tbody &gt; div:nth-child(odd),
.divtable .tbody &gt; a:nth-child(odd) {
  background: #f2f2f2;
}

.divtable &gt; div &gt; div &gt; div,
.divtable &gt; div &gt; a &gt; div {
  display: table-cell;
  padding: 10px 15px;
  line-height: 40px;
  color: #2f2f2f;
  font-size: 12px;
  border: none;
  overflow: visible;
}

.divtable .tbody &gt; div &gt; div:first-child,
.divtable .tbody &gt; a &gt; div:first-child {
  padding: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.divtable .tbody &gt; div &gt; div:before,
.divtable .tbody &gt; a &gt; div:before {
  content: "";
  display: table;
  clear: both;
}

.divtable .tbody &gt; div &gt; div .product-thumb,
.divtable .tbody &gt; a &gt; div .product-thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 4px;
  border: 1px solid #cbcaca;
}

.divtable .tbody &gt; div &gt; div .product-thumb img,
.divtable .tbody &gt; a &gt; div .product-thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.divtable strong {
  font-weight: 500;
  height: 40px;
  display: block;
  overflow: hidden;
  color: #0a67ae;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}

.divtable .tbody &gt; div &gt; div input,
.divtable .tbody &gt; a &gt; div input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cbcaca;
  width: 60px;
  border-radius: 100px;
  padding: 0 2px 0 10px;
}

.divtable .tbody &gt; div &gt; div:last-child,
.divtable .tbody &gt; a &gt; div:last-child {
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cart-mnu .divtable .tbody &gt; a &gt; div:last-child {
  width: 30px;
}

.shoppingcart-holder .text {
  position: relative;
  float: left;
}

.cta.winkelmand .infobutton {
  right: 0;
  top: 0;
}

header .review-number-holder {
  margin-right: 15px;
  position: relative;
  float: right;
}

header.sticky .review-number-holder {
  display: none;
}

header .trustedshop-holder {
  height: 63px;
  width: 96px;
  border: 3px solid #f2f2f2;
  background: #fff;
  overflow: hidden;
  border-radius: 100px;
  left: -85px;
  top: -13px;
  position: absolute;
}

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);
  position: absolute;
  margin: 0 auto;
}

header .stars-holder {
  width: 150px;
  height: 37px;
  border-radius: 0 2px 2px 0;
  color: #fff;
  padding: 5px 50px 5px 15px;
  float: left;
}

header .review-star {
  padding: 0;
}

header .stars-holder a {
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  margin-top: -2px;
  padding: 0;
}

header .review-number-holder .number {
  right: 5px;
  top: 0;
  height: 37px;
  line-height: 37px;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  position: absolute;
}

.cart-mnu .delete-product {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 767px){
  header.sticky {
    min-height: 0 !important;
    padding: 0 15px !important;
    border-bottom: none;
  }

  header .container.header {
    padding: 0;
  }

  header .toprow {
    margin: 0;
  }

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

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

  .small-icon-holder {
    float: right;
    padding-right: 60px;
    padding-left: 0;
    width: auto;
  }

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

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

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

  .header-search-btn {
    width: 50px;
    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;
  }

  .header-search-btn:before {
    font-size: 20px;
    color: #fff;
  }

  .search-holder {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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;
  }

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

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

  header .search {
    color: #6a7476;
    margin-top: 0;
  }

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

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

  .search-holder .btn-search {
    border: 2px solid #fff;
    border-radius: 0;
    top: 1px;
    margin: 0;
    height: 35px;
    width: 35px;
  }

  .search-holder .icon.btn-search:before {
    font-size: 20px;
  }

  header .big-shopping-button {
    background: none !important;
    width: auto !important;
    padding: 0;
    top: 0;
    bottom: auto;
  }

  .big-shopping-button .shoppingcarttext .shoppingcartcount {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -7px;
    top: 4px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
  }

  .navbar-brand {
    width: 170px;
  }

  .checkout header {
    min-height: auto !important;
  }

  header .navbar-brand {
    width: auto;
  }

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

  .big-shopping-button .shoppingcarttext:before {
    left: 3px;
    top: 2px;
    font-size: 26px;
  }

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

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

  .checkout header .main-logo .logo-text {
    line-height: unset;
  }

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

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

  .checkout header .main-logo .logo-second-text {
    line-height: unset;
    margin: 0;
  }

  .big-shopping-button .shoppingcarttext:after {
    content: "";
  }
}

@media (min-width: 768px){
  header:not(.sticky) .big-shopping-button{
    bottom: -60px;
  }

  header:not(.sticky) .big-shopping-button .shoppingcarttext{
    height: 40px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .navbar-brand &gt; img {
    width: 97px;
  }

  header.sticky .search-holder {
    margin-right: calc(15% + 30px);
  }

  header .search-holder {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  header .search-holder {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .navbar-brand &gt; img {
    width: 145px;
  }

  .main-logo .logo-second-text {
    font-size: 18px;
  }
}
/* end of header */

/* Menu */
#left-col &gt; nav,
#left-col .popup-content-holder,
#left-col .assortiment,
#left-col .top_menu_bar,
.meest .meestverkocht-item a,
.meestverkocht-item .img-holder {
  padding: 0;
}

.js_assortiment{
  z-index: 1;
}

#left-col .popup-header {
  position: fixed;
}

.popup-header &gt; a.fa,
.filter.top_menu_bar &gt; ul &gt; li &gt; span &gt; a {
  float: left;
}

.wensen {
  border: none;
  margin-bottom: 15px;
}

.top-bar {
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0px 0px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.assortiment .top-bar.filter-header:hover{
  color: #fff;
}

.top_menu_bar ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  float: left;
  width: 100%;
}

.top_menu_bar &gt; ul &gt;li {
  padding: 8px 10px 0 10px;
  float: left;
  width: 100%;
}

.popup-open .menurollup &gt; ul &gt; li{
  line-height: 30px;
}

.top_menu_bar &gt; ul &gt; li &gt; span {
  padding: 3px 0;
  width: 100%;
  float: left;
  cursor: pointer;
}

.top_menu_bar.assortiment &gt; ul &gt; li &gt; span:before {
  content: "\f067";
  font-family: FontAwesome;
  float: right;
  color: #f2f2f2;
  cursor: pointer;
  margin-right: 5px;
  font-size: 10px;
}

.top_menu_bar &gt; ul &gt; li &gt; span a {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 400;
}

.top_menu_bar .top-bar span:first-of-type {
  margin-right: 3px;
}

.assortiment.top_menu_bar .filter-header span:not(.fa),
.assortiment.top_menu_bar&gt;ul&gt;li&gt;span #mNu,
.assortiment.top_menu_bar&gt;ul&gt;li:hover&gt;span #mNu,
.top_menu_bar .hiddenentry,
.top_menu_bar.assortiment &gt; ul &gt; li.unpopular &gt; span:before {
  display: none;
}

.top_menu_bar .top-bar span:last-of-type {
  margin-left: 3px;
  pointer-events: none;
}

.top_menu_bar&gt;ul&gt;li&gt;span #mNu,
.top_menu_bar&gt;ul&gt;li:hover&gt;span #mNu {
  float: right;
  opacity: 0;
}

.top_menu_bar &gt; ul &gt; li.active &gt; span #mNu {
  opacity: 1;
}

.top_menu_bar&gt;ul&gt;li&gt;span span {
  margin-left: 3px;
}

.top_menu_bar.assortiment &gt; ul &gt; li:hover &gt; span:before {
  color: #2f2f2f;
}

.top_menu_bar &gt; ul &gt; li:hover &gt; span #mNu,
.top_menu_bar &gt; ul &gt; li.dirtygroup &gt; span #mNu {
  opacity: 0.35;
}

.top_menu_bar &gt; ul &gt; li &gt; ul ul {
  padding: 0 0 0 9px !important;
  border-left: 1px solid #aaa;
}

.top_menu_bar &gt; ul &gt; li &gt; ul span {
  width: 100%;
  float: left;
  padding: 2px 0;
}

.top_menu_bar.assortiment &gt; ul &gt; li &gt; ul {
  padding: 0 0 10px 0;
}

.top_menu_bar &gt; ul &gt; li &gt; ul span a {
  font-size: 13px;
  color: #2f2f2f;
  line-height: 14px;
  font-weight: 300;
}

.filter.top_menu_bar&gt;ul&gt;li&gt;ul span&gt;span:empty::before,
.filter.top_menu_bar&gt;ul&gt;li&gt;ul span&gt;span:empty::after {
  content: "";
}

.filter.top_menu_bar&gt;ul&gt;li&gt;ul&gt;li:not(.active)&gt;span::before {
  content: " ";
  display: block;
  float: left;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border: 1px solid #ddd;
  margin-top: 2px;
}

@media (max-width: 767px){
  @-webkit-keyframes flash3 /* indicates add product on mobile */ {
    0% {
      background: #fff;
      color: #2f2f2f;
    }

    10% {
      background: #ff8a00;
      color: #fff;
    }

    100% {
      background: #fff;
      color: #2f2f2f;
    }
  }

  #left-col &gt; nav .popup-header a#product-count-holder.flash span,
  .shoppingcarttext.flash {
    -webkit-animation-name: flash3;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
  }

  #meat.content {
    padding-top: 0;
  }

  #meat,
  #rootmeat {
    width: 100%;
    float: left;
    position: relative;
  }

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

  #left-col,
  #left-col .popup-content-holder,
  #left-col .assortiment,
  #left-col .top_menu_bar {
    padding: 0;
  }

  #left-col &gt; 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;
  }

  #left-col &gt; nav.popup-open {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
  }

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

  #left-col &gt; 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);
  }

  #left-col &gt; nav.popup-open .popup-header {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0);
  }

  #left-col &gt; nav .popup-header a {
    color: #fff;
  }

  #left-col&gt;nav .popup-header a.fa-home {
    font-size: 20px;
    margin-top: 15px;
  }

  #left-col &gt; nav .popup-header a#product-count-holder {
    font-size: 13px;
    margin-top: 11px;
    font-weight: bold;
  }

  #left-col&gt;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;
  }

  #left-col&gt;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;
  }

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

  .wensen-holder {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    padding: 100px 0 0 0;
    background: #fff;
    height: 100%;
    -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;
  }

  #left-col &gt; 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);
  }

  #left-col &gt; 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;
  }

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

  .popup-open .popup-content-holder .search-holder {
    position: fixed;
    left: 0;
    top: 50px;
    border-bottom: 1px solid #000;
  }

  .popup-content-holder .search-holder .btn-search {
    right: 16px;
    top: 8px;
  }

  nav .top-bar,
  .popup-open .top-bar {
    margin-top: 30px;
    border-bottom: 2px solid;
  }

  .top_menu_bar &gt; ul &gt; li {
    padding: 0;
  }

  .top_menu_bar &gt; ul &gt; li &gt; span:before {
    line-height: 32px;
  }

  .top_menu_bar &gt; ul &gt; li &gt; span a {
    font-size: 14px;
    text-transform: none;
    line-height: 30px;
  }

  .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;
  }

  .top_menu_bar.menurollup .top-bar:after {
    content: "\f068";
  }

  .top_menu_bar &gt; ul &gt; li &gt; span #mNu {
    line-height: 30px;
  }

  .top_menu_bar &gt; ul &gt; li.menuclosed &gt; ul {
    padding: 0 !important;
    margin: 0;
  }

  .top_menu_bar &gt; ul &gt; li &gt; ul &gt; li {
    border-bottom: 1px solid #f0f1f1;
    float: left;
    width: 100%;
  }

  .top_menu_bar &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .top_menu_bar.menurollup .top-bar:hover:after {
    content: "\f068";
  }
}
/* end of Menu */

/* USP holder */
.uspholder {
  background: #f2f2f2;
  padding: 0;
  position: relative;
  z-index: 1;
}

.usp-main-holder {
  float: right;
}

.usp-holder {
  background: #2f2f2f;
  border-radius: 3px 3px 0 0;
  padding: 0;
}

.usps-holder {
  padding: 0;
}

.usp-item {
  color: #fff;
  float: left;
  padding: 5px 9px;
  height: 40px;
}

.usps-holder .usp-item:nth-of-type(5) {
  width: 184px;
}

.usp-item span {
  line-height: 40px;
  float: left;
}

.usps-holder .usp-item .fa:before {
  font-size: 25px;
  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 {
  line-height: 12px;
  margin-top: 4px;
}

@media (max-width: 767px){
  .uspholder {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .usps-holder .usp-item:nth-of-type(2) {
    width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .usps-holder .usp-item:nth-of-type(4) {
    width: 165px;
  }
}
/* end of USP holder */

/* Js trigger - for shopping cart slide pdp page */
#js_trigger {
  position: fixed;
}
/* end of Js trigger - for shopping cart slide pdp page */

/* left col */
.filter.top_menu_bar span.fa,
.filter .top-bar span:not(.fa),
.filter .top-bar:hover span:not(.fa){
  display: none;
}

#left-col #product-count-holder {
  float: right;
}

.top_menu_bar.assortiment &gt; ul &gt; li.menurollup &gt; span:before {
  content: "\f068";
}

.filter.top_menu_bar &gt; ul &gt; li &gt; ul {
  padding: 5px 0 10px 0;
}

.filter .top-bar,
.filter .top-bar:hover {
  border-bottom: 1px solid;
  padding: 0;
  margin-top: 10px;
}

.filter.top_menu_bar &gt; ul &gt; li {
  padding-left: 0;
  padding-right: 0;
}

.filter.top_menu_bar &gt; ul &gt; li &gt; span {
  border-bottom: 1px solid #f2f2f2;
}

.filter &gt; ul &gt; li &gt; span a {
  margin-left: 21px;
}

.filter.top_menu_bar&gt;ul&gt;li&gt;span #mNu,
.filter.top_menu_bar&gt;ul&gt;li:hover&gt;span #mNu {
  opacity: 1;
  text-indent: -10000px;
  display: block;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  margin-top: 3px;
  position: absolute;
  left: -3px;
}

.filter.top_menu_bar&gt;ul&gt;li&gt;span::after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #999;
  text-decoration: inherit;
  padding-right: 0;
  padding-left: 0;
  font-size: 8px;
  float: right;
}

.filter.top_menu_bar&gt;ul&gt;li.menurollup&gt;span::after {
  content: "\f068";
}

.top_menu_bar &gt; ul &gt; li.dirtygroup &gt; span #mNu,
.filter.top_menu_bar&gt;ul&gt;li:hover&gt;span::after {
  color: #2f2f2f;
}

.meest {
  background: #f2f2f2;
  padding: 0;
  margin-bottom: 10px;
}

.meestverkocht-item {
  padding: 5px;
  border-bottom: 1px solid #fff;
  min-height: 109px;
}

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

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

.meest .meestverkocht-item .info span {
  text-align: left;
  background: transparent;
  font-weight: 400;
  width: 100%;
  float: left;
}
.meest .meestverkocht-item .info .vat {
  display: none;
}

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

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

.meest .meestverkocht-item .info .price {
  font-size: 17px;
  font-weight: 700;
  height: auto;
  padding: 0;
}

.meestverkocht-item .info .title {
  height: 36px;
  padding: 0;
  color: #6a7476;
}

.meest .meestverkocht-item .infobutton {
  right: 5px;
  bottom: 5px;
}

.meest .meestverkocht-item:hover .info .title,
.meest .meestverkocht-item:active .info .title {
  color: #fff;
}

.meest .meestverkocht-item .infobutton:hover,
.meest .meestverkocht-item .infobutton:active {
  color: #2f2f2f;
}

.top_menu_bar li.deprecated {
  font-style: italic;
  opacity: 0.45;
}

.top_menu_bar &gt; ul &gt; li &gt; ul span &gt; span {
  margin-left: 3px;
  float: none;
}

.filter.top_menu_bar &gt; ul &gt; li &gt; ul span &gt; span::before {
  content: "(";
}

.filter.top_menu_bar &gt; ul &gt; li &gt; ul span &gt; span::after {
  content: ")";
}

.filter.top_menu_bar&gt;ul&gt;li&gt;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: -3px 0 0;
  text-indent: 0;
  float: right;
}

.filter.top_menu_bar &gt; ul &gt; li ul li.active span a {
  font-weight: 400;
}

.filter.top_menu_bar &gt; ul &gt; li &gt; span::before {
  margin-right: 10px;
}

.extra-popup-links {
  margin-top: 30px;
  padding: 0;
}

.filter.top_menu_bar &gt; ul &gt; li ul li.active &gt; span::before {
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 19px;
  margin: -1px 8px 0 1px;
}

@media (max-width: 767px){
  .filter.top_menu_bar&gt;ul&gt;li&gt;span #mNu,
  .filter.top_menu_bar&gt;ul&gt;li:hover&gt;span #mNu {
    margin-top: 10px;
  }

  .filter.top_menu_bar &gt; ul &gt; li &gt; span #mNu::before {
    margin-top: -9px;
  }
}

@media (min-width: 768px) {
  .kerstverlichting .wensen-holder {
    margin-top: 0 !important;
  }

  .wensen-holder {
    margin-top: -40px;
  }

  .top_menu_bar .top-bar:hover:after {
    content: "\f067";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
  }

  .assortiment.top_menu_bar {
    background: #f2f2f2;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .meestverkocht-item .price {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }

  .col-lg-80 {
    width: 80% !important;
  }

  .col-lg-offset-20 {
    margin-left: 20% !important;
  }
}
/* end of left col */

/* Category page */
#meat {
  position: relative;
}

main.index {
  float: right;
}

#js_breadcrumbs,
.index h1,
.product-item .prod-usp .spec-row,
.product-item-holder .content-holder,
.product-item-holder .product-name,
.product-item-holder .title,
.product-item-holder .product-name &gt; span {
  padding: 0;
}

.level-up {
  display: none;
}

#js_breadcrumbs ol {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}

#js_breadcrumbs ol li {
  padding: 2px 25px 2px 0;
  float: left;
  color: #2f2f2f;
  width: auto;
  opacity: .65;
  position: relative;
}

#js_breadcrumbs ol li:first-of-type {
  padding-left: 0;
}

#js_breadcrumbs ol:first-child li {
  margin-top: 10px;
}

#js_breadcrumbs ol li a {
  color: #2f2f2f;
  line-height: 19px;
}

#js_breadcrumbs ol li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  right: 10px;
}

#js_breadcrumbs ol li:last-of-type:after {
  content: "";
}

.index .cat-content{
  padding: 0;
  float: right;
}

.top-texts h1 {
  margin: 0 0 5px 0;
}

.account-page-single .h1-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.account-page-single .mobile-usp {
  display: none !important;
}

.account-page-single .parent-cat {
  display: none;
}

.account-page .products-holder,
.account-page .products-holder &gt; div {
  padding: 0;
}

.account-page .inwinkelmand-holder &gt; label {
  display: none;
}

.account-page .inwinkelmand-holder .input-holder {
  float: right;
}

.producten-row {
  margin-left: -5px;
  margin-right: -5px;
}

.products-holder .product-item-holder {
  border: none;
  padding: 5px;
}

.products-holder .product-item-holder .product-item {
  border: 1px solid #f2f2f2;
  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;
  padding-top: 15px;
}

.product-item-holder .img-holder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  text-align: center;
  height: 140px;
  padding: 0;
}

.products-holder .product-item .img-holder img {
  display: inline-block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

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

.product-item .title {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin: 0;
  height: 30px;
  overflow: hidden;
  color: #2f2f2f;
}

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

.productfiller {
  background: #f8f8f8;
  border: 5px solid #fff;
}

.sorting-holder {
  border-bottom: 1px solid;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 15px;
}

.pagination {
  margin-bottom: 0;
  float: left;
  margin-top: 0;
}

.sorting-holder a {
  color: #fff;
  font-weight: 300;
}

.pagination .pagination-number {
  padding: 0 5px;
  width: auto;
  text-align: center;
  float: left;
  background: #fff;
  line-height: 20px;
  height: 20px;
}

.pagination .pagination-number.current {
  margin: 0 1px;
}

.pagination:hover .pagination-number {
  color: #bbbcbd;
}

.pagination:hover .pagination-number.current {
  color: #2f2f2f;
}

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

.sort-holder{
  float: right;
  font-weight: 300;
}

.sort-holder,
.sort-holder a {
  line-height: 25px;
}

.sort-holder .sort a:hover,
.sort-holder .sort a:active {
  color: #2f2f2f;
}

.sort-holder .sort {
  padding: 0 10px;
  margin-left: 10px;
  color: #fff;
  float: right;
}

.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";
}

.product-item-holder .prod-usp {
  height: 88px;
  margin-bottom: 15px;
  text-align: left;
  overflow: hidden;
  padding: 0;
}

.product-item-holder .product-item .fa-check-circle {
  float: left;
}

.product-item-holder .prod-usp-text {
  font-size: 11.5px;
  line-height: 15px;
  height: 15px;
  color: #2f2f2f;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

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

.stock-info:before {
  font-family: "FontAwesome";
  content: "\f058";
  margin-right: 5px;
}

.product-item-holder .inwinkelmand-holder {
  right: 0;
  bottom: 31px;
  padding: 0 30px;
  position: absolute;
}
.product-item-holder .inwinkelmand-holder .input-holder,
.blogpage .top-holder .input-holder {
  overflow: hidden;
  border: 1px solid;
  border-radius: 0 3px 3px 0;
  padding: 0 70px 0 0;
}

.product-item-holder .inwinkelmand-holder .input-holder input,
.blogpage .top-holder .input-holder input {
  border: none;
  padding: 4px 10px;
  height: 30px;
  width: calc(100% + 8px);
}

.product-item-holder .inwinkelmand-holder .input-holder .infobutton,
.blogpage .top-holder .input-holder .infobutton {
  right: -1px;
  top: 0;
  border: none;
  width: 70px;
  border-radius: 0 3px 3px 0;
}

.product-item-holder .inwinkelmand-holder label {
  color: #2f2f2f;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.oldprice {
  float: right;
}

.product-item-holder .inwinkelmand-holder .input-holder .infobutton:hover:before {
  color: #2f2f2f;
}

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

.pagination_infty {
  text-align: center;
  cursor: pointer;
  line-height: 44px;
  height: 44px;
  color: #fff;
  padding: 0 20px !important;
  border-radius: 100px;
  width: auto;
  -webkit-box-shadow: inset 0px 6px 7px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 6px 7px -9px rgba(0,0,0,0.75);
  box-shadow: inset 0px 6px 7px -9px rgba(0,0,0,0.75);
  float: none;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.pagination_infty:before {
  content: "\f0ab";
  font-family: FontAwesome;
  margin-right: 5px;
}

.products-holder .product-item-holder:hover .product-item,
.products-holder .product-item-holder:active .product-item {
  background: #fff;
  -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);
}

.products-holder .product-item .price {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0;
  white-space: nowrap;
}
.products-holder .product-item .price .vat {
  display: none;
}
.product-item .prod-usp .spec-row &gt; span {
  float: none;
}

.product-item .prod-usp .spec-row .fa {
  display: none;
}

.products-holder .product-item .infobutton {
  left: 15px;
  top: 15px;
  border: 1px solid;
}

.cat-slideshow,
.cat-slideshow &gt; div {
  height: 150px;
  padding: 0;
}

.cat-slideshow &gt; div &gt; img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  object-fit: contain;
}

#custom-caption{
  padding: 0;
  text-align: center;
}

.cat-slide-buttons {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 899;
  padding: 0;
  position: absolute;
}

.slider-arrow-left,
.slider-arrow-right {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 50%;
  background: #f7f5f4;
  border: 1px solid #c6c8c6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 899;
}

.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.slider-arrow-left:before,
.slider-arrow-right:before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #555;
  font-size: 14px !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item-holder strong.soldout{
  padding: 0;
}

.product-cta {
  float: right;
}

.account-page-single #js_breadcrumbs {
  line-height: 1;
}

@media (max-width: 991px) {
  .account-page-single .content .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.account-page-single form span {
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}

.account-page-single main .login .topmargin {
  margin-top: 15px;
}

.account-page-single main p {
  font-size: 14px !important;
  line-height: 28px !important;
  margin-bottom: 15px !important;
}

#left-col.left-col-account-single .h2-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.left-col-account-single {
  display: block !important;
}

/* .left-col-account-single nav,
.left-col-account-single .popular-products {
  display: none;
} */

.account-page-single .login input {
  margin: 0;
  border-radius: 4px;
  border-color: #424242;
  height: 40px;
}

#left-col .product-cta.negative {
  background: #fff;
  color: #2f2f2f;
  bottom: 0;
  left: 0;
  text-align: center;
  margin-right: 0px;
  transition: all 0.3s ease;
}

.account-page-single .product-cta.negative {
  background: #fff;
  color: #2f2f2f;
}

#left-col .product-cta.negative:not(:last-child) {
  margin-bottom: 10px;
}

.left-col-account-single.second {
  display: none !important;
}

@media (max-width: 991px) {
  .account-page-single {
    width: 100%;
    min-height: auto !important;
  }

  .left-col-account-single {
    display: none !important;
  }

  .left-col-account-single.second {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .account-page-single .product-cta.negative {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  #left-col .product-cta.negative:hover {
    background: #f2f2f2;
  }
}

@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%;
  }

  .products-holder .product-item-holder .product-item .prod-usp-text {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
  }

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

  .products-holder .product-item-holder .product-item .img-holder {
    width: 40%;
    margin-left: -5px;
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  #left-col.left-col-account-single {
    width: 100%;
  }

  .account-page-single .login-holder,
  .account-page-single main {
    margin-bottom: 0 !important;
    min-height: 0;
  }

  #left-col.left-col-account-single {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px){
  main {
    padding-top: 50px;
  }

  #left-col.left-col-account-single {
    padding-left: 15px;
    padding-right: 15px;
  }

  #left-col.left-col-account-single {
    margin-bottom: 40px;
  }

  .mid {
    margin-bottom: 40px !important;
    float: right;
  }

  .account-page-single {
    margin-bottom: 0 !important;
  }

  .toptextslider {
    padding-right: 0;
  }

  .toptextslider .cat-slide-buttons,
  #js_toptext:not(.open) p {
    display: none;
  }

  #js_toptext:not(.open) {
    padding-bottom: 20px;
  }

  #js_toptext:not(.open) p:first-of-type {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    display: block;
  }

  #js_toptext:after {
    content: "Lees meer &gt;";
    font-weight: 600;
    float: right;
  }

  #js_toptext.french:after {
    content: "lire plus &gt;";
  }

  #js_toptext.open:after,
  #js_toptext.french.open:after {
    content: "";
  }

  .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;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    background: #2f2f2f;
  }

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

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

  .sort-holder .sort .btn-filteren #productcount-mobi {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #2f2f2f;
    border-radius: 50%;
  }

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

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

  .mobile-usp {
    margin: 0 -10px;
  }

  .mobile-usp .usp-holder {
    border-radius: 0;
    height: 80px;
  }
}

@media (min-width: 768px){
  .toptextslider {
    float: right;
  }

  .cat-slideshow,
  .cat-slideshow &gt; div {
    height: 350px;
  }
}

@media (max-width: 991px){
  .products-holder .product-item-holder .inwinkelmand-holder {
    padding-left: 0;
  }
}
/* end of category page */

/* detail page */
.detailpage .cat-content,
.detailpage .cat-content h1 {
  padding: 0;
}

.product-info-holder {
  background: #fff;
  right: 0;
  z-index: 150;
  padding-top: 15px;
  border: 1px solid #f2f2f2;
}

.product-info-holder:not(.sticky-product) {
  top: 15px !important;
  position: absolute !important;
}

.product-info-holder .abooffer-block {
  border: 1px solid #f2f2f2;
  padding: 15px;
  position: absolute;
  left: -1px;
  bottom: -15px;
  transform: translateY(100%);
  width: calc(100% + 2px);
  color: #2f2f2f;
}
.product-info-holder.sticky-product.sticky-product-bottom .abooffer-block {
  display: none;
}

.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;
  padding: 0;
}

.detailpage .product-info-holder #cycle-3.open,
.review .product-info-holder #cycle-3.open,
.review-page .product-info-holder #cycle-3.open,
.detailpage.review .product-info-holder #cycle-3 {
  height: 120px;
  opacity: 1;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
  margin-top: 40px;
}

.detailpage.review .product-info-holder #cycle-3 {
  overflow: unset !important;
}

.detailpage .slider-img-holder{
  padding: 0;
}

.product-info-holder #cycle-3 div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
.product-info-holder #cycle-3 div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-holder #cycle-3 .h1-title {
  left: 0;
  top: -40px;
  padding: 0;
  position: absolute;
  margin-bottom: 15px;
  z-index: 999;
}

.product-info-holder .little-slider-arrow {
  background: none;
  border: none;
}

.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: 500;
  opacity: 0;
}

.product-info-holder .little-slider-arrow.open {
  opacity: 1;
}

.product-info-holder .product-price,
.product-info-holder .price,
.productselector.product-info-holder .product-price span:first-of-type,
.productselector.product-info-holder .price span:first-of-type {
  font-size: 36px;
  line-height: 37px;
  font-weight: 900;
  padding: 0;
}

.product-info-holder .product-price &gt; span,
.product-info-holder .price &gt; span {
  font-size: 13px;
  line-height: 14px;
  opacity: 0.65;
  padding: 0;
}
.product-info-holder .price .vat {
  font-size: 13px !important;
  line-height: 14px !important;
  opacity: 0.65 !important;
  padding: 0 !important;
}

.detailpage .product-info-holder label,
.review .product-info-holder label,
.review-page .product-info-holder label {
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 0;
}

.product-info-holder .input-holder {
  border: 1px solid;
  border-radius: 0 3px 3px 0;
  background: #fff;
  padding: 0;
}

.product-info-holder .search {
  border: none;
}

.product-info-holder .input-holder input {
  background: #fff;
  padding-top: 9px;
}

.product-info-holder .input-holder .infobutton{
  width: auto;
  right: 0;
  top: 0;
  border-radius: 0;
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  font-weight: 300;
  padding: 0 33px 0 7px;
}

.product-info-holder .input-holder .infobutton .fa-shopping-cart{
  right: 7px;
  top: 8px;
  position: absolute;
}

.product-info-holder .stock-info {
  padding: 0;
  font-weight: bold;
  margin-top: 15px;
}

.product-info-holder .stock-info:last-of-type {
  margin-bottom: 15px;
  margin-top: 0;
}

.product-info-holder .payment-options-holder {
  background: #f2f2f2;
  left: -15px;
  bottom: 0;
  padding: 15px 0;
  text-align: center;
  width: calc(100% + 30px);
}

.product-info-holder .payment-options-holder img {
  max-height: 20px;
  max-width: 100%;
}

.detail {
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.detail &gt; div,
.detailpage #reviews,
.detailpage #no-reviews,
.detailpage .big-info-holder,
.detailpage .product-item-details,
.detailpage #others &gt; div,
.detailpage #popular &gt; div,
.detailpage .spec-row .prod-usp-text{
  padding: 0;
}

.detailpage #slideshow-1 {
  margin-top: 15px;
  padding: 0 15px 0 95px;
}

.detailpage #slideshow-1.just-one-image {
  padding-left: 0;
}

.detailpage #cycle-1 {
  height: 310px;
  padding: 0;
}

.detailpage #cycle-1 .slider-img-holder {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}
.detailpage #cycle-1 .slider-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detailpage #product,
.detailpage #specifications,
.detailpage #others,
.detailpage #popular{
  padding: 0;
  margin-top: 30px;
}

.product-info-holder .slider-arrow-left:before,
.product-info-holder .slider-arrow-right:before  {
  font-size: 24px !important;
}

.product-info-holder #cycle-3 .youtube {
  padding-bottom: 0 !important;
}

.product-info-holder .slider-arrow-left:before {
  float: left;
  margin: 2px 0 0 2px;
}

.product-info-holder .slider-arrow-right:before {
  float: right;
  margin: 2px 2px 0 0;
}

.detailpage .product-info-holder .product-price .footnote {
  color: #2f2f2f;
}

.detailpage.review .product-info-holder .product-price.price {
  margin-top: 15px;
}

.detailpage .top_menu_bar {
  padding: 0;
}

.product-info-holder .top_menu_bar.attr_select {
  display: block;
}

.stock-info-holder .stock-info {
  color: #2f2f2f;
  font-weight: 700;
  margin-top: 60px;
}

.stock-info-holder .stock-info:nth-of-type(2){
  margin-top: 0;
  margin-bottom: 60px;
}

.carousel {
  width: 80px;
  height: 260px;
  left: 0;
  top: 0;
  z-index: 500;
  position: absolute;
}

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

.detailpage .adv-custom-pager a {
  width: 80px;
  height: 80px;
  margin: 0 0 10px 0;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

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

.detailpage .adv-custom-pager .cycle-carousel-wrap {
  width: 80px;
  height: 260px;
}

.slider-arrow {
  background: #fff;
  position: absolute;
}

.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: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 .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 .continue-shopping {
  padding: 0 40px 0 10px !important;
  float: left;
  margin-top: 30px;
}

.detailpage .prod-usp &gt; span{
  margin-top: 15px;
  padding: 0;
}

.top-texts p#mNuk{
  white-space: pre-line;
}

.detailpage #specifications &gt; div,
.detailpage #others &gt; div &gt; div,
.detailpage #popular &gt; div &gt; div{
  padding-left: 0;
}

.detailpage .tabs-holder {
  border: none;
  padding: 0;
  border-radius: 0 2px 0 0;
}

.detailpage .tabs-holder .tab-link {
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.detailpage .tabs-holder .tab-link,
.detailpage .review-block {
  line-height: 22px;
  padding: 0 0 5px 0;
  font-size: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.detailpage .tabs-holder .tab-link .fa,
.detailpage .tabs-holder .tabs-content{
  display: none;
}

.detailpage .tabs-holder .tabs-content:first-of-type {
  display: block;
  padding: 15px 0 15px 0;
}

.detailpage .tabs-holder .h2-title {
  font-size: 15px;
  padding: 0;
}

.detailpage .tabs-holder .h2-title span{
  display: block;
  margin: 5px 0;
  font-weight: 300;
  font-size: 12px;
}

.detailpage .tabs-holder .spec-row,
.detailpage.review .spec-row {
  padding: 3px 5px 3px 20px;
}

.detailpage .tabs-holder .spec-row:nth-child(even),
.detailpage.review .spec-row:nth-child(even) {
  background: #f2f2f2;
}

.detailpage .tabs-holder .spec-row .fa,
.detailpage.review .spec-row .fa {
  width: 20px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
}

.detailpage .tabs-holder .spec-row .fa:before,
.detailpage.review .spec-row .fa::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detailpage #reviews &gt; div,
.detailpage #reviews #no-reviews{
  margin-top: 0;
  padding-left: 0;
}
.detailpage #reviews &gt; div:first-of-type {
  margin-top: 30px;
}
.detailpage .review-block {
  margin-bottom: 15px;
}

.main-review-title {
  line-height: 50px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  padding-left: 0;
}

#no-reviews .main-review-title {
  display: none;
}

.main-review-holder,
.procon-holder {
  background: #f2f2f2;
}

#js_productlist .review .content .top-texts .review-holder,
.procon-holder.review-holder{
  padding-bottom: 30px;
  margin-bottom: 5px;
  border-top: none;
}
.procon-holder.review-holder{
  margin-bottom: 0;
}

.detailpage .review-holder.main-review-holder {
  padding-left: 15px;
  padding-top: 15px;
  padding-top: 30px;
}

.detailpage .main-review-title &gt; img{
  float: left;
}

.detailpage .review-holder .mark-holder {
  left: 15px;
  top: 15px;
  max-width: 75px;
  line-height: 26px;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  text-align: center;
}

.main-review-holder .stars-holder {
  padding-left: 50px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.review-holder .stars-holder .fa {
  font-size: 16px;
}

.procon-holder p {
  text-align: left;
}

#reviews .cta {
  float: right;
}

.detailpage .cta.grey:not(.no-reviews) {
  margin-left: 15px;
}

.detailpage .write{
  position: relative;
}

.detailpage #related.row,
.detailpage #bestseller.row {
  margin-left: -5px;
  margin-right: -5px;
}

.detailpage .products-holder .product-item {
  padding-bottom: 0;
  min-height: 170px;
}

.detailpage .product-item-holder .img-holder{
  height: auto;
}

.detailpage #related .product-name,
.detailpage #popular .product-name{
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #2f2f2f;
}

.detailpage {
  margin-left: 0;
  margin-right: 0;
}

.detailpageonly,
.detailpage .assistance-holder {
  display: none;
}

.detailpage.detailpageonly {
  display: block;
}

#help-holder {
  background: #f2f2f2;
  bottom: 26px;
  padding-bottom: 15px;
  position: absolute;
  padding-top: 15px;
}

#js_triggerhelpholder,
#js_triggerbottom,
#js_trigger {
  height: 2px;
  width: 50px;
  float: right;
  background: #c00;
  pointer-events: none;
  opacity: 0;
}
#js_trigger {
  position: fixed;
  right: 0;
  top: 192px;
}
#js_triggerhelpholder {
  position: absolute;
  right: 0;
  top: -2px;
}

.detailpage &gt; div.tile {
  margin-bottom: 0;
}

#help-holder p {
  z-index: 1;
  padding: 0;
  margin-bottom: 30px;
}
#help-holder p span br {
  display: none;
}
#help-holder .h2-title {
  padding: 0;
}

#help-holder .service-guy {
  right: 0;
  bottom: 35px;
  position: absolute;
}

#help-holder .contact-info-holder {
  left: 0;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
}

#help-holder .contact-info-holder a {
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

@media (max-width: 360px){
  #reviews &gt; div a:last-child{
    margin-top: 15px;
  }
}

@media (max-width: 767px){
  .detailpage .product-info-holder,
  .review .product-info-holder,
  .review-page .product-info-holder {
    margin-top: 15px;
  }

  .product-info-holder #cycle-3 {
    pointer-events: none;
  }

  .product-info-holder #cycle-3 .slider-arrow-left,
  .product-info-holder #cycle-3 .slider-arrow-right {
    pointer-events: all;
  }
}

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

@media (max-width: 991px){
  .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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 992px){
  .detailpage .product-info-holder,
  #help-holder {
    width: 348px;
  }

  .product-info-holder.sticky-product {
    position: fixed;
    top: 75px !important;
    left: 50%;
    -ms-transform: translate(122px, 0);
    /* IE 9 */
    -webkit-transform: translate(122px, 0);
    /* Chrome, Safari, Opera */
    transform: translate(122px, 0);
  }

  .detailpage .product-item-details {
    padding-right: 15px;
  }

  .detailpage .products-holder .inwinkelmand-holder {
    padding-left: 0;
  }

  #help-holder {
    left: 50%;
    -webkit-transform: translate(122px, 0);
    transform: translate(122px, 0);
  }

  .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 !important;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translate(0, 0) !important;
  }
  .detailpage .product-info-holder.sticky-product.sticky-product-bottom.has-helpholder {
    bottom: 292px;
  }
  .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 {
    transform: translate(-15px, 0);
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .detailpage .adv-custom-pager {
    width: 285px;
  }

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

@media (max-width: 1199px){
  .detailpage .main-review-title,
  .review-page .main-review-title {
    padding: 5px 15px;
    line-height: 25px;
  }
}

@media (min-width: 1200px){
  .detailpage .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) !important;
    /* IE 9 */
    -webkit-transform: translate(268px, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(268px, 0) !important;
  }
}
/* end of detail page */

/* top text */
.indexonly#js_toptext,
.top-texts.index &gt; div {
  padding: 0;
}

.top-texts p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: justify;
}

#js_bottomtext{
  margin-bottom: 15px;
  margin-top: 45px;
}
#js_bottomtext p {
  margin-bottom: 10px;
}
#js_bottomtext table {
  width: 100%;
}

.top-texts h2,
.top-texts h3 {
  margin-bottom: 0;
  margin-top: 15px;
}
/* end of top text */

/* assistance holder */
.assistance-holder {
  background: #f2f2f2;
  border-bottom: 5px solid;
  margin-top: 70px;
  padding: 15px 0 !important;
}

.assistance-holder .a_title {
  font-weight: 400;
  font-size: 15px;
  margin-top: 0;
  display: block;
}

.assistance-holder &gt; div {
  padding-right: 0;
  padding-left: 90px;
}

.assistance-holder a {
  color: #2f2f2f;
  padding: 0;
}

.assistance-holder&gt;div:first-child {
  padding-left: 15px;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.assistance-holder .first p strong {
  font-size: 17px;
  color: #fff;
}

@media (max-width: 767px){
  .assistance-holder .first p {
    text-align: left;
  }
}

@media (max-width: 991px){
  .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);
  }
}

@media (min-width: 1025px) {
  .assistance-holder .first p strong {
    color: #2f2f2f;
    font-size: 15px;
  }
}

@media (max-width: 1199px){
  .assistance-holder {
    padding-top: 0 !important;
  }

  .assistance-holder .first {
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
}
/* end of assistence holder */

/* Bottom text */
.bottom-text-section {
  background: #f2f2f2;
  margin-top: 15px;
}

.bottom-text-section .bottom-texts{
  margin-top: 15px;
  margin-bottom: 15px;
}

.bottom-texts h2,
.bottom-texts h3 {
  margin-bottom: 0;
  margin-top: 15px;
}

.bottom-texts p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}
/* end of bottom text */

/* newsletter footer */
.nieuwsbrief-subscribe-holder {
  border-bottom: 1px solid #fff;
  z-index: 1;
  padding: 0;
}

@media (max-width: 767px) {
  .nieuwsbrief-subscribe-holder {
    padding: 15px;
  }

  .nieuwsbrief-subscribe-holder .container {
    padding: 0;
  }
}

.nieuwsbrief-subscribe-holder .review-number-holder {
  top: -10px;
  left: 5px;
  z-index: 1;
  position: absolute;
}

.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);
  float: left;
}

.nieuwsbrief-subscribe-holder .stars-holder {
  margin: 15px 0 0 10px;
  float: left;
}

.nieuwsbrief-subscribe-holder .review-star{
  padding: 0;
}

.nieuwsbrief-subscribe-holder .stars-holder a {
  color: #fff;
}

.nieuwsbrief-subscribe-holder form {
  z-index: 0;
  padding: 0;
}

.nieuwsbrief-subscribe-holder .input-wrapper {
  height: 37px;
}

.nieuwsbrief-subscribe-holder input {
  border-color: #2f2f2f;
  margin: 6px 5px 0 15px;
  float: right;
  height: 100%;
  padding: 10px;
}

.nieuwsbrief-subscribe-holder #btn_submit_newsletter_footer {
  width: 37px;
  height: 37px;
  background: #2f2f2f;
  right: 0;
  border-radius: 0 3px 3px 0;
  top: 6px;
  color: #fff;
  position: absolute;
}

.nieuwsbrief-subscribe-holder #btn_submit_newsletter_footer:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nieuwsbrief-subscribe-holder strong{
  color: #fff;
  line-height: 50px;
  font-size: 17px;
}

.nieuwsbrief-subscribe-holder .stars-holder .fa {
  font-size: 15px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nieuwsbrief-subscribe-holder strong {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .nieuwsbrief-subscribe-holder strong {
    line-height: 24px;
  }
}
/* end of newsletter footer */

/* Footer */
footer {
  padding: 40px 0;
  background: #2f2f2f;
}

footer p {
  color: #fff;
}

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

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

footer li a {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  padding: 0 !important;
  font-weight: 100;
}

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

footer .row &gt; div ul:last-child{
  margin-top: 30px;
}

footer .mobile-contact &gt; div {
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  footer .row &gt; div ul:last-child,
  footer .links {
    margin-top: 15px;
  }
}

footer .row &gt; div &gt; div{
  padding: 0;
}

.footer-contact-link {
  padding-left: 95px;
}

.contact-link-icon-holder {
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 34px !important;
  border-radius: 50%;
  -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;
  border: 3px solid;
  position: absolute;
}

.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%);
}

.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);
  color: #fff;
}

.footer-contact-link p {
  color: #fff;
  padding: 0;
}

footer .socialmedia {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  footer .socialmedia {
    text-align: left;
    margin-top: 0;
    border-top: 1px solid #fff;
    padding-top: 15px !important;
  }
}

.icon.social {
  margin: 0 5px;
  color: #fff;
  float: none;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

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

.icon.social:hover,
.icon.social:active {
  background: #2f2f2f;
}

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

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

@media (max-width: 991px){
  .assistance-holder div:not(.first) {
    padding-left: 65px;
    min-height: 60px;
  }
}

@media (max-width: 1199px){
  .socialmedia .social {
    margin: 0 5px;
    float: none !important;
    display: inline-block;
    overflow: hidden;
  }
}

.keurmerken {
  display: flex;
  align-items: center;
  justify-content: center;
}

.keurmerken .logos-holder {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
/* end of footer */

/* overige links */
@media (max-width: 767px){
  .overige-links {
    border-bottom: 1px solid #2f2f2f;
    line-height: 42px;
    color: #2f2f2f;
    z-index: 150;
    position: relative;
    padding: 0;
    font-size: 14px;
  }

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

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

  body &gt; .overige-links {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .categorieen strong,
  .categorieen span {
    padding: 0;
  }

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

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

  .categorieen &gt; div{
    padding: 0;
    margin-bottom: 30px;
  }

  .mobile-footer-menu .a_title {
    border-bottom: 2px solid;
    line-height: 40px;
    font-size: 17px;
  }

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

  .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;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0;
  }

  .mobile-footer-menu ul li a:before {
    position: absolute;
    right: 0;
    top: 9px;
    font: normal normal normal 14px/1 FontAwesome;
  }
}
/* end of overige links */

/* to top */
.to-top {
  background: rgba(0, 0, 0, 0) url(../../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;
}
/* end of to top */

/* checkout */
#frmcartshopping {
  font-size: 12px;
}

.return-old-device {
  padding: 10px 0 20px !important;
}

.return-old-device a {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.return-old-device i {
  background: darkorange;
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.checkout-content {
  margin: 0 !important;
}

.checkout header {
  border-bottom: 1px solid;
  left: auto;
  top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff !important;
}

.checkout .search-holder,
.checkout footer,
.checkout .footer-below,
.checkout nav,
.checkout .uspholder,
.checkout .overige-links,
.checkout header .big-shopping-button,
.checkout-item.disabled .delete,
.checkout .checkout-address,
.checkout-item.disabled .aantal,
.betaalmogelijkheden {
  display: none;
}

.checkout .content {
  background: #f2f2f2;
  float: left;
  position: relative;
  display: block;
  width: 100%;
}

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

.checkout .meest {
  background: #fff;
  margin-bottom: 10px;
}

.checkout .top-bar {
  height: 30px;
  line-height: 0;
  border-radius: 4px 4px 0px 0px;
  font-size: 12px;
  padding: 10px;
  cursor: default;
}

.checkout .top-bar &gt; span {
  padding-right: 10px;
}

.checkout .top-bar .fa-shopping-cart::before {
  font-size: 12px !important;
}

.verder-winkelen {
  padding-right: 30px;
  margin-bottom: 10px;
  float: right;
}

.checkout .content &gt; .container &gt; .row &gt; .left-col {
  float: right;
}

.dutchdo nav .container,
.checkout .vat-exclude a.fa {
  position: relative;
}

.checkout-item-wrapper {
  padding: 0 10px;
}

.checkout-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}

.checkout-item .img-holder {
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.checkout-item .delete {
  right: 1px;
  cursor: pointer;
  position: absolute;
}

.checkout-item .holder {
  display: flex;
}

.checkout-item .holder .product-edit {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.checkout-item .holder .product-info {
  padding: 0 10px;
}

.checkout-item .title {
  line-height: 13px;
  padding: 0;
  color: #555;
  margin-bottom: 10px;
  font-weight: 400;
}

.checkout-item .aantal-text {
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.checkout-item.disabled .aantal-text {
  display: block;
  padding: 0;
}

.checkout-item .edit-basket {
  margin-bottom: 10px;
}

.checkout-item.disabled .fa-pencil {
  display: inline-block;
  cursor: pointer;
}

.checkout-item .fa-pencil {
  display: none;
}

.checkout-item .aantal {
  padding: 3px;
  height: 20px;
  line-height: 20px;
  border: 1px solid;
}

.checkout-item .price {
  font-weight: 400;
}

.checkout-item .delivery-time {
  line-height: 13px;
  margin-bottom: 3px;
  left: 15px;
  bottom: 3px;
  position: absolute;
  text-align: right;
  opacity: 0.65;
  padding: 0 30px 0 0;
}

.checkout .totals-holder .extra-holder {
  color: #b4b4b4;
  line-height: 30px;
  font-weight: 400;
  padding: 0 10px;
}

.checkout .totals-holder .total {
  font-weight: bold;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  line-height: 1;
  color: #fff;
}

.checkout .totals-holder .total strong {
  font-weight: bold;
}

.checkout .buttonwrapper .cta,
.checkout-holder .pay-method .cta,
.checkout .cta.default {
  padding: 0 60px;
  font-weight: normal;
  color: #fff !important;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  border: none;
  height: auto;
  min-height: 30px;
}

.checkout .forgot-password {
  line-height: 30px;
  margin-left: 15px;
}

.checkout .cta.default {
  line-height: 30px;
  float: left;
}

.checkout-holder .pay-method .cta {
  opacity: 0;
  padding: 5px 35px;
}

.checkout-holder .pay-method.checked .cta {
  opacity: 1;
}

.checkout-usp-item .title,
.checkout .login p,
.checkout .login-holder .login form,
.checkout .bottom-border &gt; div,
.checkout .adres-holder .input-holder &gt; div,
.checkout #zip-error,
.checkout-holder .big-text-button.pay-method .price {
  padding: 0;
}

.checkout .adres-holder .input-holder &gt; label {
  min-height: 18px;
}

.checkout .login .title,
.checkout .register .title {
  border-radius: 3px 3px 0px 0px;
  font-size: 17px;
  font-weight: 700;
}

.checkout-content .login-holder {
  left: 50%;
  transform: translateX(-50%);
}

.checkout .checkout-title,
.account-pages .checkout-holder .checkout-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
}

.checkout .checkout-title .toch-inloggen,
.account-pages .checkout-holder .checkout-title .toch-inloggen {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  float: right;
}

.checkout .step1,
.checkout .step2,
.checkout .login-holder,
.checkout .steps-wrapper,
.checkout .step3,
.account-page-single .login-holder,
#left-col .login-holder {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}

.account-page-single .login-holder,
#left-col .login-holder {
  background: #f2f2f2;
}

.checkout .steps-wrapper {
  margin-bottom: 30px;
}

.checkout .steps-wrapper .number {
  border-color: #f2f2f2;
  color: #f2f2f2
}

.checkout .steps-wrapper a#btnstep2 .wrapper::before,
.checkout .steps-wrapper a#btnstep2 .wrapper::after {
  content: "";
  width: 45%;
  display: inline-block;
  border: 1px solid #f2f2f2;
  position: relative;
  margin: 0 30px;
}

.checkout .steps-wrapper a#btnstep2 .wrapper::after {
  margin-right: -50px;
}

.checkout .steps-wrapper a#btnstep2 .wrapper::before {
  margin-left: -70px;
}

.checkout .steps-wrapper a {
  display: block;
  color: #555;
}

.checkout .steps-wrapper .number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  text-align: center;
  font-size: 10px;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 5px;
}

.checkout:not(.thankyou) .USP {
  display: none;
}

.checkout.thankyou .checkout-steps {
  display: none;
}

.checkout-usp-item {
  padding: 15px 15px 15px 40px;
}

.checkout-usp-item .fa {
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  position: absolute;
}

.checkout-usp-item .fa:before {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.checkout-step2 .steps-wrapper #btnstep1 .number,
.checkout-step2 .steps-wrapper #btnstep2 .number {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.checkout-step2 .steps-wrapper #btnstep1 .number::before,
.checkout-step2 .steps-wrapper #btnstep2 .number::before {
  content: "\f00c";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  float: left;
}

.checkout-holder label {
  margin-bottom: 5px;
  line-height: 0;
}

.checkout-holder label:not(.options) &gt; div:first-child {
  display: flex;
  align-items: center;
  line-height: 31px;
}

.checkout-holder label.number &gt; div,
.checkout-holder label.email &gt; div {
  line-height: 16px !important;
}

.checkout-holder div.number {
  padding-right: 5px;
}

.checkout-holder select,
.checkout input,
.checkout-holder input {
  border-radius: 4px;
  border: 1px solid #9a9d9d;
  background: #fff;
  height: 30px;
  padding: 3px !important;
  margin: 0 !important;
}

.checkout-holder select {
  margin-bottom: 5px !important;
}

.checkout-holder .options input {
  width: 10px;
}

.checkout-holder .pay-method.checked .describe {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.checkout-holder .pay-method .rembourtel {
  overflow: hidden;
  opacity: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -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 .rembourtel {
  opacity: 1;
}

.checkout-holder .pay-method .describe {
  display: none;
}

.checkout .h2-title,
.checkout-holder .buttonwrapper {
  margin-top: 15px;
}

.checkout-holder input:read-only {
  background-color: #fff !important;
  border-color: #f2f2f2;
}

.checkout .intracom {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.checkout .intracom b {
  font-weight: bold;
}

.checkout .intracom i {
  background: #ffdd00;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
}

.checkout .vat-exclude{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.checkout .vat-exclude .check-holder {
  margin-bottom: 0;
}

.checkout .extrabusinfo,
.checkout .radios,
.checkout .alternatief-adres,
.checkout .makeaccount_section,
.checkout .newsletter,
.checkout .tac {
  margin-top: 40px;
}

.checkout .tac .cylinder-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
}

.checkout-holder .label-replace {
  line-height: 20px;
  font-weight: 400;
  float: left;
}

.checkout-holder .extra-info {
  width: 150px;
  height: auto;
  right: -155px;
  top: 0;
  z-index: 1;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  -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;
  position: absolute;
  background: grey;
}

.checkout-holder .optional,
.checkout-holder #shippingmethod {
  font-size: 10px;
  font-weight: normal;
  line-height: 0;
}

.checkout .subtext {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #555;
}

.checkout-holder,
.checkout-holder .alternatief-adres {
  display: none;
}
.checkout-holder .factuur-adres-holder {
  width: calc(100% + 30px);
  margin: 15px -15px 0 -15px !important;
  border-radius: 5px;
}
.checkout-holder .factuur-adres-holder .alternatief-adres {
  margin: 0 !important;
  padding: 15px;
  background: #f2f2f2;
}

.checkout-holder .makeaccount_section,
.checkout-holder .newsletter {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  border: none;
}

.checkout-holder .newsletter {
  padding-left: 40px;
}

.checkout-holder input[type='checkbox'] {
  border: 1px solid #9a9d9d;
  border-radius: 2px;
  width: 10px !important;
  height: 10px !important;
  background: none;
  float: left;
  margin: 0 5px 0 0 !important;
  cursor: pointer;
}

.checkout-holder .makeaccount_section label.checkbox-holder,
.checkout-holder .newsletter label.checkbox-holder,
.checkout-holder .terms label.checkbox-holder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #2f2f2f;
  border-radius: 2px;
}

.checkout-holder .terms label.checkbox-holder {
  top: 0;
  transform: translateY(0);
}

.checkout-holder .newsletter label.checkbox-holder {
  left: 20px;
}

.checkout-holder .makeaccount_section label.checkbox-holder.check,
.checkout-holder .newsletter label.checkbox-holder.check,
.checkout-holder .terms label.checkbox-holder.check {
  background: #2f2f2f;
}

.checkout-holder .makeaccount_section label.checkbox-holder.check::after,
.checkout-holder .newsletter label.checkbox-holder.check::after,
.checkout-holder .terms label.checkbox-holder.check::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.checkout-holder .makeaccount_section label input[type='checkbox'],
.checkout-holder .newsletter label input[type='checkbox'],
.checkout-holder .terms label input[type='checkbox'] {
  opacity: 0;
}

.checkout-holder .makeaccount_section&gt;.adv-holder {
  border-left: 1px solid #9a9d9d;
}

.checkout-holder .makeaccount_section h3 span {
  color: #555;
  font-weight: normal;
  font-family: inherit;
}

.checkout-holder .makeaccount_section h3 span span {
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0;
}

.checkout-holder .makeaccount_section h3 span span:not(:last-of-type) {
  margin-right: 4px;
}

.checkout-holder .makeaccount_section h3 span span::before {
  font-size: 14px;
  margin-right: 5px;
  font-family: FontAwesome;
}

.checkout-holder .makeaccount_section h3 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-weight: bold;
  color: #000;
}

.checkout-holder .makeaccount_section .subtext,
.checkout-holder .newsletter .subtext {
  line-height: 0;
}

.checkout-holder .makeaccount_section .h2-title,
.checkout-holder .newsletter .h2-title {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-weight: bold;
  padding-left: 30px;
  color: #000;
}

.checkout-holder .newsletter .h2-title {
  padding-left: 10px;
}

.checkout-holder .adress {
  padding: 0;
  margin-top: 30px;
}

.checkout-holder .adres-holder a{
  white-space: nowrap;
}

.checkout .bottom-border .h2-title,
.checkout .betaalmogelijkheden .h2-title{
  margin-top: 15px;
  margin-bottom: 15px;
}

.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;
}

.step2.halftransparent .checkout-title a {
  opacity: 0;
}

.checkout .pay-method {
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  padding: 20px;
  float: left;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 12px;
}

.checkout .pay-method:last-of-type {
  margin-bottom: 0;
}

.checkout .pay-method &gt; div:first-of-type {
  display: flex;
  align-items: center;
}

.checkout-holder .big-text-button.pay-method img {
  max-height: 30px;
}

.checkout .pay-method.checked .button {
  display: block;
}

.checkout .pay-method .button {
  display: none;
}

.checkout-holder .big-text-button.pay-method .styled-select {
  background: #fff;
}

.checkout-holder .pay-method .styled-select,
.checkout-holder .pay-method .input-holder,
.checkout-holder .pay-method .birthday,
.checkout-holder .pay-method .aboterms {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 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 .aboterms {
  color: #2f2f2f;
  font-weight: normal;
}
.checkout-holder .pay-method .aboterms input {
  margin-right: 3px;
}

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

.checkout .login label span,
.account-pages .login label span {
  line-height: 20px;
  font-weight: bold;
  padding: 0;
}

.login:not(.nieuwsbrief-layer) input {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-page .login input,
.contact-page .login select {
  margin-top: 0;
}

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

.checkout-holder .big-text-button.pay-method.checked .price {
  color: #2f2f2f;
}

.checkout-holder .pay-method.checked .styled-select,
.checkout-holder .pay-method.checked .input-holder,
.checkout-holder .pay-method.checked .birthday,
.checkout-holder .pay-method.checked .aboterms {
  height: 31px;
  opacity: 1;
  line-height: 31px;
}

.checkout-holder .pay-method.checked .options .input-holder {
  height: auto;
}

.checkout-holder .pay-method.checked .aboterms {
  margin-top: 4px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.checkout-holder .pay-method.checked .abooffer {
  margin-bottom: 10px;
}

.checkout .keurmerken {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.checkout.checkout-step2 .checkout-address {
  display: block;
}

.checkout-address &gt; div:last-child {
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-step2 .checkout-item .fa-pencil {
  display: none;
}

.cylinder-holder.h2-title.error {
  color: #cc0000;
}

.cylinder-holder.h2-title.error .check-holder {
  border-color: #cc0000;
}

.checkout-holder input:-moz-read-only {
  background-color: #fff !important;
  border: 1px solid #f2f2f2 !important;
}

.checkout-holder .big-text-button.error,
.checkout-holder .big-text-button.error .inside-label {
  background: #cc0000 !important;
}

.checkout .scroll-snap-slider {
  font-family: sans-serif;
  scroll-snap-type: x mandatory;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  transition: transform .5s ease-out;
}

.checkout .scroll-snap-item {
  scroll-snap-align: start;
  text-align: center;
}

.checkout .js-customslider .next,
.checkout .js-customslider .prev {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 102px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 890;
}

.checkout .js-customslider .prev.disabled,
.checkout .js-customslider .next.disabled {
  display: none;
}

.checkout .js-customslider .prev {
  left: -15px;
  background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%);
  background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%);
  background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%);
}

.checkout .js-customslider .next {
  right: -15px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%);
}

.checkout .js-customslider .next.fa-angle-right::before,
.checkout .js-customslider .prev.fa-angle-left::before {
  height: 20px;
  width: 20px;
  background: #555;
  border: 1px solid #000;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  position: absolute;
}

.checkout .radios .next.fa-angle-right::before {
  right: 15px;
}

.checkout .radios .prev.fa-angle-left::before {
  left: 15px;
}

.checkout .js-customslider label {
  font-weight: normal;
  line-height: 0;
  padding: 0 10px;
  height: 100% !important;
  width: 68vw;
}

.checkout .radios .js-customslider label .selectWrapper {
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  padding: 20px;
  float: left;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  line-height: 31px;
}

.checkout .radios label .selectWrapper input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkout .radios .checkmark,
.checkout .pay-method .checkmark {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #9a9d9d;
  border-radius: 50%;
}

.checkout .pay-method.checked .checkmark {
  background: #185bac;
  line-height: 1;
}

.checkout .pay-method .title {
  font-weight: bold;
}

.checkout .pay-method .title .price {
  font-weight: normal;
}

.checkout .pay-method .title .price.gratis {
  color: #2cad58;
}

.checkout .radios label .selectWrapper .contentWrapper p {
  margin-bottom: 0;
}

.checkout .radios label .selectWrapper .contentWrapper .paymenttext {
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
}

.checkout .radios label .selectWrapper .shipping_fee_text {
  float: right;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
}

.checkout .selectWrapper &gt; a {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .checkout .scroll-snap-slider {
    margin: 0 -10px;
  }

  .checkout .scroll-snap-slider .scroll-snap-item {
    width: 350px;
  }

  .checkout .radios {
    overflow: hidden;
  }

  .checkout .radios .js-customslider label {
    width: 350px;
    display: flex;
  }

  .checkout .pay-method &gt; div:last-of-type {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .account-pages .adres-holder &gt; div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .checkout .row {
    display: flex;
    flex-wrap: wrap;
  }

  .checkout .row .left-col {
    order: 2;
  }

  .checkout .row .checkout-steps {
    order: 1;
  }

  .checkout .checkout-content {
    order: 3;
  }

  .left-col .totals-holder,
  .left-col .checkout-item {
    display: block;
  }

  .checkout .navbar-brand &gt; img {
    margin-top: 0;
  }

  .checkout .steps-wrapper a#btnstep2 .wrapper::before,
  .checkout .steps-wrapper a#btnstep2 .wrapper::after {
    width: 35%;
  }

  .account-pages .checkout-holder .checkout-title {
    padding-left: 0;
  }

  .checkout-holder .js_customslider .scroll-snap-slider {
    margin: 0 -15px 0 -10px;
  }

  .checkout-holder label.reference &gt; div {
    line-height: 16px;
  }

  .checkout .radios .js-customslider .scroll-snap-slider {
    margin: 0 -15px 0 -10px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .checkout .small-icon-holder {
    display: none !important;
  }

  .account-pages .register {
    min-height: auto;
  }

  .checkout-holder &gt; div &gt; div,
  .adres-holder &gt; div {
    padding: 0;
  }

  .checkout .pay-method.checked .img {
    display: none;
  }

  .checkout .pay-method .button {
    margin-top: 15px;
  }

  .checkout-holder .pay-method .rembourtel {
    display: block;
    text-align: right;
  }

  .checkout-holder .pay-method .cta {
    padding: 5px 15px;
  }

  .checkout-holder .pay-method.checked .describe {
    text-align: right;
  }

  .checkout .login-holder &gt; div {
    padding: 0 0 20px;
  }

  .checkout .login-holder &gt; div:last-of-type {
    padding: 0;
  }

  .checkout .login-holder .cta {
    float: right !important;
  }

  .checkout .forgot-password {
    margin-left: 0;
  }
  .checkout .js-customslider label {
    padding-right: 0;
  }
  .checkout-holder .factuur-adres-holder .alternatief-adres .nopaddingleft,
  .checkout-holder .factuur-adres-holder .alternatief-adres .nopaddingright {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .basket {
    margin-bottom: 0;
  }

  .checkout-item,
  .totals-holder {
    display: none;
  }

  .checkout-item .delete {
    font-size: 17px;
    right: 11px;
    z-index: 1;
  }

  .checkout-item .aantal-text {
    font-size: 17px;
    margin-top: 10px;
  }

  .checkout-item .fa-pencil {
    margin-left: 10px;
  }

  .checkout-item .aantal,
  .checkout-item .price  {
    margin-top: 10px;
  }

  .checkout .mid {
    margin-top: 15px;
  }
  .checkout .footer-page-content.checkout-content {
    margin-top: 65px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .checkout-item {
    padding-bottom: 40px !important;
  }
}

/* end of checkout */

/* contact page */
.contact-page .saynomore &gt; div,
.footer-page h3,
.contact-page form &gt; div,
.footer-page h1,
.footer-page strong,
.contact-page form label &gt; span {
  padding: 0;
}

.contact-page form .login {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #999d9d;
}

.contact-page form h1 {
  float: left;
}

.contact-page form input,
.contact-page form textarea {
  float: right;
  border: 1px solid #999d9d;
}

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

.contact-page .g-recaptcha {
  padding: 0;
  float: right;
}

.contact-page .cta.cta.gegevens {
  float: right;
}
/* end of contact page */

/* write review */
.write-review {
  padding-left: 0;
  padding-right: 0;
  width: 66.66666667%;
  margin-left: 16.66666667%;
}

.write-review label {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.write-review label span {
  width: 25%;
  line-height: 40px;
  float: left;
  text-align: right;
  padding-right: 15px;
}

.write-review input,
.write-review .select-holder,
.write-review textarea {
  padding: 3px 6px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 75%;
  float: right;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.write-review select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.write-review .select-holder select {
  background: #fff;
  border: none;
  padding: 0;
}

.write-review .select-holder::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.write-review textarea {
  height: 300px;
  resize: none;
}

.write-review input:focus:invalid,
.write-review textarea:focus:invalid {
  outline: none;
  box-shadow: none;
}

.write-review .cta.default {
  margin-top: 15px;
  padding: 0 10px;
}

.write-review .cta &gt; span:nth-child(2) {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.write-review .cta .infobutton {
  display: none;
}

@media (max-width: 360px) {
  .write-review {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .write-review label span,
  .write-review label input,
  .write-review label textarea,
  .write-review label .select-holder {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .write-review label span {
    text-align: left;
    width: 35%;
  }

  .write-review label input,
  .write-review label textarea,
  .write-review label .select-holder {
    width: 65%;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .write-review {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
/* end of write review */

/* watch review page */
.review.detailpage &gt; div,
.review-overview .stars-holder,
.general-review-holder,
.general-review-holder &gt; div,
.review-holder a {
  padding: 0;
}

.review.detailpage .product-info-holder .prod-usp {
  margin-bottom: 15px;
}

.review.detailpage .product-info-holder .prod-usp:empty {
  display: none;
}

.review.detailpage .product-info-holder .prod-usp .spec-row {
  padding: 0;
}

.review.detailpage .product-info-holder .prod-usp .fa-check-circle {
  display: none;
}

.review.detailpage .review-overview {
  padding: 0 15px 15px 0;
  border-bottom: 1px solid #f2f2f2;
  width: 66.66666667%;
}

.review.detailpage .review-overview &gt; div {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.review-overview .mark-holder{
  font-weight: bold;
  line-height: 35px;
  font-size: 31px;
  padding: 0;
}

.review-overview .average {
  float: left;
}

.review-bar-holder {
  margin-bottom: 10px;
  padding: 0;
}

.review-bar-holder .number,
.review-bar-holder .fa {
  line-height: 15px;
  display: block;
  float: left;
}

.review-bar-holder .review-bar {
  width: 200px;
  height: 15px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  float: left;
}

.review-bar-holder .review-bar .review-bar-procent {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.review.detailpage .review-overview .cta {
  margin-top: 15px;
}

.review .review-holder {
  width: 66.66666667%;
  padding: 0 15px 0 0;
}

.detailpage .review-holder:not(.main-review-holder) {
  padding-top: 30px;
  padding-bottom: 5px;
  background: #fff;
  margin-bottom: 15px;
}

.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;
}
.detailpage .review-holder:last-of-type,
.review-page .review-holde:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}
.detailpage .review-holder .mark-holder {
  left: 0;
}
.detailpage .main-review-holder .mark-holder {
  left: 15px;
  top: 14px;
}

.detailpage .review-holder .stars-holder {
  margin-top: -11px;
  padding: 0 0 0 50px;
  margin-bottom: 15px;
}

.detailpage .review-holder .stars-holder .verified {
  color: #afafaf;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
}

.detailpage .review-holder .stars-holder .verified:before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: initial;
  font-size: initial;
}

.detailpage .review-holder p:first-of-type {
  margin-bottom: 15px;
}

.detailpage .review-holder strong {
  padding: 0;
  font-size: 15px;
}

.detailpage .review-holder strong span {
  font-size: 12px;
  color: #939393;
}

@media (max-width: 991px){
  .detailpage .review-overview,
  .detailpage .review-holder {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1024px){
  .detailpage .review-overview {
    width: 50%;
  }
}
/* end of watch review page */

/* watch review detail page */
.procon-holder .cta.grey {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .review.detailpage .product-info-holder {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .review.detailpage .review-holder {
    width: 50%;
    margin-right: 30px;
  }
}
/* end of watch review detail page */

/* account pages */
.account-pages #js_productlist &gt; div:first-of-type {
  margin-bottom: 30px;
  padding: 0;
  float: right;
}

.account-pages .register {
  border-right: 1px solid;
  height: 100%;
  left: 0;
  top: 0;
  min-height: 200px;
  padding: 15px;
  position: absolute;
}

.account-pages .login label input {
  margin-top: 5px;
  float: right;
  border: 1px solid #999d9d;
  color: #000;
}

.account-pages .checkout-content,
.account-pages form,
.account-pages form &gt; div:last-of-type,
.account-pages .checkout-holder,
.account-pages .checkout-holder .less &gt; div,
.account-pages .checkout-holder label,
.account-pages .input-holder .styled-select,
.account-pages .zip-error,
.account-pages .checkout-holder .step1,
.account-pages .checkout-holder .checkout-title {
  padding: 0;
}

.account-pages .login-holder {
  padding: 0;
  margin-bottom: 30px;
}

.account-pages .login {
  left: auto;
  right: 0;
  min-height: 200px;
  border-right: none;
  padding: 15px;
}

.account-pages .title {
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0px 0px;
  font-size: 17px;
  font-weight: 700;
  padding: 0;
}

.account-pages .login &gt; p {
  margin-bottom: 30px;
}

.account-pages .loginusps {
  padding: 0;
  margin-top: 15px;
}

.loginusp {
  margin-bottom: 5px;
  padding: 0;
}

.account-pages .register .loginusps .fa {
  float: left;
}

.account-pages .register .loginusps .fa:before {
  font-size: 18px;
}

.account-pages .js_btn-nieuweklant {
  position: absolute;
}

.account-pages .register a {
  left: 15px;
  bottom: 15px;
}

.account-pages .write {
  position: relative;
}

.account-pages .inloggen .title {
  color: #fff;
}

.account-pages form &gt; div:first-of-type {
  padding: 0;
  margin-bottom: 15px;
}

.account-pages form .remember {
  float: left;
}

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

.account-pages #savelogin {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2px;
}

.account-pages .inloggen a {
  color: #fff;
  float: right;
}

.account-pages .zip-error &gt; .error-message {
  float: right;
}

.account-pages #btnregister {
  margin-bottom: 15px;
}

.error input,
.error select,
.error label {
  color: #cc0000;
}

.error input,
.error .styled-select {
  border: 1px solid #cc0000;
  background: #f7d9d9;
}

.account-page .closeTicket {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.account-page .yes {
  padding-right: 15px !important;
}

.account-page .no {
  padding-left: 15px !important;
}

@media (max-width: 767px) {
  .account-pages .register {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    min-height: 0;
    border: 1px solid;
  }

  .account-pages .login &gt; p {
    margin-bottom: 0;
  }

  .account-pages .register a {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-top: 15px;
  }

  .account-pages .usp-item span.usp {
    font-size: 10px;
  }

  .mobile-usp .usp-main-holder,
  .mobile-usp .usps-holder {
    padding: 0;
  }
}

@media (max-width: 991px){
  .account-menu-holder a {
    float: none;
    display: block;
    margin-left: 10px !important;
    padding-right: 0;
    border-right: none;
    line-height: 30px;
  }
}
/* end of account pages */

/* account pages when logged in */
.mid {
  float: right;
}

.footer-page,
.account-page h1,
.account-page .content &gt; div:nth-child(3),
.account-page .content &gt; div:nth-child(4),
.account-page .content .products-holder,
.account-page .content .products-holder &gt; div,
.account-page .content .no-order,
.account-page #frmregister &gt; div,
.account-page .history-products,
.account-page .tickets &gt; div,
.account-page .ticket-details,
.account-page .ticket-detail-overview {
  margin-bottom: 30px;
}

.account-page .content,
.account-page .content div,
.account-page form .login label &gt; div &gt; span,
.account-page .afrekenen .cta.winkelmand {
  padding: 0;
}

.account-menu-holder {
  padding: 10px 5px !important;
  background: #f2f2f2;
  margin-top: 15px;
  margin-bottom: 15px;
}

.account-menu-holder a {
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 400;
  border-right: 1px solid #2f2f2f;
  margin-left: 15px;
  float: left;
  padding: 0 15px 0 0;
}

.account-menu-holder a:first-child {
  margin-left: 10px;
}

.account-menu-holder a:last-child {
  border-right: none;
}

.account-page .table-overview &gt; div &gt; div:last-of-type {
  text-align: right;
}

.itemrow {
  padding: 5px !important;
}

.itemrow:nth-child(even) {
  background: #f2f2f2;
}

.footer-page h2 {
  padding: 0;
  margin-top: 30px;
}

.account-page form .login {
  padding: 15px !important;
  border: 1px solid #efefef;
}

.account-page .login .title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.account-page form .login label &gt; div,
.account-page .js_radios-alt,
.account-page .fade-right {
  float: right;
}

.account-page .login input {
  margin: 0;
}

.account-page form label &gt; input,
.account-page form label &gt; select {
  float: right;
  border: 1px solid #efefef;
}

.account-page form #valid_address,
.account-pages form #shop_valid_address {
  float: right;
  padding: 0;
}

.account-page form #promotional_email {
  float: left;
  margin-top: 10px;
}

.account-page .js_radios-alt input,
.account-page .fade-left {
  float: left;
}

.account-page .losselink {
  text-align: right;
  padding: 0;
}

.account-page .ticket_history &gt; div,
.account-page .ticket-detail-overview &gt; div:nth-child(2) {
  padding: 0 15px 0 0;
  margin-bottom: 30px;
}

.account-page .ticket_history &gt; div:last-of-type,
.account-page .ticket-detail-overview &gt; div:nth-child(3) {
  padding: 0 0 0 15px;
}

.account-page .ticket-detail-overview,
.account-page .invoice-overview {
  padding: 15px !important;
  border: 1px solid #efefef;
}

.account-page .invoice-overview &gt; div:not(.factuur) {
  margin-bottom: 30px;
}

.account-page .invoice-overview .totals {
  float: right;
}

.account-page .invoice-overview .delivery-time,
.account-page .invoice-overview .amount {
  text-align: center;
}

.account-page .invoice-overview .price,
.account-page .invoice-overview .subtotal {
  text-align: right;
}

.account-page .invoice-overview .prod_total &gt; p {
  text-align: right;
  padding-right: 5px;
}

.invoice_again h3 {
  margin-bottom: 15px;
}

.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-page .ticket_history &gt; div,
  .account-page .ticket-detail-overview &gt; div:nth-child(2),
  .account-page .ticket_history &gt; div:last-of-type,
  .account-page .ticket-detail-overview &gt; div:nth-child(3) {
    padding: 0;
  }
}
/* end of account pages when logged in */

/* Blog pages */
.blogpage &gt; div,
.blogpage .cat-content,
.blogpage h1,
.blogpage #js_productlist &gt; div,
.blogpage .title-holder &gt; span,
.blogpage .h1-sub-title {
  padding: 0;
}

.blogpage .blog-item {
  padding: 0;
  margin-bottom: 15px;
}

.blogpage .blog-item .blog-thumb {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blogpage .title-holder {
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blogpage .h1-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  color: #2f2f2f;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 991px) {
  .blogpage .title-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blogpage .blog-item .title-holder .h1-title {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .blogpage .blog-item .title-holder {
    padding-left: 0;
  }
}
/* end of blog pages */

/* customer service/faq page */
.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;
  background-position: center;
}

.faq-page .service-header .search-service {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 150px;
  padding-right: 150px;
  height: 255px;
}

.faq-page .faq {
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq-page .faq ol {
  list-style: none;
  counter-reset: li;
}

.faq-page .faq li.faq-item {
  counter-increment: li;
  font-weight: 700;
  line-height: 25px;
}

.faq-page .faq li.faq-item::before {
  content: counter(li);
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.faq-page .faq a {
  color: #2f2f2f;
}

.faq-page .faq li &gt; div {
  max-height: 0;
  opacity: 0;
  transition: none;
  font-weight: normal;
  pointer-events: none;
}

.faq-page .faq li.open &gt; 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;
  transition: opacity 0.3s linear;
  pointer-events: all;
}

.faq-page .faq li.open div .faq-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  transform: unset;
  left: unset;
  opacity: 1;
  z-index: 9999;
}

.faq-page .faq li.open div .faq-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-page .faq li .content {
  max-height: 0;
  overflow: hidden;
}

.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.open .content {
  position: absolute;
  padding: 30px;
  max-height: unset;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

.faq-page .faq li h3,
.faq-page .icons div {
  margin-bottom: 15px;
}

.faq-page .icons {
  background-color: rgb(47, 47, 47);
  text-align: center;
  min-height: 200px;
  margin: 15px;
}

.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 .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 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-page .icons span {
  font-size: 15px;
}

.faq-page .icons::after {
  display: table;
  content: " ";
  clear: both;
}

.faq-page .icons .balance-left {
  left: calc(50% - 3px);
}

@media (max-width: 1199px){
  .faq-page .icons &gt; div {
    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: 991px) {
  .faq-page .service-header {
    margin-top: 39px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .faq-page .service-header .search-service {
    padding: 50px;
    height: 175px;
  }

  .faq-page .faq li.open &gt; div {
    max-height: 95vh;
  }
}

@media (max-width: 767px) {
  .faq-page .service-header .search-service {
    padding: 50px 25px;
  }
}

@media (max-width: 575px) {
  .faq-page .icons span {
    width: calc(100vw - 115px);
  }
}
/* end of customer service/faq page */

/* footer pages general */
.footer-page {
  min-height: 500px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .account-page-single main {
    min-height: 500px;
  }
}

.footer-page &gt; div:not(.cookie),
.footer-page .cat-content {
  padding: 0;
}
/* end of footer pages general */

/* sidebar homeonly */
.bottom-text-section.homeonly {
  display: none;
}

.bottom-texts h2.review-h2 {
  margin-bottom: 10px;
  padding: 0;
}

sidebar.homeonly .review-holder {
  margin-bottom: 30px;
  padding: 0;
}

.review-holder .review,
.review-holder .first-review {
  height: 225px;
  padding: 0;
}

.review-holder .check-holder {
  line-height: 24px;
  padding: 0;
}

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

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

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

.review-holder .review .head {
  line-height: 30px;
  color: #fff;
}

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

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

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

@media (min-width: 768px) {
  .review-holder .review,
  .review-holder .first-review {
    border-bottom: none;
  }
}

@media (max-width: 767px){
  .review-holder .review,
  .review-holder .first-review {
    height: auto;
    border-bottom: 1px solid;
  }

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

  .review-holder .review .head {
    font-weight: 700;
  }
}
/* end of sidebar homeonly */

/* Slide popup pdp */
#slidepopup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0) translate(-100%, -50%);
  -moz-transform: scale(0) translate(-100%, -50%);
  -o-transform: scale(0) translate(-100%, -50%);
  transform: scale(0) translate(-100%, -50%);
  background: #fff;
  width: 90%;
  max-width: 80vw;
  max-height: 80vh;
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 999;
  height: 80%;
  display: flex;
}

#slidepopup.open {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

#slidepopup .fa-times {
  position: absolute;
  right: 250px;
  top: -35px;
  font-size: 17px;
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#slidepopup #cycle-3 {
  width: calc(100% - 310px);
  margin-left: 30px;
  margin-right: 30px;
  height: 100%;
}

#slidepopup #cycle-3&gt;div {
  margin-top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#slidepopup img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#slidepopup .h1-title {
  position: absolute;
  left: 0;
  z-index: 9999;
}

#slidepopup .popupImagelist {
  width: 250px;
  background-color: #f3f4f7;
  padding: 10px;
  overflow: auto;
  display: block !important;
}

#slidepopup .popupImagelist .thumbnail {
  width: calc(50% - 10px);
  float: left;
  margin: 5px;
  font-size: 0;
  line-height: 0;
  background-size: cover;
  margin-bottom: 6px;
  border: 0;
  border-radius: 0;
  height: 95px;
  background: #fff;
}

#slidepopup .popupImagelist .thumbnail:hover {
  box-shadow: 0 0 0 1px #000;
  cursor: pointer;
}

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

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end of slidepopup pdp */

/* onepage checkout after order -- still neccessary? */
.blocktext {
  border: 6px;
}

.blocktext .title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
/* end of onepage checkout after order -- still neccessary? */

/* Checkout popup */
body&gt;.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 900;
}

body&gt;.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&gt;.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&gt;.popup .popup-holder .popup-content {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
body&gt;.popup .popup-holder .popup-content iframe {
  padding-left: 15px;
}
body&gt;.popup .popup-holder .popup-header {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border-bottom: 1px solid #2f2f2f;
}

body&gt;.popup .popup-holder .popup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  border-top: 1px solid #2f2f2f;
}
/* end of Checkout popup */


/* overlay when popup shows */
.overlay {
  cursor: pointer;
}

body&gt;.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 900;
}

.overlayinex {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  display: none;
  height: auto;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 370px;
  z-index: 10;
  transform: translateY(-50%);
  border: 1px solid #efefef;
  max-width: 90vw;
}

.nieuwsbrief-layer {
  margin-left: -150px;
  padding: 15px;
  width: 300px;
  z-index: 999;
}

#frmnewsletter_footer &gt; div, #frmnewsletter &gt; div {
  padding: 0;
  float: right;
}

#frmnewsletter_footer h2, #frmnewsletter h2 {
  font-size: 17px;
  margin: 0;
  line-height: 150%;
  padding: 0;
}

#frmnewsletter_footer p,
#frmnewsletter_footer label,
#frmnewsletter_footer span,
#frmnewsletter_footer .cta.winkelmand,
#frmnewsletter p,
#frmnewsletter label,
#frmnewsletter span,
#frmnewsletter .cta.winkelmand {
  padding: 0;
}

#frmnewsletter_footer select,
#frmnewsletter_footer label input,
#frmnewsletter select,
#frmnewsletter label input {
  border: 1px solid #efefef;
  float: right;
}
/* end of overlay when popup shows */

/* Landkeuze - still neccessary ? */
.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 option {
  display: none;
}
/* end of landkeuze - still neccessary ? */

/* comment in class_home_page: not use for now, don't remove */
.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;
}
/* end of comment in class_home_page: not use for now, don't remove */

/* loading screen on payment page ?? */
.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;
}
/* end of loading screen on payment page ?? */

/* still neccessary? */
.h2-title a, h2 a {
  font-size: 12px;
  font-weight: normal;
}

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

body.non-active #left-col,
body.non-active #js_productlist,
body.non-active .js_pagination{
  display: none;
}

.text-center {
  text-align: center;
}

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

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

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

section {
  padding: 20px 0;
}

section.products {
  background: #f9f9f9;
}

.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;
}

.nowrap {
  white-space: nowrap;
}

.bottommargin {
  margin-bottom: 30px;
}

.topmargin {
  margin-top: 30px;
}

.largetopmargin {
  margin-top: 60px;
}

.largebottommargin {
  margin-bottom: 60px;
}

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

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

.smalltopmargin {
  margin-top: 15px;
}

.smallbottommargin {
  margin-bottom: 15px;
}

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

  .smallnopaddingright {
    padding-right: 0;
  }

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

  .smallbottommarginonly {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .middlenopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

/* Icons */
.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.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.facebook:before {
  content: "\f09a";
}

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

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

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

.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;
}

#js_assortiment &gt; ul {
  display: none;
}

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

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

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

.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;
}

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

/* Header overwrite */
@media (max-width: 767px) {
  html.popup-open,
  body.popup-open {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

.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 h6,
.top-texts h6 {
  margin-top: 30px !important;
}

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

.navbar-default .navbar-nav &gt; li &gt; ul &gt; li:last-of-type a {
  margin-bottom: 0;
}

.bottom-texts ul li,
.bottom-texts ol li {
  font-weight: 300;
  color: #2f2f2f;
}

section.scrolled {
  padding-top: 62px;
}

.checkout-holder .pay-method.checked .birthday {
  margin-bottom: 10px;
}

.error .styled-select select {
  background: #f7d9d9;
}

@-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;
  }
}

.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;
}

.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;
}

.divtable .tbody &gt; div &gt; div a.infobutton,
.divtable .tbody &gt; a &gt; div a.infobutton {
  display: none;
}
.divtable .tbody &gt; div.na &gt; div,
.divtable .tbody &gt; a.na &gt; div {
  opacity: 0.35;
}
.divtable .tbody &gt; div.na &gt; div:last-child,
.divtable .tbody &gt; a.na &gt; div:last-child {
  opacity: 1;
  color: #ff8a00;
  white-space: nowrap;
}
/* end of still neccessary? */


/* Root slider */
.slider-holder.indexonly .cycle-next {
  width: 80px;
  height: 20px;
  color: #2f2f2f;
  left: 0;
  bottom: -45px;
}

.slider-holder.indexonly .slider-arrow-left {
  margin-left: 10px;
}

.slider-holder.indexonly .slider-arrow-right {
  margin-right: 10px;
}

.slider-holder.indexonly .slider-holder b {
  font-weight: bold;
}

.footer-page .overflow-x,
.footer-page .privacy-sites,
.footer-page .privacy-sites ul {
  padding: 0;
}
@media (max-width: 767px) {
  .footer-page .overflow-x {
    overflow-x: auto;
    max-width: calc(100vw - 50px);
  }
  .footer-page .overflow-x table {
    min-width: 500px;
  }
}

.pagination.pagination_infty.loading::before {
  content: "\f1ce";
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  z-index: 1110;
  font-size: 14px;
  color: #fff;
}

.menutiles-holder .more-tile ~ *
{
  display: none;
}

.customer-reviews {
  width: 100% !important;
}
.coos {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  z-index: 9998;
}

.coos .coo-popup {
  width: 680px;
  max-width: 95vw;
  background-color: #fff;
  padding: 32px;
}

.coos .coo-popup .coo-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.coos .buttons-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .coos .buttons-holder {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.coos .coo-button {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ff9400;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  min-width: 49%;
  color: #555;
}

@media screen and (min-width: 768px) {
  .coos .coo-button {
    max-width: calc(50% - 4px);
  }
}

.coos .coo-button.agree-coos {
  background: #ff9400;
  color: #fff;
}

.coos .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.coos .switch input {
  position: relative;
  opacity: 0;
  width: 68px !important;
  height: 34px !important;
  z-index: 2;
}

.coos .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.coos .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.coos input:checked + .slider {
  background-color: #ff9400;
}

.coos input:focus + .slider {
  box-shadow: 0 0 1px #ff9400;
}

.coos input:checked + .slider:before {
  transform: translateX(33px);
}

.coos .slider.round {
  border-radius: 34px;
  z-index: 1;
}

.coos .slider.round:before {
  border-radius: 50%;
}

.coos .setting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 12px;
}

.coos .slider.round::after {
  display: block;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  left: unset;
  right: 12px;
  top: 4px;
}

.coos input:checked + .slider::after {
  display: block;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 12px;
  right: unset;
  top: 4px;
}
</pre></body></html>