/* 20230821164206 - 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: #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: #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: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

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

.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: #ca5000;
  border-color: #ca5000;
}

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

/* custom */
/* BEGIN Josephiene Feenstra LightspeedHQ 29-03-2018 | logo, productvideo en merk in titel */

.logo-block_img{
  width: 400px;
}

.product-video a{
  display: none;
}

.cart-table .info .title .brand{
  display: none;
}

/* END Josephiene Feenstra LightspeedHQ 29-03-2018 | logo, productvideo en merk in titel */

.variant-block {
  margin-top:-47px;
}
.variant-title {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  margin: 0 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.325;
}
@media only screen and (max-width: 62.5em) {
.variant-block {
    float: none !important;
    width: auto !important;
    clear: both !important;
}
}
.selectable-variants {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 15px;
  z-index:99999;
}
.selectable-variants li {
  display: inline-block;
  min-width: 50px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background:#f9f9f9;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  padding: 0 5px;
}
.selectable-variants li.active {
  background:#fd6400;
  border-color:#fd6400;
}
.selectable-variants li.active a {
  color:#fff;
}
.selectable-variants li.active:hover {
  background:#fd6400;
  border-color:#fd6400;
}
.selectable-variants li:hover {
  background:#e0e0e0;
  border-color:#e0e0e0;
}
.selectable-variants li a {
  color:#828282;
  text-decoration:none;
  display:inline-block;
  width:100%;
  height:100%;
}
.selectable-variants li[data-available="false"] {
	display:none !important;
}
.form-product.in-popup .price-a .old {
	height:19px;
}
/*  Variants on product hover */

.checklist-boxes {
	height:83px;
  overflow:hidden;
  opacity:0;
  display:flex;
  -webkit-display:flex;
  -moz-display:flex;
  -ms-display:flex;
  -o-display:flex;
  justify-content:flex-start;
  -webkit-justify-content:flex-start;
  -moz-justify-content:flex-start;
  -ms-justify-content:flex-start;
  -o-justify-content:flex-start;
  align-items:flex-start;
  -webkit-align-items:flex-start;
  -moz-align-items:flex-start;
  -ms-align-items:flex-start;
  -o-align-items:flex-start;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -o-flex-wrap:wrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  width:100%;
  max-width:100%;
}
.data-product:hover .checklist-boxes {
	opacity:1;
}
.checklist-boxes .variant-item {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  min-width: calc(25% - 5px);
  height: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #f9f9f9;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
  padding: 0 2px;
}
.checklist-boxes .variant-item:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
}
.checklist-boxes .variant-item a {
  color: #828282;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height:24px;
}
@media only screen and (max-width: 62.5em) {
  .checklist-boxes {
  	display:none !important;
  }
}
/*  Variants on product hover */
/* Logo bigger size */
@media only screen and (min-width: 62.5em) {
  #nav {
    left: 300px;
  }
  #logo {
    width:270px;
  }
  #logo img {
    width:100%;
  }
}
@media (min-width: 47.5em) and (max-width: 62.5em) {
	#logo img {
    width:100%;
  }
}
/* Logo bigger size */
.__fbcw__widget.__fbcw__widget--small {
  width:100% !important;
  max-width: unset!important;
}
