.check-trans {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTBIMTBWMjBIMFYxMFpNMTAgMEgyMFYxMEgxMFYwWiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4xIi8+Cjwvc3ZnPgo=);
}
.quantity .input-text.qty.text {
	width: 60px;
}
body.single-product {
	/*background-color: #f4f5f7;*/
	background-color: #fff;
}
main#main {
	/*background-color: #f4f5f7;*/
	background-color: #fff;
}
.woocommerce-message.message-wrapper {
	display:none !important;
}
.field-disabled input {
	background-color: #e5e7eb !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
	color: #6b7280 !important;
}
.field-disabled {
	pointer-events: none !important;
	cursor: not-allowed !important;
}
body .order-summary input {
    pointer-events: none;
    border: none;
    padding: 0 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    color: #374151;
    font-weight: 400;
    border-color: transparent;
    box-shadow: none;
    margin: 0;
}
body .order-summary li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    padding: 4px 0 !important;
    margin: 0px !important;
}
body .order-summary li:last-child {
	border-bottom: 0px;
}
body .order-summary li label {
	margin-bottom: 0px;
}
#previewWrap {
	min-height: 200px;
}
.ginput_total.ginput_total_1 {
	width: 166px;
	display: block;
	font-weight: 600;
	font-size: 18px;
}
input[type="radio"],
input[type="checkbox"],
select,
input[type="radio"] + label,
input[type="checkbox"] + label,
select label {
	cursor: pointer;
}
textarea {
	min-height: auto !important;
	height: auto !important;
}
li#field_1_46 {
    margin-bottom: 0px !important;
}
.button, button, input, textarea, select, fieldset {
    margin-bottom: 0px !important;
}
.hidden-price,
.hidden-item {
	visibility: hidden;
	position: absolute;
	left: -99999px;
	z-index: -99;
}
.quantity label {
	display: none;
}

#gform_page_1_1,
#gform_page_1_2,
#gform_page_1_3 {
	display: block !important;
}
.label-hidden legend,
.label-hidden > .gfield_label,
.label-hidden-radio ul li label {
	display: none;
}
fieldset {
	margin: 0;
	padding: 0;
}
.form-grid .gform_fields {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.form-flex .gform_fields {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.gform_body {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 23px;
}
#input_1_6 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
}
/* Color Swatches */
#input_1_25 {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: center;
	gap: 6px;
}
#input_1_25 li {
	display: flex;
}
#input_1_25 input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 20px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	border-radius: 0.25rem;
}
.form-grid input[type="text"],
.form-grid input[type="number"],
.large.gfield_select,
textarea {
	width: 100%;
}

.gfield_label {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #1195b0;
	margin-bottom: 4px;
	display: block;
	font-weight: 600;
}
.gfield_radio label,
.gfield_checkbox label {
	font-size: 0.875rem;
    line-height: 1.25rem;
    color: #374151;
    margin-bottom: 0;
}
.gform_body .instruction,
.ginput_container_fileupload span,
.gfield_description,
#gform_preview_1_55 {
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #6b7280;
	margin-top: 4px;
	display: block;
}
.input-text,
input[type="text"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #d2d6dc;
	border-width: 1px;
	border-radius: 0.25rem;
	padding: 0.5rem 0.75rem !important;
	font-size: 1rem;
	line-height: 1.5 !important;
	font-family: inherit;
	width: 100%;
	color: #374151;
}
.input-text:focus,
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
	border-color: #a4cafe;
}
input[type="file"]:focus {
	outline: none;
	box-shadow: none;
	border-color: none;
}
.gfield_select {
	background-image: url(/wp-content/uploads/2020/06/select.svg);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	background-repeat: no-repeat;
	background-color: #fff;
	border-color: #d2d6dc;
	border-width: 1px;
	border-radius: 0.25rem;
	padding: 0.5rem 2.5rem 0.5rem 0.75rem !important;
	font-size: 1rem;
	line-height: 1.5;
	background-position: right 0.5rem center;
	background-size: 1.5em 1.5em;
	color: #374151;
}
.input-text:focus,
.gfield_select:focus,
#gform_browse_button_1_55:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
	border-color: #a4cafe;
}
#input_1_13 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: transparent;
	width: 100%;
}
#input_1_13::-webkit-file-upload-button {
	visibility: hidden;
}
#gform_drag_drop_area_1_55 {
	color: #898f98;
	background-color: #f9fafb;
	border: 1px dashed #d2d6dc;
	border-radius: 0.25rem;
	padding: 8px 8px;
	text-align: center;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 0.875rem;
	width: 100%;
	height: 100%;
}
#extensions_message_1_55 {
	margin-top: 4px;
}
#gform_browse_button_1_55 {
    background-color: rgba(0, 0, 0, 0);
    color: #0078ff;
    font-size: 0.75rem;
    margin: 0;
    margin-top: -6px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    box-shadow: none !important;
    border: none !important;
}
.gform_wrapper span.gform_drop_instructions {
    margin-bottom: 0 !important;
}
#useFont {
	background-color: #0078ff;
	color: #fff;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	padding: 2px 10px 4px 10px;
	margin-top: 4px;
	cursor: pointer;
	text-align: center;
}
#useFont {
	max-width: 150px;
}
.svg-render svg {
	max-width: 100%;
}
.svg-render {
	background-color: #f9fafb;
}
.ginput_preview {
	display: flex;
	align-items: center;
}
.ginput_preview strong {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #374151;
	display: block;
	font-weight: 500;
	margin-left: 8px;
}
.ginput_preview img {
	width: 12px;
	height: 12px;
	cursor: pointer;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    margin-bottom: 0 !important;
}
.mm-suffix .ginput_container.ginput_container_number:after {
	content: "cm";
	background-color: #f9fafb;
	padding: 0.37rem 0.75rem;
	border-radius: 0;
	border: 1px solid #d2d6dc;
	position: absolute;
	right: 0;
	top: 0;
}
.mm-suffix .ginput_container {
	position: relative;
}
.mm-suffix .ginput_container input {
	padding-right: 64px;
}
.extra-opties.forced-show {
	display: block !important;
	visibility: visible !important;
}
.gform_body li {
	display: block;
}
.gform_body ul ul, .gform_body ul ol, .gform_body ol ol, .gform_body ol ul {
	margin: 0;
	margin-bottom: 0;
}
.gform_body ul {
	margin-bottom: 0;
}
/* Toggles */
body .gform_wrapper ul li.pt-toggle.gfield {
	position: relative;
}
.gform_wrapper .pt-toggle .gfield_checkbox input[type="checkbox"] {
	margin-left: -9999px;
	position: absolute;
	visibility: hidden;
}
/*.gform_wrapper .top_label .pt-toggle .gfield_label {
	max-width: 75%;
}
*/
.gform_wrapper .pt-toggle .gfield_checkbox input[type="checkbox"] + label {
	background-color: #ddd;
	border-radius: 60px;
	cursor: pointer;
	display: block;
	padding: 4px;
	outline: none;
	position: relative;
	transition: background 0.2s;
	user-select: none;
	width: 44px;
	max-width: 44px;
	height: 22px;
	margin-left: 0;
}
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]
	+ label::before,
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]
	+ label::after {
	content: "";
	display: block;
	position: absolute;
}
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]
	+ label::before {
	background-color: #ddd;
	border-radius: 60px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: background 0.2s;
}
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]
	+ label::after {
	background-color: #fff;
	border-radius: 60px;
	content: "";
	color: #fff;
	line-height: 24px;
	top: 4px;
	bottom: 4px;
	left: 4px;
	width: 14px;
	text-align: center;
	transition: margin 0.2s, background 0.2s;
	overflow: hidden;
}
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]:checked
	+ label {
	background-color: #ef721b;
}
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]:checked
	+ label::before {
	background-color: #ef721b;
}
.gform_wrapper
	.pt-toggle
	.gfield_checkbox
	input[type="checkbox"]:checked
	+ label::after {
	background-color: #fff;
	color: #ef721b;
	margin-left: 22px;
	box-shadow: -6px 2px 16px 0 rgba(0, 0, 0, 0.2);
}
.pt-toggle .gfield_checkbox label {
	color: rgba(0, 0, 0, 0);
}
/* End toggles */

.radio-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    border-radius: 100%;
    height: 1rem;
    width: 1rem;
    color: #ef721b;
    background-color: #fff;
    border-color: #d2d6dc;
	border-width: 10px;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	width: 1rem;
}

.radio-input input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.radio-input input:checked:focus {
    border-color: transparent;
}
.radio-input input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(164,202,254,.45);
    border-color: transparent;
}

.ginput_container_radio li {
	display: flex;
    align-items: center;
}

.color-swatch:checked:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -5px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color-swatch:hover {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(0,0,.2,1);
	transition-property: all;
	transform: scale(1.1);
}

.color-swatch[lightbackground=false]:checked:after {
    background: black;
    box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
}
.gform_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;

}
/* LOADER */
@-moz-keyframes fade {
	from {
	  background: #777;
	}
  }
  @-webkit-keyframes fade {
	from {
	  background: #777;
	}
  }
  
  #loading {
    background: #DDD;
    border-radius: 30px;
    height: 180px;
    margin: -120px 0 0 -90px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    transform: scale(0.35);
}

.loader-txt {
    margin: 20px 0 0 -150px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    color: #525252;
	font-weight: 700;
	text-align: center;
}
  
  .bubble {
	border-radius: 4px;
	height: 30px;
	margin: -15px 0 0 -4px;
	position: absolute;
	width: 8px;
	-moz-animation-name: fade;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
  }
  
  .bubble:nth-of-type(2) {
	-moz-transform: rotate(30deg);
	-moz-animation-delay: 0.05s;
	-webkit-transform: rotate(30deg);
	-webkit-animation-delay: 0.05s;
  }
  
  .bubble:nth-of-type(3) {
	-moz-transform: rotate(60deg);
	-moz-animation-delay: 0.1s;
	-webkit-transform: rotate(60deg);
	-webkit-animation-delay: 0.1s;
  }
  
  .bubble:nth-of-type(4) {
	-moz-transform: rotate(90deg);
	-moz-animation-delay: 0.15s;
	-webkit-transform: rotate(90deg);
	-webkit-animation-delay: 0.15s;
  }
  
  .bubble:nth-of-type(5) {
	-moz-transform: rotate(120deg);
	-moz-animation-delay: 0.2s;
	-webkit-transform: rotate(120deg);
	-webkit-animation-delay: 0.2s;
  }
  
  .bubble:nth-of-type(6) {
	-moz-transform: rotate(150deg);
	-moz-animation-delay: 0.25s;
	-webkit-transform: rotate(150deg);
	-webkit-animation-delay: 0.25s;
  }
  
  .bubble:nth-of-type(7) {
	-moz-transform: rotate(180deg);
	-moz-animation-delay: 0.3s;
	-webkit-transform: rotate(180deg);
	-webkit-animation-delay: 0.3s;
  }
  
  .bubble:nth-of-type(8) {
	-moz-transform: rotate(210deg);
	-moz-animation-delay: 0.35s;
	-webkit-transform: rotate(210deg);
	-webkit-animation-delay: 0.35s;
  }
  
  .bubble:nth-of-type(9) {
	-moz-transform: rotate(240deg);
	-moz-animation-delay: 0.4s;
	-webkit-transform: rotate(240deg);
	-webkit-animation-delay: 0.4s;
  }
  
  .bubble:nth-of-type(10) {
	-moz-transform: rotate(270deg);
	-moz-animation-delay: 0.45s;
	-webkit-transform: rotate(270deg);
	-webkit-animation-delay: 0.45s;
  }
  
  .bubble:nth-of-type(11) {
	-moz-transform: rotate(300deg);
	-moz-animation-delay: 0.5s;
	-webkit-transform: rotate(300deg);
	-webkit-animation-delay: 0.5s;
  }
  
  .bubble:nth-of-type(12) {
	-moz-transform: rotate(330deg);
	-moz-animation-delay: 0.55s;
	-webkit-transform: rotate(330deg);
	-webkit-animation-delay: 0.55s;
  }
  
  .bubble:nth-of-type(13) {
	-moz-transform: rotate(360deg);
	-moz-animation-delay: 0.6s;
	-webkit-transform: rotate(360deg);
	-webkit-animation-delay: 0.6s;
  }
  
  .bubble:nth-of-type(1) {
	left: 50%;
	top: 30%;
  }
  
  .bubble:nth-of-type(2) {
	left: 60%;
	top: 33%;
  }
  
  .bubble:nth-of-type(3) {
	left: 67%;
	top: 40%;
  }
  
  .bubble:nth-of-type(4) {
	left: 70%;
	top: 50%;
  }
  
  .bubble:nth-of-type(5) {
	left: 67%;
	top: 60%;
  }
  
  .bubble:nth-of-type(6) {
	left: 60%;
	top: 67%;
  }
  
  .bubble:nth-of-type(7) {
	left: 50%;
	top: 70%;
  }
  
  .bubble:nth-of-type(8) {
	left: 40%;
	top: 67%;
  }
  
  .bubble:nth-of-type(9) {
	left: 33%;
	top: 60%;
  }
  
  .bubble:nth-of-type(10) {
	left: 30%;
	top: 50%;
  }
  
  .bubble:nth-of-type(11) {
	left: 33%;
	top: 40%;
  }
  
  .bubble:nth-of-type(12) {
	left: 40%;
	top: 33%;
  }
  
/* END LOADER */

body .gform_wrapper li {
	margin-bottom: 0;
}
.product-summary .quantity {
    margin-bottom: 0 !important;
}
@media (max-width: 1280px) {
	.form-flex .gform_fields {
		display: block;
		gap: 0px;
	}
}
@media (max-width: 1023px) {
	.gform_body {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		max-width: 42rem;
		margin: auto;
	}
	.pricing-holder {
		max-width: 42rem;
		margin: auto;
	}
}

@media (max-width: 768px) {
	.gform_body {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0px;
	}
}
@media only screen and (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0px !important;
	}
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
	#gform_1 {
		padding: 0px 15px;
	}
}
@media (max-width: 640px) {
	#previewWrap {
		min-height: 60px;
	}
	#loading {
		margin: -90px 0 0 -90px;
		transform: scale(0.3);
	}
	.loader-txt {
		margin-top: 40px;
	}
	#rulerContainerY {
		display: block !important;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 20;
		margin-left: 0 !important; /* override -ml-2 from markup on mobile */
	}
	.product-info {
		padding-top: 0px !important;
		margin-top: -12px;
	}

	/* Reserve ruimte voor linker ruler op mobiel */
	#previewContainer {
		padding-left: 48px; /* reserve extra room for left ruler and cm text */
	}
	#mmHeight { white-space: nowrap; }
	#rulerContainerY .text-center {
		justify-content: flex-start;
		padding-left: 0px;
	}

	/* Mobile: shift bottom ruler 5% to the right (desktop unchanged) */
	#rulerContainer,
	#rulerContainerX {
		margin-left: 5% !important;
	}
}
/*********************************************************************************/
.mijnheading {
	background: #0091a8;
    color: #ffffff;
    /*font-size: 25px;*/
    text-align: center;
	/*border-radius: 12px;*/
	padding: 12px 15px;
	font-size: 1.6em;
}
#field_1_2 .gfield_label, #field_1_3 .gfield_label, #field_1_46 .gfield_label, #field_1_63 .gfield_label, #field_1_55 .gfield_label, #field_1_28 .gfield_label, #field_1_57 .gfield_label, #field_1_7 .gfield_label, #field_1_49 .gfield_label, #field_1_6 .gfield_label {
background: #0091a8;
    color: #ffffff !important;
    font-size: 25px;
    text-align: center;
	border-radius: 4px;
	font-size: 0.875rem;
	padding: 5px;
	/*margin-top: 14px;*/
	width: 100%;
}
.tippy .gfield_description {
    text-align: center;
    background-color: #1b798c;
    border-radius: 50%;
    width: 22px !important;
    height: 22px;
    font-size: 14px;
    line-height: 26px;
    cursor: help;
    float: right;
    padding: 2px 0 0 0 !important;
    /* display: block; */
    margin-top: -29px;
	text-align: center;
	position: relative;
	margin-right: 4px;
	font-weight: bolder;
	color:white;
}
