/* 20250720182332 - 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 */
/* Product related choise */


.error-message-custom {
	display:none;
}
.error-message-custom.show {
	display:block;
}

.fence-poort {
	display:flex;
  flex-direction:column;
  margin-top:15px;
  margin-bottom:20px;
}
.fence-poort p {
	display: flex;
  width:100%;
  align-items: center;
  margin-bottom:5px;
  margin-top:0;
}
.fence-poort .fence-poort-title {
  font-size: var(--text-sm);
  margin-bottom: 15px;
}
.fence-poort .image-group-wrap {
	position:relative;
  cursor:pointer;
  margin-left:auto;
}
.fence-poort .image-group-wrap img {
	margin-left:0px;
  margin-right:0px;
  border-radius:5px;
}
.fence-poort .image-group:hover:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #0000005c;
  border-radius:5px;
  z-index:3;
}
.fence-poort .image-group > i {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:13px;
  z-index: 5;
  font-size:18px;
  color:#fff;
  font-weight:bold;
  display: none;
  font-style:normal;
}
.fence-poort .image-group:hover > i {
	display:block;
}
.fence-poort .image-group-wrap .poort-hover-image-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: 50;
  width:220px;
  background: #fff;
  box-shadow: 1px 21px 45px rgb(0 0 0 / 16%);
	display:none;
}
.poort-hover-image-wrap .for-big-image {
	position:absolute;
  top:10px;
  right:10px;
  z-index:10;
}
.poort-hover-image-wrap .for-big-image > i {
	font-size: 20px;
  height: 34px;
  width: 34px;
  line-height: 35px;
}
.fence-poort .big-image .poort-hover-image-wrap {
	display:block;
  cursor:initial;
}
.fence-poort p span.custom-checkbox-new {
  display:inline-block;
  position: relative;
  width: 45px;
  border-radius:4px;
  flex:0 0 auto;
  height: 30px;
  -webkit-appearance: initial;
  border-radius: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0d0101;
  margin-right: 8px;
}
.fence-poort p span.custom-checkbox-new:after {
  position: absolute;
	top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 32px;
  width: 45%;
  height: 80%;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  border-radius:3px;
  left: 3%;
  content: "";
  background-color: #DBDDDB;
}
.fence-poort p.active span.custom-checkbox-new:after {
  left: 53%;
  content: "";
  background-color: #88C559;
}
.fence-poort p span.custom-title {
	font-size: 14px;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
}
.fence-poort p span.custom-tooltip {
  font-family: 'i' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	position: relative;
  margin-left: 10px;
  cursor: pointer;
  color: #7E66AA;
  font-size: 17px;
}
.fence-poort p span.custom-tooltip:before {
  content: "\e917";
}
.fence-poort p span.custom-tooltip i {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .2s ease;
}
.fence-poort p span.custom-tooltip:hover i {
  opacity: 1;
  visibility: visible;
  width: 280px;
  background: #dbdddb;
  padding: 10px 15px;
  right: 30px;
  left: initial;
  font-size: 14px;
  font-style: normal;
  text-align: justify;
  line-height: 16px;
  border-radius: 8px;
  height: 82px;
  top: 50%;
  margin-top: -41px;
  z-index: 99999;
  color: #595857;
  transition: opacity .2s ease;
  font-family: var(--body);
}
.fence-poort p span.custom-tooltip i:before {
	content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dbdddb;
}
.add-cart-all svg {
	width:25px;
  height:25px;
}

/* Product related choise  END*/

.prod-card__action-button,
.btn--add-to-cart { 
	background:#88C559!important;
  color:#fff!important;
}
.prod-card__badge {
	background:#88C559!important;
}

.product-sale-label {
	position:absolute;
  top:10px;
  right:10px;
  background-color: #88C559;
  padding: var(--space-xxs) var(--space-sm);
  pointer-events: none;
  font-size: var(--text-sm);
  color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index:10;
}
/* span.prod-card__badge {
  display: none;
} */
/* Danny LightspeedHQ - 13 Apr 2021 - Merk filter - START 
ul.filter__radio-list.flex.flex-column.gap-xxxs{
  display:none;
}
button#accordion-header-1{
  display:none;
}
/* Danny LightspeedHQ - 13 Apr-2021 - END */
.collectioon-content-bottom {
	margin-top:50px;
}
.hero-slideshow {
	max-height:calc(100vh - 250px);
}
.title-go-to-relative {
	position:relative;
}
.title-go-to {
	position: absolute;
  right: 0;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.title-go-to.title-go-to-new {
	top: 10px;
  transform: none;
}
.n-contact-block {
	display:flex;
  flex-wrap:wrap;
  height:206px;
}
.n-contact-block > figure {
	height:206px;
  margin:0px;
  flex: 1 1 auto;
  width: calc(100% - 650px);
  max-width: calc(100% - 650px);
}
.n-contact-block > figure img {
	width:100%;
  object-fit:cover;
}
.contact-block-wrapper {
	border:1px solid #ccc;
  position:relative;
  max-width:650px;
  width:650px;
  flex:1 1 auto;
  height:206px;
}
.contact-block-wrapper > p {
	font-size:18px;
  font-weight:bold;
  padding:15px 10px;
}
.contact-block-wrapper ul {
	border-top:1px solid #ccc;
/*   border-bottom:1px solid #ccc; */ 
}
.contact-block-wrapper ul li {
	display:flex;
  align-items:center;
  height:50px;
  align-items:center;
}
.contact-block-wrapper ul li:first-child + li {
	border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.contact-block-wrapper em {
  width: 60px;
  max-width: 60px;
  flex: 0 0 auto;
  height: 50px;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-block-wrapper span {
	font-size:15px;
  font-weight:bold;
  margin-left:15px;
  width:30%;
}
.contact-block-wrapper a {
	font-size:15px;
  font-weight:normal;
  text-decoration:underline;
}
.contact-block-wrapper > img {
	position:absolute;
  bottom:0px;
  right:10px;
  object-fit:contain;
  object-position: bottom;
  width:180px;
  height:200px;
}
.footer-openings > h4 {
  margin-bottom: var(--space-xs);
}
.footer-openings ul {
	max-width:410px;
}
.footer-openings li {
	font-size: var(--text-sm, 0.833em);
  font-weight:normal;
  margin-bottom: 10px;
  display:flex;
  justify-content:space-between;
}
.footer-openings li span:first-child + span {
	font-weight:bold; 
} 
.discount-wrapper li { 
	color:#01C653;
}
.h-title-size {
  font-family: var(--font-headings);
  font-weight: var(--heading-font-weight);
  font-size: var(--text-xl, 1.728em);
}
.category-card__title {
  font-size: var(--text-unit, 1em);
  font-family: var(--font-headings);
  font-weight: var(--heading-font-weight);
  color: inherit;
}
.f-title {
	font-size: var(--text-md, 1.2em);
  font-family: var(--font-headings);
  font-weight: var(--heading-font-weight);
  color: inherit;
  margin-bottom: var(--space-xs);
}
@media(max-width:1200px) {
	.contact-block-wrapper {
    max-width: 450px;
    width: 450px;
  }
  .n-contact-block > figure {
    width: calc(100% - 450px);
    max-width: calc(100% - 450px);
  }
  .contact-block-wrapper > img {
    right: -20px;
    width: 82px;
    height: 119px;
  }
  .title-go-to-relative-new {
    text-align:left
	}
}
@media(max-width:900px) {
	.title-go-to-relative.text-center {
		text-align:left;
	}
  .title-go-to.title-go-to-new {
    top: 35px;
  }
}
@media(max-width:710px) {
  .contact-block-wrapper > img {
  	width:100px;
  }
  .contact-block-wrapper {
  	width:100%;
    max-width:100%;
  }
  .n-contact-block > figure {
  	display:none;
  }
}
@media(max-width:575px) {
  .title-go-to-relative {
  	padding-bottom:35px;
  }
	.title-go-to {
		left:0;
    bottom:0;
    top:initial;
    right:initial;
	}
  .contact-block-wrapper > img {
  	display:none;
  }
  .contact-block-wrapper span {
  	font-size:13px; 
    margin-left:5px;
    width:25%;
  }
  .contact-block-wrapper a {
  	font-size:13px; 
    word-break: break-all;
  }
}
