.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;
}

/* =========================
   Designer UI: verberg standaard WooCommerce prijs (die vaak €0,00 toont)
   We tonen de (berekende) prijs in de order-summary / total.
   Scoped zodat andere producten hun normale prijs behouden.
========================= */
body.single-product .product-belettering .price-wrapper,
body.single-product .product-belettering .product-page-price {
	display: none !important;
}
main#main {
	/*background-color: #f4f5f7;*/
	background-color: #fff;
}
/* Show WooCommerce/Flatsome success notice (used after add-to-cart). */
.woocommerce-message.message-wrapper {
	display: block !important;
	margin: 12px 0 !important;
	padding: 12px 16px !important;
	border-radius: 10px;
	border-left: 4px solid #1eb776; /* KHL green */
	background: #ecfdf5; /* light green */
	color: #065f46;
	font-weight: 600;
}

.woocommerce-message.message-wrapper a.button,
.woocommerce-message.message-wrapper a.wc-forward {
	border-radius: 999px;
	padding: 8px 12px;
	margin-left: 10px;
	background: #0091a8; /* KHL blue */
	border-color: #0091a8;
	color: #fff;
}

.woocommerce-message.message-wrapper a.button:hover,
.woocommerce-message.message-wrapper a.wc-forward:hover {
	filter: brightness(0.95);
}
.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;
}

/* Overzicht heading zit ook in .order-summary <li> en werd daardoor links gezet.
   Forceer center voor de heading-rij.
*/
body .order-summary li.mijnheading {
	justify-content: center !important;
	text-align: center !important;
}
body .order-summary li:last-child {
	border-bottom: 0px;
}
body .order-summary li label {
	margin-bottom: 0px;
}
#previewWrap {
	min-height: 200px;
}
/* =========================
     Preview grootte
     Standaard max 200px hoog.
     In icon-mode (body.khl-icon-font-selected) 400px hoog.
  ========================= */
  #previewImg {
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  body.khl-icon-font-selected #previewImg {
    /* max-height alleen vergroot niet; zet een echte height om op te schalen */
    max-height: none;
    height: 130px;
  }

.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;
}
/*
  Sommige CSS (o.a. van Gravity Forms / theme) gebruikt de class `.gform-body` (met streepje)
  i.p.v. `.gform_body` (underscore) en kan display/layout overschrijven.
  We targetten daarom expliciet beide (en gecombineerd) zodat de 3-koloms layout altijd werkt.
*/
/* Forceer 3 kolommen op desktop (sommige theme/GF CSS overschrijft dit soms) */
body.single-product .gform_wrapper#gform_wrapper_1 .gform-body.gform_body,
body.single-product .gform_wrapper#gform_wrapper_1 .gform_body,
body.single-product .gform_wrapper#gform_wrapper_1 .gform-body,
body.single-product .gform_wrapper#gform_wrapper_1 .gform-body.gform_body {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 23px !important;
	align-items: start;
	/* Zorg dat de 3 kolommen even hoog worden */
	align-items: stretch;
	width: 100%;
	max-width: none;
}

/* Binnen elke kolom: laat de witte box de volledige kolomhoogte innemen */
body.single-product .gform_wrapper#gform_wrapper_1 .gform-body.gform_body > .gfieldset.gform_fieldset_begin {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#input_1_6 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
}

/* =========================
   Alignment icons (Links / Midden / Rechts)
   We keep the original translated label text for screen readers,
   but show an icon visually.
========================= */
.khl-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Make each choice look like a button */
#input_1_6 .gchoice {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 0;
}

/* Hide the default radio circle but keep it accessible */
#input_1_6 input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
	height: 1px;
}

#input_1_6 label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 34px;
	border: 1px solid #d2d6dc;
	border-radius: 6px;
	background: #fff;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#input_1_6 label:hover {
	box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
	border-color: #a4cafe;
}

/* Selected state */
#input_1_6 input[type="radio"]:checked + label {
	border-color: #0078ff;
	box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.18);
}

.khl-align-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Simple inline SVG icons (currentColor) */
.khl-align-left {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23374151' d='M3 4h18v2H3V4zm0 4h12v2H3V8zm0 4h18v2H3v-2zm0 4h12v2H3v-2zm0 4h18v2H3v-2z'/%3E%3C/svg%3E");
}
.khl-align-center {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23374151' d='M3 4h18v2H3V4zm3 4h12v2H6V8zm-3 4h18v2H3v-2zm3 4h12v2H6v-2zm-3 4h18v2H3v-2z'/%3E%3C/svg%3E");
}
.khl-align-right {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23374151' d='M3 4h18v2H3V4zm6 4h12v2H9V8zM3 12h18v2H3v-2zm6 4h12v2H9v-2zM3 20h18v2H3v-2z'/%3E%3C/svg%3E");
}

/* Slightly darker icon when selected */
#input_1_6 input[type="radio"]:checked + label .khl-align-left,
#input_1_6 input[type="radio"]:checked + label .khl-align-center,
#input_1_6 input[type="radio"]:checked + label .khl-align-right {
	filter: brightness(0.6);
}
/* 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: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 5px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

/* =========================
   Custom font upload dropzone (khl_font_file)
========================= */
.khl-font-dropzone {
	position: relative;
	width: 100%;
	min-height: 90px;
	border: 2px dashed #d2d6dc;
	border-radius: 8px;
	background: #f9fafb;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
	cursor: pointer;
}

.khl-font-dropzone.is-dragover {
	border-color: #0078ff;
	box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.18);
	background: #fff;
}

.khl-font-dropzone-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
}

.khl-font-dropzone-title {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #374151;
	font-weight: 600;
}

.khl-font-dropzone-sub {
	font-size: 0.75rem;
	line-height: 1rem;
	color: #6b7280;
}

.khl-font-choose {
	/*background-color: #1eb776;*/
	color: #317ad7;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	padding: 6px 12px;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	border: none;
}

.khl-font-choose:hover {
	filter: brightness(0.95);
}

/* Hide the native file input visually (keep it functional) */
#khl_font_file {
	position: absolute;
	left: -99999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.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) {
	/* Mobile/tablet: force 1 kolom.
	   Let op: bovenaan forceren we 3 kolommen met een heel specifieke selector.
	   Daarom moeten we hier dezelfde (of specifieker) targetten, anders blijft het 3-koloms.
	*/
	body.single-product .gform_wrapper#gform_wrapper_1 .gform-body.gform_body,
	body.single-product .gform_wrapper#gform_wrapper_1 .gform_body,
	body.single-product .gform_wrapper#gform_wrapper_1 .gform-body,
	.gform_body,
	.gform-body,
	.gform-body.gform_body {
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 16px !important;
		max-width: 42rem;
		margin: auto;
	}
	.pricing-holder {
		max-width: 42rem;
		margin: auto;
	}
}

@media (max-width: 768px) {
	body.single-product .gform_wrapper#gform_wrapper_1 .gform-body.gform_body,
	body.single-product .gform_wrapper#gform_wrapper_1 .gform_body,
	body.single-product .gform_wrapper#gform_wrapper_1 .gform-body,
	.gform_body {
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
}
@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;
	/* Zorg dat de 3 kolom-headings dezelfde 'look' hebben */
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-bottom: 12px !important;
}

/* heading <p> reset (sommige theme styles geven extra margins) */
.mijnheading p {
	margin: 0 !important;
	line-height: 1.2;
}
#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%;
	/* Meer ruimte tussen label (heading) en input eronder */
	margin-bottom: 10px !important;
}
.tippy .gfield_description {
    text-align: center;
    background-color: #1b798c;
    border-radius: 50%;
    width: 22px !important;
    height: 22px;
    font-size: 17px;
    line-height: 19px;
    cursor: help;
    float: right;
    padding: 2px 0 0 0 !important;
    /* display: block; */
    margin-top: -36px;
	text-align: center;
	position: relative;
	margin-right: 4px;
	font-weight: bolder;
	color:white;
}
/* verwijder ttf rules */
#gfield_upload_rules_1_55 {
    display: none !important;
}
/* Hide upload percent (e.g. "100%") in GF upload preview */
#gform_preview_1_55 .gfield_fileupload_percent {
	display: none !important;
}
/* Hide GF upload UI details (filesize + progressbar) in the upload preview */
#gform_preview_1_55 .gfield_fileupload_filesize,
#gform_preview_1_55 .gfield_fileupload_progressbar {
	display: none !important;
}
/* =========================
   ICON MODE: lock font UI
   Wanneer een icon-font geselecteerd is (pijlen1.ttf of *-icons.ttf)
   zet JS de class: body.khl-icon-font-selected
   Dan verbergen we font-keuze + upload zodat klant niet kan wisselen.
========================= */
body.khl-icon-font-selected #field_1_63,
body.khl-icon-font-selected #field_1_55,
body.khl-icon-font-selected #field_1_56 {
	display: none !important;
}

/* Text input (icon mode): hide completely */
body.khl-icon-font-selected #field_1_46 {
	display: none !important;
}
