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

.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: #000000;
}

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

.gui a {
  color: #3b83bd;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #3b83bd;
}

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

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

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

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

.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: #333333;
}

.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: #404040;
  color: #ffffff;
  background-color: #404040;
}

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

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

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

.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: #000000;
}

.gui-progressbar {
  background-color: #3b83bd;
}

/* custom */
.product-block-image .fa-youtube-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 70px;
  width: 70px;
  height: 70px;
  color: #9fcb55;
}

.color-variants .variants .color-variant .fa-youtube-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #9fcb55;
}

.product-intro .thumbs a.swiper-slide .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #9fcb55;
}
.search .button, .search form {
	z-index: 1000 !important;
}
.product-intro .product-image a.swiper-slide img {
  width: 100%;
}
.addtocart-sticky {
  	height: 60px;
  }
  
  .addtocart-sticky .flex-container {
    height: 60px;
    justify-content: space-between;
  }
  
  .addtocart-sticky .sticky-price {
  	font-size: 16px;
    margin: 0;
  }
  
  .addtocart-sticky a.quick-cart {
  	font-size: 16px;
    padding: 10px 15px;
    margin: 0;
  }

.addtocart-sticky a.quick-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .addtocart-sticky a.quick-cart svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .addtocart-sticky a.quick-cart svg g path {
    fill: #fff;
  }

.icon-payment-afterpay_be_b2c_digital_invoice,
.icon-payment-afterpay_nl_b2b_digital_invoice
{
  display:none !important;
}

.color-variants{
  display: none;
}

/* Dy fix blog */
.gui-blog-social-facebook iframe {
    max-width: 100px !important;
}

.gui-blog-social-google{ display:none; }

/* Dy fix verzendmethode cart page delete button */
.gui-cart-sum .gui-item .gui-option
{
float: right;
    padding-top: 0;
    margin-top: -4px;
}
/* end Dy */

/* Daryl Lightspeed Checkout OneStep Buy Button 09-10-2018 START
.gui-confirm-buttons a.gui-button-small.gui-button-action {
background: #9fcb55 !important;
border: 0px solid #363c3f !important;
width: 140px !important;  
line-height: 40px !important;
padding: 0px 15px !important;
}
Daryl Lightspeed Checkout OneStep Buy Button 09-10-2018 END */

/* Maartje Lightspeed cookiebar onderin 04-06-2018 START*/
.wsa-cookielaw {
    top: initial;
    bottom: 0 !important;
}
/* Maartje Lightspeed cookiebar onderin 04-06-2018 END*/

/* Popover terms and conditions fix */
#gui-popover-terms-and-conditions.gui-popover { 
  z-index: 999; 
}
/* end popover terms and conditions fix */

.gui-blog .gui-col2-right-col2 {
  display:none;
}

#contentContainer .wrapper #content #gui-wrapper.gui.gui-cart form#gui-form-cart .gui-form .gui-table table tbody tr td .gui-number .gui-value input {
  width: 100%;
  height: 25px;
  width: 35px;
  padding: 0;
  margin: 0px 0;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  background: transparent;
  border: 0;
  outline: none;
  margin-left: -5px;
}

input {
  
  -webkit-box-shadow: 0 0px 0px #EEE inset!important;
  box-shadow: 0 0px 0px #EEE inset!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}

.clear-both-divs { clear: both; }

.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action {
    font-weight: normal; }

.gui-confirm .gui-field .gui-checkbox label {
    line-height: 1.4;
    margin-top: 4px;
    padding-right: 0;
    overflow: visible;
    width: 88%;
    white-space: normal;
    font-weight: 400;
}

/* Youcke LightspeedHQ - 05 Mar 2019 - checkout button customisation - START */
.gui-button-action[title="Bestellen"]::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
    font-size: 19px;
    font-weight: 100;
}
/* Youcke LightspeedHQ - 05 Mar-2019 - END */



/* Shopmonkey CSS 25 07 2019 */
.productpage .product-price .price{
  padding-left: 15px;
}

.color-variants{
  margin-top: 5px;
}

.color-variants .color-label{
  font-weight: 800;
  font-size: 13px;
  margin-left:15px;
  margin-bottom: 5px;
  font-family: "Work Sans", Helvetica, sans-serif;
}

.color-variants .variants {
  padding: 0 40px;
}

.color-variants .owl-carousel .owl-prev,
.color-variants .owl-carousel .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px!important;
  margin-top: -15px;
/*   background: rgba(0,0,0,.05) !important; */
  text-align: center;
  font-size: 30px!important;
  line-height: 30px;
  outline: none!important;
}

.color-variants .owl-carousel .owl-next {
	left:auto;
  right:0;
}

.color-variants .owl-carousel .owl-prev.disabled,
.color-variants .owl-carousel .owl-next.disabled {
	opacity:0;
  pointer-events: all;
}

.custom-label.bestseller {
	background: #eaa29d;
}

.custom-label.bestseller:before {
	border-color: transparent #eaa29d transparent transparent; 
}

.custom-textpage .banner {
	margin-bottom: 15px;
}

.custom-textpage .banner img {
	width: 100%;
}

.custom-textpage .grey-blocks {
  display: flex;
  margin: 0px -15px;
}

.custom-textpage .grey-blocks .grey-block {
	margin: 15px;
  background: #f7f7f7;
  padding: 30px;
  width: 33%;
}

.custom-textpage .grey-blocks.no-background .grey-block {
	background: none;
}

.custom-textpage .grey-blocks .grey-block .grey-block-title,
.custom-textpage .normal-textblock .normal-block-title {
	font-size: 24px;
  font-weight: 900;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  padding: 10px 30px 10px 30px;
  text-align: center;
  font-family: "Work Sans", Helvetica, sans-serif;
}

.custom-textpage .grey-blocks .grey-block .grey-block-title.color,
.custom-textpage .normal-textblock .normal-block-title.color {
  color: #fff;
}

.custom-textpage .grey-blocks .grey-block .grey-block-title.color.pink,
.custom-textpage .normal-textblock .normal-block-title.color.pink {
  background: #e6938c;
}

.custom-textpage .grey-blocks .grey-block .grey-block-title.color.grey,
.custom-textpage .normal-textblock .normal-block-title.color.grey {
  background: #404040;
}

.custom-textpage .grey-blocks .grey-block .grey-block-text,
.custom-textpage .normal-textblock .normal-block-text {
	text-align: center;
  font-size: 15px;
}

.custom-textpage .grey-blocks .grey-block .grey-block-text p,
.custom-textpage .normal-textblock .normal-block-text p {
	line-height: inherit;
}

.custom-textpage .normal-textblock {
  padding: 30px;
  margin: 15px 0px;
  border: 1px solid #f7f7f7;
}

.custom-textpage .normal-textblock .normal-block-text-columns {
	margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-textpage .normal-textblock .normal-block-text-columns .normal-block-text-column {
  width: 50%;
  text-align: left;
  padding: 0px 15px;
}

.custom-textpage .normal-textblock .image-wrap {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
}

.custom-textpage .normal-textblock .image-wrap img {
	width: 100%;
}

.custom-form {
  max-width: 100%;
  width: 600px;
}

.custom-form .custom-input {
	margin-bottom: 15px;
}

.custom-form .custom-input label {
	display: block;
  font-size: 16px;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.custom-form .custom-input input {
  border: 1px solid #dadada;
  outline: none;
  height: 35px;
  padding: 5px 15px;
  font-family: "Work Sans", Helvetica, sans-serif;
  width: 100%;
}

.custom-form .custom-input input.error {
	border-color: #e74c3c;
}

.custom-form .button-wrap {
	text-align: right;
}

.custom-form .button-wrap a {
  font-size: 16px;
  padding: 10px 30px;
}

.succes-message-custom-form {
  padding: 15px;
  background: #9fcb54;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Work Sans", Helvetica, sans-serif;
}

@media (min-width: 992px){
  .productpage .embed-specs-holder{
    margin-bottom: 80px;
  }
}

@media (min-width: 767px) {
  .addtocart-sticky .sticky-price {
    margin-right: 30px;
  }
  .addtocart-sticky .title {
    margin-right: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 991px){
  .productpage-right {
    margin-top: 0;
  }
  .video-intro .offer-holder {
  	margin-top: -60px;
  }
  .custom-form {
  max-width: 100%;
  width: 800px;
}
  
  .productpage .embed-specs-holder{
    margin-bottom: 50px;
  }
  
  .custom-textpage .grey-blocks {
    flex-wrap: wrap;
  }
  
  
  .custom-textpage .grey-blocks .grey-block { 
  	width: 100%;
  }
}

@media (max-width: 767px) {
  .custom-textpage .normal-textblock .normal-block-text-columns {
  	flex-wrap: wrap;
  }
  
  .custom-textpage .normal-textblock .normal-block-text-columns .normal-block-text-column {
  	width: 100%;
  }
  
  .custom-textpage h2.mobile-center {
  	text-align: center;
  }
  
}

/* Tara LightspeedHQ - 19 Dec 2019 - Verbergen geboortedatum uit de checkout - START */
.gui-checkout label[for="gui-form-details-birthdate-d"],
.gui-checkout select#gui-form-details-birthdate-d,
.gui-checkout select#gui-form-details-birthdate-m,
.gui-checkout select#gui-form-details-birthdate-y  {
	display: none;
}
/* Tara LightspeedHQ - 19 Dec-2019 - END */
.messages .success .btn-holder a{
	height: 45px;
  line-height: 45px;
  padding: 0 20px;
  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;
  flex-grow: 10;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 10px;
  background: #f9b042;
  color: #fff;
  font-weight: 400;
}

/* Daan Adaptivity - 28 June - START */
#subscription-plan-popup-wrapper {
	z-index: 1000 !important;
}
#subscription-plan-popup-wrapper button.subscription-plan-close {
	display: flex;
  z-index: 1;
}
#subscription-plan-popup-wrapper button.subscription-plan-close svg {
  margin-right: -7px;
  margin-top: 4px;
}
button.show-subscription-plan-popup,
button.btn-subscription-plan-cta {
  border-radius: 0;
	background-color: #f9ac39;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
  height: 50px;
  font-size: 1.1em;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
  text-align: center;
}
button.show-subscription-plan-popup:hover,
button.btn-subscription-plan-cta:hover {
	background-color: #e09a33;
  color: #ffffff;
}
.subscription-plan-create-account a {
	border: 2px solid #f9ac39;
  border-radius: 0;
}
/* Daan Adaptivity - 28 June - END */


.color-variants.no-extra-usp {
	margin-top:20px;
}

.discounts .discount_rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  color: #414141;
}
.discounts .discount_rule .icon {
  display: block;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  text-align: center;
  margin-right: 10px;
  font-size: 0.9em;
}
.discounts .discount_rule .icon i {
  line-height: 22px;
  width: 22px;
  text-align: center;
}
.discounts .discount_rule .text a {
	color:#3b83bd;
}
.productpage .discounts {
  list-style: none;
  padding-left: 15px;
}
.discounts .discount_rule,
.stock .in-stock, 
.product-block-stock .in-stock,
.color-variants .color-label {
	font-size:1.1em;
}
