.tvk-product-tickets,
.tvk-cart {
	display: grid !important;
	gap: 16px;
	width: 100%;
}

.tvk-ticket-list,
.tvk-cart-lines {
	display: grid;
	gap: 12px;
}

.tvk-reservation-timer {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid hsl(35 95% 50%);
	background: hsl(35 95% 20% / 0.2);
	color: inherit;
	font-size: 14px;
	line-height: 1.4;
}

.tvk-reservation-timer strong {
	color: hsl(35 95% 60%);
	font-size: 16px;
	font-weight: 700;
}

.tvk-reservation-timer-warning {
	border-color: hsl(5 85% 50%);
	background: hsl(5 85% 20% / 0.2);
}

.tvk-reservation-timer-warning strong {
	color: hsl(5 85% 60%);
}

.tvk-cart-expired {
	display: grid;
	gap: 14px;
	padding: 24px;
	border: 1px solid hsl(5 85% 50%);
	background: hsl(5 85% 20% / 0.2);
	color: inherit;
}

.tvk-cart-expired-kicker {
	margin: 0;
	color: hsl(5 85% 60%);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tvk-cart-expired h2,
.tvk-cart-expired p {
	margin: 0;
}

.tvk-cart-expired h2 {
	font-size: 24px;
	line-height: 1.15;
}

.tvk-cart-expired p:not(.tvk-cart-expired-kicker) {
	max-width: 62ch;
	color: hsl(40 10% 75%);
	font-size: 16px;
	line-height: 1.5;
}

.tvk-cart-expired .tvk-nav-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	justify-self: start;
	margin-top: 24px;
	padding: 8px 16px !important;
	border-radius: var(--tvk-nav-button-radius, 8px) !important;
	background: var(--tvk-cart-add-tickets-bg, #ffffff) !important;
	color: var(--tvk-cart-add-tickets-color, #000000) !important;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.tvk-cart-expired .tvk-nav-button:hover,
.tvk-cart-expired .tvk-nav-button:focus {
	background: var(--tvk-cart-add-tickets-hover-bg, #d8d8d8) !important;
	color: var(--tvk-cart-add-tickets-hover-color, #000000) !important;
}

.tvk-product-tickets .tvk-ticket-total {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: var(--tvk-ticket-total-margin, 0);
	padding: var(--tvk-ticket-total-padding, 0);
	background-color: var(--tvk-ticket-total-bg, transparent);
}

.tvk-product-tickets .tvk-ticket-head,
.tvk-product-tickets .tvk-ticket-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) var(--tvk-ticket-price-width, 110px) var(--tvk-ticket-qty-width, 126px) !important;
	gap: var(--tvk-ticket-column-gap, 16px);
	align-items: center;
	box-sizing: border-box;
}

.tvk-product-tickets .tvk-ticket-head {
	padding: 0 16px 4px;
	border: 1px solid transparent;
}

.tvk-product-tickets .tvk-ticket-price-label {
	justify-self: stretch;
	font-weight: 700;
	text-align: right;
	grid-column: 2;
}

.tvk-ticket-row,
.tvk-cart-line,
.tvk-cart-performance {
	border: 1px solid currentColor;
	padding: 16px;
}

.tvk-ticket-info {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.tvk-ticket-title {
	display: block;
}

.tvk-product-tickets .tvk-ticket-description {
	min-width: 0;
	max-width: var(--tvk-ticket-description-max-width, 70ch);
}

.tvk-ticket-stock {
	font-size: 0.875em;
	opacity: 0.75;
}

.tvk-product-tickets .tvk-ticket-price {
	justify-self: stretch;
	text-align: right;
	white-space: nowrap;
}

.tvk-product-tickets .tvk-qty-control {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: var(--tvk-qty-gap, 6px);
}

.tvk-product-tickets .tvk-ticket-sold-out {
	justify-self: end;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.tvk-product-tickets .tvk-qty-input {
	width: var(--tvk-qty-input-size, 40px) !important;
	height: var(--tvk-qty-input-size, 40px) !important;
	box-sizing: border-box;
	min-width: var(--tvk-qty-input-size, 40px) !important;
	max-width: var(--tvk-qty-input-size, 40px) !important;
	padding: 0 !important;
	border: 1px solid var(--tvk-qty-border-color, #d8d8d8);
	border-radius: var(--tvk-qty-input-radius, 4px) !important;
	background: var(--tvk-qty-input-bg, #ffffff) !important;
	color: var(--tvk-qty-input-color, #111111) !important;
	text-align: center !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

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

.tvk-product-tickets .tvk-qty-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: var(--tvk-qty-button-size, 35px) !important;
	height: var(--tvk-qty-button-size, 35px) !important;
	box-sizing: border-box;
	min-width: var(--tvk-qty-button-size, 35px) !important;
	max-width: var(--tvk-qty-button-size, 35px) !important;
	padding: 0 !important;
	border: 1px solid hsl(0, 91%, 26.3%);
	border-radius: var(--tvk-qty-button-radius, 4px) !important;
	background: var(--tvk-qty-button-bg, hsl(0, 91%, 26.3%)) !important;
	color: var(--tvk-qty-button-color, #ffffff) !important;
	box-shadow: none !important;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		opacity 0.2s ease;
}

.tvk-product-tickets .tvk-qty-button:hover,
.tvk-product-tickets .tvk-qty-button:focus {
	border-color: var(--tvk-qty-button-hover-bg, hsl(0, 91%, 13%)) !important;
	background: var(--tvk-qty-button-hover-bg, hsl(0, 91%, 13%)) !important;
	color: var(--tvk-qty-button-hover-color, #ffffff) !important;
}

.tvk-product-tickets .tvk-qty-button.tvk-qty-button-hidden {
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}

.tvk-icon {
	display: inline-block !important;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	background-color: currentColor;
	pointer-events: none;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.tvk-product-tickets .tvk-qty-button .tvk-icon {
	width: var(--tvk-qty-icon-size, 16px) !important;
	height: var(--tvk-qty-icon-size, 16px) !important;
}

.tvk-icon-minus {
	-webkit-mask-image: url("../icons/minus.svg");
	mask-image: url("../icons/minus.svg");
}

.tvk-icon-plus {
	-webkit-mask-image: url("../icons/plus.svg");
	mask-image: url("../icons/plus.svg");
}

.tvk-icon-arrow-left {
	-webkit-mask-image: url("../icons/arrow-left.svg");
	mask-image: url("../icons/arrow-left.svg");
}

.tvk-icon-arrow-right {
	-webkit-mask-image: url("../icons/arrow-right.svg");
	mask-image: url("../icons/arrow-right.svg");
}

.tvk-icon-trash {
	-webkit-mask-image: url("../icons/trash.svg");
	mask-image: url("../icons/trash.svg");
}

.tvk-cart-performance {
	border: 0;
	padding: 0;
}

.tvk-cart-performance-summary {
	display: grid;
	gap: 8px;
	margin-top: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid currentColor;
}

.tvk-cart-performance:first-of-type .tvk-cart-performance-summary {
	margin-top: 0;
}

.tvk-cart-performance-head {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 12px;
}

.tvk-cart-performance-head h2 {
	margin: 0;
}

.tvk-cart-edit-product {
	color: hsl(48 100% 67%);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tvk-cart-description p,
.tvk-cart-performance-date {
	margin: 0;
}

.tvk-cart-line {
	border: 0;
	border-bottom: 1px solid currentColor;
	padding: 8px 24px;
}

.tvk-cart-line-content {
	display: grid;
	gap: 10px;
	width: 100%;
}

.tvk-cart-line-main,
.tvk-cart-total-row,
.tvk-cart-ticket-count-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(90px, max-content) 40px;
	gap: 16px;
	align-items: center;
}

.tvk-cart-category-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.tvk-cart-category {
	min-width: 0;
}

.tvk-cart-price,
.tvk-cart-total-price,
.tvk-cart-ticket-count-value {
	text-align: right;
	white-space: nowrap;
}

.tvk-cart-remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px;
	height: 34px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--tvk-cart-remove-bg, #ffffff) !important;
	color: var(--tvk-cart-remove-color, #000000) !important;
	box-shadow: none !important;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.tvk-cart-remove:hover,
.tvk-cart-remove:focus {
	background: var(--tvk-cart-remove-hover-bg, #d8d8d8) !important;
	color: var(--tvk-cart-remove-hover-color, #000000) !important;
}

.tvk-cart-remove .tvk-icon {
	width: 16px;
	height: 16px;
}

.tvk-cart-discount {
	display: grid;
	gap: 7px;
}

.tvk-cart-discount-master,
.tvk-discount-notice {
	margin: 0;
}

.tvk-cart-discount-master {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 16px;
}

.tvk-discount-master-toggle,
.tvk-discount-option {
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
}

.tvk-discount-master-toggle {
	padding: 0;
	color: var(--tvk-cart-discount-link-color, hsl(48 100% 67%));
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tvk-discount-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 8px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--tvk-cart-discount-badge-bg, hsl(48 100% 67%));
	color: var(--tvk-cart-discount-badge-color, #000000);
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	font-size: 0.85em;
	line-height: 1;
}

.tvk-discount-badge::after {
	content: "x";
	margin-left: 7px;
	font-weight: 700;
}

.tvk-discount-badge:hover,
.tvk-discount-badge:focus {
	background: var(--tvk-cart-discount-badge-hover-bg, hsl(48 100% 57%));
	color: var(--tvk-cart-discount-badge-hover-color, #000000);
}

.tvk-discount-options {
	display: none;
	flex-wrap: wrap;
	gap: 8px;
}

.tvk-cart.tvk-cart-discounts-visible .tvk-discount-options {
	display: flex;
}

.tvk-discount-option {
	padding: 0;
	border: 0;
	border-radius: 6px;
	color: var(--tvk-cart-discount-link-color, hsl(48 100% 67%));
}

.tvk-discount-option:disabled {
	opacity: 0.55;
	cursor: default;
}

.tvk-cart-total-row {
	margin-top: 16px;
	padding-top: 0;
	border-top: 0;
}

.tvk-cart-ticket-count-row {
	margin-top: -8px;
}

.tvk-discount-notice,
.tvk-closed {
	font-weight: 600;
}

.tvk-cart-secondary-actions {
	display: flex;
	align-items: center;
	margin-top: 4px;
}

.tvk-cart-add-tickets {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: var(--tvk-nav-button-radius, 8px);
	background: var(--tvk-cart-add-tickets-bg, #ffffff);
	color: var(--tvk-cart-add-tickets-color, #000000);
	font: inherit;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.tvk-cart-add-tickets:hover,
.tvk-cart-add-tickets:focus {
	background: var(--tvk-cart-add-tickets-hover-bg, #d8d8d8);
	color: var(--tvk-cart-add-tickets-hover-color, #000000);
}

.tvk-cart-pending {
	opacity: 0.65;
	pointer-events: none;
}

.tvk-phone-control {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid hsl(0 0% 14%);
	border-radius: 6px;
	background: hsl(0 0% 8%);
	color: hsl(40 10% 80%);
}

#billing_phone_field.woocommerce-invalid label,
#billing_phone_field.woocommerce-invalid label .required {
	color: #b81c23;
}

#billing_phone_field.woocommerce-invalid .tvk-phone-control {
	border-color: #b81c23;
	box-shadow: 0 0 0 1px #b81c23;
}

.tvk-phone-country {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	min-width: 132px;
	padding: 0 10px;
	border-right: 1px solid hsl(0 0% 14%);
	background: hsl(0 0% 8%);
	cursor: pointer;
}

.tvk-phone-country::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 3px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.7;
}

.tvk-phone-flag {
	display: block;
	width: 22px;
	height: 16px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.tvk-phone-dial {
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.tvk-phone-country-select {
	display: none;
}

.tvk-phone-country-dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 20;
	display: grid;
	width: max-content;
	min-width: 220px;
	max-height: 260px;
	overflow: auto;
	padding: 6px;
	border: 1px solid hsl(0 0% 14%);
	border-radius: 6px;
	background: hsl(0 0% 8%);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.tvk-phone-country-dropdown[hidden] {
	display: none;
}

.tvk-phone-country-option {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	width: 100%;
	padding: 9px 10px;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: hsl(40 10% 80%);
	text-align: left;
	cursor: pointer;
}

.tvk-phone-country-option:hover,
.tvk-phone-country-option:focus {
	background: hsl(0 0% 14%);
	color: #ffffff;
}

.tvk-phone-country-option.is-selected {
	background: hsl(48 100% 67%);
	color: #000000;
}

.tvk-phone-option-flag {
	display: block;
	width: 22px;
	height: 16px;
	object-fit: cover;
	border-radius: 2px;
}

.tvk-phone-option-dial {
	color: hsl(40 10% 55%);
	font-weight: 700;
}

.tvk-phone-country-option.is-selected .tvk-phone-option-dial {
	color: #000000;
}

.tvk-phone-display-input.tvk-phone-display-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: hsl(0 0% 8%);
	color: inherit;
	box-shadow: none;
}

.tvk-phone-display-input.tvk-phone-display-input::placeholder {
	color: hsl(40 10% 55%);
	opacity: 1;
}

.tvk-phone-display-input.tvk-phone-display-input:focus {
	outline: none;
	box-shadow: none;
}

#billing_address_1_field.tvk-address-main label,
#billing_address_2_field.tvk-address-bus label {
	display: block;
}

#billing_address_2_field.tvk-address-bus label.screen-reader-text {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 6px !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
	white-space: normal !important;
}

#billing_address_2_field.tvk-address-bus .optional {
	display: none;
}

.woocommerce-checkout .woocommerce-billing-fields .optional,
.woocommerce-checkout .woocommerce-additional-fields .optional,
.woocommerce-checkout .tvk-consent-field .optional {
	display: none;
}

.woocommerce-checkout .tvk-checkout-consents {
	margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-top: 16px;
}

.woocommerce-checkout .tvk-consent-field {
	margin: 12px 0 0;
}

.woocommerce-checkout .tvk-consent-field .checkbox,
.woocommerce-checkout .woocommerce-account-fields .checkbox,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: hsl(40 20% 95%);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	cursor: pointer;
}

.woocommerce-checkout .tvk-consent-field .checkbox span,
.woocommerce-checkout .woocommerce-account-fields .checkbox span,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span {
	font: inherit;
	line-height: inherit;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	position: relative;
	display: block;
	padding-left: 23px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .required {
	display: inline;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .required {
	float: none !important;
	position: static;
	margin-left: 4px;
	border: 0;
	text-decoration: none;
}

.woocommerce-checkout .tvk-consent-field input.input-checkbox,
.woocommerce-checkout .woocommerce-account-fields input.input-checkbox,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input.input-checkbox {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	flex: 0 0 13px;
	aspect-ratio: 1 / 1;
	width: 13px;
	min-width: 13px;
	max-width: 13px;
	height: 13px;
	min-height: 13px;
	max-height: 13px;
	margin: 4px 0 0;
	padding: 0 !important;
	border: 1px solid hsl(40 20% 95%);
	border-radius: 0;
	background: hsl(40 20% 95%);
	accent-color: hsl(48 100% 67%);
	cursor: pointer;
	line-height: 1;
	transform: none !important;
	vertical-align: top;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input.input-checkbox {
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
}

.woocommerce-checkout .tvk-consent-field input.input-checkbox:checked,
.woocommerce-checkout .woocommerce-account-fields input.input-checkbox:checked,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input.input-checkbox:checked {
	border-color: hsl(48 100% 67%);
	background: hsl(48 100% 67%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.2 6.1 4.8 8.7 9.8 3.3' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px 11px no-repeat;
}

.woocommerce-checkout .tvk-consent-field input.input-checkbox:focus-visible,
.woocommerce-checkout .woocommerce-account-fields input.input-checkbox:focus-visible,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input.input-checkbox:focus-visible {
	outline: 2px solid hsl(48 100% 67%);
	outline-offset: 2px;
}

#billing_address_2_field.tvk-address-bus input::placeholder {
	color: transparent;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field {
	clear: both;
	float: none;
	width: 100%;
}

@media (min-width: 640px) {
	.woocommerce-billing-fields__field-wrapper {
		display: grid;
		grid-template-columns: repeat(10, minmax(0, 1fr));
		column-gap: 16px;
		align-items: start;
	}

	.woocommerce-billing-fields__field-wrapper > .form-row {
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
		grid-column: span 5;
	}

	.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
		grid-column: span 5;
	}

	.woocommerce-billing-fields__field-wrapper #billing_phone_field,
	.woocommerce-billing-fields__field-wrapper #billing_email_field {
		grid-column: 1 / -1;
	}

	.woocommerce-billing-fields__field-wrapper #billing_birthdate_field.tvk-birthdate-field {
		grid-column: span 4;
	}

	.woocommerce-billing-fields__field-wrapper #billing_country_field {
		grid-column: 1 / -1;
	}

	.woocommerce-billing-fields__field-wrapper #billing_address_1_field.tvk-address-main,
	.woocommerce-billing-fields__field-wrapper #billing_address_2_field.tvk-address-bus,
	.woocommerce-billing-fields__field-wrapper #billing_postcode_field.tvk-postcode-field,
	.woocommerce-billing-fields__field-wrapper #billing_city_field.tvk-city-field {
		box-sizing: border-box;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_address_1_field.tvk-address-main {
		grid-column: span 8;
		width: 100% !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_address_2_field.tvk-address-bus {
		grid-column: span 2;
		width: 100% !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_postcode_field.tvk-postcode-field {
		grid-column: span 2;
		width: 100% !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_city_field.tvk-city-field {
		grid-column: span 8;
		width: 100% !important;
	}
}

#billing_birthdate_field input#billing_birthdate {
	padding-right: 16px;
}

.woocommerce-checkout #payment {
	background: transparent;
	border-radius: 0;
	color: inherit;
}

.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 0;
	padding: 0;
	border: 1px solid hsl(0 0% 14%);
	border-radius: 0;
	overflow: hidden;
	background: hsl(0 0% 8%);
	list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
	position: relative;
	margin: 0;
	border: 0;
	border-bottom: 1px solid hsl(0 0% 14%);
	border-radius: 0;
	background: hsl(0 0% 8%);
	transition:
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:last-child {
	border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:hover,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.tvk-payment-method-selected {
	background: hsl(0 0% 10%);
	box-shadow: inset 0 0 0 1px hsl(48 100% 67%);
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input.input-radio {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58px;
	margin: 0;
	padding: 15px 104px 15px 48px;
	color: hsl(40 20% 95%);
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 14px;
	height: 14px;
	border: 1px solid hsl(40 10% 55%);
	border-radius: 999px;
	transform: translateY(-50%);
	transition:
		border-color 0.18s ease,
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.tvk-payment-method-selected > label::before {
	border-color: hsl(48 100% 67%);
	background: hsl(48 100% 67%);
	box-shadow: inset 0 0 0 3px hsl(0 0% 8%);
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: hsl(40 20% 95%);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E") center / contain no-repeat;
}

.woocommerce-checkout #payment ul.payment_methods li[class*="payment_method_sumup"] > label::after {
	width: 74px;
	height: 24px;
	background: url("../images/sumup.png") center / contain no-repeat;
	-webkit-mask: none;
	mask: none;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs > label::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M4 18h16'/%3E%3Cpath d='M6 18V9'/%3E%3Cpath d='M10 18V9'/%3E%3Cpath d='M14 18V9'/%3E%3Cpath d='M18 18V9'/%3E%3Cpath d='M12 3 3 8h18Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M4 18h16'/%3E%3Cpath d='M6 18V9'/%3E%3Cpath d='M10 18V9'/%3E%3Cpath d='M14 18V9'/%3E%3Cpath d='M18 18V9'/%3E%3Cpath d='M12 3 3 8h18Z'/%3E%3C/svg%3E");
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label img {
	max-height: 24px;
	width: auto;
	margin: 0 0 0 auto;
	padding-left: 12px;
}

.woocommerce-checkout #payment ul.payment_methods li[class*="payment_method_sumup"] > label img {
	display: none;
}

.woocommerce-checkout #payment div.payment_box {
	margin: 0;
	padding: 2px 84px 18px 48px;
	background: transparent;
	color: hsl(40 10% 55%);
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout #payment .place-order {
	margin-top: 16px;
	padding: 0;
}

.woocommerce-checkout #payment #place_order {
	width: 100%;
	min-height: 0;
	padding: 12px 24px;
	border: 0;
	border-radius: 8px;
	background: hsl(0 91% 26.3%);
	color: #ffffff;
	font-weight: 700;
	transition:
		background-color 0.18s ease,
		transform 0.18s ease;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus {
	background: hsl(0 91% 13%);
	color: #ffffff;
}

.woocommerce-order ul,
.woocommerce-order ol,
.woocommerce-thankyou-order-details {
	list-style: none;
	padding-left: 0;
}

.tvk-order-ticket-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.tvk-order-ticket-image {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 6px;
	background: hsl(0 0% 8%);
}

.tvk-order-ticket-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tvk-order-ticket-title {
	color: hsl(40 20% 95%);
	font-weight: 700;
	line-height: 1.35;
}

.tvk-order-ticket-counts {
	display: grid;
	gap: 4px;
	margin: 7px 0 0;
	color: hsl(40 10% 55%);
	font-size: 14px;
	line-height: 1.35;
	list-style: none;
	padding-left: 0;
}

.tvk-order-ticket-group .product-total {
	vertical-align: middle;
	white-space: nowrap;
}

.woocommerce-order .woocommerce-thankyou-order-received {
	margin: 0 0 24px;
	padding: 18px 20px;
	border: 1px solid hsl(145 72% 38%);
	border-radius: 8px;
	background: hsl(145 70% 12% / 0.35);
	color: hsl(145 85% 56%);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.woocommerce-order .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 28px;
	padding: 0;
	border: 1px solid hsl(0 0% 14%);
	border-radius: 8px;
	overflow: hidden;
	background: hsl(0 0% 8%);
}

.woocommerce-order .woocommerce-order-overview li {
	margin: 0;
	padding: 16px 20px;
	border: 0;
	border-right: 1px solid hsl(0 0% 14%);
	border-bottom: 1px solid hsl(0 0% 14%);
	color: hsl(40 10% 55%);
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.woocommerce-order .woocommerce-order-overview li strong {
	display: block;
	margin-top: 5px;
	color: hsl(40 20% 95%);
	font-size: 14px;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
	margin: 32px 0 16px !important;
	color: hsl(40 20% 95%) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.tvk-bank-transfer-card {
	display: grid;
	gap: 18px;
	margin: 24px 0 32px;
	padding: 20px;
	border: 1px solid hsl(48 100% 67%);
	border-radius: 8px;
	background: hsl(0 0% 8%);
	box-shadow: 0 0 0 1px hsl(48 100% 67% / 0.16);
}

.tvk-bank-transfer-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.tvk-bank-transfer-kicker {
	margin: 0 0 6px;
	color: hsl(48 100% 67%);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.tvk-bank-transfer-head h2 {
	margin: 0 !important;
	color: hsl(40 20% 95%) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.tvk-bank-detail span {
	display: block;
	color: hsl(40 10% 55%);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.tvk-bank-transfer-copy,
.tvk-bank-transfer-note {
	max-width: 82ch;
	margin: 0;
	color: hsl(40 20% 95%);
	font-size: 14px;
	line-height: 1.6;
}

.tvk-bank-transfer-note {
	color: hsl(40 10% 55%);
}

.tvk-bank-transfer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.tvk-bank-detail {
	padding: 12px;
	border: 1px solid hsl(0 0% 14%);
	border-radius: 6px;
	background: hsl(0 0% 10%);
}

.tvk-bank-detail strong {
	display: block;
	margin-top: 5px;
	color: hsl(40 20% 95%);
	font-size: 14px;
	line-height: 1.35;
	word-break: break-word;
}

@media (max-width: 767px) {
	.woocommerce-order .woocommerce-order-overview,
	.tvk-bank-transfer-grid {
		grid-template-columns: 1fr;
	}

	.tvk-bank-transfer-head {
		display: grid;
	}

	.woocommerce-billing-fields__field-wrapper #billing_birthdate_field,
	.woocommerce-billing-fields__field-wrapper #billing_birthdate_field.tvk-birthdate-field {
		clear: both !important;
		display: block !important;
		float: none !important;
		flex: 0 0 100% !important;
		grid-column: 1 / -1 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_birthdate_field input#billing_birthdate {
		box-sizing: border-box;
		min-width: 0;
		width: 100%;
	}

}

@media (max-width: 639px) {
	.woocommerce-billing-fields__field-wrapper #billing_address_1_field.tvk-address-main,
	.woocommerce-billing-fields__field-wrapper #billing_address_2_field.tvk-address-bus,
	.woocommerce-billing-fields__field-wrapper #billing_postcode_field.tvk-postcode-field,
	.woocommerce-billing-fields__field-wrapper #billing_city_field.tvk-city-field,
	.woocommerce-billing-fields__field-wrapper #billing_birthdate_field.tvk-birthdate-field {
		float: none;
		grid-column: 1 / -1 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	.woocommerce-billing-fields__field-wrapper #billing_birthdate_field.tvk-birthdate-field input#billing_birthdate {
		width: 100%;
	}
}

.tvk-product-tickets .tvk-nav-buttons,
.tvk-cart .tvk-nav-buttons {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px;
	margin-top: var(--tvk-nav-margin-top, 16px);
	width: 100% !important;
}

.tvk-product-tickets .tvk-nav-button,
.tvk-product-tickets .tvk-nav-button.button,
.tvk-product-tickets button.tvk-nav-button,
.tvk-cart .tvk-nav-button,
.tvk-cart .tvk-nav-button.button,
.tvk-cart button.tvk-nav-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px;
	padding: 12px 24px;
	border: 0 !important;
	border-radius: var(--tvk-nav-button-radius, 8px) !important;
	text-decoration: none !important;
	font: inherit !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: none !important;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.tvk-product-tickets .tvk-nav-back,
.tvk-cart .tvk-nav-back {
	background: var(--tvk-nav-back-bg, #ffffff) !important;
	color: var(--tvk-nav-back-color, #000000) !important;
}

.tvk-product-tickets .tvk-nav-next,
.tvk-cart .tvk-nav-next {
	background: var(--tvk-nav-next-bg, hsl(0, 91%, 26.3%)) !important;
	color: var(--tvk-nav-next-color, #ffffff) !important;
}

.tvk-product-tickets .tvk-nav-next:not(:disabled):hover,
.tvk-product-tickets .tvk-nav-next:not(:disabled):focus,
.tvk-cart .tvk-nav-next:hover,
.tvk-cart .tvk-nav-next:focus {
	background: var(--tvk-nav-next-hover-bg, hsl(0, 91%, 13%)) !important;
	color: var(--tvk-nav-next-color, #ffffff) !important;
}

.tvk-product-tickets .tvk-nav-next:disabled {
	opacity: 0.45 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.tvk-product-tickets .tvk-nav-next.tvk-nav-button-pending {
	opacity: 0.65 !important;
}

@media (max-width: 640px) {
	.tvk-product-tickets .tvk-ticket-head {
		display: none;
	}

	.tvk-product-tickets .tvk-ticket-row {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.tvk-product-tickets .tvk-ticket-price,
	.tvk-product-tickets .tvk-qty-control {
		justify-self: end;
	}
}
.woocommerce-checkout-review-order-table thead th.product-name {
	font-size: 0;
}

.woocommerce-checkout-review-order-table thead th.product-total {
	font-size: 0;
}

.woocommerce-checkout-review-order-table thead th.product-total::after {
	content: "Prijs";
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: hsl(40 10% 55%);
}

.shop_table.woocommerce-checkout-review-order-table thead {
	border-bottom: 1px solid hsl(40 10% 55%);
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	color: hsl(40 10% 55%);
}
