/* 20250701114806 - 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: #3e5a48;
}

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

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

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

/* custom */
/* InStijl Media Danny */
.zakelijk-prijs {color:#8898aa!important;font-size:15px;}

#gui-block-payment-method .gui-payment-method {
   display: flex !important;
   flex-direction: column !important;
}
.collection-top-new {
  	margin-top:10px;
  }
  .collection-top-grid {
  	display:flex;
    background:#F5F5F5;
    justify-content:space-between;
  }
.collection-top-grid #breadcrumbs {
	padding-left:0;
}
.collection-top-grid.no-image .collection-top-content {
	padding-top:20px;
  padding-bottom:28px;
  padding-left:36px;
  padding-right:28px;
}
  .collection-top-content {
  	padding-top:48px;
    padding-bottom:48px;
    padding-left:36px;
    padding-right:80px;
  }
  .collection-top-content h1 {
  	font-size:28px;
    font-weight:600;
    margin-top:10px;
  }
  .collection-top-content p {
  	font-size:14px;
    margin-top:13px;
  }
  .collecton-top-image {
    text-align: end;
  }
  .collecton-top-image img {
  	height:100%;
    object-fit:cover;
    max-height:310px;
  }
  .collection-sub-new {
  	margin-top:37px;
    margin-bottom:40px;
  }
  .collection-sub-new .collection-category-carousel-block {
  	height:84px;
    background:#F5F5F5;
    padding-left:0;
    margin-right:30px;
  } 
  .collection-sub-new .collection-category-carousel-block h5 {
  	font-size:14px;
    font-weight:bold;
  }
  .collection-sub-new .collection-category-carousel-block img {
  	width:84px;
    height:84px;
  }
	.collection-top-mobile {
    	display:none;
    }
.collection-page > #breadcrumbs {
	display:none;
}
  @media (max-width:1200px) {
    .collection-top-content {
    	width:60%;
    }
    .collecton-top-image {
    	width:40%;
    }
    .collecton-top-image img {
    	width:100%;
    }
    .collection-top-content {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  @media (max-width:991px) {
  .collection-page > #breadcrumbs {
	display:block;
}
    .collection-top-new {
    	display:none;
    }
    .collection-top-mobile {
    	display:block;
    }
  }
