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

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

/* custom */
/*
.wsa-demobar {
  font-size: 2em !important;
  color: #333 !important;
  padding-top: 200px;
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #a7c7dc !important; 
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%) !important; 
  background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%) !important; 
  background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%) !important; 
}

.wsa-demobar a {
    display: none;
}

.wsa-demobar .close {
    display: none !important;
}
*/

#header .main-header {
    position: relative;
    z-index: 1;
}

#custom-productpage .product-info-col .product-detail .custom-bundle-product .ui.selection.dropdown {
  height: 50px;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#custom-productpage .product-info-col .product-detail .custom-bundle-product .product-configure-variants label {
	display: none;
}

#custom-productpage .product-info-col .product-detail .custom-bundle-product label {
	font-size: .85em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 7px;
}

#custom-productpage .standard-bundle-product {
	margin-bottom: 10px;
}

#custom-productpage #product_configure_form .block-title {
	margin-bottom: 10px;
}

#custom-productpage .custom-bundle .choice-bundle-product .custom-bundle-product {
	margin-bottom: 15px;
}

#custom-productpage .custom-bundle .choice-bundle-product .custom-bundle-product.disabled {
  opacity: 0.4;
  pointer-events: none;
}

#custom-productpage .custom-bundle {
	margin-bottom: 50px;
}

#custom-productpage .custom-bundle .choice-bundle-product {
	margin-bottom: 30px;
}

#custom-productpage .custom-bundle .standard-bundle-product .block-title {
	margin-bottom: 10px;
}

#custom-productpage .custom-bundle .standard-bundle-product label {
	margin-bottom: 5px;
}

.cart-wrap .table table .bundled .bundle-item-title {
	display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.cart-wrap .table table .bundled .bundle-item-title .variant-title {
	font-size: 0.9em;
}

.cart-wrap .table table .bundled .plus {
	font-size: 12px;
  background: none !important;
  color: #cb9720;
}

.cart-wrap .table table .bundled .bundled-title {
/*   margin-top: 10px; */
  font-weight: 700;
  font-size: 1.1em;
}

.cart-wrap .table table .bundled .bundle-item-title {
	margin-left: 0px;
}

.cart-wrap .table table .bundled {
  margin-bottom: 20px;
  margin-top: 20px;
/* background: rgba(0,0,0,0.03);
    padding: 20px 15px;
    border-radius: 10px;
    margin-right: 30px; */
}

#custom-productpage .standaard-option{
  display: inline-flex;
  position: relative;
  height: 49px;
  align-items: center;
  padding: 0px 20px;
  padding-right: 40px;
  background: #fff;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#custom-productpage .product-info-col .product-detail .info .standaard-option .has-info {
	position: static;
}

#custom-productpage .product-info-col .product-detail .standaard-option .option-info {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  line-height: normal;
  border-radius: 0;
  background: none;
  border: none;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  text-decoration: none;
}

#custom-productpage .product-info-col .product-detail .standaard-option.custom-bundle-product label {
	margin-bottom: 0;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wsa-cookielaw {
border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.btn.cart-btn {
    color: #000000;
}

.btn.accent {
    color: #000000;
}

/* Pagination*/
.collection-sort.on-top {
 	display: none; 
}

/* BF */
.home-banners .title, 
.home-banners .subtitle {
    color: #ffffff;
    text-shadow: 
        -1px -1px 0 #000000, /* Schaduw naar linksboven */
        1px -1px 0 #000000,  /* Schaduw naar rechtsboven */
        -1px 1px 0 #000000,  /* Schaduw naar linksonder */
        1px 1px 0 #000000;   /* Schaduw naar rechtsonder */
}

#header .main-menu ul {
    justify-content: center;
}
@media (max-width: 767px) {
    .main-content {
        margin-top: 8rem;
    }
}

.products .product .img-gray .img-wrap, .products .product .product-inner.no-border .img-wrap, .products .product .product-inner.border-on-hover .img-wrap {
    padding: 0;
}
.products .product .image-wrap .img-wrap .sec {
    padding: 0;
}


