b,
strong {
  color: rgba(34, 34, 34, 1);
}

/*---------------------------------*/
/* Start Home Hero                 */
/*---------------------------------*/
.module-banners-137 .module-item-1 {
  margin-top: 0px;
}

.module-banners-137 .module-item-1 img {
  max-height: 500px;
  object-fit: cover;
  object-position: 100% 30%;
  transform: none !important;
}

.module-banners-137 .module-item-1 .hero-head {
  text-transform: initial;
  color: #fff;
  font-family: Proxima-Nova-Bold;
}

.module-banners-137 .module-item-1 .hero-head span {
  left: 0px !important;
  bottom: 40px !important;
  font-size: 60px;
  text-shadow: 0px 1px 2px #222;
}

.module-banners-137 .module-item-1 .hero-link {
  bottom: 80px;
  position: absolute;
  color: #fff;
  font-size: 26px;
  text-decoration: underline;
  left: 40px;
}

.hero-security {
  position: relative;
  z-index: 5;
  max-width: 520px;
  padding: 42px 0 0px 0px;
  color: #fff;
  bottom: 32px;
}

@media (max-width: 1280px) {
  .hero-security {
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .hero-security {    
    padding: 8px 0 0px 16px;    
    bottom: 16px;
  }
  .hero-security h1 {
    font-size: 24px !important;
  }
}

/* Badge */
.hero-security .hero-badge {
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
  gap: 8px !important;
  width: fit-content !important;
  height: auto !important;
  padding: 8px 16px !important;
  margin: 0 0 18px 0 !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden !important;
}

.hero-security .hero-badge svg {
  position: static !important;
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  color: #fff !important;
  stroke-width: 2;
  transform: none !important;
}

.hero-security .hero-badge-text {
  position: static !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transform: none !important;
}

/* Titel */
.hero-security h1 {
  max-width: 500px;
  margin: 0 !important;
  color: #fff !important;
  font-size: 34px;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

/* Buttons */
.hero-security .hero-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-security .hero-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  height: 46px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all .25s ease;
}

/* Primary */
.hero-security .hero-btn-primary {
  color: #071b46 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.hero-security .hero-btn-primary:hover {
  background: #eef3fb !important;
  transform: translateY(-2px);
}

/* Secondary */
.hero-security .hero-btn-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-security .hero-btn-secondary:hover {
  background: rgba(255, 255, 255, .12) !important;
  transform: translateY(-2px);
}

/* Mobiel */
@media (max-width: 768px) {  
  .hero-security {
    max-width: 100%;
    padding1: 30px 20px;
  }

  .hero-security h1 {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }

  .hero-security .hero-buttons {    
    gap: normal;    
  }

  .hero-security .hero-btn {    
    min-width: auto !important;
    margin-right: 16px;
  }

  .hero-security .hero-badge {
    padding: 8px 14px !important;
  }

  .hero-security .hero-badge-text {
    font-size: 10px !important;
  } 
}

.hero-usp-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  padding: 8px 28px;
  width: 320px;
  max-width: 360px;
  box-shadow: 0 18px 45px rgba(0, 20, 60, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-left: auto;
}

.hero-usp-card .usp-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(10, 30, 70, 0.12);
}

.hero-usp-card .usp-item:last-child {
  border-bottom: 0;
}

.hero-usp-card .usp-item h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  color: #071b46;
}

.hero-usp-card .usp-item p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.35;
  color: #071b46;
}

.hero-usp-card .usp-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071b46;
}

.hero-usp-card .usp-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.8;
}

/* MOBIEL */
@media (max-width: 768px) {
  .hero-usp-card {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    padding: 16px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .hero-usp-card .usp-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(10, 30, 70, 0.10);
  }

  .hero-usp-card .usp-item:nth-child(odd) {
    border-right: 1px solid rgba(10, 30, 70, 0.10);
  }

  .hero-usp-card .usp-item:nth-child(3),
  .hero-usp-card .usp-item:nth-child(4) {
    border-bottom: 0;
  }

  .hero-usp-card .usp-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }

  .hero-usp-card .usp-icon svg {
    width: 24px;
    height: 24px;
  }

  .hero-usp-card .usp-item h3 {
    font-size: 14px;
  }

  .hero-usp-card .usp-item p {
    font-size: 12px;
    line-height: 1.25;
  }
}

/* HEEL KLEIN MOBIEL */
@media (max-width: 420px) {
  .hero-usp-card {
    grid-template-columns: 1fr;
  }

  .hero-usp-card .usp-item {
    border-right: 0 !important;
  }

  .hero-usp-card .usp-item:nth-child(3) {
    border-bottom: 1px solid rgba(10, 30, 70, 0.10);
  }
}


.block-in-slider {
  display: none;
}

.module-banners-137 .block-in-slider {
  right: 0px;
  background1: linear-gradient(90deg, #051e23, #444);
  border-radius1: 20px;
  margin1: 64px 0px;
  position: absolute;
  width: 30%; 
  padding: 32px 0px;  
  color: #fff;
  display: block;  
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 1280px) {
  .module-banners-137 .block-in-slider {
    right: 16px;
  }
}

.module-banners-137 .block-in-slider:hover {
  background1: linear-gradient(-90deg, #051e23, #444);
}

.block-in-slider-description {
  color: #fff;
}

.block-in-slider-title {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
}

.block-in-slider-body {
  margin-top: 30px;
  line-height: 20px;
}

.block-in-slider-buttons {
  margin-top: 35px;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}

.block-in-slider-buttons .btn {
  padding: 10px;
  border-radius: 10px !important;
  transition: 0.3s all;
}

.block-in-slider-buttons .btn-warning {
  background-color: #f0ad4e;
}

.block-in-slider-buttons .btn-light {
  background-color: #fff;
  color: rgba(0, 42, 82, 1);
}

.block-in-slider .block-in-slider-buttons .btn:hover {
  background-color: #000;
  color: #fff;
}

.mobile .module-banners-137 .banner-caption {
  width: 50%;
}

@media (max-width: 1024px) {
  .mobile .module-banners-137 .banner-caption {
    width: 80%;
  }
}

@media (max-width: 768px) {
   .mobile .module-banners-137 .banner-caption {
    width: 100%;
  }
}

.mobile .module-banners-137 .module-item-1 .hero-head span {
  font-size: 20px;
  line-height: normal;
  bottom: 0 !important;
}

.mobile .module-banners-137 .block-in-slider {  
  width: 40%;
  height: auto;
  margin: auto;
  right: 10px;
  border-radius: 10px;
  padding: 10px;
  bottom1: 10px;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .mobile .module-banners-137 .block-in-slider {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile .module-banners-137 .block-in-slider {
    display: none;
  }
}

.mobile .module-banners-137 .block-in-slider .block-in-slider-title {
  font-size: 14px;
}

.mobile .block-in-slider-description {
  display: none;
}

.mobile .block-in-slider-buttons {
  display: block;
  margin-top: 5px;
}

.mobile .block-in-slider-body {
  margin-top: 5px;
  line-height: normal;
}

.mobile .block-in-slider-buttons .btn {
  padding: 5px;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1024px) and (orientation: landscape) {
  /* mobiel + kleine tablet landscape */
  .module-banners-137 .module-item:not(.swiper-slide) {
    max-height: 300px;
  }
}

/*---------------------------------*/
/* End Home Hero                 */
/*---------------------------------*/

/* Header USP */
@media screen and (max-width: 1280px) {
  .menu-item.top-menu-item.top-menu-item-4 {
    display: none;
  }
}

/*  Home buttons */
.module-info_blocks-140 .module-item-1 {
  width: 100% !important;
}

.module-info_blocks-140 .module-item-1 .info-block-text {
  display: flex;
  margin: 0px 0px 20px 0px;
}

.module-info_blocks-140 .module-item-1 .info-block-text a {
  color: #fff;
  flex: 1;
  text-align: center;
  font-size: 16px;
  background: #002A52;
  margin-right: 10px;
  padding: 15px 30px;
  border-radius: 3px;
}

.module-info_blocks-140 .module-item-1 .info-block-text a:nth-child(5) {
  margin-right: 0px;
}

/*  Searchform header */
.mobile-header-active .header-search {
  border-radius: 20px;
}

.mobile-header-active .mobile-1 #search .header-search,
.mobile-header-active .mobile-search-group,
.mobile-header-active .mobile-3 .mobile-search-wrapper {
  padding: 10px;
}

.mobile-header-active header {
  margin-bottom: -2px;
}

.desktop-header-active .header-search .search-button {
  background: #002A52;
}

.header-search > .search-button::before {
  color: #fff;
}

/*  Module banners unset styles */
.module-banners a:hover img {
  transform: unset;
}

.module-banners .module-item > a::before {
  background-image: unset !important;
}

/*  Hide bullet points */

/*  Hide cart btn plus 1 */
.product-details .button-group-page .product-label-77 {
  display: none;
}

/*  Product usp list color */
.module-info_blocks-25 .info-block::before {
  color: rgba(0, 157, 6, 1);
}

/*  Custom list style: biglist */
.biglist {
  list-style: none;
}

.biglist li::before {
  content: '\e86c' !important;
  font-family: icomoon !important;
  margin-right: 5px;
  color: rgba(0, 157, 6, 1);
}

.biglist li span {
  color: #000000;
}

/*  Product page button Bigline */
.product-info .product-details .wishlist-compare {
  display1: none;
}

.product-info .button-group-page .btn-cart.btn {
  margin-right: 0 !important;
  max-width: 100%;
}

/*** Handleiding button ***/
.handleiding-btn {
  display: inline-block;
  background-color: rgb(0, 112, 217);
  height: 50px;
  width: 300px;
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  target-new: tab !important;
}

/*** Product swiper button ***/
.product-image .main-image .swiper-buttons div,
.additional-images .swiper-buttons div {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 4px 0 rgba(0,0,0,0.2);
}

/*** Buttons product slider ***/
.module-products-4 .swiper-container,
.module-products-134 .swiper-container,
.module-products-11 .swiper-container,
.module-products-135 .swiper-container,
.module-products-58 .swiper-container {
  position: relative;
}

.module-products-4 .swiper-buttons,
.module-products-134 .swiper-buttons,
.module-products-11 .swiper-buttons,
.module-products-135 .swiper-buttons,
.module-products-58 .swiper-buttons {
  top: 50%;
  margin-top: -35px;
}

.module-products-4 .swiper-buttons div,
.module-products-134 .swiper-buttons div,
.module-products-11 .swiper-buttons div,
.module-products-135 .swiper-buttons div,
.module-products-58 .swiper-buttons div {
  background: white;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 4px 0 rgba(0,0,0,0.2);
  border-radius: 50%;
  position: absolute;
}

.module-products-4 .swiper-button-next,
.module-products-134 .swiper-button-next,
.module-products-11 .swiper-button-next,
.module-products-135 .swiper-button-next,
.module-products-58 .swiper-button-next {
  transform: none;
  right: -15px;
}

.module-products-4 .swiper-button-prev,
.module-products-134 .swiper-button-prev,
.module-products-11 .swiper-button-prev,
.module-products-135 .swiper-button-prev,
.module-products-58 .swiper-button-prev {
  left: -15px;
  transform: none;
}

.refine-categories .swiper-buttons div {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 4px 0 rgba(0,0,0,0.2);
}

/*** Product slider Prijsweergave ***/
.product-thumb .price span {
  font-size: 20px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .main-menu > .j-menu > li > a {
    color: #000 !important;
  }
}

@media (max-width: 1023px) {
  .header-search > .search-button::before {
    top: 0px;
  }

  /*  Mobile menu color */
  .main-menu > .j-menu > li > a {
    color: #000 !important;
  }

  /*  Logo padding */
  #logo a > img {
    width: 200px;
    padding: 3px;
  }

  /* Mobile categorie buttons */
  .module-info_blocks-140 .module-item-1 .info-block-text {
    display: block;
    margin: 2px 10px 10px 10px;
  }
  .module-info_blocks-140 .module-item-1 .info-block-text a {
    margin-top: 8px;
    display: block;
    width: 100%;
  }
  .module-banners-137 .module-item {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 760px) {
  .route-account-login footer .grid-row.grid-row-1,
  .route-checkout-cart footer .grid-row.grid-row-1 {
    display: none;
  }
  .block-reviews > #cireview-aggerate,
  .block-reviews > #cireview-graph {
    flex: 0 0 100% !important;
  }
  .quick-checkout-wrapper .cart-section .table-responsive + table {
    margin-bottom: 50px !important;
  }
  .module-banners-137 .module-item-1 .hero-head span {
    margin-top: -60px;
    /*line-height: 75px !important;*/
  }
  .module-banners .banner-caption span {
    bottom: 42px !important;
  }
  #logo a > img {
    width: 150px;
  }
  .product-label-default.product-label-177 {
    top1: 22px;
  }
  .product-info .product-label-default.product-label-177 {
    position: absolute;
    top: 10 !important;
    right: initial;
    bottom: initial;
    left: 0;
  }
  .module-banners-137 .module-item-1 .hero-head span {
    left: 0px !important;
    line-height: 35px;
    max-width: 90%;
    font-size: 35px;
  }
  .module-banners-137 .module-item-1 .hero-head span {
    bottom: -40px !important;
  }
  .module-banners-137 .module-item-1 .hero-link {
    bottom: 20px;
    left: 20px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .module-master_slider-8 .module-item-1 .module-subitem-2.ms-caption h1 {
    font-size: 65px !important;
  }
}

/* product zoom background */
.route-product-product .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object {
  background: #fff;
}

/* product zoom background end */
.notification-cart .notification-view-cart {
  margin-right: 0;
}

.hblock {
  min-width: 380px !important;
  line-height: 0;
  position: absolute;
  left: -40px;
  bottom: -100px;
}

.hblock .blackhead {
  color: #fff;
}

.hblock .redhead {
  color: #fff;
}

.hblock .bluehead {
  color: #fff;
  text-transform: uppercase;
}

.hblock .blacktext {
  color: #fff;
}

.bakblock {
  width: 600px;
  line-height: 20px;
  left: -30px;
}

.bakblock span {
  font-size: 70px !important;
}

#account-login .login-box .col-sm-6:nth-child(1) .buttons .pull-right .btn {
  background: #fff;
  border: 2px solid #008b05;
  color: #008b05;
  width: 100%;
}

.module-master_slider-8 .module-item-1 .module-subitem-2.ms-caption h1 {
  font-family: Proxima-Nova-Bold;
  font-weight: 600;
  color: #fff !important;
  line-height: initial;
}

.module-newsletter .module-body .newsletter-form .newsletter-email {
  min-width: 500px;
}

li.bullet {
  list-style: url(image/catalog/ocs/icons/bullet.png);
  overflow: inherit !important;
  font-size: 14px;
}

ul li.bullet {
  margin-left: 25px;
}

/*.main-products.product-grid.product-grid .product-thumb .rating,
.module-products-43 .rating {
margin-left: 50px;
}*/
.route-product-product .product-info .product-details .ocs-bullets {
  order: -2 !important;
  margin: 15px 0px;
}

.module-item.info-blocks.info-blocks-icon .info-block-title s {
  font-size: inherit;
  font-weight: 600;
}

.block-attributes.block-content table td:nth-child(2) {
  font-weight: 600;
}

.product-options {
  order: -1;
}

#account-login h1.title.page-title {
  display: none;
}

.login-box .form-group .control-label {
  display: none;
}

#account-login .login-box .buttons {
  margin: auto;
  margin-bottom: 0px;
  width: 100%;
}

#account-login .login-box {
  text-align: center;
}

.module-products-37 .product-grid {
  border: 1px solid #dbdbdb;
  padding: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.module-products-37 .product-grid .product-thumb {
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.module-products-37 .product-grid .product-layout:last-of-type .product-thumb {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.route-checkout-cart #content .cart-page {
  margin-top: 30px;
}

.links-menu-38 .title.module-title:first-of-type {
  margin-top: 0px;
}

.popup-options .product-info .product-details .ocs-bullets {
  display: none;
}

.route-checkout-success #content {
  display: none;
}

.top-menu-7 > ul > .top-menu-item-5 > a {
  width: 50px;
}

.secondary-menu .top-menu .j-menu .top-menu-item-10 {
  margin-left: 0px;
  margin-right: -15px;
}

table.table.table-ocs td {
  border: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

table.table.table-ocs {
  border-collapse: collapse;
  border: 0px;
  border-width: 0px !important;
}

.accordion-menu-63 .open-menu i::before {
  display: none;
}

@media (min-width: 761px) {
  .information-66 h1.title.page-title {
    font-family: Proxima-Nova-Bold;
    font-weight: 600;
    font-size: 40px;
    color: #222;
    line-height: initial;
    margin-bottom: 20px;
  }
  .information-66 header::before {
    display: none !important;
  }
  .information-66 .top-bar.navbar-nav,
  .information-66 .desktop-main-menu-wrapper,
  .information-66 .breadcrumb,
  .information-66 .desktop-search-wrapper,
  .information-66 .classic-cart-wrapper,
  .information-66 footer .grid-row.grid-row-1,
  .information-66 footer .grid-row.grid-row-2 {
    display: none !important;
  }
  .refine-categories:not(.refine-carousel) {
    margin: -7.5px;
    margin-bottom: 10px;
  }
  .top-menu.top-menu-6 {
    justify-content: center !important;
    width: 100%;
  }
  .top-menu ul.j-menu {
    justify-content: center;
  }
  .cart-custom-total-ocs .cart-total tr td {
    padding: 0px;
    font-family: Proxima-Nova-Semi-Bold;
    color: #222;
    font-size: 18px;
  }
  .blog-post h1.title.page-title {
    z-index: 999;
    color: #FFF;
    position: relative;
    top: 20%;
    font-size: 50px;
    margin-bottom: 0px;
  }
  .module-form-74 input.form-control {
    background: #efefef;
    box-shadow: 0px 1px 4px 1px inset #00000020;
    min-width: 350px;
  }
  .cart-free-shipping-usp span {
    color: #009d06;
    margin-left: 100px;
  }
  .cart-free-shipping-usp {
    text-align: right;
    font-weight: normal;
    font-size: 18px;
    font-family: Proxima-Nova-Semi-Bold;
    color: #222;
    border-bottom: 1px solid #efefef;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    margin-top: -10px;
    display: none;
  }
  .module-banners .banner-caption span {
    font-size: 39px;
    left: 20px;
    bottom: 80px;
    font-family: Proxima-Nova-Bold;
    line-height: 40px;
  }
  .module-banners-54 .banner-caption-2 span {
    left: -18px;
  }
  .information-20 h1.title.page-title {
    font-family: Proxima-Nova-Bold;
    font-weight: 600;
    font-size: 40px;
    color: #222;
    line-height: initial;
    margin-bottom: 20px;
  }
  .top-menu-6 > ul > .top-menu-item-1 > a {
    min-width: 240px;
  }
  .login-box > div:first-of-type {
    border-left: 1px solid #dbdbdb;
  }
  .login-box > div:first-of-type {
    margin-right: 0px;
    order: 2;
  }
  #account-login .col-sm-6:nth-child(2) .well {
    width: 50%;
    margin: 0 auto;
  }
  .information-20 .top-bar.navbar-nav,
  .information-20 .desktop-main-menu-wrapper,
  .information-20 .breadcrumb,
  .information-20 .desktop-search-wrapper,
  .information-20 .classic-cart-wrapper,
  .information-20 footer .grid-row.grid-row-1,
  .information-20 footer .grid-row.grid-row-2 {
    display: none !important;
  }
  .information-20 header::before {
    display: none !important;
  }
  .product-image .main-image img {
    /*max-height: 600px;
    object-fit: cover;
    padding: 0px 50px;*/
  }
}

@media (min-width: 1025px) {
  .module-banners .banner-caption span {
    font-size: 45px;
    left: 40px;
    bottom: 80px;
    font-family: Proxima-Nova-Bold;
    line-height: 40px;
  }
}

#d_social_login {
	width: 50%;
	margin: 0 auto;
}
#account-login .login-box .buttons {
	width: 100%;
	margin: 0 auto;
}
#account-login .col-sm-6:nth-child(1) .well .buttons {
	width: 50%;
	margin: 0 auto;
}

.mega-menu-content .title.module-title {
	font-size: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #002A52;
	font-size: 18px;
}
.mega-menu-content .links-menu {
	margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .product-image .main-image img {
    /*max-height: 600px;
    object-fit: cover;
    padding: 30px;*/
  }
  .route-checkout-cart .cart-bottom {
    padding-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  .item.product-layout {
    display: inherit !important;
  }
  #d_social_login,
  #account-login .login-box .buttons {
    width: 80%;
    margin: 0 auto;
  }
  #account-login .col-sm-6:nth-child(2) .well {
    width: 80%;
    margin: 0 auto;
  }
  .module-master_slider-8 .module-item-1 .module-subitem-2.ms-caption h1 {
    font-size: 38px;
  }
  .post-image {
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: -100px !important;
  }
  .blog-post h1.title.page-title {
    z-index: 999;
    color: #FFF;
    position: relative;
    top: 4%;
    font-size: 50px;
    margin-bottom: 0px;
  }
  .mega-menu-content .title.module-title {
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #008b05;
    font-size: 18px;
  }
  .mega-menu-content .links-menu {
    margin-bottom: 20px;
  }
}

@media (max-width: 760px) {
  .route-product-product .product-info .product-details .ocs-bullets {
    display: none;
  }
  .route-checkout-cart .cart-panels .panel:first-child .panel-heading {
    display: none;
  }
  .cart-custom-total-ocs .cart-total tr td {
    padding: 0px;
    font-family: Proxima-Nova-Semi-Bold;
    color: #222;
    font-size: 15px;
  }
  .cart-custom-total-ocs {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .route-checkout-cart .cart-bottom .form-horizontal .buttons {
    display: inherit !important;
  }
  #d_social_login,
  #account-login .login-box .buttons {
    width: 100%;
    margin: 0 auto;
  }
  .route-checkout-cart .cart-bottom .buttons {
    display: none;
  }
  .route-common-home span.product-label.product-label-24.product-label-default {
    margin-bottom: 10px !important;
  }
  .route-checkout-checkout .menu-trigger,
  .route-checkout-checkout .mobile-custom-menu-1,
  .route-checkout-checkout .mobile-custom-menu-2,
  .route-checkout-checkout .mobile-cart-wrapper,
  .route-checkout-checkout .mobile-search-group,
  .route-checkout-checkout h1.title.page-title {
    display: none !important;
  }
  .accordion-menu .open-menu {
    width: 50px;
    height: 50px;
    right: 3px;
  }
  .accordion-menu .open-menu i {
    margin-right: -10px;
  }
  div#error-not-found {
    padding-right: 20px !important;
  }
  #account-login.container {
    min-height: 200px !important;
    margin-top: 25px !important;
  }
  #account-login h2.title {
    margin-bottom: 0px;
  }
  #account-login .col-sm-6:nth-child(2) .well {
    width: 100%;
    margin: 0 auto;
  }
  .module-master_slider-8 .module-item-1 .module-subitem-2.ms-caption h1 {
    font-size: 24px;
  }
  .blog-post h1.title.page-title {
    z-index: 999;
    color: #FFF;
    position: relative;
    top: 1%;
    margin-bottom: 0px;
  }
  .module-banners-81 .banner-text.banner-caption {
    bottom: 65px;
    left: 110px;
  }
  table.table.table-ocs td {
    padding: 10px 20px;
  }
  .module.module-blocks.module-blocks-49.blocks-grid .block-footer {
    margin-left: 20px;
  }
  .module-form-74 input.form-control {
    background: #efefef;
    box-shadow: 0px 1px 4px 1px inset #00000020;
    min-width: 335px;
  }
  .cart-free-shipping-usp span {
    color: #009d06;
    margin-left: 85px;
  }
  .cart-custom-total-ocs .cart-total tr td {
    padding-right: 15px !important;
  }
  .cart-custom-total-ocs .pull-left a {
    padding: 0px;
    display: flex;
  }
  .cart-free-shipping-usp {
    text-align: right;
    font-weight: normal;
    font-size: 18px;
    font-family: Proxima-Nova-Semi-Bold;
    color: #222;
    border-bottom: 1px solid #efefef;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    margin-top: -10px;
    padding-right: 15px;
    display: none;
  }
  .module-banners-68 .banner-caption-2 span {
    left: -20px;
    bottom: -10px;
    font-size: 18px;
  }
  .module-banners-73 .banner-caption span {
    left: 40px !important;
  }
  .module-banners .banner-caption span {
    font-size: 35px;
    left: 20px;
    bottom: 60px;
    font-family: Proxima-Nova-Bold;
    line-height: initial;
  }
  .module-banners-66 .title.module-title {
    display: none;
  }
  .information-20 h1.title.page-title {
    font-family: Proxima-Nova-Bold;
    font-weight: 600;
    font-size: 23px;
    color: #222;
    line-height: initial;
    margin-bottom: 20px;
  }
  .module-info_blocks-106 .module-item:not(.swiper-slide) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .module-info_blocks-106 .info-blocks:nth-child(1) {
    border-right: 1px solid #ccc;
  }
  .product-label-default.product-label-24 {
    margin-top: 10px !important;
  }
  .product-image .main-image img {
    /*max-height: 300px;
    object-fit: cover;
    padding: 0px 50px;*/
  }
  .route-product-category h1.title.page-title {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .product-image img {
    padding: 0px 0px;
  }
  .item.product-layout {
    display: none !important;
  }
  .breadcrumb > li:nth-last-child(2) {
    display: inherit !important;
    font-weight: bold;
  }
  .breadcrumb > li:nth-last-child(2) a {
    font-size: 16px;
    font-family: Proxima-Nova-Bold;
  }
  .breadcrumb > li {
    display: none;
  }
  .breadcrumb > li + li:before {
    content: '‹';
    font-size: 22px;
    color: #000;
    line-height: initial;
    font-weight: bold;
  }
  .mobile .breadcrumb {
    border-bottom: 1px solid #ddd;
  }
  .main-products.product-grid .product-thumb {
    margin: -1px;
  }
  .information-60 footer .grid-row-1,
  .information-60 footer .grid-row-2 .grid-item-1,
  .information-60 footer .grid-row-2 .grid-item-2 {
    display: none;
  }
}

.d-social-login__button {
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.d-social-login__button__icon {
  border-right: none;
}

.d-social-login__button--google {
  background-color: #dc4437;
  margin-bottom: 10px;
}

.d-social-login__button-list {
  margin-top: 15px;
}

form.form-horizontal.login-form div a {
  color: #008b05;
  font-size: 13px;
  padding-left: 15px;
}

#account-login .login-box .col-sm-6:nth-child(1) .buttons .pull-right .btn:hover {
  color: #FFF;
}

#account-login .login-box .col-sm-6:nth-child(2) .buttons .pull-right .btn {
  background: #008b05;
  width: 100%;
}

form.form-horizontal.login-form {
  margin-top: 30px;
}

#account-login.container {
  min-height: 400px;
  margin-top: 70px;
}

.module-banners-66 .banner-caption span {
  text-align: center;
  bottom: auto;
  left: auto;
}

.links-menu-21 li.menu-item.links-menu-item.links-menu-item-2 {
  margin-top: -10px;
  margin-bottom: 10px;
}

.secondary-menu .top-menu .j-menu .dropdown-menu li:last-of-type {
  margin-bottom: -10px;
}

.information-60 h1.title.page-title {
  display: none;
}

.information-18.route-information-information .content {
  flex: inherit !important;
}

.product-grid .product-thumb .product-label-default.product-label-76,
.product-grid .product-label-default.product-label-77 {
  display: none;
}

.product-list .product-thumb .product-label-default.product-label-76,
.product-list .product-label-default.product-label-77 {
  display: none;
}

button.reset-filter.btn {
  display: none;
}

.module-filter h3.title.module-title {
  display: none;
}

.module-filter-16 .panel-group .panel-heading a:nth-child(1) {
  padding-top: 0px;
}

.mobile-header li.menu-item.top-menu-item.top-menu-item-1 img {
  display: none;
}

.module-newsletter-14 .checkbox label input[type='checkbox'] {
  margin-top: 1px;
}

.module-newsletter-14 .module-body .newsletter-form label {
  line-height: initial;
}

.module-products-33 {
  border-top: 1px solid #ddd;
}

.route-product-product .product-info .product-details .product-stats {
  margin-top: 0px !important;
}

.module-form-74 .buttons .pull-right:only-child {
  justify-content: flex-start;
}

.module-form-74 .buttons .pull-right:only-child .btn {
  max-width: 350px;
}

.module-form-74 .required .control-label + div::before {
  display: none;
}

.information-18 h1.title.page-title {
  order: 1;
}

.information-18 div#content-bottom {
  order: 3;
}

.information-18 .content {
  order: 2;
}

.information-18 div#content-top {
  order: 0;
}

button#bundle-cart {
  background: #4CB356;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px !important;
  min-height: 45px;
}

.table-bundle .form-group {
  margin-top: 10px;
}

.table-bundle .form-group .button-bundle:nth-child(2) {
  display: none;
}

.module.module-filter.module-filter-16 .panel-group .panel-heading .panel-title {
  padding: 7px 0px;
}

.row-rating {
  width: 100%;
  text-align: center;
}

.item.product-layout {
  color: #222;
  font-family: Proxima-Nova-Bold;
  justify-content: center;
  font-size: 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.0;
  display: block;
  text-align: center;
}

.item.product-layout img {
  margin-right: 10px;
  max-width: 25px;
}

.row-rating {
  display: none;
}

.journal-wrap .cireview-wrap .cireviews .all-rating-wrap {
  padding: 15px 15px 10px 15px !important;
}

.cireview-list.cireviews .row.flex {
  padding: 0px 0px 0px 0px !important;
}

.journal-wrap .cireview-wrap .cireview-list {
  margin-bottom: 0px !important;
}

.post-grid .post-thumb .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.module-form-74 .input-group .input-group-btn .btn {
  background: #0000;
  color: #008b05;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  border-right: 1px solid #0000;
  border-left: none;
  margin-left: -40px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.information-18 .input-group .form-control:first-child {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rating span {
  cursor: pointer;
}

.product-variant-module .caption,
.product-variant-module .button-group {
  display: none;
}

.product-variant-module .image {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 10px 0px;
}

.product-variant-module .image {
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 0px;
  margin: 10px 0px;
  max-width: 100px;
}

.product-variant-module .col-lg-3 {
  width: 22%;
}

h3.product-variant {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.additional-images .swiper-wrapper {
  justify-content: center;
}

@media (max-width: 767px) and (min-width: 300px) {
  .floating-atc {
    border-top: 1px solid #eee;
  }
}

@media (max-width: 1025px) and (min-width: 761px) {
  .floating-atc {
    padding: 0 15px !important;
  }
}

.cart-totals .table-bordered tr:last-child {
  display: inherit;
}

.cart-totals .table-bordered tr {
  display: none;
}

.cart-bottom .cart-total {
  display: none;
}

.cart-custom-total-ocs {
}

.cart-custom-total-ocs .cart-total table {
  margin-bottom: 0px !important;
}

.cart-custom-total-ocs .cart-total tr td {
  min-width: 105px !important;
}

a.ocs-cart {
  background: #0000;
  color: #008b05 !Important;
}

a.ocs-cart:hover,
a.ocs-cart:active,
a.ocs-cart:focus {
  background: #0000 !Important;
  text-decoration: underline;
  color: #008b05 !Important;
}

a.btn.ocs-cart.btn-default span:before {
  content: '‹';
  margin-right: 5px;
  font-size: 20px;
}

.route-checkout-cart #content .cart-bottom {
  /*display: none;*/
}

#checkout-cart aside#column-right {
  max-width: 325px;
}

#checkout-cart .total-value {
  font-family: Proxima-Nova-Semi-Bold;
  color: #222;
}

.reviews.custom-cart-reviews {
  font-size: 13px;
  font-family: Proxima-Nova-Reg;
}

.route-checkout-cart .td-qty .stepper input.form-control {
  border: 0px !important;
}

.cireview-wrap .cireview-aggerate-title {
  background: transparent !important;
  line-height: 1.4;
}

.block-reviews .cireview-list.cireviews div.custom-share .btn {
  border: none !important;
  margin-bottom: 10px !important;
}

.block-reviews .image-row .rating-block .ciratingcount {
  font-size: 35px !important;
}

.cireview-list.cireviews div .verified {
  padding: 1px 6px !important;
}

div#advantages h3.title.module-title.block-title {
  font-size: 25px;
}

.block-reviews .image-row .image-block {
  border: 2px solid #eee;
  padding: 5px;
}

div#account-wishlist .title {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 45px;
}

div#account-wishlist thead {
  display: none;
}

.d-social-login--huge .d-social-login__button__icon {
  margin-top: 2px;
  margin-left: 10px;
  padding: 7px;
}

.login-box .form-group:before {
  top: 7px !important;
}

div#account-order .btn-block.btn-primary i {
  margin-right: 5px;
}

div#account-order .btn-block.btn-primary {
  background: #4CB356;
}

div#account-order .btn-block.btn-primary:hover {
  background-color: #ff7322 !important;
}

div#account-order .pull-right .btn i {
  margin-right: 5px;
}

div#account-order .pull-right .btn {
  margin-left: 10px;
}

.product-layout:focus-within {
  margin-bottom: 1px;
}

.route-product-search .search-form,
.route-product-search .buttons.clearfix {
  display: none;
}

.ocs-wishlist-usp {
  font-size: 15px;
  color: #2194ff;
  bottom: 20px;
  position: absolute;
  left: 35px;
}

.ocs-wishlist-usp i {
  margin-right: 5px;
  font-size: 20px;
}

.route-account-wishlist td.text-center.td-action {
  padding: 0px 0px;
  position: relative;
}

.route-account-wishlist .td-price {
  padding-right: 90px !important;
  font-size: 23px;
  padding-left: 0px;
}

.route-account-order .row.pagination-results,
.route-account-order .buttons.clearfix {
  display: none;
}

.module-info_blocks-46 .module-item-2 img.info-block-img {
  height: 55px;
}

.quick-checkout-wrapper .confirm-section label {
  line-height: initial;
}

.route-checkout-checkout .buttons.confirm-buttons {
  margin-top: 20px;
}

.quick-checkout-wrapper label input[type='checkbox'] {
  margin: -1px -20px;
}

table#ncol_ref {
  display: none;
}

table#ie_cc {
  display: none;
}

.route-journal3-blog .header-classic {
  order: 1;
}

.route-journal3-blog ul.breadcrumb {
  order: 3;
}

.route-journal3-blog div#top {
  order: 2;
}

.route-journal3-blog .container.blog-home {
  order: 5;
}

.route-journal3-blog footer {
  order: 6;
}

.route-checkout-checkout footer .grid-row-1,
.route-checkout-checkout footer .grid-row-2,
.route-checkout-checkout footer .grid-row-3 {
  display: none;
}

.route-checkout-checkout footer .grid-row-4 {
  border-top: 1px solid #ececec;
  margin-top: 50px;
}

.route-checkout-checkout .alert.alert-danger {
  position: absolute;
  margin-top: -20px;
}

img.checkout-payment-img {
  display: inline-block;
  width: 40px;
  margin: -2px 3px 0px 0px;
  vertical-align: middle;
}

.quick-checkout-wrapper .section-payment .radio {
  margin-bottom: 10px !important;
  background-color: #f1f2f6;
  border-radius: 7px;
  padding: 15px 10px;
  max-width: 100%;
}

.quick-checkout-wrapper .section-payment label {
  font-family: Proxima-Nova-Bold;
}

.expand-filter-list {
  background: #0000;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  counter-increment: my-awesome-counter;
}

ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #222;
  font-weight: bold;
  margin-left: -15px;
  padding-right: 15px;
}

.module-form-74 .buttons .pull-right .btn::before {
  content: '\e52f' !important;
  font-family: icomoon !important;
  font-size: 25px;
  color: #fff;
  margin-right: 10px;
}

.mobile-filter-trigger {
  bottom: 0px;
}

.module-banners-22 .module-item-6 img {
  width: 38px !important;
  margin-left: -15px;
}

.route-common-home .product-label-default.product-label-117 {
  display: none;
}

i.fa.fa-calendar:after {
  content: '\f107' !important;
}

i.fa.fa-calendar:before {
  display: none !important;
}

#account-account #content-top {
  display: none;
}

.post-image {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-top: -60px;
  margin-bottom: 45px;
}

.post-image img {
  width: 100%;
}

.product-info .rating div a:last-of-type {
  display: none;
}

.item.product-layout img {
  margin-right: 10px;
  max-width: 25px;
}

.bus img {
  min-width: 32px !important;
  margin-top: -2px;
}

.module-banners .module-item > a::before {
  background: none;
  mix-blend-mode: overlay;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}

.route-journal3-blog-post .post-grid .post-thumb .caption {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px;
  right: 20px;
}

@media screen and (max-width: 1333px) {
  .bakblock {
    top: -365px;
  }
}

@media screen and (max-width: 1024px) {
  .module-banners-10 {
    padding: 25px 0px;
  }
  .cart-custom-total-ocs .pull-left {
    display: none;
  }
  .hblock {
    text-shadow: 0px 1px 2px #666;
    left: 20px;
    line-height: 30px;
  }
  .bakblock {
    left: -40px;
    top: -265px;
    line-height: 0;
  }
  .bakblock span {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .bakblock {
    top: 60px;
    left: -30px;
  }
}

.product-info .button-group-page .extra-group {
  width: 100%;
}

.route-checkout-cart .cart-bottom .buttons .pull-left a {
  display: none;
}

.cart-bottom .buttons {
  margin-top: 15px;
}

.route-checkout-cart .cart-panels .form-group:nth-child(1) .control-label,
.route-checkout-cart .cart-panels .panel:first-child .panel-heading a::before {
  display: none;
}

@media screen and (max-width: 760px) {
  .main-products-wrapper {
    max-width: 100%;
  }
  .product-info .product-details .stepper-group {
    max-width1: 100% !important;
    min-width1: 100% !important;
  }
  .product-info .product-details .buttons-wrapper {
    display: flex;
  }
  .product-info .product-details .buttons-wrapper .wishlist-compare {
    vertical-align: middle;
  }
}

@media screen and (max-width: 500px) {

  /*** Table Horizontal Scroll ***/
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  /*** Smaller Table full width ***/
  .table-col-6 tbody {
    display: block;
    width: 100%;
  }
  .table-col-6 tbody tr {
    display: flex;
    width: 100%;
  }
  .table-col-6 tbody tr td {
    flex: 1;
  }
}

.title.location-title {
  display: none !important;
}

#product-product .ocs-bullets {
  display: none;
}

.biglist li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.biglist li::before {
  content: '\e86c' !important;
  font-family: icomoon !important;
  margin-right: 5px;
  color: #009d06;
}

.biglist li span {
  color: #000;
}

.module-blocks-160 .panel-body {
  padding: 0px;
}

.module-blocks-160 table.table.table-hover {
  border-collapse: collapse;
}

.form-group .text-danger {
  line-height: 1.0;
}

.category-description {
  margin-top: 0px;
}

.route-product-category .product-label-default.product-label-24 {
  display: none;
}

.main-products.product-grid .product-thumb .name {
  order: 1;
}

.main-products.product-grid.product-grid .product-thumb .rating {
  order: 2 !important;
  position: inherit !important;
  margin-top: 25px;
  margin-bottom: -5px;
}

.main-products.product-grid .ocs-bullets {
  order: 3;
}

.main-products.product-grid .product-thumb .price {
  order: 4;
}

.module-blocks-166 {
  margin-top: -50px !important;
}

.cc-settings-dialog {
  margin: 0px auto;
  top: 0%;
}

.product-thumb .price,
.price-wrapper {
  display: inherit !important;
}

.quick-checkout-wrapper .checkout-section.payment-address #payment-custom-field1 {
  margin-bottom: 10px;
}

.quick-checkout-wrapper .checkout-section.payment-address #payment-custom-field1 input {
  width: 100%;
}

.quick-checkout-wrapper .cart-section .table-responsive + table tr:nth-child(2) td {
  color: green;
  font-weight: bold;
}

.main-products.product-grid.product-grid .product-thumb .buttons-wrapper {
  order: 6;
}

#tab-specification .table {
  border: 1px solid #dbdbdb !important;
}

.layout-18 footer .grid-row.grid-row-1,
.layout-18 footer .grid-row.grid-row-2 {
  display: none;
}

/* Klantenservice bullet colors start */
.klantenservice_green,
.klantenservice_green a::before {
  color: rgba(36, 178, 36, 1) !important;
}

.klantenservice_red,
.klantenservice_red a::before {
  color: rgba(226, 41, 61, 100) !important;
}

/* Klantenservice bullet colors end */

/* OWC Stock delivery start  */
.owc_productpageenhanced_ds.owc_stock {
  order: 4;
  padding-left: 0px !important;
}

.owc_journal3 .product-thumb .image {
  margin-top: 0px !important;
}

.owc_productpageenhanced_ds.owc_stock .owc_title i {
  font-size: 80%;
}

/* OWC Stock delivery end */

/* Main Menu */
.main-menu.main-menu-5 .main-menu-item-7 {
  padding-left: 10% !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li:not(.main-menu-item-9):not(.main-menu-item-7) > a .links-text {
  width: auto;
}

/* Trust pilot header */
.top-menu-270 .top-menu-item-2 .links-text {
  overflow: inherit !important;
}

/* Google recaptcha hide */
.grecaptcha-badge {
  visibility: hidden !important;
}

.desktop .main-products > .item.product-layout {
  width: 25% !important;
}

.desktop .main-products > .item.product-layout i {
  color: #008B05;
}

.mobile #tab-specification tr td {
  width: 100%;
}

html .module-filter .panel-group .panel-title {
  display: flex;
}

html .module-filter .panel-group .panel-heading span {
  margin: 30px 0 0 5px;
  color: #002a52;
}

.tooltip-inner {
  background-color: #fff;
  color: #002a52;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 3px 10px #ddd;
}

.mobile #content .main-products .item.usp {
  display: none;
}

[data-toggle="modal"] {
  cursor: pointer;
}

.mobile .popup-wrapper iframe {
  height: 80vh;
}

.block-description br + strong {
  display: inline-block;
  margin-top: 0px;
}

.block-description p {
  line-height: 25px;
}

.block-description p br + br {
  display: none;
}

.block-description br {
  line-height: 1;
}

html.desktop body .module-filter h3.title.module-title:first-child {
  display: block;
}

html.desktop body .module-filter h3.title.module-title:first-child > span {
  display: none;
}

html.desktop body .module-filter h3.title.module-title:first-child .reset-filter {
  display: inline-block;
  transform: none;
  right: auto;
  padding: 4px 10px 5px 7px;
}

html.desktop body .module.module-filter {
  margin-top: 10px;
}

.desktop .module-filter .reset-filter::before {
  position: relative;
  top: 2px;
  right: 1px;
}

.mobile .reset-filter {
  display: inline-block !important;
}

.mobile .reset-filter::before {
  position: relative;
  top: 2px;
  right: 1px;
}

.mobile .module.title-module.module-title-241 {
  margin: 0 20px;
}

.mobile .module-title-241 h3 {
  font-size: 20px;
  margin: 20px auto;
}

.desktop footer .grid-row-4 .grid-col-6 iframe {
  height: 254px;
}

.desktop footer .grid-row-4 .grid-col-6 {
  padding-bottom: 0;
}

.desktop footer .grid-row-4 .grid-col-6 .block-html > p:first-child {
  display: none;
}

.desktop footer .grid-row-1 {
  padding-top: 25px;
  padding-bottom: 0;
}

.faq .panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.faq .panel-default {
  border-color: #ddd;
}

.faq .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: pointer;
}

.faq .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.faq .panel-body {
  padding: 15px;
}

.faq .panel-heading {
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.faq .panel-title {
  margin: 0;
  font-size: 16px;
}

.faq .panel-title > a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.faq .panel-title > a:hover,
.faq .panel-title > a:focus {
  text-decoration: none;
  outline: 0;
}

.faq .panel-collapse {
  border: none;
}

.faq .panel-collapse.collapse.in {
  display: block;
}

.faq .panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.faq {
  margin-top: 25px;
}

.faq .accordion-toggle {
  display: block;
  text-decoration: none!important;
}

.faq .panel-heading:hover,
.panel-heading:focus {
  background: #fcfcfc;
}

.faq .accordion-toggle:after {
  content: "\f077";
  font: normal normal normal 14px/1.5 FontAwesome;
  float: right;
}

.faq .accordion-toggle.collapsed:after {
  content: "\f078";
}

.desktop .top-menu-7 .j-menu li.top-menu-item-4 > a::before {
  font-size: 13px;
}

.usp .item.product-layout {
  border-color: transparent;
}

html body #content .main-products-wrapper .main-products .usp .product-layout.item {
  padding: 10px 25px;
}

.popup iframe#launcher {
  display: none;
}

.popup div[id^="survey_"] {
  display: none;
}

.popup-container button.btn.popup-close::before {
  top: 0;
  left: 0;
  position: relative;
  transform: none;
}

.popup-container button.btn.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  background-color: transparent;
  color: rgba(0, 42, 82, 1);
  font-size: 20px;
}

.mobile.route-product-product .product-info .product-details .button-group-page ~ .product-blocks-details {
  margin-top: 0;
}

.mobile.route-product-product .product-info .product-details .button-group-page {
  margin-bottom: 3px;
}

.mobile.route-product-product .product-info .product-details .product-blocks-details .info-blocks.info-blocks-icon {
  padding: 0;
}

.ias-trigger .btn {
  padding: 15px 20px;
  color: #fff;
  border-radius: 46px !important;
  transition: 0.2s all;
}

.ias-trigger .btn::before {
  margin-right: 5px;
}

.ias-trigger .btn:hover {
  transform: scale(1.01);
}

.ias-trigger:first-child {
  margin-top: 20px;
}

#product-product .block-description,
.links-menu-88 .menu-item a .links-text {
  color: #222;
}

td .attrtool:before {
  margin-right: 5px;
}

.mobile .module-blocks-240 .panel-group .panel-heading a {
  padding-left: 3px;
}

#ciproduct-accessories {
  margin-bottom: 20px;
}

#ciproduct-accessories .main-products.product-grid .product-layout:not(.swiper-slide) {
  padding: 25px;
  width: calc(100% / 3 - 0.01px);
}

#custom-filter-btn-duplicate {
  position: fixed;
  z-index: 999;
  bottom: -50px;
  width: 140px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all;
  box-shadow: 0 0 5px #000;
}

#custom-filter-btn-duplicate i {
  margin-right: 5px;
}

body[style*="padding-top"] #custom-filter-btn-duplicate {
  bottom: 35px;
}

.mobile #ciproduct-accessories .main-products.product-grid .product-layout:not(.swiper-slide) {
  width: auto;
  padding: 0;
  margin-bottom: 15px;
}

.mobile #ciproduct-accessories .main-products.product-grid {
  margin: auto;
}

.mobile .product-info .product-label-default.product-label-269 {
  margin: auto;
  bottom: auto;
  right: 0;
}

.mobile #tab-specification .table {
  display: table;
}

.mobile #tab-specification .table tbody td {
  width: 50%;
}

.mobile .product-blocks .module-info_blocks-162 a.info-block {
  padding-left: 0;
}

.mobile .product-blocks .module-info_blocks-162 a.info-block::before {
  margin-right: 20px;
}

html .floating-atc .price-group .product-price-new {
  color: rgba(34, 34, 34, 1);
}

.product-popup-buttons {
  margin: 20px auto 0;
  border: 1px solid #ddd;
  padding: 10px 20px;
  width: 100%;
  border-radius: 2px;
}

.product-popup-buttons .btn {
  padding: 10px 20px;
}

.product-popup-buttons .btn .fa {
  margin-right: 5px;
}

.product-popup-buttons .btn-danger {
  background-color: #c9302c;
}

.product-popup-buttons .btn-info {
  background-color: #269abc;
}

.product-popup-buttons .btn:hover {
  background-color: rgba(0, 42, 82, 1);
}

.mobile .product-popup-buttons .col-sm-6 {
  width: auto;
  float: none;
}

.mobile .product-popup-buttons .col-sm-6 + .col-sm-6 {
  margin-top: 10px;
}

.mobile .product-popup-buttons .col-sm-6 .btn {
  display: block;
}

html body .module-popup-276 {
  margin-top: 10px;
}

html body .module-popup-276 .title.popup-header {
  margin: 0;
}

html body .module-popup-276 .popup-content {
  max-height: calc(90vh - 20px);
}

.custom-messages-container {
  max-width: 96vw;
  margin: auto;
}

.custom-messages-container .custom-message a::before {
  content: "\f058";
  font-family: "fontAwesome";
  color: green;
  margin-right: 4px;
}

html.popup .site-wrapper ~ div {
  display: none !important;
}

.desktop aside#column-left.side-column {
  max-width: 250px;
}

.desktop aside#column-left.side-column + #content {
  padding-left: 20px;
}

.dropdown- {
  position: relative;
}

/*---------------------------------*/
/* Start Language                  */
/*---------------------------------*/
.language-currency .dropdown- {
  pointer-events: auto;
}

.top-menu.language-currency > div > div form > .dropdown- {
  height: 100%;
}

#language .symbol img {
  min-width: 15px;
}

/* Rounding flags */
.language-currency .symbol img,
.language-currency .dropdown-menu img {
  border-radius: 999px;
}

#language form > .dropdown- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-currency .dropdown- > button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-currency .dropdown-::after {
  content: "\f0da";
  font-family: icomoon !important;
  font-size: 11px !important;
  position: relative;
  padding: 0 5px;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 2px;
  font-weight: 400 !important;
}

.language-currency .dropdown-menu {
  position: fixed;
  z-index: 9999;
  right: -300px;
  top: 0;
  bottom: 0;
  display: block !important;
  width: 300px;
  left: auto;
  transition: 0.3s right;
  background-color: #fff;
  max-width: 90vw;
}

.language-currency .open .dropdown-menu {
  right: 0;
}

.language-currency .dropdown-menu .j-menu {
  background-color: #fff;
  border-radius: 0;
  display: block;
  padding: 50px 25px 0;
}

.language-currency .open .dropdown-menu::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.language-currency .dropdown-menu .j-menu li a {
  padding: 3px 0;
}

.language-currency .dropdown-menu .j-menu li {
  border-bottom: 1px solid #eee;
}

.language-currency .open .dropdown-menu::before {
  content: "X";
  position: absolute;
  right: 15px;
  top: 25px;
  border-width: 0;
  z-index: 9999;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  pointer-events: all;
}

.mobile body[style*="padding-top"] .language-currency .dropdown-menu {
  top: 50px;
}

.language-currency .dropdown-menu .j-menu li.active a::after {
  content: "\f058";
  right: 0;
  font-family: fontawesome;
  position: absolute;
}

li.language-group-title ~ li.language-group-title {
  margin-top: 15px;
}

.mobile-header .language-currency.top-menu > div:last-child .dropdown.drop-menu > .j-dropdown {
  left: auto;
  right: -300px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -5px, 0);
  transition: right .075s ease-out, opacity .075s ease-out, transform .075s ease-out;
}

.mobile-header .language-currency.top-menu > div:last-child .dropdown.drop-menu.open > .j-dropdown {
  right: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

/*---------------------------------*/
/* End Language                    */
/*---------------------------------*/

@media screen and (max-width: 1320px) {
  .desktop .top-bar > .top-menu > ul > li a {
    min-width: 0;
    width: auto;
    padding: 0 5px;
  }
  .desktop .top-bar > .top-menu > ul > li a span.links-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .desktop .top-bar > .top-menu > ul > li a::before {
    font-size: 12px;
    margin-right: 3px;
  }
  .desktop .top-bar > .top-menu > ul > li a span.links-text {
    font-size: 12px;
  }
}

html body .main-products .product-layout div.product-thumb {
  border-radius: 5px;
}

.main-products.product-grid .caption .block-readmore {
  display: none !important;
}

#column-left .module .module-body.side-products-blocks * {
  color: initial !important;
}

#column-left .module .module-body.side-products-blocks .btn,
#column-left .module .module-body.side-products-blocks .rating {
  display: none;
}

#column-left .module .module-body.side-products-blocks .product-layout .side-product {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex-direction: row;
  gap: 4px;
  padding: 5px;
}

#column-left .module .module-body.side-products-blocks .image {
}

#column-left .module .module-body.side-products-blocks .product-layout {
  margin-bottom: 5px;
}

#column-left .module .module-body.side-products-blocks .caption {
  flex: 1;
  font-size: 12px;
}

#column-left .module .module-body.side-products-blocks .price,
#column-left .module .module-body.side-products-blocks .price-tax {
  font-weight: bold;
}

#column-left .module .module-body.side-products-blocks .module-title {
  margin-bottom: 5px;
}

#column-left .module .module-body.side-products-blocks {
  margin-top: 20px;
}

/* Lightning bug */
#liaj1 .count-badge {
  color: #fff !important;
}

.module-info_blocks-282 {
  margin-top: 20px;
}

.module-info_blocks-282 .module-body {
  display: block;
  text-align: center;
}

.module-info_blocks-282 .module-item.module-item-1.info-blocks {
  width: auto;
}

#product .dc-option-description-element {
  border-radius: 3px;
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: -15px;
}

.main-products .product-list-usp-wrapper:not(:empty) {
  width: 100%;
  border: 0px solid #ddd;
  font-weight: bold;
  color: rgba(34, 34, 34, 1);
  margin: 0 25px;
  border-radius: 5px;
  padding: 15px 0;
}

.product-list-usp {
  display: flex;
  justify-content: space-around;
}

.product-list-usp > div::before {
  content: "\f058";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
  color: rgba(76, 179, 86, 1);
  position: relative;
  top: -1px;
}

.ias-trigger + .product-list-usp-wrapper,
.ias-noneleft + .product-list-usp-wrapper {
  display: none !important;
}

@media (max-width: 767px) {
  .main-products .product-list-usp-wrapper {
    display: none !important;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td,
table th {
  padding: 8px;
  text-align: left;
  font-size: 14px;

  /* schaalt mooier op mobiel */
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
}

html #content .main-products-wrapper .main-products .product-list-usp-wrapper.inside-products-list.product-layout {
  width: 100%;
  display: block;
  padding: 0;
}

/* Bottom faq padding */
@media (max-width: 760px) {
  #content .faq,
  #content .bottom-description-container {
    padding-left: 16px;
  }
}

/* Bottom description category for when table is in the descriprtion */
.bottom-description-container {
  max-width: 100%;
  overflow-x: hidden;
}


html .module-categories-147 .category-thumb .image {
  display: block;
  max-width: 101px;
  width: 40%;
}

html .module-categories-147 .category-thumb {
  padding: 15px;
  flex-direction: inherit;
  border-radius: 20px;
  background-color: rgba(242, 242, 242, 1);
}

html .module-categories-147 .category-thumb .caption {
  width: 60%;
  text-align: right;
}

html .module-categories-147 .category-thumb .name {
  background-color: transparent;
  padding: 0;
  text-align: right;
}

html .module-categories-147 .category-thumb .name a {
  color: rgba(5, 30, 35, 1);
}

html .module-categories-147 .category-thumb .button-group {
  display: block;
}

html .module-categories-147 .category-thumb .btn-view-more .btn-text {
  display: inline-block;
  color: #555;
}

html .module-categories-147 .category-thumb .btn-view-more {
  background-color: transparent;
  padding: 0;
}

html .module-categories-147 .category-thumb .image img {
  width: 101px;
}

html .module-categories-147 .category-thumb .name a {
  text-align: right;
  font-weight: bold;
}

html .module-categories-147 .category-thumb .btn-view-more .btn-text::after {
  content: "\f105";
  font-family: 'FontAwesome';
  padding-left: 5px;
}

.mobile .module-categories-147 .swiper-pagination {
  display: flex !important;
  margin-top: 10px;
}

html.mobile .module-categories-147 .category-thumb {
  padding: 5px 10px;
}

html.mobile .module-categories-147 .category-thumb .image {
  padding-right: 3%;
  width: 30%;
  margin-top: 15px;
}

html.mobile .module-categories-147 .category-thumb .caption {
  width: 70%;
}

.rating-stars span.rating-stars-rate {
  order: 2;
  margin-left: 6px;
  height: 16px;
  margin-top: -12px;
}
