/* 20260415230633 - v2 */
.gui,
.gui-block-linklist li a {
  color: #001521;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #001521;
}

.gui-block-inner strong {
  color: #667279;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #001521;
  background-color: #ffffff;
}

.gui-content-title {
  color: #001521;
}

.gui-form .gui-field .gui-description span {
  color: #001521;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #001521;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #001521;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #001521;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #001521;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
#top .fixed:not(:hover) ~ .usps etrusted-widget { z-index: 9; }
@media only screen and (min-width: 575.98px) {
	.usps-slider { width: calc(100% - 200px); }
}

.usps ul li.feedback-company span {
    background-color: #4CAF50;
}

* {
  box-sizing: border-box;
}

  /* Columns: */

@media only screen and (min-width: 900px) {
.row {
  display: flex;
  justify-content: space-between;

}
  }


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 900px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 70%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 900px) {
  /* For still-tablets: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 70%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}




[class*="col-"] {
  float: left;
  padding: 20px;
  border: 0px solid red;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.player-page {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 281px;
  width: 500px;
}

.bar {
  background-color: #f2f2f1;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  }

.bar-inner {
  background-color: #F27544;
  width: 0%;
  height: 100%;
  position: relative;
  transition: width 3000ms linear;
}

.bar-inner:after {
  position: absolute;
  right: 2.5%;
  content: attr(data-percent);
  color: #F27544;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: none;
}

.home-content {
  background-color: #000000;
}

.home-content .text-wrapper {
    max-width: 100%;
}

.sub-blocks {
    background-color: #ffffff;
  	padding-bottom: 20px;
    padding-top: 0px;
}

nav.slider-nav.d-flex.align-center {
	display: none;
}

.recommended {
    background-image: url("https://cdn.webshopapp.com/shops/314925/files/354824376/section-background-fruits.png");
  	padding-bottom: 60px;
}

.recommended .top-bar {
    box-shadow: 0px 0px 0px rgba(40, 56, 74, 0.05);
    padding-bottom: 27.5px;
    padding-top: 27.5px;
}



.rowbg2 {
  	background-color: #fafafa;
  	padding: 50px;
}

.home-content .container {
    margin: 0 auto;
    width: 100%;
  	background-color: #fff;
}

/* Homepage Special BG: */

/* For mobile phones: */
	.rowbg {
  	background-color: #f3f6f9;
  	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 50px; 
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
	.rowbg {
  	background-color: #f3f6f9;
  	padding: 50px;
}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
	.rowbg {
  	background-color: #f3f6f9;
  	padding: 50px; 
}
}

/* Homepage Special BG2: */

/* For mobile phones: */
	.row3bg {
  	background-image: url("https://cdn.webshopapp.com/shops/314925/files/354824376/section-background-fruits.png");
    background-position: center;
  	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 50px; 
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
	.row3bg {
  	background-image: url("https://cdn.webshopapp.com/shops/314925/files/354824376/section-background-fruits.png");
    background-position: center;  	
  	padding: 50px;
}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
	.row3bg {
  	background-image: url("https://cdn.webshopapp.com/shops/314925/files/354824376/section-background-fruits.png");
    background-position: center;
  	padding: 50px; 
}
}

/* Homepage Container: */

/* For mobile phones: */
  .homecontainer {
    margin-top: 50px;
    width: 100%;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;
}


@media only screen and (min-width: 900px) {
  /* For tablets: */
  .homecontainer {
  	margin: 50px auto;
    width: auto;
    max-width: 1380px;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;  
}
}

@media only screen and (min-width: 1400px) {
  /* For desktop: */
  .homecontainer {
  	margin: 50px auto;
    width: 1380px;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;  
}
}

/* Homepage UPS 1: */

/* For mobile phones: */
div.col-6.uspimage {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420731993/lucas-rollator-voorkant-zwart-lichtgewicht-opvouwb.jpg");
	background-size: cover;
  height: 300px;
  width: 100%;
	background-position: center;
 	background-color: #cccccc;
}

/* for bigger phones */
@media only screen and (min-width: 400px) {
div.col-6.uspimage {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420731993/lucas-rollator-voorkant-zwart-lichtgewicht-opvouwb.jpg");
	background-size: cover;
  height: 450px;
  width: 100%;
	background-position: center;
 	background-color: #cccccc;
}
}

/* for inbetween phones and tablets */
@media only screen and (min-width: 700px) {
div.col-6.uspimage {
  height: 0px;
}
}

  /* For tablets: */
@media only screen and (min-width: 900px) {
div.col-6.uspimage {
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420731993/lucas-rollator-voorkant-zwart-lichtgewicht-opvouwb.jpg");
	background-size: cover;
  height: 500px;
  width: 60%;
	background-position: center;
 	background-color: white;
}
}
  /* For desktop: */
@media only screen and (min-width: 1100px) {
div.col-6.uspimage {
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420731993/lucas-rollator-voorkant-zwart-lichtgewicht-opvouwb.jpg");
	background-size: cover;
  height: 540px;
  width: 50%;
	background-position: center;
 	background-color: white;
}
}

/* Homepage UPS 2: */

/* For mobile phones: */
div.usp2image-mob {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420732117/lucasrollator-inklapbaar-zwart-1.jpg");
  padding: 0px !important;
	background-size: cover;
  height: 300px;
  width: 100%;
	background-position: center;
 	background-color: #cccccc;
}

/* for bigger phones */
@media only screen and (min-width: 400px){
div.usp2image-mob {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420732117/lucasrollator-inklapbaar-zwart-1.jpg");
  padding: 0px !important;
	background-size: cover;
  height: 450px;
  width: 100%;
	background-position: center;
 	background-color: #cccccc;
  }
}

/* for inbetween phones and tablets */
@media only screen and (min-width: 700px) {
div.usp2image-mob {
  height: 0px;
  width: 0px;
  }
}

  /* For tablets: */
@media only screen and (min-width: 900px) {
div.col-6.usp2image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;  
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420732117/lucasrollator-inklapbaar-zwart-1.jpg");
	background-size: cover;
  height: 500px;
  width: 30%;
	background-position: center;
 	background-color: #cccccc;
}
}
  /* For desktop: */
@media only screen and (min-width: 1100px) {
div.col-6.usp2image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;  
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420732117/lucasrollator-inklapbaar-zwart-1.jpg");
	background-size: cover;
  height: 650px;
  width: 50%;
	background-position: center;
 	background-color: #cccccc;
}
}

/* Homepage UPS 3: */

/* For mobile phones: */
div.col-4.usp3image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;  
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0px !important;
	background-size: cover;
  height: 0px;
  width: 100%;
	background-position: center;
 	background-color: #cccccc;
}

  /* For tablets: */
@media only screen and (min-width: 900px) {
div.col-4.usp3image {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;  
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420732628/lucasrollator-zwart-opvouwbaar.jpg");
	background-size: cover;
  height: 700px;
  width: 30%;
	background-position: center;
 	background-color: #cccccc;
}
}
  /* For desktop: */
@media only screen and (min-width: 1300px) {
div.col-4.usp3image {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;  
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  padding: 0px !important;
  background-image: url("https://cdn.webshopapp.com/shops/326006/files/420732628/lucasrollator-zwart-opvouwbaar.jpg");
	background-size: cover;
  height: 700px;
  width: 50%;
	background-position: center;
 	background-color: #cccccc;
}
}

  /* Last viewed: */
.lastviewed.mb-0 {
  display: none;
}

.inner img {
  border-radius: 10px;
}

.extra-information {
    background-color: #fbfbfb;
    border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;
}

.product-configure-custom-option {
  background-color: #fbfbfb;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

#top .categorymenu .subcategories {
    display: none;
  	    width: 0%;
}

#top .categorymenu, #top .navigation-menu {
    width: 25%;
}

#top .categorymenu ul.maincategories {
    width: 100%;
  	overflow-y: visible;
}

img {
    height: auto;
    max-width: 100%;
  	border-radius: 10px;
}

.usp-categories {
    	background-color: #f5f7fa;
  		margin-bottom: 15px;
  		border-radius: 10px;
}

.product-block-white .wrap .usp {
    color: #F27544;
}



.intro-category .contact img {
  	color: #ffffff;
}

.featured-blocks .blocks .block .content {
  text-align: right;
  padding: 22px 10% 22px 30px;
}

.featured-blocks img {
	opacity: 1.0;
}

.product-block-white .price {
		position: relative;
    right: 5px;
}

@media only screen and (max-width: 575.98px) {
.product-block-white .wrap .price {
    right: 1px;
  }}

.btn.grey {
    border: 1px solid #f5f7fa;
}

  /* Icon Stars */
.icon-star-yellow:before {
    content: "\e92a";
    color: #004973;
}

.product.strict .img {
    height: 250px;
}

.home-content .text-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
}

button.btn.btn-outline-success.and-all-other-classes.blue {
  color: #ffffff;
  background-color: #004973;
  margin-top: 20px;
}

button.btn.btn-outline-success.and-all-other-classes.blue:hover {
  color: #ffffff;
  opacity: 0.8;
}


button.btn.btn-outline-success.and-all-other-classes {
  color: #ffffff;
  background-color: #4CAF50;
  margin-top: 20px;
}

button.btn.btn-outline-success.and-all-other-classes:hover {
  color: #ffffff;
  opacity: 0.8;
}

/* Slider */

.papercontainer {
 	display: flex;
	flex-direction: column;
	align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #004973;
}
.topText {
  font-size: 18px;
  font-weight: bold;
}
.selectSection {
	display: grid;
	grid-template-columns: repeat( 3, 1fr);
	justify-content: center;
	text-align: center;
  margin-top: 10px;
}
.selectSection button {
  font-size: 18px;
	background-color: rgba(209, 207, 207, 0.0);
	margin-left: 10px;
	border: 0;
  padding: 3px;
  border: none;
  outline:none;
}
.selectSection button:hover {
	cursor: pointer;
}
.active {
	background-color: rgba(209, 207, 207, 0.0) !important;
}
/* hides every element except the first */
.papier:not(:first-child) {
	display: none;
}

/* For mobile phones: */
.contentSection {
	margin: 40px;
	display: block;
	color: #ffffff;
	display: grid;
  font-size: 18px;
  text-align: center;
}

  /* For tablets: */
@media only screen and (min-width: 700px) {
.contentSection {
	margin: 40px;
	display: block;
	color: #ffffff;
	display: grid;
  font-size: 18px;
  width: 700px;
  text-align: center;
}
}
  /* For desktop: */
@media only screen and (min-width: 769px) {
.contentSection {
	margin: 40px;
	display: block;
	color: #ffffff;
	display: grid;
  font-size: 18px;
  text-align: center;
}
}

  /* Product Overview Data */
.product.short .data {
    min-height: 58px;
}

.icon-check-2white {
  background-color: #4CAF50;
    border-radius: 100%;
    padding-top: 8px;
    padding-left: 3px;
    font-size: 10px;
    display: inline-block;
    height: 16px;
    left: 0;
    line-height: 0;
    position: relative;
    width: 16px;
    margin-right: 5px;
}

.backup-icon-color {
  background-color: #f27544;
}

.icon-check-2white:before {
  	content: "\e90e";
    color: #fff;
}

.icon-check-2white-green {
  background-color: #4CAF50;
    border-radius: 100%;
    padding-top: 9px;
    padding-left: 3px;
    font-size: 12px;
    display: inline-block;
    height: 17px;
    left: 0;
    line-height: 0;
    position: relative;
    width: 17px;
    margin-right: 2px;
}

.icon-check-2white-green:before {
  	content: "\e90e";
    color: #fff;
}

.home-content {
    background-color: #ffffff;
}

hr.solid {
  border-top: 1px solid #fafafa;
  width: 97%;
  margin: auto;
}


/* Homepage Heading */

/* For mobile phones: */
h3.f-24.mb-0 {
  color: #004973;
  font-size: 24px;
  line-height: 1.2 !important;
}

  /* For tablets: */
@media only screen and (min-width: 600px) {
h3.f-24.mb-0 {
  line-height: 1.0 !important;
}
}
  /* For desktop: */
@media only screen and (min-width: 769px) {
h3.f-24.mb-0 {
  line-height: 0.85 !important;
  font-size: 28px;
}
}

h2.hptitle {
	color: #004973;
}

/* Alternative Homepage Heading */

/* For mobile phones: */
.home-content .text-wrapper h2 {
  	font-size: 24px;
}

  /* For tablets: */
@media only screen and (min-width: 600px) {
.home-content .text-wrapper h2 {
  	font-size: 24px;
}
}
  /* For desktop: */
@media only screen and (min-width: 769px) {
.home-content .text-wrapper h2 {
  	font-size: 28px;
}
}

.aanbeveling {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4 !important;
}

.intro-category .intro h1 {
  	color: #004973;
}

article.text.shadow .content h1 {
  	color: #004973;
}

.list-contact li.info img { margin-left: 12px; border-radius: 0; }
.product-configure-custom-option-item input, .gui-radio input { 
      position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.product-configure-custom-option-item label { margin-left: 0;}
.product-configure-custom-option-item { padding-left: 28px; }
.popup.offerteformulier .container { max-width: 800px; }
.popup.offerteformulier .container form { width: 100%; }
.popup.offerteformulier .container form textarea { min-height: 190px; }
.popup.offerteformulier .container form .submit button { width: 100%; }
@media only screen and (max-width: 768.98px) {
	.popup.offerteformulier .wrap { overflow-y: scroll; }
}
.product .actions a.btn.request { padding-left: 12px; padding-right: 12px; text-align: center; }
#product .content .data .actions .cart { justify-content: flex-start; }
#accessoires .slider-wrap .article { position: relative; }
#accessoires .slider-wrap .article.request .actions a.btn { margin: 0 auto; }
.product .actions.request { flex-wrap: initial; }
.recommended .products-slider .products-wrap.no-slider .product { width: calc(33.333333333% - 19px); }
.recommended .products-slider .products-wrap.no-slider { margin-right: -20px }
@media only screen and (min-width: 768.98px) {
	.recommended .products-slider .products-wrap.mobile-only { display: none; }
}
@media only screen and (max-width: 768.98px) {
	.recommended .products-slider .products-wrap.mobile-hide { display: none; }
}

.icon-star-half .path2:before {
    color: #004973;
}

h1 {
    color: #004973;
  line-height: 1.0;
}

/* Custom header no heading-tag */

.hnh {
  font-size: 19px;
  color: var(--headingsColor);
	font-family: var(--headings);
	font-weight: var(--headingsWeight);
	margin-bottom: 10px;
	margin-top: 0;
  margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.hns {
  font-size: 16px;
  color: var(--headingsColor);
	font-family: var(--headings);
  font-weight: var(--headingsWeight);
	margin-bottom: 10px;
	margin-top: 0;
}


/* Footer blue bg + remove top footer */

#footer {
  background-color: #004973;
}

.footer-top {
  display: none !important;
}

/* Hide pricing pop-up in roze */

.price.hide-575, .compare.d-flex.align-center {
  display: none !important;
}

/* remove space between add-ons and price on product page */

#product .content .data .variations ul.buttons {
  display: none !important;
}

/* Remove meta info from blog */

.blog .meta {
  display: none;
}

/* remove last header menu item */

.menu li:nth-child(6) {
  display: none;
}

/* Font-size header usp section groter maken */

.product-block-white .wrap h2 {
  font-size: 22px;
}

.featured-blocks .product-block-white .wrap .short {
  font-size: 18px;
}

/* Margin bottom header usp section aanpassen */

.product-block-white .wrap {
  padding-bottom: -40px;
}

/* Meer informatie knop banner groter maken */

.product-block-white .wrap .usp {
  font-size: 20px;
}

/* Font-size alle teksten groter maken */

#product .content .data .description, p, .product-configure-custom-option, #product .content .data .usps ul li, .voordelen li {
  font-size: 16px !important;
}

@media only screen and (max-width: 769px) {
#product .content .data .description,  p, .product-configure-custom-option, #product .content .data .usps ul li, .voordelen li {
    font-size: 15px !important;
  }}

/* Font-size tagline 'probeer lucas 100 dagen' */

.tagline {
  font-size: 18px !important;
}

/* Reviews + trustedshops row mobile responsive maken */

@media only screen and (max-width: 769px) {
  .rowbg2 {
  padding: 20px;
}
}

/* Font-size mobile responsive maken */

@media only screen and (max-width: 769px) {
  h1, h2, h3, h4 {
  font-size: 18px;
}
}

/* Extra information box product page */

.extra-information {
background-color: rgba(175, 222, 246, 0.37);
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;
}

/* Verdeling product descr. uitgebreid en specs */

@media only screen and (min-width: 769px) {
.w-50 {
  width: 65%;
}

#product-content .container > section#specs.w-50 {
  width: 30%;
}
}

/* Payment uit footer halen */

#footer .copyright .copy .payments {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  #banner .img {
  height: 420px;
  }}

/* Tags uitstoten blog overzichtspagina */

.tags {
  display: none;
}

/* Header homepage mobiel prijskaartje weg */

@media only screen and (max-width: 769px) {
  .product-block-white .price {
  display: none;
}
}

/* Hide create account info footer */

.account-info {
  display: none;
}

/* Give footer usps white text color */

.usps-footer ul li{
  color: white !important;
}

/* Hide KVK + Btw */

.info-kvk, .info-btw {
  display: none;
}

/* Hide sitemap en uber uns uit footer */

.customer-service li:nth-child(8) {
  display: none !important;
}

.customer-service li:nth-child(1) {
  display: none !important;
}

/* Change arrow color footer */

.icon-arrow-down {
  color: white !important;
}
@media only screen and (max-width: 575.98px) {
#footer .footer-navigation h3 i::before {
  color: white;
  }
}

/* ruimte onder header weg op mobiel */


@media only screen and (max-width: 999px) { 
  .featured-blocks .container{
  	margin-bottom: -40px !important;
  }
  
  body > section:not(:last-of-type) {
    margin-bottom: 30px !important;
}
}

article.text ul {
  list-style: none !important;
  line-height: none !important;
  margin-left: 0px !important;
}


.usps-post ul li i{
	top: -10px !important;
}

.uitgelicht-posts {
  background: #f2f2f2;
  padding: 30px;
}

.uitgelicht-posts img {
  margin-right: 30px;
  margin-bottom: 20px;f
}

/* Checkout form customization */

label[for=gui-form-newsletter] {
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 5px;
  margin: 2px;
}

label[for=gui-form-terms] {
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 5px;
  margin: 2px;
}

.order-summary p {
  font-size: 10px !important;
}

.icon-check-black:before {
    content: "\e90e";
    color: #fff;
    background-color: #4CAF50;
    border-radius: 50%;
}

.icon-check-black {
    font-size: 8px;
}

.icon-check-green:before {
    content: "\e901";
    color: #fff;
    background-color: #f27544;
    border-radius: 50%;
}

.icon-check-green {
    font-size: 8px;
}

.product-block-white .price {
  background-color: #004973;
}

.icon-check-green-big:before {
    content: "\e901";
    color: #fff;
    background-color: #4CAF50;
    border-radius: 50%;
}

.icon-check-green-big {
    font-size: 14px;
}

/* Product usps */
.usp-productpage {
  font-size: 19px;
  color: black;
}

@media only screen and (max-width: 999px) {
  .usp-productpage {
  font-size: 16px;
}
}

/* */

.product-block-white .wrap img {
  max-height: 120px;
  max-width: 150px;
}

/* Cookie notice aanpassen 

.wsa-cookielaw {
  color: black;
  background: white;
  padding: 5px;
}

.wsa-cookielaw-button, .wsa-cookielaw-button-green {
  background: #f27544;
}

.wsa-cookielaw-button:hover, .wsa-cookielaw-button-green:hover {
  background: #f27544;
}

.wsa-cookielaw-link, .wsa-cookielaw-link:hover {
  color: grey;
}
  
/* Hide trustedshops button mobile 

@media only screen and (max-width: 575.98px) {
  #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  display: none;
}
}
*/

/* Hide based on x reviews product page */

.rating .light {
  display: none;
}

/* Remove white space bottom */

body>div:nth-last-child(4) {
  display: none;
}

/* Remove elements cart page */

.review-widget {
  display: none;
}

.cart-content .card:nth-child(2), .cart-content .card:nth-child(3) {
  display: none !important;
}

/* Fixen etrusted widget */

#top etrusted-widget {
	height: 59px;
}

/* Big headings no h-tag */

@media only screen and (min-width: 575.98px) {
  .big-head {
  font-size: 20px;
}
}

@media only screen and (max-width: 575.97px) {
  .big-head {
  font-size: 17px;
}
}

td, th {
  font-size: 16px;
}

.menu ul li:last-child  {
  display: none !important;
}

li.other:nth-child(6) {
  display: none !important;
}

li.other:nth-child(7) {
  display: none !important;
}

li.other.has-subs.lang {
  display: unset !important;
}
/* Perfect search aanpassen */

.dmws_perfect-search-author {
  font-size: 12px !important;
}

/* Text line homepage */

.slogan {
  font-size: 26px;
  color: #004973;
  font-family: var(--headings);
  font-weight: var(--headingsWeight);
  margin-bottom: 10px;
  margin-top: 0;
}

/* Border rond tables */
th, td {
border: 1px solid black;
padding: 5px;
}

/* Button cta-product op blogs verhogen */

button.btn.btn-outline-success.and-all-other-classes.cta-blog {
  margin-top: 0px !important;
}

/* Font sizes mobile */

@media only screen and (max-width: 769px) {
  .tagline {
    font-size: 16px !important;
  }
  
  .slogan {
    font-size: 22px !important;
  }
  
  #product-content section h3 {
    font-size: 18px !important;
	}
  
  h2, article.blog h2, .big-head, h4 {
    font-size: 18px;
  }
  
  .blog-articles .article .data h4 {
    font-size: 14px !important;
  }
}

h4 {
  font-size: 19px !important;
}

/* Table of contents */

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

.toc_list li {
  font-size: 17px;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}

.review-by {
  display: none !important;
}

#product-content #reviews .review .content {
  width: 90%;
}

.btn.addtocart {
  background-color: #ff6000 !important;
}

.btn.addtocart:hover {
  background-color: #ff6000bd !important;
}

/* Accordeon styling */

summary:after{
  content: "\002B";
}
details[open] summary:after{
  content: "\00D7";
}

details[open] div{
  padding: .5em 1em;
}

summary {
  list-style: none;
  display: flex;
  justify-content: space-between;  
  transition: height 1s ease;
}

::-webkit-details-marker{
   float: right;
   margin-top: 3px;
}

details{
   background: #f6f6f6;
   padding: 10px 20px;
   border-radius: 7px;
   margin-top: 20px;
   cursor: pointer;
}

details summary{
   outline: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* for safari hide marker */

details summary::-webkit-details-marker {
  display:none;
}



/* Brand logo sectie */

.brand-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-logos img {
  padding: 0px 35px;
  width: 20%; /* adjust the width as per your requirement */
  max-width: 300px; /* to maintain the logo size on smaller screens */
}

@media only screen and (max-width: 769px) {
  .brand-logos img {
  padding: 10px 20px;
  width: 50%; /* adjust the width as per your requirement */
  max-width: 350px; /* to maintain the logo size on smaller screens */
}
  .hide-mobile-logo { 
    display: none;
  }
}

@media only screen and (min-width: 770px) and (max-width: 1000px) {
  .brand-logos img {
  padding: 10px 20px;
  width: 20%; /* adjust the width as per your requirement */
  max-width: 350px; /* to maintain the logo size on smaller screens */
}
  .hide-mobile-logo { 
    display: unset;
  }
}

/* Logo container */

/* For mobile phones: */
  .logocontainer {
    margin-top: 20px;
    width: 100%;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;
}


@media only screen and (min-width: 900px) {
  /* For tablets: */
  .logocontainer {
  	margin: 30px 0px 0px 0px;
    width: auto;
    max-width: 1380px;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;  
}
}

@media only screen and (min-width: 1100px) {
  /* For desktop: */
  .logocontainer {
  	margin: 50px auto;
    width: 1380px;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.15)!important;  
    padding: 20px;
}
}

.phone-support {
  font-size: 18px;
  color: var(--headingsColor);
	font-family: var(--headings);
	font-weight: var(--headingsWeight); 
}

@media only screen and (max-width: 770px) {
  .non-mobile {
    display: none;
  }
  
  .phone-support {
    font-size: 15px;
  }
}

@media only screen and (max-width: 380px) {
  .hide-400 {
    display: none !important;
  }
}
  
.phone-cta {
  margin-bottom: 40px !important;
}


/* Trustedshop Badge - Left */

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
 left: 20px!important;
 right: unset!important;
}
   
#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810:hover {
 left: 19px!important;
 right: unset!important;
}
   
#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 .outsideAlerter-98e3dadd90eb493088abdc5597a70810 > div:first-child {
 left: 0!important;
 right: auto!important;
}
   
#maximized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
 left: 20px!important;
 right: unset!important;
}
   
#trustcard-98e3dadd90eb493088abdc5597a70810 {
 left: 20px!important;
 right: unset!important;
}


#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
  border-radius: 20px !important;
  padding: 20px 5px !important;
}

@media only screen and (max-width: 648px) {
#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
	padding: 5px 5px !important;
}
}

#trustbadge-minimized-menu-button-98e3dadd90eb493088abdc5597a70810 {
	padding: 10px 10px 0px 20px !important;
}

#maximized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
  border-radius: 20px !important;
}

.dmws-copyright {
  display: none;
}

.bfangel {
  line-height: 1.2;
}

#dmws-p_31gqvjd_contact-widget .dmws-p_31gqvjd_popup-wrap > p {
  font-size: 30px !important;
  text-transform: none !important;
  text-align: left !important;
}

#dmws-p_31gqvjd_contact-widget .dmws-p_31gqvjd_popup-wrap {
		align-items: start !important;
}

.bfprice p {
	font-size: 20px !important;
}

.bfprijsoud {
	font-size: 14px !important;
  text-decoration: line-through;
  color: #FEA0A0;
}

#dmws-p_31gqvjd_contact-widget .dmws-p_31gqvjd_popup-wrap > span.donate-label {
    border-radius: 100px;
    margin-bottom: 40px;
  	filter: drop-shadow(0px 0px 2px black);
  	padding: 30px 15px;
  	line-height: 20px;
  	background: #FF4546 !important;
}

#dmws-p_31gqvjd_contact-widget .dmws-p_31gqvjd_popup-wrap .dmws-p_31gqvjd-button {
    font-size: 15px;
}

/*
COOKIE LAW

@media (min-width: 1400px) {
.wsa-cookielaw img {
	margin-top: 85px !important;
}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
.wsa-cookielaw img {
	margin-top: 85px !important;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.wsa-cookielaw img {
	margin-top: 105px !important;
}
}

@media (min-width: 992px) {
.koekjestekst {
	color: #222222;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 20px !important;
  padding-top: 20px !important;  
}
}

@media (min-width: 1400px) {
.wsa-cookielaw {
    position: fixed;
    top: 35%!important;
  	bottom:unset;
    left: 30% !important;
    transform: translate(-50%, -50%);
    z-index: 99999!important;
    width: 35% !important;
    height: unset!important;
    margin: 0;
    padding: 0px !important;
    color: #fff;
    line-height: unset!important;
    /*background: rgba(0,0,0,.4);*/
/*		background: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    border-top: 1px solid #bbb;
    border-bottom: 0!important;
    font-family: unset!important;
    white-space: unset!important;
  	font-weight: 200;
  	border-radius: 15px;
  	color:#222222;
  	font-size: 14px;
/*   	box-shadow: 1px 6px 35px; */
/*}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
.wsa-cookielaw {
    position: fixed;
    top: 35%!important;
  	bottom:unset;
    left: 25% !important;
    transform: translate(-50%, -50%);
    z-index: 99999!important;
    width: 50% !important;
    height: unset!important;
    margin: 0;
    padding: 0px !important;
    color: #fff;
    line-height: unset!important;
    /*background: rgba(0,0,0,.4);*/
/*		background: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    border-top: 1px solid #bbb;
    border-bottom: 0!important;
    font-family: unset!important;
    white-space: unset!important;
  	font-weight: 200;
  	border-radius: 15px;
  	color:#222222;
  	font-size: 14px;
/*   	box-shadow: 1px 6px 35px; */
/*}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.wsa-cookielaw {
    position: fixed;
    top: 35%!important;
  	bottom:unset;
    left: 23% !important;
    transform: translate(-50%, -50%);
    z-index: 99999!important;
    width: 55% !important;
    height: unset!important;
    margin: 0;
    padding: 0px !important;
    color: #fff;
    line-height: unset!important;
    /*background: rgba(0,0,0,.4);*/
/*		background: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    border-top: 1px solid #bbb;
    border-bottom: 0!important;
    font-family: unset!important;
    white-space: unset!important;
  	font-weight: 200;
  	border-radius: 15px;
  	color:#222222;
  	font-size: 14px;
/*   	box-shadow: 1px 6px 35px; */
/*}
}

@media (min-width: 576px) and (max-width: 991.98px) {
.wsa-cookielaw {
  width: 60% !important;
  left: 22% !important;
  border-radius: 15px;  
}
}

.wsa-cookielaw {
  bottom: unset;
  top: 40%!important;
  font-weight:200;
  color:#222222;
  font-size: 14px;
  box-shadow: 1px 6px 35px;
  width: 90%;
  left: 5%;
  border-radius: 15px;  
  text-align: left;
  padding: 20px;
}


a.wsa-cookielaw-button.wsa-cookielaw-button-green {
  background: #fa9f27;
  border-radius: 10px;
  padding: 14px 15px;
  width: 100%;
  font-size:14px;
  margin-top: 20px;
  text-decoration: none !important;
  text-align: center !important;
}

a.wsa-cookielaw-button.wsa-cookielaw-button-red {
  background: #b502029c;}
.wsa-cookielaw {background:#fff;}

@media (min-width: 992px) {
.cookiemelding {
  font-size:35px !important;
}
}

.cookiemelding {
  font-size:25px;
  font-weight: 800;
  color:#222222;
  text-align: left;
}

.wsa-cookielaw a {
    text-decoration: underline;
}

@keyframes pop-in {
     0% { opacity: 0; transform: scale(0.1); }
     100% { opacity: 1; transform: scale(1); }
}

.wsa-cookielaw {
     animation:pop-in 0.5s;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
*/ 


/*@media (min-height: 300px) and (max-height: 350px) {
  .row.cookiepopup {max-height:230px;overflow:scroll;}
}

@media (min-height: 351px) and (max-height: 450px) {
  .row.cookiepopup {max-height:320px;overflow:scroll;}
}

@media (min-height: 451px) and (max-height: 650px) {
  .row.cookiepopup {max-height:420px;overflow:scroll;}
  .wsa-cookielaw {top:3%!important;}
}*/
