/* 20241229202736 - 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: #ff6602;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #4b9ad2;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #4b9ad2;
}

.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: #86ee0e;
}

/* custom */

/* Request quote popup */

.request-quote-popup .switch-block {
	margin-top: 15px;
}

.request-quote-popup .switch-block span {
	font-weight: bold;
}

.request-quote-popup .switch-block {
	margin-top: 15px;
}

.request-quote-btn {
	width: 100%;
  background: #2a6dd0;
  margin-top: 25px;
}

#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 {
	color: white;
}

#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 .flex-dir-row .full-width {
  width: 100%;
  margin: 0 !important;
}

#request-quote-popup .image-wrap {
	margin-right: 25px;
}

.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: 23px;
  width: 20px;
  right: 0;
  top: 0;
  background: #3c74ac;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  text-decoration: none !important;
  font-size: 13px;
}
.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 .fancybox-close-small {
    margin-right: 15px;
    margin-top: 15px;
  	background: unset;
  	border-color: unset;
}

.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 .error {
	border: 1px solid red;
}

#request-quote-popup .popup-inner .verzend-offerte a {
	margin-top: 15px;
  width: 100%;
}

#request-quote-popup .box-outer .close {
	display: none;
}

.request-quote-wrap .request-quote-btn {
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-indent: unset;
  float: unset;
  margin-left: unset;
  width: unset;
  background: #ff6603;
  border-color: #ff6603 !important;
}

#request-quote-popup .verzend-offerte {
	text-align: center;
  padding: 10px;
  background: #3c74ac;
  border-radius: 4px;
}

#request-quote-popup .verzend-offerte a {
	text-decoration: none;
  color: #fff;
}

#request-quote-popup .popup-inner .box-inset {
  display: flex;
  align-items: stretch;
}

@media(max-width:767px){
  .request-quote-wrap .request-quote-btn {
  	margin-bottom: 25px;
  }
}

.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);
}

.request-quote-popup .flex-dir-row .change a {
	z-index: 9;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.form-product .submit.is-extended{
	display: flex;
  align-items: center;
}
.form-product .submit.is-extended p:first-child{
	margin-bottom: unset;
}
.request-quote-wrap .request-quote-btn{
	padding: 0 15px;
  margin-left: 15px;
  margin-top: unset;
}
@media(max-width: 1399px){
	.form-product .submit.is-extended{
    flex-wrap: wrap;
  }
  .form-product .submit .wishlist{
  	margin-left: unset;
    margin-top: 15px;
  }
}
@media(max-width: 1199px){
  .form-product .submit.is-extended{
  	display: block;
  }
  .request-quote-wrap .request-quote-btn{
  	margin-left: unset;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #request-quote-popup .image-wrap {
  	display: none;
  }
}
@media (max-width: 767px) {
  .form-product .submit .wishlist{
  	margin-top: unset;
  }
  .request-quote-popup .flex-dir-row {
  	flex-direction: column;
  }
  
  .request-quote-popup .flex-dir-row .change {
  	width: 100%;
  }
  
  #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 .flex-dir-row {
  	margin: 0;
  }
  
  .request-quote-popup .flex-dir-row.switch-block {
    font-size: 14px;
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
  }
  #request-quote-popup,
  #request-quote-popup .form-wrap {
  	width: 100%;
  }
  .request-quote-popup .flex-dir-row .change a.down {
    bottom: 5px;
  }
}
