#product_configure_form_2 {
	background: white;
  border-radius: 5px;
	padding: 30px;
}
#product_configure_form_2 .cart .input-wrap .change label {
  font-size: 0;
  margin: 0;
}
#product_configure_form_2 .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_2 .price.align-bottom {
  position: relative;
	margin-top: 30px;
}

.product-configure-module .step-wrap {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
}
.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: pointer;
	position: relative;
}
.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 .step-title-inner-inner {
	display: flex;
	align-items: center;
}

@media (max-width:767px) {
  .product-configure-module .step-wrap .step-title .step-title-inner .step-title-inner-inner {
  	display: block;
  }
}

.product-configure-module .step-wrap .step-title .step-title-inner .step-title-inner-inner span:nth-child(2)::first-letter {
	text-transform: capitalize;
}

.product-configure-module .step-wrap .step-title .step-title-inner a {
	border-radius: 50%;
  color: #e45a00;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}


.product-configure-module .step-wrap .step-title .step-title-inner a.clear-selection {
	border: none !important;
	width: auto;
	height: auto;
	font-size: 0.7em;
  font-weight: 500;
  font-family: 'Heebo', Helvetica, sans-serif;
	display: none;
	gap: 5px;
  margin-top: 2px;
	margin-left: 15px;
	color: #EB5263;
}

.product-configure-module .step-wrap.active .step-title .step-title-inner a.clear-selection {
	display: inline-flex;
}

.product-configure-module .step-wrap .step-title .step-title-inner a.clear-selection i {
	border-radius: 100%;
  background: #EB5263;
  color: #fff;
  font-size: 0.75em;
  height: 17px;
  width: 17px;
  line-height: 17px;
}

.product-configure-module .step-wrap .step-title .step-title-inner a.clear-selection span {
	text-decoration: underline;
}

.product-configure-module .step-wrap .step-title .step-title-inner i {
	font-size: 16px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.product-configure-module .step-wrap .step-title .step-title-icons {
	min-width: 15px;
}

.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 .step-title .step-value {
	margin-left: auto;
  margin-right: 16px;
  color: #e45a00;
  font-size: 18px;
}

.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 .step-content .step-next {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	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-function-vishid,
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-add-extra {
  position: relative;
	flex-direction: column;
	gap: 20px;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-add-extra .extra-image-options-price {
	display: flex;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.image-hidden {
	display: none;
}

@media (max-width:767px) {
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .image-hidden:nth-child(2) {
    visibility: hidden; 
  }
	.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options {
  	width: 100%;
    overflow: hidden;
  }
  
  .product-configure-module .step-wrap .step-title .step-value {
    font-size: 12px;
    white-space: nowrap;
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 16px;
  }
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options.hidden {
	display: none;
  pointer-events: none;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options a {
	text-decoration: none;
  text-align: center;  
  display: flex;
  padding: 0 20px;
  border-radius: 5px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options a:hover .text,
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options a:hover .message {
	text-decoration: underline;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .text {
  display: block;
	color: #000;
  font-weight: 600;
  margin: 0;
  min-height: auto;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .message {
  display: block;
	font-weight: normal;
  margin: 0;
  min-height: auto;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images {
  flex-wrap: wrap;
	justify-content: center;
  margin: 15px 0;
  height: 95px;
  position: relative;
  overflow: hidden;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images:before,
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images:after {
	content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;
  z-index: 50;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images:before {
  left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images:after {
  background: rgb(255,255,255);
	background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  right: 0;
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images .vorm-image-small {
	width: 95px;
  border: 1px solid #eee;
  border-radius: 10px;
}

@media (max-width:767px) {
	.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images:before,
	.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images:after {
  	width: 25%;
  }
}

.vorm-image-small-container {
	position: relative;
  margin: 0 5px;
}

/*
@media (min-width:491px) and (max-width:595px) {
  .vorm-image-small-container:nth-child(2)::before {
  	content: '+3';
  	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.7em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width:596px) and (max-width:700px) {
  .vorm-image-small-container:nth-child(3)::before {
  	content: '+2';
  	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.7em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width:701px) and (max-width:991px) {
  .vorm-image-small-container:nth-child(4)::before {
  	content: '+1';
  	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.7em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width:992px) and (max-width:1226px) {
  .vorm-image-small-container:nth-child(2)::before {
  	content: '+3';
  	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.7em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width:1227px) and (max-width:1331px) {
  .vorm-image-small-container:nth-child(3)::before {
  	content: '+2';
  	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.7em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width:1332px) and (max-width:1436px) {
  .vorm-image-small-container:nth-child(4)::before {
    content: '+1';
  	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.7em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
*/

@media (max-width:490px) {
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .images {
    display: none;
  }
}

@media (max-width:767px) { 
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .message {
  	margin-bottom: 15px;
  }
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .btn {
	margin: 0;
  min-height: auto;
  display: inline-block;
  padding: 10px 15px;
  height: auto;
  color: white;
  border-radius: 5px;
  background: #e45a00;
  background: linear-gradient(54deg, rgba(228,90,0,1) 0%, rgba(228,90,0,1) 60%, rgba(228,115,0,1) 100%);
}
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .show-more-options .btn:after {
	content: '\f105';
  font-family: 'FontAwesome';
  padding-left: 10px;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .vishid-options {
	width: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-vishid .vishid-options.hidden-options {
	display: none;
}

.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.6;
	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 span:not(.loc) {
	display: flex;
	font-weight: 600;
	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 .lengte-melding-mobile span {
  display: block;
	font-weight: normal;
  margin: 0 0 0 15px;
  cursor: default;
}

.product-configure-module .step-wrap .step-content-inner span.title {
	font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  opacity: 1;
  align-items: baseline;
}

.product-configure-module .step-wrap .standaard-maat-melding span {
	display: inline-block;
  min-height: auto;
  margin: 0;
  cursor: default;
}

.product-configure-module .step-wrap .input-wrap .input-wrap-inner {
	display: flex;
	align-items: center;
}
.product-configure-module .step-wrap .input-wrap .input-wrap-inner input {
	height: 40px;
	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;
}
@media (max-width:767px) {
  .product-configure-module .step-wrap .input-wrap .input-wrap-inner input {
  	width: 60px;
  }
}
.product-configure-module .step-wrap .input-wrap .input-wrap-inner label {
  font-size: 0;
}
.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;
  margin: 0;
}

.product-configure-module .step-wrap .input-wrap .subtitle {
	margin-top: 8px;
	font-size: 0.8em;
	font-style: italic;
}
.product-configure-module .step-wrap .input-wrap .subtitle.extra-subtitle {
	margin-bottom: -8px;
}
.product-configure-module .step-wrap .input-wrap .subtitle span {
	display: inline-block;
    margin: 0;
    font-weight: normal;
    min-height: 0;
}
.product-configure-module .step-wrap .input-wrap .subtitle .subtitle-max {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  cursor: default;
}
.product-configure-module .step-wrap .input-wrap .lengte-melding {
  text-decoration: underline;
  color: #e45a00;
}

.product-configure-module .step-wrap .step-content-inner .size-wrap-outer-wrap {
	flex: 1 1 45%;
}

.product-configure-module .step-wrap .step-content-inner .size-wrap-outer {
	flex: 1 1 45%;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 20px;
	margin-right: 0;
}

.product-configure-module .step-wrap .step-content-inner .size-wrap-outer.input-wrap-flex {
	margin-right: 0;
  display: flex;
  align-items: center;
  gap: 30px;
	flex-wrap: wrap;
}

.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  .lengte-melding-wrap {
	display: flex;
}

.product-configure-module .step-wrap  .lengte-melding-wrap .option-melding {
	flex: 1 1 45%;
}

.product-configure-module .step-wrap  .lengte-melding-wrap .melding-spacer-small {
	flex: 1 1 10%;
}

.product-configure-module .step-wrap  .lengte-melding-wrap .melding-spacer-large {
	flex: 1 1 45%;
}

.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -5px;
}
.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size {
	padding: 8px;
  background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	margin: 5px;
  width: 70px;
  text-align: center;
  transition: all ease .25s;
}

.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size.size-extra {
	width: auto !important;
}

.product-configure-module .step-wrap .step-content-inner.variants-compact .standaard-sizes .sizes-wrap .size {
	width: 98px;
}
@media (max-width:767px) {
  .product-configure-module .step-wrap .step-content-inner .size-wrap-outer {
  	padding: 15px;
  }
  .product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size {
  	width: 65px;
  }
  .product-configure-module .step-wrap .step-content-inner.variants-compact .standaard-sizes .sizes-wrap .size {
  	width: 90px;
  }
}
.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size.disabled {
	opacity: 0.3;
  pointer-events: none;
  transition: all ease .25s;
/* 	order: 2; */
}
.product-configure-module .step-wrap .step-content-inner .standaard-sizes .sizes-wrap .size.active {
  box-shadow: 0 0 0 1px #e45a00;
/* 	border-width: 2px; */
}

.product-configure-module .step-wrap .step-content-inner .spacer {
	display: flex;
	flex: 1 1 10%;
/*   flex: 1 1 0; */
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.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 {
  font-size: 0;
	margin: 0;
}
.product-configure-module .step-wrap .step-content-inner .custom-maat-input+label {
  padding-left: 0;
  padding-top: 3px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options {
	min-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.product-configure-module .step-wrap .step-content .step-content-inner .image-options[data-title="vorm-subitems"],
.product-configure-module .step-wrap .step-content .step-content-inner .image-options[data-title="rand-subitems"]{
  grid-template-columns: 13em 1fr;
}
@media (max-width:767px) {
	.product-configure-module .step-wrap .step-content .step-content-inner .image-options[data-title="vorm-subitems"],
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options[data-title="rand-subitems"]{
  	grid-template-columns: 50% 1fr;
    grid-template-columns: 11.55em 1fr;
  }
}
.product-configure-module .step-wrap .step-content .step-content-inner .image-options.opened {
	grid-template-columns: repeat(4, 1fr);
}

@media (hover: hover) {
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options:hover .image-option {
    opacity: 0.65;
  }
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options:hover .image-option.image-hidden {
  	opacity: 0.25;
  }
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options:hover .image-option:hover {
    opacity: 1;
  }
}

@media (max-width:1199px) {
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options,
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options.opened {
/*   	grid-template-columns: repeat(3, auto); */
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:767px) {
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options,
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options.opened{
/*   	grid-template-columns: repeat(2, auto); */
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option {
  display: flex;
  flex-direction: column;
  position: relative;
	cursor: pointer;
  border: 2px solid #eee;
	border-radius: 5px;
  width: 100% !important;
  transition: all ease .25s;
  background: #f7f7f7;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .disabled-overlay {
	background: #eb526525;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  color:#eb5265;
  font-weight:bold;
  gap: 7px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled-option {
  opacity: 0.5;
  pointer-events: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled-option.disabled-with-text {
	opacity:1;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.disabled-option.disabled-with-text > *:not(.disabled-overlay) {
	opacity:.1;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option[data-m1="0"][data-toeslag="0"][data-custom-calc-rel="0"] .image-option-title span,
.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option[data-m2="0"][data-toeslag="0"][data-custom-calc-rel="0"] .image-option-title span,
.product-configure-module .step-wrap .step-content .step-content-inner .calculated-custom-option input[data-m2="0"][data-toeslag="0"][data-custom-calc-rel="0"] ~ label span {
  display: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner.step-function-rand .image-options .image-option,
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-afwerking .image-options .image-option,
.product-configure-module .step-wrap .step-content .step-content-inner.step-function-borstelen .image-options .image-option {
/* 	width: calc(100% / 3); */
}

.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%;
  background: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-label {
	position: absolute;
  top: 10px;
  left: 10px;
  background: #e45a00;
  color: white;
  font-weight: bold;
  font-size: .9em;
  padding: 4px 8px;
  border-radius: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-zoom {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
	display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -16px;
  cursor: zoom-in;
  z-index: 500;
/*   transition: all .25s; */
}



@media (hover: hover) {
	.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-zoom {
  	opacity: 0;
  }  
  .product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option:hover .image-option-zoom {
		opacity: 1;
	}
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-zoom i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  background: #696969;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1rem;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option.active {
	box-shadow: 0 0px 25px rgb(0 0 0 / 5%);
  border-color: #e45a00;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-title {
  position: relative;
	color: black;
	font-weight: 600;
	text-align: center;
	margin-top: auto;
  padding: 20px 5px 10px 5px;
	font-size: 0.95em;
  background: #f7f7f7;
  border-radius: 2px;
  height: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-title span {
	display: block;
	margin: 5px auto 0 auto;
}

.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option .image-option-title span:empty {
	display: none;
}

.product-configure-module .step-wrap .step-content .step-content-inner .tab-page {
	width: 100%;
}

.product-configure-module .step-wrap .step-content .step-content-inner .tab-page tbody tr {
	opacity: 0.7;
}

.product-configure-module .step-wrap .step-content .step-content-inner .tab-page tr.active {
	opacity: 1;
}

.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: 600;
}

.product-configure-module .step-wrap .step-content .extra-inputs .input-wrap-inner.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.product-configure-module .extra-inputs-gaten .input-wrap-inner {
	flex-wrap: wrap;
}

.product-configure-module .extra-inputs-gaten .input-wrap-inner label {
	font-size: 14px !important;
  opacity: 0.6;
  letter-spacing: normal !important;
  margin-bottom: 5px !important;
}

.product-configure-module .extra-inputs-gaten .ui.selection.dropdown {
	width: calc(100% - 50px);
}

.product-configure-module .step-wrap .step-error {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.product-configure-module .step-wrap .step-error .step-error-inner {
	text-align: right;
	padding: 8px 12px;
	display: inline-block;
/* 	font-weight: 600; */
  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 {
  margin-top: 50px !important;
	display: none;
	max-width: 100%;
	width: 800px;
  border-radius: 10px;
}

.info-popup.info-popup-detail {
	width: 1200px;
}

.info-popup.info-popup-detail .product-images a {
	cursor: zoom-in;
}

.info-popup img {
	max-width: 100%;
}

.info-popup .product-popup-btn {
	margin-top: 10px;
}

.info-popup .product-popup-btn i {
	padding-left: 10px;
    font-size: 10px;
}

.mobile-popup .product-popup-btn i {
	padding-left: 10px;
    font-size: 10px;
	position: relative;
	bottom: 1px;
}

.product-detail .info .cart .add-cart.dummy-cart-btn {
	background: #aaa;
	pointer-events: none;
	opacity: 0.5;
}

.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 .step-image-inputs {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.product-configure-module .step-wrap .step-content .extra-info-image {
	max-width: calc(50% - 30px);
	width: 100%;
	background: #fff;
	position: relative;
}

.product-configure-module .zoom-in-image {
  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;
  border-bottom-right-radius: 5px;
}

.product-configure-module .step-wrap .step-content .extra-inputs-gaten-outer .gaten-image a {
	display: block;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
}

.product-configure-module .step-wrap .step-content .extra-inputs-gaten-outer .gaten-image img {
	width: 100%;
  border-radius: 5px;
}

.product-configure-module .step-wrap .step-content .extra-inputs.extra-inputs-gaten {
	padding: 0;
	background: none;
	box-shadow: none;
	flex-wrap: wrap;
	margin: 0px;
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer {
	width: 100%;
	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.second-input-wrap .input-wrap-inner {
	flex-wrap: wrap;
	width: 50%;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .input-wrap-inner .custom-select {
	border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-configure-module .extra-inputs-gaten .input-wrap-outer .input-wrap .input-wrap-inner input {
  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%;
}

@media (max-width: 1199px) {
	.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option,
	.product-configure-module .step-wrap .step-content .step-content-inner.step-function-maatwerk .image-options .image-option {
		width: calc(100% / 3);
	}
	.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;
	}
}

@media (max-width: 991px) {
	.product-configure-module .step-wrap .step-content .step-content-inner .image-options .image-option {
		width: calc(100% / 6);
	}
	.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_2 {
		padding: 15px;
	}
	#product_configure_form_2 .cart .input-wrap {
		margin-right: 10px;
	}
	#product_configure_form_2 .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,
	.product-configure-module .step-wrap .step-content .step-content-inner.step-function-maatwerk .image-options .image-option {
		width: 50%;
	}
  
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-rand .image-options .image-option,
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-afwerking .image-options .image-option,
  .product-configure-module .step-wrap .step-content .step-content-inner.step-function-borstelen .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-title .step-title-inner {
  	width: 100%;
		justify-content: space-between;
  }

  .product-configure-module .step-wrap .step-content .extra-inputs-gaten-outer {
	flex-direction: column;
  }

  .product-configure-module .step-wrap .step-content .extra-info-image {
	max-width: 100%;
  }

  .product-configure-module .step-wrap .step-content .extra-inputs.extra-inputs-gaten {
	width: 100%;
  }
}

.neuten-breedte-change-message {
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
}

.option-melding {
	display: flex;
/*   align-items: center; */
/*   background: rgba(0, 0, 0, 0.03); */
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
}

.option-melding.beugels-melding {
	align-items: center;
}

.option-melding.beugels-melding .message-title {
	font-weight: bold;
	font-size: 1.05em;
}

.option-melding.beugels-melding .message-title span {
	margin: 0;
	font-size: 1em;
}

.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 span:not(.no-margin) {
	margin-left: 15px;
  width: calc(100% - 37px);
  font-size: 0.9em;
  line-height: normal;
}

.option-melding .icon-outer {
  border-radius: 50%;
  color: white;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #727272;
  min-width: 22px;
}

.option-melding .melding-image {
	width: 100%;
	flex: 1;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 767px) {
  .option-melding.option-melding-image {
  	flex-wrap: wrap;
  }
  .option-melding .melding-image {
  	flex: none;
  }
}

.option-melding .melding-image img {
	width: 100%;
  border: 1px solid #e45a00;
  border-radius: 5px;
}

.option-melding.option-melding-image {
	gap: 15px;
}

.option-melding.option-melding-image span {
	margin: 0;
	width: 100%;
	flex: 1;
}

.product-configure-module .step-wrap .step-content-inner .custom-option.custom-extra .min-breedte-msg {
	color: #e45a00;
  font-weight: 600;
  margin-left: 5px;
  display: none;
}

.product-configure-module .step-wrap .step-content-inner .custom-option.custom-extra.not-active .min-breedte-msg {
	display: block;
  flex: 1 1 100%;
  margin: 5px 0 0 0;
}

.product-configure-module .step-wrap .step-content-inner .custom-option.custom-extra.not-active .min-breedte-msg > div {
	padding: 8px;
  border: 1px solid #eb5265;
  color: #eb5265;
  background: #eb526520;
  font-weight: bold;
  border-radius: 5px;
}

.product-configure-module .step-wrap .step-content-inner .custom-option.custom-extra.not-active {
	/* opacity: 0.6; */
  pointer-events: none;
}

.product-configure-module .step-wrap .step-content-inner .custom-option.custom-extra.not-active label strong,
.product-configure-module .step-wrap .step-content-inner .custom-option.custom-extra.not-active label .price {
	opacity: 0.6;
}

.product-configure-module .step-wrap .step-content-inner .min-breedte-msg div {
	display: inline-block;
}

.product-configure-module .step-wrap .step-content-inner .product-variant-select {
	width: 100%;
}

.product-configure-module .step-wrap .step-content-inner .product-variant-select .ui.selection.dropdown {
  border: 1px solid rgba(0, 0, 0, .07) !important;
}

.product-detail .info .product-option label.big-label {
	color: #000;
  font-size: 1.2em;
  text-transform: capitalize;
}

.option-popup-link {
	border-radius: 50%;
  color: #e45a00 !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #e45a00;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
	text-decoration: none !important;
}

#productpage .product-detail .info .product-option .extra-inputs-gaten .ui.selection.dropdown {
	height: 40px;
    border: 1px solid #ccc !important;
}

.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: 33.33333%;
  padding-right: 5px;
}

.product-configure-module .step-wrap .step-content .step-content-inner .positie-table .table-col-2 {
	width: 33.33333%;
  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;
}

@media (min-width: 768px) {
	.mobile-popup.mobile-popup-hidden {
		display: none;
	}
}

.product-configure-module .weight-container {
	margin-top: 15px;
    font-weight: bold;
	color: #333;
}

.uit-price {
	font-weight: bold;
}

.sku-search-link {
	display: block;
}

.sku-search-link i {
	margin-left: 4px;
}

.bulk-table-conf tbody tr {
	height: 60px;
}

.product-configure-module .image-options .option-melding-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 3;
}

.product-configure-module .image-options .option-melding-wrap .option-melding {
	margin: 0;
  max-width: 80%;
}

.product-configure-module .step-wrap .step-content-inner span.option-melding-span {
	display: flex;
  font-weight: 400;
  text-transform: none;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
  margin-right: 0;
  cursor: initial;
}

.product-configure-module .step-wrap .step-content-inner span.option-melding-span.tafelpoot-message {
	display: block;
}

.product-configure-module .step-wrap .step-content-inner span.option-melding-span.tafelpoot-message .tafelpoot-message-info {
	display: inline-block;
}

@media (max-width: 1199px) {
  .product-configure-module .image-options .option-melding-wrap {
  	grid-column: span 2;
  }
  
  .product-configure-module .image-options .option-melding-wrap .option-melding {
  	max-width: 100%;
  }
}