#product_configure_form {
	background: white;
  border-radius: 5px;
	padding: 30px;
}

#product_configure_form.standard {
	background: transparent;
  border-radius: 0;
  padding: 0;
}

/*
#product_configure_form .cart .input-wrap .change {
	background: #eee;
	border: 1px solid #eee;
	border-radius: 5px;
}
*/

#product_configure_form .cart .input-wrap .change label {
  font-size: 0;
  margin: 0;
}

#product_configure_form .cart .input-wrap .change input {
	width: 65px;
	height: 48px !important;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0;
	padding: 0;
  font-size: 13px;
}

#product_configure_form .price.align-bottom {
	margin-top: 30px;
/*   margin-bottom: 30px; */
}

.product-configure-module .step-wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
}

.product-configure-module .step-wrap.hidden-perm {
	display: none !important;
}

.product-configure-module .step-wrap .step-wrap-inner-wrap {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-configure-module .step-wrap .step-wrap-inner {
	width: 100%;
}

.product-configure-module .step-wrap .step-title {
  color: black;
	font-family: "Maven Pro", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: default;
/*   pointer-events: none; */
	position: relative;
}

.product-configure-module .step-wrap.visited .step-title {
	cursor: pointer;
  pointer-events: all;
}

.product-configure-module .step-wrap .step-title .step-title-inner {
	display: flex;
	align-items: center;
	line-height: normal;
	max-width: 85%;
}

.product-configure-module .step-wrap .step-title .step-title-inner a {
	border-radius: 50%;
/* 	color: white; */
  color: #009be3;
	width: 22px;
	height: 22px;
  padding: 0 9px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.product-configure-module .step-wrap .step-title .step-title-inner i {
	font-size: 16px;
}

.product-configure-module .step-wrap .step-title .step-title-icons i {
	font-size: 15px;
}

.product-configure-module .step-wrap.active .step-title .step-title-icons .initial {
	transform: rotate(90deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.product-configure-module .step-wrap .step-title .step-title-icons .second {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.product-configure-module .step-wrap.visited .step-title .step-title-icons .second {
	display: flex;
}

.product-configure-module .step-wrap.visited .step-title .step-title-icons .initial {
	display: none;
}

.product-configure-module .step-wrap .step-content {
	display: none;
  width: 100%;
}

.product-configure-module .step-wrap.first-step .step-content {
	display: block;
}

.product-configure-module .step-wrap.first-step .step-content-inner label {
	margin-right: 0;
}

.product-configure-module .step-wrap .step-content .step-next {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-configure-module .step-wrap .step-next .btn {
	padding: 0 20px;
}

.product-configure-module .step-wrap .prev-btn .btn {
  color: #363d3f;
  background: transparent;
/*   text-decoration: underline; */
  font-weight: normal;
  box-shadow: none !important;
}
.product-configure-module .step-wrap .prev-btn .btn i {
	margin-right: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner {
  display: flex;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-content-inner-wrap {
	display: flex;
  flex: 1 1 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner.disabled {
	opacity: 0.8;
  pointer-events: none;
}

.product-configure-module .step-wrap input::-webkit-outer-spin-button,
.product-configure-module .step-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-configure-module .step-wrap input[type=number] {
  -moz-appearance: textfield;
}

.product-configure-module .step-wrap .step-content-inner label {
	display: flex;
	font-weight: 700;
	text-transform: none;
	align-items: center;
	min-height: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
  cursor: pointer;
}

.product-configure-module .step-wrap .step-content-inner .input-wrap-radio {
	padding: 5px 0px;
}

.product-configure-module .step-wrap .step-content-inner .input-wrap-radio label {
	font-weight: 500;
  font-size: .95em;
  margin-bottom: 0px;
  cursor: pointer;
  padding-top: 1px;
}

.product-configure-module .step-wrap .step-content-inner .input-wrap-radio label .aanbevolen-label {
  font-size: .95em;
  margin-left: 10px;
  background: #009be3;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  opacity: 1;
}

.product-configure-module .step-wrap .step-content-inner .input-wrap-radio label .aanbevolen-label span {
	font-size: 1em;
  margin: 0;
  vertical-align: middle;
  opacity: 1;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner {
  display: flex;
  align-items: center;
  position: relative;
}

  
.product-configure-module .step-wrap .input-wrap .input-wrap-inner.reverse-wrap {
  margin-left: -6px;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner .delete-input {
  position: absolute;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 1.2em;
  color: #eb5265;
  text-decoration: none !important;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner.disabled {
	opacity: 0.4;
  pointer-events: none;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner input {
	height: 40px;
  width: 100%;
  min-width: 70px;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid #ccc;
	width: 100px;
	position: relative;
	z-index: 1;
	outline: none;
	padding: 0px 10px;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner.reverse-wrap input {
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner span {
	background: #f7f7f7;
	border: 1px solid #ccc;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	right: 6px;
	padding: 0px 8px 0px 13px;
	border-radius: 5px;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner.reverse-wrap span {
	right: 0;
  left: 6px;
  padding: 0px 13px 0px;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner.reverse-wrap .extra-price {
  display: none;
	margin-left: 10px;
  color: #009be3;
  font-size: 0.95em;
  font-weight: 700;
}

.product-configure-module .step-wrap .input-wrap.active-wrap .input-wrap-inner.reverse-wrap .extra-price {
	display: block;
}

.product-configure-module .step-wrap .step-content-inner .input-wrap .subtitle {
	margin-top: 8px;
	font-size: 0.8em;
	font-style: italic;
}

.product-configure-module .step-wrap .step-content-inner .input-wrap .subtitle-link {
	margin-top: 8px;
  display: block;
  color: #009be3;
  text-decoration: underline;
}

.product-configure-module .step-wrap .step-content-inner.step-content-inner-sizes {
	background: #f7f7f7;
  border-radius: 5px;
}

.product-configure-module .step-wrap .step-content-inner .size-wrap-outer,
.product-configure-module .step-wrap .step-content-inner .color-wrap-outer {
	flex: 1 1 40%;
	padding: 25px 30px;
	margin-right: 0;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer {
	background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  opacity: 0.8;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.active-wrap {
	opacity: 1;
  border: 1px solid #009be3;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .input-wrap-inner.error input,
.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .input-wrap-inner.error span {
	border-color: #ccc !important;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.active-wrap .input-wrap-inner.error input,
.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.active-wrap .input-wrap-inner.error span {
	border-color: #eb5265 !important;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .input-wrap-inner.error span {
  background: #f7f7f7;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.active-wrap .input-wrap-inner.error span {
	background-color: #f8c4cb;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .input-wrap-inner.error input {
	background: #fff;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.active-wrap .input-wrap-inner.error input {
	background: #fdf2f3;
}

.product-configure-module .step-wrap .step-content-inner .size-wrap-outer.standaard-leunigdragers.disabled {
	opacity: 0.4;
  pointer-events: none;
}

.product-configure-module .step-wrap .step-content-inner .size-wrap-outer.disabled .sizes-wrap,
.product-configure-module .step-wrap .step-content-inner .size-wrap-outer.disabled .input-wrap-inner,
.product-configure-module .step-wrap .step-content-inner .size-wrap-outer.disabled .subtitle {
	opacity: 0.4;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.disabled .sizes-wrap,
.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.disabled .input-wrap-inner,
.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.disabled .subtitle {
	opacity: 0.4;
}

.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap,
.product-configure-module .step-wrap .step-content-inner .standaard-colors .colors-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size,
.product-configure-module .step-wrap .step-content-inner .standaard-colors .colors-wrap .color .color-image {
  background: white;
/* 	border: 1px solid #ccc; */
	border-radius: 5px;
	cursor: pointer;
	margin: 5px;
/*   overflow: hidden; */
}

.product-configure-module .step-wrap .step-content-inner .standaard-colors .colors-wrap .color .color-image img {
	max-width: 100%;
  border-radius: 3px;
}

.product-configure-module .step-wrap .step-content-inner .standaard-colors .colors-wrap .color {
  font-size: 12px;
	text-align: center;
  width: 20%;
}

.product-configure-module .step-wrap .step-content-inner .standaard-colors.active-wrap .colors-wrap .color.active {
	font-weight: bold;
}

.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size.active,
.product-configure-module .step-wrap .step-content-inner .standaard-colors.active-wrap .colors-wrap .color.active .color-image {
  position: relative;
	border-width: 2px;
}

.product-configure-module .step-wrap .step-content-inner .standaard-colors.active-wrap .colors-wrap .color.active .color-image:before {
  content: '\f00c';
  font-family: 'FontAwesome';
	position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .info-block {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  margin-top: 10px;
  font-size: 0.9em;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer.active-wrap .info-block {
	display: flex;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .info-block .icon {
	width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7d7d7d;
  color: #fff;
  border-radius: 100%;
}

.product-configure-module .step-wrap .step-content-inner .color-wrap-outer .info-block .text {
	width: calc(100% - 30px);
}

.product-configure-module .step-wrap .step-content-inner .spacer {
  display: flex;
	flex: 1 1 10%;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.product-configure-module .step-wrap .step-content-inner .custom-maat-input {
	padding: 0;
}

.product-configure-module .step-wrap .step-content-inner .custom-maat-input label {
	margin: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options {
	display: flex;
  margin: -5px;
  min-width: 100%;
  flex-wrap: wrap;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option {
	padding: 10px;
  width: calc(100% / 4);
  cursor: pointer;
  position: relative;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled {
	pointer-events: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .warning-msg {
	position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgb(235 82 101 / 10%);
  color: #eb5265;
  font-weight: bold;
  border-radius: 5px;
  display: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .warning-msg:after {
	content: '';
  display: block;
  padding-top: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled .warning-msg {
	display: flex;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled img {
	opacity: 0.1;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled .image-option-title,
.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled .image-option-title span {
  color: rgba(0, 0, 0, 0.2);
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .custom-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #1abc9c;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-maatwerk .image-options .image-option {
	width: calc(100% / 6);
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option img {
	width: 100%;
	border: 2px solid #eee;
	border-radius: 5px;
/*   padding: 0 0 0 20px; */
}

.product-configure-module .step-wrap .step-content .extra-inputs {
  display: flex;
  padding: 20px 15px;
  background: rgb(129 158 183 / 10%);
  border-radius: 5px;
}

/*
.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.active:before {
	font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  right: -4px;
  top: -4px;
  width: 30px;
  height: 30px;
  background: #1abc9c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
*/

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.active img {
	box-shadow: 0 0px 25px rgb(0 0 0 / 5%);
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-title {
	color: black;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	font-size: 0.95em;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-title span {
	display: block;
	margin-top: 5px;
}

.product-configure-module .step-wrap .step-content .extra-inputs {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: white;
	box-shadow: 0 0px 25px rgb(0 0 0 / 5%);
	border-radius: 5px;
}

.product-configure-module .step-wrap .step-content .extra-inputs .input-wrap:last-child {
	margin-right: 0;
}

.product-configure-module .step-wrap .step-content .extra-inputs .input-wrap label {
	font-weight: 700;
}

.product-configure-module .step-wrap .step-content .extra-inputs .input-wrap-inner.disabled {
	pointer-events: none;
  opacity: 0.5;
}

.product-configure-module .step-wrap .step-error {
	display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.product-configure-module .step-wrap .step-error .step-error-inner {
	text-align: right;
	padding: 8px 12px;
	display: inline-block;
/* 	font-weight: 700; */
  font-size: 0.9em;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}

.product-configure-module .step-wrap .step-error .step-error-inner i {
	margin-right: 5px;
}

.info-popup {
	display: none;
  max-width: 100%;
  width: 1000px;
}

.info-popup img {
	max-width: 100%;
}

.product-detail .info .cart .add-cart.dummy-cart-btn {
	background: #aaa;
  pointer-events: none;
  opacity: 0.5;
  white-space: normal;
}

.product-configure-module .extra-inputs-neuten {
	flex-wrap: wrap;
}

.product-configure-module .extra-inputs-neuten .hidden-neuten-text {
  width: 100%;
  margin-top: 15px;
}

.product-configure-module .extra-inputs-neuten .hidden-neuten-text span {
text-decoration: underline;
}

.standaard-maat-melding span {
	text-decoration: underline;
}

.product-configure-module .step-wrap .step-content .extra-inputs.extra-inputs-gaten {
	padding: 0;
	background: none;
	box-shadow: none;
	flex-wrap: wrap;
	margin: -15px;
}


.product-configure-module .extra-inputs-gaten .input-wrap-outer {
	width: calc(50% - 30px);
	padding: 20px 15px;
  background: #f7f7f7;
	border-radius: 5px;
	margin: 15px;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .main-label {
	font-size: 1.1em;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .positie-label {
	font-size: 0.95em;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap.second-input-wrap {
	margin: 0px -5px;
  padding: 10px 5px;
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .input-wrap-inner {
  flex-wrap: wrap;
  width: 50%;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .input-wrap-inner label {
	width: 100%;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .positie-label {
	width: 100%;
}
  

.product-configure-module .step-wrap .step-content .step-content-inner .step-image {
	width: 40%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 250px;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-image .image-wrap {
  max-width: 100%;
  width: 100%;
  height: 100%;
/*   margin: 10px; */
  position: relative;
  background: white;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-image .image-wrap:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-image .image-wrap img {
	max-width: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-image .zoom-in {
	width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000a3;
  color: #fff;
  font-size: 1.3em;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-inputs {
	width: 55%;
  box-shadow: 0 0px 25px rgb(0 0 0 / 5%);
  border-radius: 5px;
  margin-left: 5%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .step-inputs-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 25px;
  
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .input-wrap {
	padding: 10px 10px;
  width: 50%;
  margin: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .input-wrap:first-child {
	width: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .input-wrap label {
	margin: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block {
	padding: 20px;
  background: #f7f7f7;
  border: 1px solid #009be3;
  border-radius: 5px;
  flex: 30 30 0px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block.disabled {
	opacity: 0.8;
  border: 1px solid #f7f7f7;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .step-image {
	width: 100%;
  min-height: auto;
  max-height: inherit;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .step-image .image-wrap {
	margin: 0;
  border: 1px solid #eee;
}
 
.product-configure-module .step-wrap .step-content .step-content-inner .step-block .step-image .image-wrap:after {
	display: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .step-image .zoom-in {
  background: transparent;
  color: #7d7d7d;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .step-inputs {
  width: 100%;
  margin: 0;
  box-shadow: none; 
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .step-inputs .step-inputs-inner {
	padding: 0;
  margin: 0;
  padding-top: 20px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .option-melding {
/* 	background: #fff; */
  margin-top: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions ul {
	margin: 0;
  padding: 0 15px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions ul li {
	padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions ul li:last-child {
	border: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions span {
  padding: 20px 0px;
  border-bottom: 1px solid #eee;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions span:first-child,
.product-configure-module .step-wrap .step-content .step-content-inner .step-block .instructions span:last-child {
	border: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-leuning-pos {
	background: #f7f7f7;
  padding: 30px;
  border-radius: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-leuning-pos .custom-options label {
	margin: 0;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table {
	display: flex;
  flex-direction: column;
  width: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-header {
	background: #f7f7f7;
  height: 50px;
  font-weight: bold;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-row:nth-child(even) {
	background: #f9f9f9;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-header,
.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-row {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border: 1px solid #eee;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-row {
	border-top: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-1 {
	width: 50%;
  padding-right: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-2 {
	width: 25%;
  padding-right: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-3 {
	width: 25%;
  padding-right: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-drager-details .step-inputs .input-wrap {
	width: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-drager-details .step-inputs .input-wrap .drager-price {
  margin-left: 10px;
  color: #009be3;
  font-weight: bold;
}

.product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .step-inputs-inner .open-more {
	padding: 10px 0px;
  margin: 0px 10px;
  border-top: 1px solid #eee;
  width: 100%;
  color: #009be3;
  text-decoration: underline;
  font-size: 0.9em;
  font-weight: bold;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .image-option,
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-type-drager .image-options .image-option {
	width: calc(100% / 3);
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-weight: 600;
  width: 33.33333%;
  justify-content: center;
  min-height: 100px;
  align-self: center;
  margin-bottom: 55px;
  padding: 10px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link:hover {
  text-decoration: underline;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #eee;
  border-radius: 5px;
  height: calc(100% - 72px;);
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link img {
  width: 50px;
  margin-bottom: 15px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link .message {
  text-align: center;
  font-weight: normal;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link .message .btn.collectie {
  display: inline-block;
  height: auto;
  margin-top: 10px;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link .message .btn.collectie:after {
	content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 300;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option {
  	width: calc(100% / 4);
  }

  .product-configure-module .step-wrap .step-content .extra-inputs {
  	flex-wrap: wrap;
  }
  
  .product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .input-wrap-inner {
		width: auto;
	}
  
  .product-configure-module .step-wrap .step-content .extra-inputs .input-wrap {
    margin: 0 !important;
		padding-right: 10px;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 15px;
  }
  
  .product-configure-module .step-wrap .input-wrap .input-wrap-inner {
  	margin-bottom: 12px;
  }

  
  .product-configure-module .step-wrap .step-content .step-content-inner {
  	flex-direction: column;
  }
  
  .product-configure-module .step-wrap .step-content-inner .spacer {
  	margin: 20px 0px;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-content-inner-wrap {
  	flex-direction: column;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-buiging-specs,
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-drager-details {
  	flex-direction: row;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-image {
  	width: 50%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-inputs {
  	width: 45%;
    margin-left: 5%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .input-wrap {
  	width: 50%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .input-wrap .input-wrap-inner {
  	margin: 0;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-inputs .input-wrap:first-child .input-wrap-inner input {
  	width: 100%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-1 {
		width: 40%;
	}

  .product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-2 {
    width: 30%;
  }

  .product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-3 {
    width: 40%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-row .input-wrap .input-wrap-inner {
  	margin: 0;
  } 
}

@media (max-width: 991px) {  
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option {
  	width: calc(100% / 4);
  }
  
  .product-configure-module .step-wrap .step-content .extra-inputs .input-wrap {
  	width: auto;
    align-items: flex-start;
  }
  
  .product-configure-module .step-wrap .input-wrap .input-wrap-inner {
  	margin-left: 0px;
  }
}

@media (max-width:767px) {
  #product_configure_form {
		padding: 15px;
	}
  
	#product_configure_form .cart .input-wrap {
		margin-right: 10px;
	}
  
	#product_configure_form .cart .input-wrap .change input {
		width: 45px;
		height: 43px !important;
		border-radius: 5px;
	}
  
  .product-configure-module .step-wrap .step-wrap-inner-wrap {
    flex-wrap: wrap;
  }
  
  .product-configure-module .step-wrap .step-wrap-inner:nth-child(2) {
  	width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  
  .product-configure-module .step-wrap .step-content .extra-inputs .input-wrap {
		width: 100%;
	}
  
	.product-configure-module .step-wrap .step-content .extra-inputs .input-wrap label {
		flex: 1 1 100%;
	}
  
  .product-configure-module .step-wrap .step-content .step-content-inner {
  	flex-direction: column;
  }
  
  .product-configure-module .step-wrap .step-content-inner .spacer {
  	margin: 20px 0px;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option {
  	width: 50%;
  }
  
  .product-configure-module .step-wrap .step-content .extra-inputs {
  	flex-wrap: wrap;
  }
  
  .product-configure-module .step-wrap .step-content .extra-inputs .input-wrap {
    margin: 0 !important;
		padding-right: 10px;
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: baseline;
		padding-bottom: 15px;
  }
  
  .product-configure-module .extra-inputs-gaten .input-wrap-outer {
		width: calc(100% - 30px);
	}
  
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .image-option,
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-type-drager .image-options .image-option {
  	width: 50%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options.varianten-image .extra-link {
  	width: 100%;
    margin: 0;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-buiging-specs,
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-drager-details {
  	flex-direction: column;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-image {
  	width: 100%;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .step-inputs {
  	width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  
  .product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-row .input-wrap .input-wrap-inner input {
  	width: 55px;
  }
  
  .product-configure-module .step-wrap .step-title {
  	font-size: 1.25em;
  }
  
  .product-configure-module .step-wrap .step-title .step-title-inner {
/*   	width: 100%; */
    justify-content: space-between;
  }
}

/* RAL-colors */
.ral-choice {
  display: none;
  align-items: center;
  border-radius: 5px;
  padding: 10px;
  background: #009be325;
  color: #009be3;
  flex-wrap: wrap;
}
.ral-choice p {
	margin: 0 auto 0 0;
}

.ral-choice p .ral-color {
  font-weight: bold;
}

.ral-choice button {
  font-weight: bold;
  background: #009be3 !important;
  border: none;
  border-radius: 5px;
}

.ral-choice button:after {
  font-family: 'FontAwesome';
  content: '\f105';
  padding-left: 10px;
}

.ral-colors {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}

.ral-colors .list {
	flex: 0 0 80px;
  padding: 0 8px;
  cursor: pointer;
  position: relative;
}

.ral-colors .list:hover img {
	border: 2px solid #009be3;
}

.ral-colors .list.active img {
	border: 2px solid #009be3;
}

.ral-colors .list.active:before {
	font-family: 'FontAwesome';
  content: '\f00c';
  background: #009be3;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: 0;
}

.ral-colors .list img {
	width: 100%;
  border-radius: 5px;
}

.ral-colors .list h5 {
  text-align: center;
	font-family: "Heebo", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
  color: #777;
  margin: 5px 0 15px 0;
}

.product-detail .info .product-option .product-configure .product-custom-select.error .dropdown {
	border-color: #eb5265 !important;
  background: #fdf2f3 !important;
}

.product-detail .info .conf-normal-select-step .dropdown {
	z-index: 100;
  max-width: 100%;
  width: 400px;
}

.option-melding {
	display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
}

.option-melding ul {
	padding: 5px 15px;
}

.option-melding hr {
	margin-top: 10px;
  margin-bottom: 10px;
}

.option-melding a {
	color: #000 !important;
  text-decoration: underline;
  position: relative;
}

.option-melding a.more-info:after {
  font-family: 'FontAwesome';
	content: '\f105';
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.option-melding .option-melding-message {
	margin-left: 15px;
  width: calc(100% - 37px);
  font-size: 0.9em;
}

.option-melding .option-melding-message span {
	display: block;
  margin: 0;
  font-size: 1em;
}

.option-melding .icon-outer {
  border-radius: 50%;
  color: white;
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #7d7d7d;
  margin-right: 5px;
}