/* 20221227173114 - 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 */
.sidebar .filter-outer {
	padding-bottom: 15px;
}

.sidebar .filter-outer .filter-wrap {
	max-height: 120px;
  overflow: hidden;
}

.sidebar .filter-outer .more-filters {
	padding-bottom: 10px;
  color: #ffa400;
  font-weight: 700;
  font-size: 0.75em;
  text-decoration: none;
}

.sidebar .filter-outer .filter-wrap.active {
	max-height: unset;
}

/* Sticky header + menu */
#header{ /*.sticky{*/
		position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#header .main-menu ul li:last-of-type a{
	color: #ffa400;
}

/* Request quote popup */

.request-quote-popup .switch-block {
	margin-top: 15px;
}

.request-quote-popup .switch-block span {
	font-weight: bold;
}

.request-quote-btn {
  background: #595959;
  margin-left: 20px;
  padding: 0 40px;
}

#request-quote-popup .popup-inner .form-message {
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

#request-quote-popup .popup-inner .form-message.success {
	background: #00b900;
	color: white;
}

#request-quote-popp .popup-inner .form-message.succes {
	background: #00b900;
	color: white;
}

.request-quote-btn:hover, .request-quote-btn:focus {
	color: white !important;
}

#request-quote-popup .popup-inner .error-field.open { 
	display: block;
}

#request-quote-popup {
  display: none;
	background: #ededed;
}

#request-quote-popup .request-quote-popup {
	display: flex;
  flex-direction: column;
  margin-top: 25px;
}

#request-quote-popup .fancybox-close-small {
    margin-right: 15px;
    margin-top: 15px;
}

.request-quote-popup .flex-dir-row {
	display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.request-quote-popup .flex-dir-row input:first-child {
	margin-right: 10px;
}
.request-quote-popup .flex-dir-row .full-width {
	width: 100%;
  margin: 0 !important;
}
.request-quote-popup .flex-dir-row .change {
  width: 50%;
  position: relative;
}
.request-quote-popup .flex-dir-row .change input {
  width: auto;
  padding: 0 20px;
  display: inline-block;
  width: fit-content;
  margin: 0;
  width: calc(100% - 20px);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.request-quote-popup .flex-dir-row .change a {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
  background: #ffa400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  text-decoration: none !important;
}
.request-quote-popup .flex-dir-row .change a.down {
  top: unset;
  bottom: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0px;
  border-top: 1px solid;
}

.request-quote-popup .error {
	border: 1px solid red;
}
#request-quote-popup .title-font {
  margin-bottom: 10px;
}
#request-quote-popup .popup-inner {
  display: flex;
  align-items: stretch;
}
#request-quote-popup .popup-inner .image-wrap img {
  height: 100%;
  width: fit-content;
}
#request-quote-popup .popup-inner form.request-quote-popup {
  margin: 0;
  margin-left: 15px;
}
#request-quote-popup .popup-inner .verzend-offerte a {
  width: 100%;
}
#request-quote-popup input.textarea{
	min-height: 80px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2a6dd0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.products .product .info .price .legal,
.products .product-list .info .price .legal,
.product-detail .info .price .legal {
	opacity: .7;
}

@media (max-width: 767px) {
  #request-quote-popup {
    width: 100%;
  }
  #request-quote-popup .popup-inner form.request-quote-popup {
  	margin: 0;
    width: 100%;
  }
  #request-quote-popup .popup-inner form.request-quote-popup .flex-dir-row {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  .request-quote-popup .flex-dir-row .change {
  	width: 100%; 
    margin: 0;
  }
  .request-quote-popup .flex-dir-row .change input {
    
  }
  #request-quote-popup .popup-inner form.request-quote-popup .flex-dir-row input, .request-quote-popup .flex-dir-row .full-width {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px !important;
  }
  #request-quote-popup .popup-inner form.request-quote-popup .flex-dir-row.switch-block {
    margin: 10px 0;
  }
  
}

.products .product .info .description, .products .product-list .info .description {
	height: auto !important;
}

.general-content video,
.general-content iframe,
.general-content img {
	max-width: 100%;
}
