/* 20240724143320 - 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: #080808;
}

.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: #835555;
  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: #a43333;
  background-color: #bf7272;
}

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

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

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

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

/* custom */
/* OUDE CSS
.home-usps.flex.flex-wrap.align-stretch .usp-wrap.border-radius.text-center{
	background-color: #454C19;
}
/* End Homepage */

/* Service *//*
a.service-col {
	display: flex;
  justify-content: space-between;
}

a.service-col #map {
  width: calc(100% - 465px);
}
a.service-col .building {
  width: 450px;
}
a.service-col .building img {
	width: 100%; 
}
/* End Service */

/* Footer */
.footer-address{
  font-weight: bold;
	color: #FF7D00;
}
/* End Footer *//*

.filter-wrap.price-filter-wrap {
display: none;
}

.home-usp-block .usp-block .home-usps .usp-wrap .link {bottom: 25px;}


@media(max-width:767px){
  .usp-block .home-usps div {
  	margin-bottom: 10px;
  }
  
  .home-banners .banners-row .banner-content {
  	height: fit-content;
  }
  
}*/

a.service-col {
	display: flex;
  justify-content: space-between;
}

a.service-col #map {
  width: calc(100% - 465px);
}
a.service-col .building {
  width: 450px;
}
a.service-col .building img {
	width: 100%; 
}
.footer-address {
	color: #FF7D00;
  font-weight: bold;
}

.filter-wrap.price-filter-wrap {
display: none;
}

.home-usp-block .usp-block .home-usps .usp-wrap .link {bottom: 25px;}



@media(max-width:767px){
  .usp-block .home-usps div {
  	margin-bottom: 10px;
  }
  
  .home-banners .banners-row .banner-content {
  	height: fit-content;
  }
  
}

.subnav-wrap.dev .nav-wrap {
  width: 100%;  
}

.subnav-wrap.dev ul li.subs a {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.subnav-wrap.dev ul ul{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -2px;
  left: 100%;
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.subnav-wrap.dev ul ul li{
  padding: 0;
}

.subnav-wrap.dev ul ul li.active a{
  color: #FF7D00;
}

.subnav-wrap.dev ul li:hover > ul {
	opacity: 1;
  visibility: visible;
}

.subnav-wrap.dev ul li {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0 30px;
}

.subnav-wrap.dev ul li a i {
	color: #FF7D00;
}
#header .main-menu .inner .simple-subnav .subnav li.sub-head {
  font-weight: 700;
}
#header .main-menu .inner .simple-subnav .subnav li.sub-head:not(:first-child) {
  margin-top: 10px;
}

.categories.row {
	margin-bottom: 100px;
}

.product-labels__label.per-box {
		background: #eaeaea!important;
  	color: #000!important;
}

.products .product .info .price-wrap .price {
	color: #000!important;
}

.products-special.products .product .image-wrap {
  padding: 0px;
  padding-bottom: 10px;
}

.products-special .product .inner {
  padding: 15px;
}

.collection-hero__title, .content h1.title-font {
	font-size: 40px!important;
  font-family: 'Barlow Condensed', 'sans-serif';
  font-weight: 600;
  color: #000000!important;
  line-height: 1.2;
  text-transform: none;
}
