/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .card-header {
	padding: 40px 25px;
	
	color: #FFF;
}

.card-header .price small {
	display: block;
	font-size: 1.125rem;
	font-weight: 900;
	margin-bottom: 10px;
}

.card-header .price span {
	color: #009EE3;
	font-size: 2rem;
	font-weight: 700;
}

.card-header .price .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-right: 7px;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
}

.card-danger {
	margin-bottom: 20px;
	background: rgba(255, 0, 0, 0.14902);
	border: 1px solid #bf0000;
	padding: 10px;
	color: #bf0000;
	border-radius: 5px;
	margin-right: 4.5%;
}

.card-danger a {
	color: #bf0000;
	text-decoration: underline;
}

.card-danger strong {
	font-weight: 900;
}

.list-group {

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:first baseline;
	
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item {
	position: relative;
	
	flex-direction: column;
	padding: 0.5rem;
	margin: 0 5px 0 0 	;
	border: 1px solid #F7F7F7;
	border-radius: 8px;
	width: 25%;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 12px;
}
.list-group-item:hover {
	border: 1px solid #3AB700;
}
.list-group-item span {
	text-align: center;
}

.list-group.productconfig-options-quantity {
	padding: 0;
}

.productconfig-group-footer {
	border: 0;
	font-size: .925rem;
	padding: 20px 1.25rem;
	color: #041828;
}

#quantityAlternative {
	position: relative;
	top: -5px;
}

#quantityAlternative label {
	display: none;
}

.productconfig-groups {
	position: relative;
	display: block !important;
}

.productconfig-groups .loading-bar-container {
	position: absolute;
	left: 0;
	top: -3px;
	z-index: 3;
}

.productconfig-group {
	border-radius: 0;
	border-bottom: 0;
	margin-bottom: 15px;
}

.productconfig-groups .productconfig-group:last-of-type {
	margin-bottom: 0;
}


.productconfig-group[data-group-status=completed][data-group-expanded=false] .productconfig-group-header-edit {
	display: block;
}

.productconfig-group[data-group-status=completed][data-group-expanded=true] {
	position: relative;
	z-index: 2;
}

.productconfig-group-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 0;
	color: #000;
	border-bottom: 0;
	
}

[data-group-expanded="true"] .productconfig-group-header {
	/* background-color: #c0c0c0 ; */
	color: #202020;
}

.productconfig-group-header-title {
	width: 40%;
	
	font-size: 1rem;
}

.productconfig-group-header-selection {
	width: 36%;
	font-size: 14px;
	font-weight: bold;
}

.productconfig-group-header-price, .productconfig-group-header-edit {
	width: 22%;
	font-size: 14px;
	font-weight: bold;
}

.productconfig-group-header-edit {
	text-align: right;
	display: none;
	text-decoration: underline;
	cursor: pointer;
}

.productconfig-group-footer .form-group > .col-form-label {
	position: relative;
	top: 13px;
}

@media (max-width: 375px) {
	.productconfig-group-footer .form-group > .col-form-label {
		width: 120px;
		padding-right: 10px;
	}
}

.productconfig-group-footer .form-group .quantity .qty {
	width: 100px;
	padding: 10px;
	margin-left: 8px;
}

.productconfig-options-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productconfig-options-labels.small-labels > label, .productconfig-options-colors > label {
	width: calc(25% - 11px) !important;
}

.productconfig-options-labels.big-labels {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.productconfig-options-labels.big-labels > label {
	width: calc(50% - 11px);
}

.productconfig-options-labels > label {
	border: 1px solid #F7F7F7 ;
	margin: 0 10px 10px 0 !important;
	text-align: center;
	font-size: 12px;
	background: white;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 8px !important;
	padding: 0 0 8px;
	display: -webkit-box;
	flex-direction: column;
}

.productconfig-options-labels > label img {
	margin: 9px 9px 3px;
	width: calc(100% - 18px);
	height: auto;
}

.productconfig-options-labels > label > span {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.productconfig-options-labels > label > span:nth-child(3) {
	color: #d5d5d5;
}

.productconfig-options-labels > label:hover, .productconfig-options-labels > label.active {
	background: white;
	border: 1px solid #555 !important;
	color: black;
}

.productconfig-options-labels input[type=radio] {
	display: none;
}

/*.productconfig-options-labels input[type=radio]:checked + label, .productconfig-options-labels input[type=checkbox]:checked + label {*/
/*	background: white;*/
/*	border: 1px solid #555 !important;*/
/*}*/

.productconfig-options-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.productconfig-options-colors > label {
	width: calc(14.2% - 11px);
	margin: 0 0 10px 10px !important;
	text-align: center;
	color: white;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px !important;
	font-size: 0;
	height: 40px;
	border: 1px solid transparent;
}

.productconfig-options-colors > label.productconfig-options-kleur-witte, .productconfig-options-colors > label.productconfig-options-kleur-wit, .productconfig-options-colors > label.productconfig-options-kleur-white, .productconfig-options-colors > label.productconfig-options-kleur-eigen-kleur {
	border: 1px solid #eaeaea !important;
	color: black;
}

.productconfig-options-colors > label:hover, .productconfig-options-colors > label.active {
	color: white;
	border: 1px solid #555 !important;
	opacity: 0.8;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.productconfig-options-colors > label:hover.productconfig-options-kleur-witte, .productconfig-options-colors > label:hover.productconfig-options-kleur-wit, .productconfig-options-colors > label:hover.productconfig-options-kleur-white, .productconfig-options-colors > label.active.productconfig-options-kleur-witte, .productconfig-options-colors > label.active.productconfig-options-kleur-wit, .productconfig-options-colors > label.active.productconfig-options-kleur-white {
	color: black;
}

.productconfig-options-colors input[type=radio] {
	display: none;
}

.productconfig-options-colors input[type=radio]:checked + label, .productconfig-options-colors input[type=checkbox]:checked + label {
	border: 1px solid #555 !important;
	opacity: 0.7;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.productconfig-addtocart input.qty, .productconfig-addtocart .quantity {
	display: none;
}

.productconfig-addtocart {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #041828;
}

.productconfig-pricetable {
	width: 100%;
	display: none;
	border-radius: 0 !important;
	background: transparent;
	border: none;
}

.productconfig-pricetable .list-group-item {
	border-radius: 0;
}

.productconfig-pricetable[data-pricetable-status=active] {
	display: block;
	background: transparent;
}

/*.productconfig-pricetable .list-group-item {*/
/*	padding: 0 2rem .75rem;*/
/*}*/

.productconfig-pricetable table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.productconfig-pricetable table td {
	border: none;
}

.productconfig-pricetable table tbody {
	width: 100%;
	display: block;
}

.productconfig-pricetable table tbody tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	border: none;
}

.productconfig-pricetable table tbody tr td:nth-child(1) {
	width: 50%;
	border: none;
	padding: 0;
}

.productconfig-pricetable table tbody tr td:nth-child(2) {
	width: 50%;
	text-align: right;
	border: none;
	padding: 0;
}

.productconfig-pricetable table tbody tr.total td {
	font-size: 20px;
}

.productconfig-pricetable table tbody tr.total td span.amount {
	font-weight: bold;
}

.productconfig-pricetable table tbody tr.total td > span:not(.woocommerce-Price-amount) {
	font-size: 14px;
}

/* Price per piece styling */
.productconfig-pricetable table tbody tr.subtotal {
	padding: 0;
	position: relative;
}

.productconfig-pricetable table tbody tr.subtotal td {
	padding: 0;
	border: none;
}

.price-per-piece-section {
	margin-bottom: 24px;
}

.price-per-piece-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.price-per-piece-label {
	font-size: 1rem;
	color: #041828;
	font-weight: 400;
}

.price-per-piece-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.price-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 12px;
	background-color: #ffedd5;
	color: #E88401;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	min-width: 50px;
}

.price-discount-badge:empty {
	display: none;
}

.price-per-piece-amount {
	display: inline-flex;
	align-items: baseline;
	font-weight: 700;
	color: #041828;
	line-height: 1;
}

.price-currency {
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: 2px;
}

.price-integer {
	font-size: 1.5rem;
	font-weight: 700;
}

.price-decimal {
	font-size: 1rem;
	line-height: 2;
	font-weight: 600;
	/* align text to top */
	display: inline-block;
	vertical-align: top;
}

/* Costs breakdown styling */
.productconfig-pricetable table tbody tr.costs-breakdown td {
	padding: 0;
	border: none;
}

.costs-breakdown-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
	margin-bottom: 0;
}

.cost-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
}

.cost-item-total {
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #e5e7eb;
}

.cost-label {
	color: #041828;
	font-weight: 400;
}

.cost-item-total .cost-label {
	font-weight: 700;
}

.cost-value {
	color: #041828;
	font-weight: 600;
}

.cost-value-free {
	color: #16a34a !important;
	font-weight: 600;
}

.cost-item-total .cost-value {
	font-weight: 700;
	font-size: 1.25rem;
}

/* Buttons styling */
.productconfig-addtocart {
	margin-top: 24px;
	margin-bottom: 24px;
}

.productconfig-addtocart__buttons {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.btn-quote,
.single_add_to_cart_button.btn-quote,
button.btn-quote {
	background: #fff !important;
	border: 2px solid #E88401 !important;
	color: #E88401 !important;
	padding: 12px 24px !important;
	border-radius: 30px !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	gap: 8px;
	transition: all 0.2s ease;
	text-decoration: none !important;
	box-shadow: 3px 3px 4px 0px #c0c0c0 !important;
}

.btn-quote:hover,
.single_add_to_cart_button.btn-quote:hover,
button.btn-quote:hover {
	background: #fff7ed !important;
	border-color: #E88401 !important;
	color: #E88401 !important;
}

.btn-submit-design,
.single_add_to_cart_button.btn-submit-design,
button.btn-submit-design {
	background: #E88401 !important;
	border: 2px solid #E88401 !important;
	color: #fff !important;
	padding: 12px 24px !important;
	border-radius: 30px !important;
	box-shadow: 3px 3px 4px 0px #c0c0c0 !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	gap: 8px;
	transition: all 0.2s ease;
	flex: 1;
	justify-content: center;
	text-decoration: none !important;
	
}

.btn-submit-design:hover,
.single_add_to_cart_button.btn-submit-design:hover,
button.btn-submit-design:hover {
	background: #d9730a !important;
	border-color: #d9730a !important;
	color: #fff !important;
}

.btn-icon {
	font-size: 1.125rem;
	line-height: 1;
	display: inline-block;
}

.btn-icon-document {
	width: 16px;
	height: 16px;
	background: currentColor;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.add-to-cart-alternative {
	margin: 0;
	font-size: 0.875rem;
	color: #6b7280;
	text-align: center;
}

.productconfig-table-image {
	max-height: 25px;
	margin-right: 10px;
	border-radius: 50%;
}

@media (max-width: 991.98px) {
	.productconfig-group-header-price {
		display: none;
	}

	.productconfig-group-header-edit {
		width: 24%;
	}
}

@media (max-width: 767.98px) {
	.productconfig-group-header-selection, .productconfig-group-header-edit {
		font-size: 12px;
		font-weight: normal;
		text-align: right;
	}

	.productconfig-group-header-title {
		width: 50%;
	}

	.productconfig-group-header-title i {
		display: none;
	}

	.productconfig-group-header-selection {
		width: calc(50% - 55px);
	}

	.productconfig-group-header-edit {
		width: 55px;
	}

	.productconfig-options-radio > label .productconfig-option-desc, .productconfig-options-quantity > label .productconfig-option-desc {
		display: none;
	}

	.productconfig-options-radio > label .productconfig-option-title, .productconfig-options-quantity > label .productconfig-option-title {
		width: 65%;
	}

	.productconfig-options-radio > label .productconfig-option-price, .productconfig-options-quantity > label .productconfig-option-price {
		width: 35%;
	}

	.productconfig-options-labels.small-labels > label {
		width: calc(33.333% - 11px);
	}

	.productconfig-pricetable table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: flex !important;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.productconfig-pricetable table tbody tr td:nth-child(1) {
		font-weight: bold;
		width: 100%;
	}

	.productconfig-pricetable table tbody tr td:nth-child(2) {
		width: 100%;
	}

	.productconfig-pricetable table tbody tr.subtotal {
		padding: 0;
	}

	.price-per-piece-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.price-per-piece-amount {
		margin-left: 0;
	}

	.price-currency,
	.price-integer {
		font-size: 1.25rem;
	}

	.price-decimal {
		font-size: 0.8rem;
		margin-top: -10px;
	}

	.productconfig-addtocart__buttons {
		flex-direction: column;
	}

	.btn-submit-design,
	.single_add_to_cart_button.btn-submit-design,
	button.btn-submit-design {
		flex: 1;
		width: 100% !important;
	}

	.btn-quote,
	.single_add_to_cart_button.btn-quote,
	button.btn-quote {
		width: 100% !important;
	}
}


.card.productconfig-addtocart:not(.price-active) tr.total {
	display: none !important;
}

.card.productconfig-addtocart:not(.price-active) tr.unit span.amount {
	font-weight: bold;
	font-size: 16px;
}

.productconfig-pricetable table.list-group-item td {
	border: 0;
}

button.btn.btn-outline-default {
	background: white;
	border: 1px solid #655dc6;
	color: #655dc6;
}

button.btn.btn-secondary {
	background: #06107A;
	color: #FFF;
}

.list-group-item.list-group-proceed-to-checkout button {
	width: 50%;
	margin-right: 15px
}

.list-group-item.list-group-proceed-to-checkout button.btn-secondary {
	margin-right: 0;
}

.productconfig-options-colors > label span.productconfig-option-title {
	display: none;
}

.productconfig-options-colors > label {
	border: 1px solid rgba(0, 0, 0, 0.22);
}

.btn.btn-outline-default {
	background: white;
	border: 1px solid #655dc6;
	color: #655dc6;
}

.btn.btn-secondary {
	color: white;
	background: #FF5722;
}

.product-color-options {
	display: none;
}

@media (min-width: 992px) {
	.product .product-color-options-container, .product-small.box .product-color-options-container {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 4;
		top: -44px;
		padding-left: 10px;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		cursor: -webkit-grab;
		cursor: grab;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	.product .product-color-options-container::-webkit-scrollbar, .product-small.box .product-color-options-container::-webkit-scrollbar {
		display: none;
		width: 0px;
		background: transparent; /* make scrollbar transparent */
	}

	.product .product-color-options, .product-small.box .product-color-options {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -6px;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.product .product-color-options li, .product-small.box .product-color-options li {
		background-color: white;
		background-position: center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		font-size: 0;
		width: 40px;
		height: 30px;
		border: 1px solid #d5d5d5;
		margin: 3px;
		padding: 3px;
	}

	.product .product-color-options li:hover, .product-small.box .product-color-options li:hover {
		border: 1px solid #555;
	}

	.product:hover .product-color-options, .product-small.box:hover .product-color-options {
		opacity: 1;
	}
}

ul.product-overview-usps {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.product-overview-usps li {
	margin: 0 !important;
	padding: 0;
	color: #737373;
}

.product-delivery-date.d-flex {
	font-size: 13px;
	margin-bottom: 10px;
}

.product-delivery-date.d-flex svg {
	position: relative;
	top: 0px;
	width: 12px;
	height: 20px;
}

.product-delivery-date.d-flex {
	margin-bottom: 9px;
}

p.name.product-title {
	margin-bottom: 0 !important;
}

ul.product-overview-usps li svg {
	margin-right: -4px;
	margin-left: -5px;
}

ul.product-overview-usps {
	font-size: 13px;
	margin-top: 10px;
}

.product-delivery-date.d-flex svg path {
	fill: #4CAF50;
}

.product-delivery-date.d-flex {
	color: #4caf4f;
}

.message-container.container.alert-color.medium-text-center {
	background: rgba(178, 0, 0, 0.1);
	border: 1px solid rgba(178, 0, 0, 0.28);
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 auto;
	width: calc(100% - 30px) !important;
}

div#ui-datepicker-div {
	background: white;
	padding: 10px;
	border: 1px solid #b9b7b7;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
	margin-top: 3px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ui-datepicker-title {
	width: 100%; /* text-align: center; */
	font-weight: bold;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
	font-size: 14px;
	font-weight: bold;
}

li.productfilter-option {
	padding: 0;
	margin: 0 !important;
	font-weight: normal;
}

li.productfilter-option label {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: black !important;
	font-weight: 300;
}

.productfilter-groups ul {
	padding: 0 0 0 11px;
	border-left: 1px solid #ddd;
	margin: 0 0 10px 3px;
}

.productfilters h5 {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #525252 !important;
	font-weight: 300 !important;
}

.productfilter-group {
	border-top: 1px solid #ececec;
	padding-top: 10px;
	padding-bottom: 10px;
}

.productfilter-group button.toggle {
	position: absolute;
	right: 1px;
	top: 5px;
}

.main-products-container.loading {
	opacity: 0.2;
}

.productfilter-group .card-body {
	position: relative;
}

.productfilter-group:first-child {
	margin-top: -8px;
}

button.toggle.toggled {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.productfilter-group .collapse:not(.show) {
	height: 0;
	opacity: 0;
}

.productfilter-group {
	border-top: 1px solid #eaeaea;
}

.productfilter-group ul {
	max-height: 280px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.productfilter-group ul::-webkit-scrollbar {
	-webkit-appearance: none;
}

.productfilter-group ul::-webkit-scrollbar:vertical {
	width: 11px;
}

.productfilter-group ul::-webkit-scrollbar:horizontal {
	height: 11px;
}

.productfilter-group ul::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white; /* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, 0.5);
}

.productfilter-from-total__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.productfilter-range-input {
	width: 80px !important;
	height: 31px !important;
}

.productfilter-range-slider {
	width: calc(100% - 60px);
	margin-left: 20px;
}

.productfilter-from-total {
	margin-bottom: 6px;
	border-top: 1px solid #ececec;
	padding-top: 6px;
}

.productfilter-active__filters a {
	display: inline-block;
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 99px;
	opacity: .9;
	padding: 0 7px;
	font-size: .85em;
	font-weight: normal;
	margin-right: 5px;
}

.productfilter-active__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 15px;
}

.productfilter-active__filters a:before {
	content: 'x';
	opacity: .4;
	margin-right: 3px;
}

.productfilter-active:not(.active) {
	display: none;
}

.loading-bar-container {
	height: 4px;
	width: 100%;
}

.loading-bar-container .loading-bar {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
	display: none;
}

.loading-bar-container .loading-bar.active {
	display: block;
}

.loading-bar-container .loading-bar:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #3AB700;
	-webkit-animation: loading 0.3s linear infinite;
	animation: loading 0.3s linear infinite;
}

.loading-bar-container .loading-bar.long:before {
	-webkit-animation: loading 1.5s linear infinite;
	animation: loading 1.5s linear infinite;
}

@-webkit-keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		left: 50%;
	}
	95% {
		left: 120%;
	}
	to {
		left: 100%;
	}
}

@keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		left: 50%;
	}
	95% {
		left: 120%;
	}
	to {
		left: 100%;
	}
}

.woocommerce .shop-table {
	padding: 20px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_table tr th {
	padding: 0.75rem 1.25rem !important;
	vertical-align: top;
}

.woocommerce table.shop_table tr td {
	padding: 0.75rem 1.25rem !important;
}

.woocommerce table.shop_table tr td small.includes_tax {
	display: block;
}

.woocommerce table.shop_table tr th, .woocommerce table.shop_table tr td {
	background: transparent !important;
}

div.shop-table .shop-table-product-image:not(.col):not([class^="col-"]) {
	width: 90px !important;
}

div.shop-table .shop-table-product-image:not(.col):not([class^="col-"]) -sm {
	width: 100px;
}

div.shop-table ul.wc-item-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 400px;
}

div.shop-table ul.wc-item-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 6px;
}

div.shop-table ul.wc-item-meta li strong, div.shop-table ul.wc-item-meta li p {
	width: 50%;
	display: inline-block;
	margin: 0;
	padding: 0;
}

div.shop-table .shop-table-product-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
	line-height: 1.525rem;
}

div.shop-table .shop-table-product-details tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

div.shop-table .shop-table-product-details tr td {
	width: 50%;
	border: 0;
	padding: 0 0 6px;
}

div.shop-table .shop-table-product-details tr td p {
	padding: 0;
	margin: 0;
}

@media (max-width: 767.98px) {
	.woocommerce table.shop_table {
		border-radius: 0;
	}

	.woocommerce table.shop_table tr td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		text-align: left;
	}

	.woocommerce table.shop_table tr td strong, .woocommerce table.shop_table tr td small, .woocommerce table.shop_table tr td:before, .woocommerce table.shop_table tr td li, .woocommerce table.shop_table tr td label, .woocommerce table.shop_table tr td p, .woocommerce table.shop_table tr td span {
		text-align: left;
	}

	div.shop-table .shop-table-product-image {
		width: 100%;
	}

	div.shop-table .shop-table-product-image img {
		max-width: 100px;
	}
}

.shop-table .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.shop-table .col {
	width: calc(100% - 90px) !important;
}

form.woocommerce-checkout input#ship-to-different-address-checkbox {
	margin-left: -5px !important;
	top: -1px;
	position: relative;
}

form.woocommerce-checkout p#order_comments_field {
	padding: 0;
	margin: 0;
}

form.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
	border-bottom: 1px solid #e1edef !important;
}

form.woocommerce-checkout .woocommerce-privacy-policy-text {
	font-size: 13px;
}

form.woocommerce-checkout #payment div.payment_box {
	opacity: 0.8;
}

form.woocommerce-checkout #payment div.payment_box p {
	font-size: 12px;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body > p {
	display: none;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body .wc-checkout-add-ons-input-file-plupload.form-control.input-lg {
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 !important;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body .wc-checkout-add-ons-preview {
	padding-top: 10px;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body a.wc-checkout-add-ons-dropzone {
	width: 100%;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body .wc-checkout-add-ons-dropzone {
	position: relative;
	padding: 20px 0 20px 50px;
	font-size: .925rem;
	color: #041828;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body .wc-checkout-add-ons-dropzone:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: url(../img/cloud.svg) no-repeat left;
	background-size: contain;
}

form.woocommerce-checkout #wc_checkout_add_ons {
	margin-bottom: 30px;
}

#wc_checkout_add_ons a.wc-checkout-add-ons-dropzone {
	background: #e1edef !important;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body a.wc-checkout-add-ons-dropzone .wc-checkout-add-ons-progress .bar {
	background: #fdd34c;
}

.woocommerce-order-received .large-7,
.woocommerce-order-received .large-5 {
	padding: 20px;
	background: #FFF;
	width: 100%;
	color: #06107a;
	font-size: 1rem;
	line-height: 1.525rem;
}

.woocommerce-order-received .large-5 {
	margin-top: 30px;
}

.woocommerce-order-received table a {
	color: #06107a;
	font-weight: 700;
}

.woocommerce-order-received table {
	width: 100%;
}

.woocommerce-order-received table tr.order_item {
	border-bottom: 1px solid #e1edef;
}

.woocommerce-order-received h2 {
	font-weight: 900;
	text-transform: uppercase;
	color: #06107a;
	margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce table td,
.woocommerce-order-received .woocommerce table th {
	text-align: left;
	padding: 0 !important;
}

.woocommerce-order-received .woocommerce .woocommerce-order-details table td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table th {
	padding: 5px 0 !important;
}

.woocommerce-order-received ul li {
	list-style-type: none;
}

.configuration-tables__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.configuration-tables__item {
	width: 33%;
	margin: 20px;
}

.configuration-tables.p-b-0 {
	border: 1px solid #dddddd;
	background: #ffffff;
	border-top: 0;
}

@media (max-width: 900px) {
	.configuration-tables__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.configuration-tables__item {
		width: 100%;
	}
}

@media (max-width: 1150px) {
	header#header div#wide-nav > div > div:nth-child(2) {
		display: none;
	}
}

.header-inner.flex-row.container.logo-left.medium-logo-center {
	background: #514aa7;
	background: -webkit-gradient(linear, left bottom, left top, from(#514aa7), to(#655dc6));
	background: linear-gradient(0deg, #514aa7 0%, #655dc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#514aa7", endColorstr="#655dc6", GradientType=1);
}

.quadmenu-container {
	background: #f9f9f9;
}

div#masthead {
	background: #514aa7;
	background: -webkit-gradient(linear, left bottom, left top, from(#514aa7), to(#655dc6));
	background: linear-gradient(0deg, #514aa7 0%, #655dc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#514aa7", endColorstr="#655dc6", GradientType=1);
}

div#masthead [data-icon-label]:after, div#masthead .secondary.is-underline:hover, div#masthead .secondary.is-outline:hover, div#masthead .icon-label, div#masthead .button.secondary:not(.is-outline), div#masthead .button.alt:not(.is-outline), div#masthead .badge-inner.on-sale, div#masthead .button.checkout, div#masthead .single_add_to_cart_button, div#masthead .current .breadcrumb-step {
	background: white;
	color: #1c1384;
}

div#masthead .nav > li > a > i + span {
	color: white;
}

div#wide-nav {
	padding: 5px 0;
}

@media (max-width: 530px) {
	div#logo {
		position: relative;
		left: -30px;
	}
}

.eventgoodz-client-logos img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.8s ease;
	transition: 0.8s ease;
	opacity: 0.8;
	height: 100px;
	margin-top: -10px !important;
	margin-bottom: 10px !important;
	max-width: 100%;
}

.eventgoodz-client-logos img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.eventgoodz-client-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0 0;
}

@media (max-width: 1100px) {
	.eventgoodz-client-logos {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.eventgoodz-client-logos img {
		max-width: 80%;
		margin: 0 auto;
		max-height: 100px;
		height: auto;
	}
}

.single-product .product-price-container.is-larger p.price.product-page-price {
	display: none;
}

.woocommerce-single-product-summary-header {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.woocommerce-single-product-summary-header > div {
	float: right;
	width: 100px !important;
	text-align: right !important;
}

.woocommerce-single-product-summary-header > p {
	width: calc(100% - 100px);
}

.quote-qty input.minus.button.is-form, .quote-qty input.plus.button.is-form {
	display: none;
}

span#quantityAlternative input.minus.button.is-form, span#quantityAlternative input.plus.button.is-form {
	display: none;
}

.productconfig-group-footer .form-group .quantity .qty {
	border: 1px solid darkgrey;
	max-width: 100px;
	margin-top: 10px;
}


span.productconfig-option-title {
	color: black !important;
	font-size: 12px;
	padding: 5px 0;
}

.productconfig-options-quantity span.productconfig-option-title {
	padding: 0;
}

small.quote-qty-text {
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	top: 9px;
}

ul.product-specs {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: -10px;
	left: -6px;
}

ul.product-specs li {
	margin: 0 !important;
	padding: 0 !important;
}

.list-group-date {
	font-size: 14px;
}

ul.product-specs li i {
	background: #655dc6;
	padding: 3px;
	border-radius: 50%;
	width: 20px;
	font-size: 12px;
	height: 20px;
	text-align: center;
	position: relative;
	bottom: 0;
	margin-right: 6px;
	margin-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 4px;
}

ul.product-specs li i svg, ul.product-specs li i path {
	fill: white;
}

ul.product-specs li {
	margin: 0 0 5px !important;
}

@media (max-width: 767px) {
	.custom-product-page > .row:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.custom-product-page > .row:nth-child(2) > div {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 100%;
	}
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
	text-align: center;
	margin: 0 !important;
	width: 100%;
	max-width: inherit;
}

.list-group-item.list-group-proceed-to-checkout {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.configuration-tables__item img {
	width: 25px;
}

.delivery__dates svg {
	margin-right: 10px;
}

.delivery__dates .delivery__note {
	position: relative;
	top: -5px;
}

.archive .search-no-result .shop-sidebar {
	display: none;
}

.archive .woocommerce-info {
	font-size: 1.125rem;
	line-height: 1.525rem;
	color: #06107A;
	padding-top: 30px;
}

.archive .woocommerce-result-count {
	float: left;
	font-weight: 700;
	color: #06107a;
}

.archive .woocommerce-ordering {
	float: right;
}

.archive .woocommerce-ordering select {
	-webkit-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #3AB700 url(../img/down.svg) no-repeat 94% center;
	background-size: 10px;
	color: #06107A;
	border: none;
	border-radius: 10px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: -15px;
	padding: 10px;
}

.archive ul.products {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 75px;
}

.archive .product {
	position: relative;
	list-style-type: none;
	width: 32.3%;
	border: 1px solid #e1edef;
	padding-bottom: 25px;
	margin: 0 1.5% 1.5% 0;
}

.archive .product:nth-child(3n) {
	margin-right: 0;
}

.archive .product a {
	text-decoration: none;
}

.archive.lang-nl .product a:after {
	content: 'Bekijk product';
}

.archive.lang-de .product a:after {
	content: 'Siehe Produkt';
}

.archive.lang-en .product a:after {
	content: 'View product';
}

.archive .product a:after {
	margin: 20px 0 0 15px;
	background: #3AB700;
	color: #06107A;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.archive .product a:hover:after {
	background: #66e8a8 !important;
}

.archive .product .product-image {
	height: 200px;
	overflow: hidden;
}

.archive .product .product-image img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.archive .product .woocommerce-loop-product__title {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.525rem;
	color: #06107A;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 20px 20px 0;
}

.archive .product ul {
	padding: 0 20px;
}

.archive .product ul li {
	font-size: .825rem;
	margin-bottom: 10px;
	list-style-type: none;
	color: #041828;
}

.archive .product ul li svg {
	position: relative;
	top: 1px;
}

.archive .product .price {
	display: block;
	padding: 0 20px;
	font-weight: 700;
	color: #041828;
}

.archive .product .price small {
	margin-right: 5px;
	font-size: .725rem;
	font-weight: 400;
	color: #888;
}

.archive .product-color-options {
	display: none;
}

.archive .main-products-container {
	margin: 50px 0;
	width: 75%;
	order: 2;
}

.archive #sidebar {
	margin: 50px 0;
	width: 25%;
	order: 1;
}

.list-group-item.list-group-proceed-to-checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	padding: 15px 0 0 0;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: initial !important;
}

@media (max-width: 900px) {
	.configuration-tables__item {
		width: calc(100% - 40px);
	}

	.configuration-tables__item img, .configuration-tables__item td {
		-ms-flex-item-align: center;
		align-self: center;
	}

	.configuration-tables__item img[data-was-processed=true], .configuration-tables__item td[data-was-processed=true] {
		-ms-flex-item-align: center;
		align-self: center;
	}

	.configuration-tables__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.custom-product-page > .row > div:nth-child(4).col > div {
	padding-left: 15px !important;
	padding-bottom: 5px !important;
}

.custom-product-page > .row > div:nth-child(4).col > div .is-divider.divider {
	margin-left: -15px;
	width: calc(100% + 15px);
	max-width: inherit !important;
}

.single-product .row.row-large.hide-for-medium {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.single-product .row.row-large.show-for-medium {
	display: none !important;
}

.add-to-cart-message {
	text-align: center;
	padding: 0 20px 25px;
	background: #e1edef;
	color: #06107a;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}

.add-to-cart-message svg {
	margin-right: 5px;
	position: relative;
	margin-bottom: -6px;
	font-size: 23px;
}

.delivery-dates {
	width: 100%;
}

.delivery-dates span {
	width: calc(50% - 10px);
	margin: 7px 5px 3px;
	background: #f6f6f6;
	padding: 3px;
	text-align: center;
}

.delivery-dates {
	margin-left: -10px;
	width: calc(100% + 20px);
}

body.woocommerce-cart a.btn.btn-outline-default.btn-lg {
	width: 49%;
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	padding: 15px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #3AB700;
	color: #06107A;
	margin-right: 15px;

}

body.woocommerce-cart a.btn.btn-outline-default.btn-lg:hover {
	background: #66e8a8;
}

body.woocommerce-cart a.btn.btn-secondary {
	width: 49%;
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	padding: 15px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #06107A;
	color: #FFF;
}

body.woocommerce-cart .shop_table {
	width: 100%;
}

body.woocommerce-cart .woocommerce .shop_table tr th,
body.woocommerce-cart .woocommerce .shop_table tr td {
	text-align: left;
	padding: 20px 0 !important;
	border-bottom: 1px solid #e1edef;
}

body.woocommerce-cart .woocommerce .shop_table tr.order-total th,
body.woocommerce-cart .woocommerce .shop_table tr.order-total td {
	border: 0;
}

body.woocommerce-cart .cart-collaterals > .cart_totals {
	width: 100%;
	float: none;
}

body.woocommerce-cart .shop-table {
	padding: 30px 0;
}

body.woocommerce-cart a.quote-remove-item.btn.btn-default.btn-sm {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	text-align: center;
}

body.woocommerce-cart .continue-shopping.pull-left.text-left {
	display: none;
}

body.woocommerce-cart .coupon.input-group.input-group-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body.woocommerce-cart .coupon.input-group.input-group-sm input[type="text"] {
	width: 100%;
	padding: 15px;
	font-size: 1rem;
	border: none;
	color: #06107A;
	background: #e1edef;
	margin-right: 20px;
}

body.woocommerce-cart .coupon.input-group.input-group-sm button {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	padding: 15px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 250px;
	background: #3AB700;
	color: #06107A;
}

body.woocommerce-cart .coupon.input-group.input-group-sm button:hover {
	background: #66e8a8;
}

body.woocommerce-cart .shop-table-item-title {
	color: #06107a;
	font-weight: 700;
	margin-bottom: 20px;
}

body.woocommerce-cart .shop-table-item-title a {
	text-decoration: none;
	color: #06107A;
}

body.woocommerce-cart .shop-table-item {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1rem;
	border-bottom: 1px solid #e1edef;
}

body.woocommerce-cart .float-right {
	float: right;
}

body.woocommerce-cart .float-right a:hover {
	opacity: 0.6;
}

body.woocommerce-cart .cart-empty {
	font-size: 1.125rem;
	line-height: 1.525rem;
	padding-top: 30px;
}

body.woocommerce-cart .col-sm-6 {
	width: 50%;
}

body.woocommerce-cart .card-header .row {
	margin: 0 !important;
}

body.woocommerce-cart .card-header {
	margin-bottom: 0;
	font-weight: bold;
	padding: 40px 0;
	background-color: #FFF !important;
}

body.woocommerce-cart .card-header p, body.woocommerce-cart .card-header h2 {
	font-weight: 900;
	font-size: 1.125rem;
}

body.woocommerce-checkout .card-header {
	background-color: #FFF !important;
	color: #06107A;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 20px 25px;
}

body.woocommerce-checkout .card-header h3 {
	font-weight: 900;
}

body.woocommerce-checkout .order-review-column, body.woocommerce-checkout .woocommerce-billing-fields, body.woocommerce-checkout .card {
	background: #FFF;
	padding-bottom: 25px;
}

body.woocommerce-checkout .order-review-column #order_review {
	background: #FFF;
}

body.woocommerce-checkout .card .card-body {
	padding: 0 25px;
}

body.woocommerce-checkout .woocommerce .shop-table {
	padding: 0;
}

body.woocommerce-checkout .shop-table-item {
	font-size: 1rem;
	line-height: 1.525rem;
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #e1edef;
}

body.woocommerce-checkout .shop-table-item:last-child {
	border-bottom: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields {
	padding-bottom: 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
	border: none;
	background: #e1edef;
	color: #06107A;
}

body.woocommerce-checkout .content-page, body.woocommerce-checkout {
	background: #f5f5f5;
}

body.woocommerce-checkout .edit__cart {
	position: absolute;
	top: 20px;
	right: 25px;
}

.list-group-item.list-group-proceed-to-checkout .btn-green {
	margin-bottom: 15px;
}

body.woocommerce-checkout .edit__cart:hover {
	opacity: .6;
}

body.woocommerce-checkout .shop-table-item .shop-table-item-title {
	color: #06107a;
	font-weight: 700;
	margin-bottom: 20px;
}

body.woocommerce-checkout p {
	margin-bottom: 15px;
}

body.woocommerce-checkout p input {
	font-size: 1rem;
	width: 100%;
	padding: 15px;
	width: 100%;
	color: #06107A;
	background: #e1edef;
	border: none !important;
}

body.woocommerce-checkout p textarea {
	font-size: 1rem;
	width: 100%;
	padding: 15px;
	font-family: inherit;
	resize: none;
	color: #06107A;
	background: #e1edef;
	border: none !important;
}

body.woocommerce-checkout p#billing_first_name_field,
body.woocommerce-checkout p#billing_postcode_field,
body.woocommerce-checkout p#billing_phone_field {
	float: left;
	width: 48%;
}

body.woocommerce-checkout p#billing_last_name_field,
body.woocommerce-checkout p#billing_city_field,
body.woocommerce-checkout p#billing_email_field {
	float: right;
	width: 48%;
}

body.woocommerce-checkout .billing-column {
	padding-right: 0;
}

body.woocommerce-checkout .billing-column .blk-6:last-of-type {
	padding-right: 0
}

body.woocommerce-checkout .wc_payment_methods {
	padding: 25px;
}

body.woocommerce-checkout .wc_payment_methods li {
	list-style-type: none;
	font-size: .925rem;
	margin-bottom: 10px;
}

body.woocommerce-checkout .wc_payment_methods li img {
	display: initial;
	position: relative;
	left: 5px;
}

body.woocommerce-checkout #payment p {
	font-size: 1rem;
	line-height: 1.525rem;
}

body.woocommerce-checkout #payment .place-order {
	padding: 20px 25px 0;
}

body.woocommerce-checkout #payment .shop_table {
	width: 100%;
}

body.woocommerce-checkout .woocommerce #payment table.shop_table tr {
	border-bottom: 1px solid #e1edef;
}

body.woocommerce-checkout .woocommerce #payment table.shop_table tr th {
	padding: 0 !important;
	vertical-align: middle;
}

body.woocommerce-checkout #footer, body.woocommerce-checkout .content-socket {
	display: none
}

.woocommerce-message {
	padding: 30px;
	margin-bottom: 25px;
	background-color: #dcf2dc;
	border-radius: 8px;
	color: #06107A;
}

.woocommerce-message a {
	color: #009ee3;
}

.woocommerce-error {
	padding: 30px;
	margin-bottom: 25px;
	color: #7c2222;
	font-size: 1.125rem;
	line-height: 1.525rem;
	border-radius: 8px;
	background-color: #fcd9d9;
}

.woocommerce-error li {
	list-style-type: none;
}

.woocommerce-account {
	background: #E1EDEF;
}

.woocommerce-account h2 {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #06107A;
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .lost_reset_password,
.woocommerce-account .woocommerce-form-register {
	width: 100%;
	max-width: 90%;
	margin: auto;
	background: #FFF;
	padding: 20px;
}

.woocommerce-account .woocommerce-form-login p, .woocommerce-account .woocommerce-form-register p {
	margin-bottom: 15px;
}

.woocommerce-account .lost_reset_password p, .woocommerce-account .woocommerce-form-register p {
	font-size: 1rem;
	line-height: 1.525rem;
	color: #06107A;
}

.woocommerce-account .lost_reset_password label {
	display: block;
	margin-top: 30px;
}

.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="password"],
.woocommerce-account .lost_reset_password input[type="text"],
.woocommerce-account .woocommerce-form-register input[type="email"] {
	font-size: 1rem;
	width: 100%;
	padding: 15px;
	width: 100%;
	color: #06107A;
	background: #e1edef;
	border: none !important;
}

.woocommerce-account .woocommerce-form-login button,
.woocommerce-account .lost_reset_password button,
.woocommerce-account .woocommerce-form-register button {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 20px;
	margin-top: 10px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	width: 100%;
	background: #06107A;
	color: #FFF;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.woocommerce-account .woocommerce-form-login button:hover,
.woocommerce-account .lost_reset_password button:hover,
.woocommerce-account .woocommerce-form-register button:hover {
	background: #283299;
}

.woocommerce-account .woocommerce-form-login p.lost_password {
	text-align: center;
}

.woocommerce-account .woocommerce-form-login p.lost_password a {
	color: #06107A;
	text-decoration: none;
}

.woocommerce-account .woocommerce-form-login p.lost_password a:hover {
	text-decoration: underline;
}

.woocommerce-account label {
	display: block !important;
	font-size: 1rem;
	color: #06107A;
	margin-bottom: 10px;
}

.woocommerce-privacy-policy-link {
	color: #06107A;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	background: #FFF;
	padding: 20px;
	margin-bottom: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	justify-content: center;
}

.woocommerce-account .woocommerce-Addresses {
	display: flex;
	justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content {
	font-size: 1rem;
	line-height: 1.525rem;
	color: #06107A;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: #009ee3;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	margin: 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #06107a;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 700;
}

.woocommerce-account table {
	width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table td {
	text-align: left;
	padding: 20px !important;
	background: #FFF !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr td {
	padding: 0 20px !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr:first-child th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr:first-child td {
	padding-top: 20px !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr:last-child th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr:last-child td {
	padding-bottom: 20px !important;
}

.woocommerce-account .woocommerce-customer-details h2, .woocommerce-account .woocommerce-order-details h2 {
	text-align: left;
}

.woocommerce-account .woocommerce-customer-details {
	margin-top: 50px;
}

.woocommerce-account table tr.order_item {
	border-bottom: 1px solid #e1edef;
}

.woocommerce-account table a.woocommerce-button {
	margin-right: 10px;
}

.woocommerce-account table ul li {
	list-style-type: none;
}

.woocommerce-account .woocommerce-order-details {
	margin-top: 50px;
}

.woocommerce-account .woocommerce-MyAccount-content form {
	background: #FFF;
	padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content form input {
	font-size: 1rem;
	width: 100%;
	padding: 15px;
	width: 100%;
	color: #06107A;
	background: #e1edef;
	border: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content form p {
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content form p#billing_address_2_field {
	display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single {
	border: none;
	background: #e1edef;
	color: #06107A;
}

.woocommerce-account .woocommerce-MyAccount-content form p#billing_first_name_field,
.woocommerce-account .woocommerce-MyAccount-content form p#billing_postcode_field,
.woocommerce-account .woocommerce-MyAccount-content form p#billing_phone_field,
.woocommerce-account .woocommerce-MyAccount-content form.edit-account p:first-child {
	float: left;
	width: 48%;
}

.woocommerce-account .woocommerce-MyAccount-content form p#billing_last_name_field,
.woocommerce-account .woocommerce-MyAccount-content form p#billing_city_field,
.woocommerce-account .woocommerce-MyAccount-content form p#billing_email_field,
.woocommerce-account .woocommerce-MyAccount-content form.edit-account p:nth-child(2) {
	float: right;
	width: 48%;
}

.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset p {
	float: none !important;
	width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content form button {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
	padding: 20px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	background: #06107A;
	color: #FFF;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-content form button:hover {
	background: #283299 !important;
}

.woocommerce-account .woocommerce-MyAccount-content form fieldset {
	border: 0;
}

.woocommerce-account .woocommerce-MyAccount-content form legend {
	font-weight: 700;
}

@media (max-width: 1199.98px) {
	body.woocommerce-cart form.woocommerce-cart-form, body.woocommerce-cart .cart-collaterals {
		width: 100%;
		float: none;
	}
}

@media (max-width: 767px) {
	.card-header.cart-header .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-header.cart-header .row > div {
		width: 100%;
	}
}

@media (max-width: 549px) {
	input#coupon_code {
		height: 39px;
	}
}

@media (max-width: 400px) {
	div.shop-table .shop-table-product-image img {
		max-width: 40px;
	}

	.shop-table .col {
		width: 100% !important;
	}
}

body.woocommerce-cart a.quote-remove-item.btn.btn-default.btn-sm i {
	padding: 0;
	position: relative;
	left: -3px;
}

.woocommerce-checkout:not(.woocommerce-order-received) .main-header .navbar-bottom {
    display: none;
}

div#wc_checkout_add_ons .loading-bar-container, .woocommerce-billing-fields .loading-bar-container {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.wc-checkout-add-ons-progress:after {
	font-size: 12px;
	content: "Bezig met uploaden, dit kan even duren..";
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	padding-top: 8px;
	color: black;
}

.wc-checkout-add-ons-feedback {
	display: block;
	position: relative;
	margin-top: 10px;
	color: #d25151;
	font-weight: bold;
}

.wc-checkout-add-ons-input-file-plupload.form-control.input-lg {
	height: auto;
}

div#wc_checkout_add_ons .card > .card-body:nth-child(2) {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.wc-checkout-add-ons-preview {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}

.wc-checkout-add-ons-preview a.file {
	display: inline-block;
	max-width: calc(100% - 90px);
	font-size: 12px;
}

.wc-checkout-add-ons-preview a.remove-file {
	color: #e01414;
	text-decoration: underline;
	font-size: 11px;
}

@media (max-width: 500px) {
	#wc_checkout_add_ons .wc-checkout-add-ons-input-file-plupload .remove-file {
		display: block !important;
		width: 100% !important;
		float: none !important;
		margin: 5px 0 0 !important;
	}

	.wc-checkout-add-ons-preview a.file {
		max-width: 100% !important;
		display: block !important;
	}
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: none;
}

.wc-checkout-add-ons-preview:before {
	content: "Geupload bestand:";
	display: block;
	font-size: 13px;
	color: #333;
	opacity: 0.5;
}

.wc-checkout-add-ons-preview:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-size: 27px;
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-file-earmark-image' fill='%23adadad' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M12 16a2 2 0 0 0 2-2V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8zM3 2a1 1 0 0 1 1-1h5.5v2A1.5 1.5 0 0 0 11 4.5h2V10l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12V2z'/%3E%3Cpath fill-rule='evenodd' d='M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/svg%3E");
	content: "";
	width: 30px;
	height: 30px;
	background-size: cover;
	left: -6px;
	top: 13px;
}

.wc-checkout-add-ons-preview {
	position: relative;
	padding-left: 30px;
}

form.woocommerce-checkout div#wc_checkout_add_ons .card-body a.wc-checkout-add-ons-dropzone .wc-checkout-add-ons-progress .bar {
	width: 100% !important;
}

@media (max-width: 347px) {
	.wc-checkout-add-ons-progress:after {
		padding-top: 15px;
	}
}

.product-option-selected {
	border: 1px solid #3AB700 !important;
}

.productconfig-options input[type="checkbox"] {
	display: none;
}

.product-option-disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: not-allowed !important;
}

.product-option-disabled .productconfig-option-price,
.product-option-disabled .productconfig-option-desc,
.product-option-disabled .productconfig-option-title {
	color: #9aa3ac !important;
}

/* Style for price difference (moreprijs) in options */
.productconfig-option-price .woocommerce-Price-amount bdi {
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	line-height: 1.2;
}

/* Quantity slider styles */
.quantity-slider {
	border: none;
	border-radius: 0;
	padding: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.quantity-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.quantity-slider__current {
	font-size: 1rem;
	font-weight: 700;
	color: #041828;
}

.quantity-slider__input input {
	width: 90px;
	padding: 8px 10px;
	border: 1px solid #d7dbdf;
	border-radius: 8px;
	text-align: center;
	font-weight: 600;
	color: #041828;
	background-color: #fff;
	font-size: .95rem;
	line-height: 1.2;
}

.quantity-slider__input input:focus {
	outline: none;
	border-color: #06107A;
	box-shadow: 0 0 0 1px rgba(6, 16, 122, 0.25);
}

.quantity-slider__input input::-webkit-outer-spin-button,
.quantity-slider__input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-slider__input input[type=number] {
	
	border: 1px solid #d7dbdf;
	border-radius: 8px;
	text-align: center;
	font-weight: 600;
	color: #041828;
	background-color: #fff;
	font-size: .95rem;
	line-height: 1.2;
}


.quantity-slider__control {
	width: 100%;
}

.quantity-slider__range {
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: linear-gradient(90deg, #3AB700 var(--slider-progress, 0%), #e1e6eb var(--slider-progress, 0%));
	appearance: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.quantity-slider__range:disabled {
	cursor: default;
	opacity: 0.5;
}

.quantity-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #3AB700;
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 2px #3AB700, 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	margin-top: -7px;
	position: relative;
	z-index: 1;
}

.quantity-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #3AB700;
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 2px #3AB700, 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.quantity-slider__range::-moz-range-track {
	height: 6px;
	border-radius: 3px;
	background: transparent;
}

.quantity-slider__range::-moz-range-progress {
	height: 6px;
	border-radius: 999px;
	background: #3AB700;
}

.quantity-slider__ticks {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	margin-top: 6px;
}

.quantity-slider__tick {
	background: none;
	border: 0;
	padding: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #6c7783;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	min-width: 44px;
}

.quantity-slider__tick-line {
	display: block;
	width: 3px;
	height: 10px;
	border-radius: 6px;
	background-color: #aeb7c0;
	transition: background-color .2s ease, height .2s ease;
}

.quantity-slider__tick-label {
	display: block;
	white-space: nowrap;
	font-weight: 500;
	transition: color .2s ease;
}

.quantity-slider__tick--active .quantity-slider__tick-line {
	height: 16px;
	background-color: #3AB700;
}

.quantity-slider__tick--active .quantity-slider__tick-label {
	color: #041828;
	font-weight: 600;
}

.quantity-slider__tick[disabled] {
	color: #9aa3ac;
	cursor: default;
}

.quantity-slider__ticks button:focus-visible {
	outline: 2px solid #06107A;
	outline-offset: 2px;
}

.quantity-slider__options {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.balloon-color-options-box {
	width: 100%;
	background: #e1edef;
	padding: 10px;
	margin-bottom: 17px;
	margin-left: 10px;
	margin-right: 5px;
	border-radius: 4px;
}

.selected-balloons p {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 4px;

}

.selected-balloons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.selected-balloons ul li {
	display: inline;
	font-size: 14px;
}


.selected-balloons ul li:not(:last-child):after {
	content: ", ";
}

.balloon-color-options-box__selected ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.balloon-color-options-box__selected ul li:not(:last-child):after {
	content: ", ";
}

.balloon-color-options-box__selected ul li {
	font-size: 14px;
	display: inline;
}

.balloon-color-options-box__selected {
	margin-top: 10px;
}

.balloon-color-options-box__selected:not(.active) {
	display: none;
}

.balloon-color-options-box__selected p {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 4px;
}


.balloon-color-options-next {
	width: 100%;
	order: 9999;
	padding: 10px 2px 10px 10px
}

.balloon-color-options-next .btn {
	width: 100%;
	text-align: center;
	font-size: 17px;
	padding: 13px;
}

.productconfig-group-header-selection ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.productconfig-group-header-selection ul li {
	font-size: 14px;
	display: inline;
}

.productconfig-group-header-selection ul li:not(:last-child):after {
	content: ", ";
}

.card.productconfig-group[data-group-expanded=true] .productconfig-group-header-selection {
	display: none;
}

.price-loader {
	width: 100%;
	background-color: transparent;
	text-align: center;
}
.price-loader svg{
	width: 50px;
}
.totals {
	background-color: none;
	margin-top: 20px;
}
.visible {
	display: block !important;
	opacity: 1 !important;
}
.productconfig-label {
	width: 50%;
	text-align: center;
	font-size: 12px;
	font-weight: semibold;
	padding: 5px 0;
}

[data-last-for-label="true"] {
	border-bottom: 2px solid #0d9ee1;
}

.productconfig-option {
	display: flex !important;
}

.productconfig-option.product-option-disabled {
	display: none !important;
}

.productconfig-option.hidden-option {
	display: none !important;
}

/* Checkout Styling Improvements */
body.woocommerce-checkout {
    background: #f5f5f5;
}

body.woocommerce-checkout .content-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

body.woocommerce-checkout .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

body.woocommerce-checkout .card-header {
    background: #fff !important;
    border-bottom: 1px solid #e1edef;
    padding: 25px;
}

body.woocommerce-checkout .card-header h3 {
    color: #06107A;
    font-size: 1.25rem;
    margin: 0;
}

body.woocommerce-checkout .card-body {
    padding: 25px;
}

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
    background: #f8f9fa;
    border: 1px solid #e1edef !important;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 1rem;
    color: #06107A;
    transition: all 0.3s ease;
}

body.woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout input[type="email"]:focus,
body.woocommerce-checkout input[type="tel"]:focus,
body.woocommerce-checkout input[type="password"]:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus {
    background: #fff;
    border-color: #06107A !important;
    box-shadow: 0 0 0 2px rgba(6,16,122,0.1);
    outline: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-wide {
    grid-column: 1 / -1;
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
}

body.woocommerce-checkout .shop_table {
    border: none;
    margin: 0;
}

body.woocommerce-checkout .shop_table th {
    padding: 15px 0;
    border-bottom: 1px solid #e1edef;
    font-weight: 600;
    color: #06107A;
}

body.woocommerce-checkout .shop_table td {
    padding: 15px 0;
    border-bottom: 1px solid #e1edef;
}

body.woocommerce-checkout .shop_table .order-total th,
body.woocommerce-checkout .shop_table .order-total td {
    border-bottom: none;
    padding-top: 20px;
}

body.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

body.woocommerce-checkout #payment div.payment_box {
    background: #f8f9fa;
    border-radius: 4px;
    margin: 10px 0;
}

body.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f8f9fa;
}

body.woocommerce-checkout #payment .place-order {
    padding: 25px;
}

body.woocommerce-checkout #payment .place-order #place_order {
    background: #06107A;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

body.woocommerce-checkout #payment .place-order #place_order:hover {
    background: #283299;
    transform: translateY(-1px);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    font-weight: 500;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: 600;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td {
    border-bottom: none;
    padding-top: 20px;
}

@media (max-width: 768px) {
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
    }
    
    body.woocommerce-checkout .card-header,
    body.woocommerce-checkout .card-body {
        padding: 20px;
    }
    
    body.woocommerce-checkout #payment .place-order {
        padding: 20px;
    }
}

/* Quote Request Styling */
.productconfig-addtocart__buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.productconfig-addtocart__cart {
    display: flex;
    gap: 15px;
    width: 100%;
}

.productconfig-addtocart__request-button,
.single_add_to_cart_button:not(.btn-quote):not(.btn-submit-design) {
    flex: 1;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.single_add_to_cart_button:not(.btn-quote):not(.btn-submit-design) {
    background: #3AB700;
    color: #06107A;
}

.single_add_to_cart_button:not(.btn-quote):not(.btn-submit-design):hover {
    background: #66e8a8;
    transform: translateY(-1px);
}

.productconfig-addtocart__request-button {
    background: #06107A;
    color: #fff;
}

.productconfig-addtocart__request-button:hover {
    background: #283299;
    transform: translateY(-1px);
}

.productconfig-addtocart__request-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.productconfig-addtocart__request-popup.active {
    display: flex;
}

.productconfig-addtocart__request-popup-inner {
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.productconfig-addtocart__request-popup-header {
    padding: 20px;
    border-bottom: 1px solid #e1edef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productconfig-addtocart__request-popup-header h3 {
    margin: 0;
    color: #06107A;
    font-size: 1.25rem;
    font-weight: 700;
}

.productconfig-addtocart__request-popup-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #06107A;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.productconfig-addtocart__request-popup-content {
    padding: 20px;
}

@media (max-width: 768px) {
    .productconfig-addtocart__buttons {
        flex-direction: column;
    }
    
    .productconfig-addtocart__cart {
        flex-direction: column;
    }
    
    .productconfig-addtocart__request-button,
    .single_add_to_cart_button {
        width: 100%;
    }
}

/* File Upload Styling */
.wc-checkout-add-ons-dropzone {
    background: #e1edef !important;
    border: 2px dashed #06107A !important;
    border-radius: 8px;
    padding: 30px !important;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.wc-checkout-add-ons-dropzone:hover {
    background: #d8e4e6 !important;
    border-color: #283299 !important;
}

.wc-checkout-add-ons-dropzone:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../img/cloud.svg) no-repeat center;
    background-size: contain;
    opacity: 0.5;
}

.wc-checkout-add-ons-dropzone.dragover {
    background: #d8e4e6 !important;
    border-color: #283299 !important;
    border-style: solid;
}

.wc-checkout-add-ons-progress {
    position: relative;
    height: 4px;
    background: #e1edef;
    border-radius: 2px;
    margin: 10px 0;
    overflow: hidden;
}

.wc-checkout-add-ons-progress .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fdd34c;
    width: 0;
    transition: width 0.3s ease;
}

.wc-checkout-add-ons-progress:after {
    content: "Bezig met uploaden...";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #06107A;
}

.wc-checkout-add-ons-preview {
    background: #f8f9fa;
    border: 1px solid #e1edef;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
    position: relative;
}

.wc-checkout-add-ons-preview:before {
    content: "Geupload bestand:";
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.wc-checkout-add-ons-preview a.file {
    display: inline-block;
    max-width: calc(100% - 90px);
    font-size: 13px;
    color: #06107A;
    text-decoration: none;
    word-break: break-all;
}

.wc-checkout-add-ons-preview a.remove-file {
    color: #e01414;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 10px;
}

.wc-checkout-add-ons-feedback {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.wc-checkout-add-ons-feedback.error {
    background: #fcd9d9;
    color: #7c2222;
    border: 1px solid #f8c5c5;
}

.wc-checkout-add-ons-feedback.success {
    background: #dcf2dc;
    color: #1a472a;
    border: 1px solid #c8e6c8;
}

@media (max-width: 500px) {
    .wc-checkout-add-ons-preview {
        padding: 10px;
    }
    
    .wc-checkout-add-ons-preview a.file {
        max-width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    
    .wc-checkout-add-ons-preview a.remove-file {
        display: block;
        margin: 5px 0 0;
        text-align: center;
    }
}

/* Custom upload field styles */
#custom_upload_field {
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e1edef;
    border-radius: 4px;
}

#custom_upload_field label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #041828;
}

#custom_upload_field input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 2px dashed #e1edef;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

#custom_upload_field input[type="file"]:hover {
    border-color: #fdd34c;
}

#custom_upload_field .description {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

#custom_upload_field input[type="file"]::-webkit-file-upload-button {
    background: #fdd34c;
    color: #041828;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 10px;
}

#custom_upload_field input[type="file"]::-webkit-file-upload-button:hover {
    background: #fcc419;
}

.product .cart {
	display: table !important;
	width: 100% !important;
}

.productconfig-options-radio input[type=radio], .productconfig-options-quantity input[type=radio] {
	display: none;
}

.productconfig-options-quantity .productconfig-option {
	display: none;
}

.productconfig-options-quantity .productconfig-option.product-option-selected {
	display: block;
	border-color: #3AB700 !important;
}
