@charset "UTF-8";
:root {
	--availability-good: #008B38;
	--availability-low: #FCA311;
	--availability-none: #ceced0;
	--global-primary-colour: #9d9c9c;
	--global-tertiary-colour: #f5f5f9;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.farlo-page > .site__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding: 0 10px;
}
.farlo-page .site {
	overflow: initial;
}
.farlo-page .container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}
.farlo-page .page-container .farlo-breadcrumbs {
	padding: 0;
}
.farlo-page #site-main {
	min-height: 100vh;
}
.farlo-page .mobile-hidden {
	display: none;
}
@media (min-width: 980px) {
	.farlo-page .mobile-hidden {
		display: block;
	}
}
.farlo-page .desktop-hidden {
	display: block;
}
@media (min-width: 980px) {
	.farlo-page .desktop-hidden {
		display: none;
	}
}
.farlo-page .hidden {
	display: none !important;
}
.farlo-page-booking_page .farlo-seating-plan h1,
.farlo-page-booking_page .farlo-seating-plan .page-sub-title {
	display: none;
}

.button {
	text-align: center;
	text-decoration: none;
}

.header-bar {
	align-items: center;
	color: white;
	display: flex;
	gap: 10px;
	margin-left: auto;
}
.header-bar svg {
	height: 24px;
	width: 24px;
}
.header-bar a {
	align-items: center;
	color: white;
	display: flex;
	justify-content: center;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-decoration: none;
}

header .header__logo-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 64px;
	order: 0;
}
@media (min-width: 980px) {
	header .header__logo-1 {
		margin-left: 0;
		margin-right: 0;
		max-width: 100px;
	}
}

header .header__navigation {
	margin-left: 0;
	margin-right: auto;
	order: -1;
}
@media (min-width: 980px) {
	header .header__navigation {
		order: unset;
	}
}

header .header__mobile {
	max-width: 28px;
}
header .header__mobile .navigation__mobile-hamburger {
	max-width: 28px;
}

.navigation {
	z-index: 1;
}

body .farlo-performance-price--concession {
	gap: 5px;
}
body .farlo-performance-price--concession .farlo-currency-symbol,
body .farlo-performance-price--concession .farlo-currency-value {
	font-weight: 700 !important;
}

.debug_info {
	background: #f0f0f0;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 50px;
	padding: 40px;
}
.debug_info h4 {
	font-size: 2rem;
	letter-spacing: normal;
	margin: 0 0 20px;
}
.debug_info pre {
	font-family: "Courier New", Courier, monospace;
}

.farlo-ui-icons__icon-container {
	align-items: center;
	display: flex;
	justify-content: center;
}
.farlo-ui-icons__icon-container svg {
	max-height: 24px;
	max-width: 24px;
}

.farlo-loop {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, calc((100% - 32px) / 2));
}
@media (min-width: 640px) {
	.farlo-loop {
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(3, calc((100% - 64px) / 3));
	}
}
.farlo-loop .farlo-card {
	border: 1px solid #dadae0;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.farlo-loop .farlo-card .farlo-card__promo {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 0 3px 3px;
	color: white;
	line-height: 1;
	padding: 5px 8px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.farlo-loop .farlo-card h3 {
	margin: 0;
}
.farlo-loop .farlo-card a {
	color: var(--wp--preset--color--primary-colour);
	text-decoration: none;
}
.farlo-loop .farlo-card a:hover {
	text-decoration: none !important;
}
.farlo-loop .farlo-card__card-container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 20px;
}
.farlo-loop .farlo-card__short-description:empty {
	display: none;
}
.farlo-loop .farlo-card img {
	display: block;
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.farlo-loop .farlo-card img[src=""] {
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
}
.farlo-loop .farlo-card img[src=""]:before {
	background: var(--global-tertiary-colour);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#farlo-cal *, #farlo-cal :after, #farlo-cal :before {
	box-sizing: border-box;
}

.farlo-cal-container {
	font-family: var(--global-button-font-family);
	position: relative;
}

.farlo-cal-container {
	margin-left: -20px;
	margin-right: -20px;
}
@media (min-width: 640px) {
	.farlo-cal-container {
		margin-left: 0px;
		margin-right: 0px;
	}
}
.farlo-cal-container button svg {
	height: 24px;
	width: 24px;
}

#farlo-cal {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
}
@media (min-width: 980px) {
	#farlo-cal {
		flex-direction: row;
	}
}
#farlo-cal {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#farlo-cal .farlo-cal-btn:active {
	box-shadow: 0 0 0 2px rgba(16, 152, 158, 0.1);
}
#farlo-cal .farlo-cal-week {
	display: flex;
	flex-wrap: wrap;
}
#farlo-cal .farlo-cal-week span {
	flex: 0 0 14.28%;
	flex-direction: column;
	font-size: 1.6rem;
	font-weight: 400;
	max-width: 14.28%;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#farlo-cal .farlo-cal-body {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
#farlo-cal .farlo-cal-date {
	align-items: center;
	border-radius: 0;
	flex: 0 0 14.28%;
	flex-direction: column;
	max-width: 14.28%;
	min-height: 40px;
	padding: 5px;
	position: relative;
	text-align: left;
}
@media (min-width: 640px) {
	#farlo-cal .farlo-cal-date {
		padding: 10px;
	}
}
#farlo-cal .farlo-cal-date:before {
	border: 1px solid rgba(0, 0, 0, 0.1);
	bottom: 2px;
	content: "";
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
	transition: background 0.3s ease;
	z-index: -1;
}
#farlo-cal .farlo-cal-date:hover:before {
	background: rgba(0, 0, 0, 0.1);
}
#farlo-cal .farlo-cal-date > span {
	font-size: 1.3rem;
}
#farlo-cal .farlo-cal-date--active.cal-day-select {
	cursor: pointer;
}
#farlo-cal .farlo-cal-date--disabled {
	border-radius: 0;
	cursor: not-allowed;
}
#farlo-cal .farlo-cal-side {
	padding: 30px;
	position: relative;
	width: 100%;
}
@media (min-width: 980px) {
	#farlo-cal .farlo-cal-side {
		margin-top: 100px;
		width: 320px;
	}
}
#farlo-cal .farlo-cal-side .farlo-cal-footer {
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
#farlo-cal .farlo-cal-side .farlo-cal-footer h5 {
	font-size: 2rem;
	margin-bottom: 10px;
	width: 100%;
}
#farlo-cal .farlo-cal-side .farlo-cal-footer a {
	align-items: center;
	background-position: 1.5rem 50%;
	background-repeat: no-repeat;
	background-size: 1.6rem;
	color: var(--global-text-colour);
	display: flex;
	font-size: 1.6rem;
	/*white-space:nowrap;*/
	line-height: 2rem;
	max-width: 48%;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#farlo-cal .farlo-cal-side .farlo-cal-footer a.farlo-event-cal-link span span.perf__message {
	font-family: var(--global-button-font-family);
	font-size: 1.4rem;
}
#farlo-cal .farlo-cal-side .farlo-cal-footer a.farlo-event-cal-link .perf-sold-out .perf__time {
	text-decoration: line-through;
}
#farlo-cal .farlo-cal-side .farlo-cal-footer a .farlo-event-calendar-price {
	background: var(--primary-colour);
	border-radius: 3rem;
	margin-left: auto;
	padding: 1rem 1.5rem;
	white-space: nowrap;
}
#farlo-cal .farlo-cal-side .farlo-cal-footer a .farlo-event-calendar-price span {
	font-family: var(--global-button-font-family);
	font-size: 1.4rem;
}
#farlo-cal .farlo-cal-pre-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
	position: relative;
	z-index: 1;
}
#farlo-cal .farlo-cal-pre-header h3 {
	margin: 0;
}
#farlo-cal .farlo-cal-pre-header button {
	background: transparent;
	border: 0;
	display: none;
}
#farlo-cal .farlo-cal-header .h3 {
	font-size: 20px;
}
@media (min-width: 980px) {
	#farlo-cal .farlo-cal-header .h3 {
		font-size: 30px;
	}
}
#farlo-cal .farlo-cal-header,
#farlo-cal .farlo-cal-week {
	position: relative;
	z-index: 1;
}
#farlo-cal .farlo-cal-main {
	flex: 1;
}

#farlo-cal .perf {
	background: transparent;
	flex: 1;
	font-family: var(--global-body-font-family);
	padding: 5px 0 5px;
	position: relative;
	text-align: center;
	text-transform: none;
}
#farlo-cal .perf:after {
	background: transparent;
	border-radius: 2px;
	bottom: 2px;
	content: none;
	height: 3px;
	left: 5px;
	position: absolute;
	right: 5px;
}
#farlo-cal .perf-low:after {
	background: var(--availability-low);
}
#farlo-cal .perf-sold-out:after {
	background: var(--availability-none);
}
#farlo-cal .farlo-cal-body:empty {
	min-height: 300px;
	position: relative;
}
#farlo-cal .farlo-cal-body:empty:after {
	bottom: 0;
	content: "Loading...";
	left: 0;
	line-height: 300px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
#farlo-cal .farlo-cal-body .farlo-cal-date {
	line-height: 1;
}
#farlo-cal .farlo-cal-body .farlo-cal-date .farlo-cal-date-perf {
	color: var(--primary-colour);
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 700;
	font-weight: 400;
	gap: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	text-transform: uppercase;
}
#farlo-cal .farlo-cal-body .farlo-cal-date .farlo-cal-date-perf a {
	font-size: 1.2rem;
	font-weight: 700;
}
@media (min-width: 1024px) {
	#farlo-cal .farlo-cal-body .farlo-cal-date .farlo-cal-date-perf {
		flex-direction: row;
		gap: 10px;
	}
}
#farlo-cal .farlo-cal-body .farlo-cal-date--selected:before {
	background: rgba(0, 0, 0, 0.1);
}
#farlo-cal .farlo-cal-side {
	border-top: 1px solid black;
}
@media (min-width: 980px) {
	#farlo-cal .farlo-cal-side {
		border-left: 1px solid black;
		border-top: 0;
	}
}
#farlo-cal .farlo-cal-side a {
	flex: 1;
	font-family: var(--global-body-font-family);
	text-transform: uppercase;
}
#farlo-cal .farlo-cal-side a > span {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	transition: background 0.3s ease;
}
#farlo-cal .farlo-cal-side a > span.perf-sold-out {
	cursor: default;
	opacity: 0.4;
}
#farlo-cal .farlo-cal-side a:hover > span:not(.perf-sold-out) {
	background: rgba(0, 0, 0, 0.1);
}
#farlo-cal .farlo-cal-side .perf {
	border: 1px solid black;
	border-radius: 0px;
	max-width: 100%;
	padding: 8px 20px 10px;
	position: relative;
}
#farlo-cal .farlo-cal-side .perf:after {
	bottom: 5px;
	content: none;
	left: 20px;
	right: 20px;
}

.toggle-performances {
	background: transparent;
	border: 1px solid black;
	border-radius: 0;
	height: 36px;
	position: absolute;
	right: 0;
	transition: background 0.3s ease;
	width: 36px;
	z-index: 2;
}
.toggle-performances:hover {
	background: rgba(0, 0, 0, 0.1);
}
.toggle-performances.toggle-calendar {
	padding: 0 5px;
}
.toggle-performances.toggle-calendar .farlo-ui-icons__icon-list {
	display: none;
}
.toggle-performances.toggle-list {
	padding: 0 5px;
}
.toggle-performances.toggle-list .farlo-ui-icons__icon-booking_dates {
	display: none;
}
.toggle-performances.toggle-calendar + #farlo-cal {
	display: none;
}
.toggle-performances.toggle-list + #farlo-cal + #performance-list {
	display: none;
}
.toggle-performances .farlo-ui-icons__icon-container {
	height: 24px;
	width: 24px;
}

.farlo-cal-header {
	align-items: center;
	display: flex;
	justify-content: center;
	left: 0;
	margin-bottom: 25px;
	min-width: 220px;
	padding: 0;
	width: calc(100% - 46px);
}
@media (min-width: 980px) {
	.farlo-cal-header {
		width: 100%;
	}
}
.farlo-cal-header svg {
	fill: var(--global-secondary-colour);
}
.farlo-cal-header .h3 {
	margin-bottom: 0;
}
.farlo-cal-header__label {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	width: calc(100% - 72px);
}

.farlo-cal-btn {
	align-items: center;
	background: transparent;
	border: 0;
	border: 1px solid black;
	color: inherit;
	cursor: pointer;
	display: flex;
	font: inherit;
	height: 36px;
	justify-content: center;
	line-height: normal;
	min-width: 27px;
	outline: none;
	overflow: visible;
	text-align: center;
	transition: background 0.3s ease;
	width: 36px;
}
.farlo-cal-btn:hover {
	background: rgba(0, 0, 0, 0.1);
}
button.farlo-cal-link-disabled svg {
	fill: rgba(0, 0, 0, 0.3);
}

.performance-list {
	font-family: var(--global-button-font-family);
	text-transform: uppercase;
	width: 100%;
}
.performance-list__ul, .performance-list__li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.performance-list__ul-shows-2 > .performance-list__links:after, .performance-list__li-shows-2 > .performance-list__links:after {
	background: black;
	content: "";
	height: 1px;
	left: 0;
	left: 50%;
	max-width: 1200px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}
.performance-list__li {
	display: flex;
	flex-direction: column;
}
@media (min-width: 980px) {
	.performance-list__li {
		flex-direction: row;
	}
}
.performance-list__week {
	text-align: center;
}
.performance-list__day {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 0 1 20%;
	justify-content: space-between;
	padding: 8px;
	text-align: left;
}
@media (min-width: 980px) {
	.performance-list__day {
		padding: 12px;
	}
}
.performance-list__day-date {
	font-family: var(--global-body-font-family);
}
@media (min-width: 980px) {
	.performance-list__day {
		border-bottom: 0;
		border-right: 1px solid rgb(0, 0, 0);
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.performance-list__day-dow {
		font-size: 2rem;
	}
	.performance-list__day-date {
		font-size: 1.2rem;
	}
}
.performance-list__links {
	display: grid;
	flex: 1 0 80%;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}
.performance-list__links a {
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-width: 0 1px 0px 0;
	display: block;
	display: flex;
	flex: 0 0 50%;
	flex: 0 0 33.333%;
	flex-direction: column;
	justify-content: center;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease;
	width: 100%;
}
@media (min-width: 980px) {
	.performance-list__links a {
		padding: 12px;
	}
}
.performance-list__links a:nth-child(6n+1), .performance-list__links a:nth-child(6n+2), .performance-list__links a:nth-child(6n+3) {
	border-bottom-width: 1px;
}
.performance-list__links a.perf-disabled * {
	opacity: 0.1;
}
.performance-list__links a .performance-list__link-time {
	font-family: var(--global-body-font-family);
	font-size: 1.6rem;
}
@media (min-width: 980px) {
	.performance-list__links a .performance-list__link-time {
		font-size: 1.8rem;
	}
}
.performance-list__links a.performance-list__link-noAvailability {
	cursor: default;
}
.performance-list__links a.performance-list__link-noAvailability .performance-list__link-time {
	text-decoration: line-through;
}
.performance-list__links a.performance-list__link-noAvailability:hover {
	background: transparent !important;
}
.performance-list__links a:hover {
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
.performance-list__links a div:nth-child(2) {
	font-family: var(--global-button-font-family);
	font-size: 1.2rem;
}
@media (min-width: 980px) {
	.performance-list__links a div:nth-child(2) {
		font-size: 1.4rem;
	}
}
.performance-list__empty {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 24px 12px;
	text-align: center;
	text-align: center;
}
.performance-list__li {
	border: 1px solid rgb(0, 0, 0);
	border-width: 0 1px 1px;
}
.performance-list__li:first-child {
	border-top-width: 1px;
}
.performance-list .farlo-cal-btn {
	border: 1px solid black;
	border-radius: 0;
	transition: background 0.3s ease;
}
.performance-list .farlo-cal-btn:hover {
	background: rgba(0, 0, 0, 0.1);
}
.performance-list .farlo-cal-header {
	justify-content: space-between;
	left: 0;
	margin: 0;
	min-width: 220px;
	padding: 0;
	position: absolute;
	top: 56px;
	transform: none;
	width: 100%;
	z-index: 9;
}
@media (min-width: 980px) {
	.performance-list .farlo-cal-header {
		top: 0;
		width: 400px;
	}
}
.performance-list h3 {
	font-size: 24px;
	margin: 0 0 80px;
	text-align: center;
	transform: translateY(63px);
	width: 100%;
	z-index: -1;
}
@media (min-width: 980px) {
	.performance-list h3 {
		font-size: 30px;
		margin: 0 0 20px;
		transform: none;
		width: 400px;
	}
}

.farlo-cal-filters {
	display: flex;
	gap: 15px;
	justify-content: center;
	position: absolute;
	right: 48px;
	white-space: nowrap;
	width: calc(100% - 46px);
	z-index: 3;
}
@media (min-width: 980px) {
	.farlo-cal-filters {
		width: auto;
	}
}
.farlo-cal-filters button {
	background: transparent;
	border: 0;
	border: 1px solid black;
	color: black !important;
	flex: 1;
	height: 36px;
	padding: 0 10px;
	text-transform: uppercase;
	transition: background ease 0.3s;
}
.farlo-cal-filters button:visited, .farlo-cal-filters button:active, .farlo-cal-filters button:focus, .farlo-cal-filters button:target {
	color: black !important;
}
@media (min-width: 980px) {
	.farlo-cal-filters button {
		padding: 0 20px;
	}
}
.farlo-cal-filters button.cal-filter-active, .farlo-cal-filters button:hover {
	background: rgba(0, 0, 0, 0.1);
}

.farlo-performance-prices {
	margin-bottom: 250px;
}
@media (min-width: 980px) {
	.farlo-performance-prices {
		margin-bottom: 50px;
	}
}
.farlo-performance-prices .farlo-performance-price {
	background: #f5f5f9;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 20px;
}
@media (min-width: 640px) {
	.farlo-performance-prices .farlo-performance-price {
		flex-direction: row;
	}
}
.farlo-performance-prices .farlo-performance-price:last-child {
	margin-bottom: 0;
}
@media (min-width: 640px) {
	.farlo-performance-prices .farlo-performance-price {
		gap: 40px;
	}
}
.farlo-performance-prices .farlo-performance-price--price {
	margin: 10px 0;
}
.farlo-performance-prices .farlo-performance-price--price-band {
	flex: auto;
}
.farlo-performance-prices .farlo-performance-price--price-band h4 {
	margin: 0;
}
.farlo-performance-prices .farlo-performance-price--input {
	text-align: center;
}
@media (min-width: 640px) {
	.farlo-performance-prices .farlo-performance-price--input {
		flex: 0 0 200px;
	}
}
.farlo-performance-prices .farlo-performance-price--input .site-form-field__input-number {
	margin-top: 3px;
	width: 100%;
}
.farlo-performance-prices .farlo-performance-price--input input {
	border-color: var(--primary-colour);
	text-align: center;
	width: 100%;
}
.farlo-performance-prices .farlo-performance-price--concession {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.farlo-performance-prices .farlo-performance-price--concession:last-child {
	margin-bottom: 0;
}
.farlo-performance-prices .farlo-performance-price--concession span {
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
}
.farlo-performance-prices .farlo-performance-price--concession span:first-child {
	flex: 1;
	text-align: left;
}
.farlo-performance-prices .farlo-performance-price--concession span:nth-child(2) {
	text-align: right;
}
.farlo-performance-prices .farlo-performance-price--sold-out {
	color: var(--availability-none);
	display: inline-block;
	font-weight: 500;
	margin: 0 auto;
	text-transform: uppercase;
}

.farlo-basket-items {
	width: 100%;
}

.shopping-basket {
	background: #f5f5f9;
}
.shopping-basket__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 30px;
	position: relative;
}
@media (min-width: 640px) {
	.shopping-basket__item {
		flex-direction: row;
		gap: 40px;
		padding: 40px;
	}
}
.shopping-basket__item:last-child {
	border-bottom: 0;
}
.shopping-basket__item-image {
	flex: 0 1 50%;
	max-width: 200px;
	width: 30%;
}
.shopping-basket__item-image img {
	height: auto !important;
	max-width: 100%;
}
.shopping-basket__item-content {
	flex: 1;
}
.shopping-basket__item-content h4 {
	margin-bottom: 10px;
}
.shopping-basket__item-remove {
	font-size: 2rem;
	font-weight: 700;
	position: absolute;
	right: 30px;
	top: 25px;
}
.shopping-basket__item-remove:hover {
	color: var(--global-secondary-colour);
	text-decoration: none;
}
.shopping-basket__item-dates {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.shopping-basket__item .button {
	margin-top: 10px;
}

.shopping-basket-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.shopping-basket-actions > a {
	flex: auto;
	justify-content: center;
	max-width: 240px;
}

.related-merchandise,
.basket-additions {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	flex-direction: column;
	gap: 20px;
	padding: 30px;
}
@media (min-width: 640px) {
	.related-merchandise,
.basket-additions {
		flex-direction: row;
		gap: 40px;
		padding: 40px;
	}
}
.related-merchandise:last-child,
.basket-additions:last-child {
	border-bottom: 0;
}
.related-merchandise__item, .related-merchandise__upsell,
.basket-additions__item,
.basket-additions__upsell {
	padding: 10px 0;
}
.related-merchandise__item h5, .related-merchandise__upsell h5,
.basket-additions__item h5,
.basket-additions__upsell h5 {
	margin-bottom: 5px;
}
.related-merchandise__item-variations, .related-merchandise__upsell-variations,
.basket-additions__item-variations,
.basket-additions__upsell-variations {
	padding-left: 0;
}
.related-merchandise__item-variations li, .related-merchandise__upsell-variations li,
.basket-additions__item-variations li,
.basket-additions__upsell-variations li {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.related-merchandise__item-variations li:last-child, .related-merchandise__upsell-variations li:last-child,
.basket-additions__item-variations li:last-child,
.basket-additions__upsell-variations li:last-child {
	border-bottom: 0;
}
.related-merchandise__item-name[farlo-ui], .related-merchandise__upsell-name[farlo-ui],
.basket-additions__item-name[farlo-ui],
.basket-additions__upsell-name[farlo-ui] {
	cursor: pointer;
}
.related-merchandise__item-price, .related-merchandise__upsell-price,
.basket-additions__item-price,
.basket-additions__upsell-price {
	margin-left: auto;
	margin-right: 10px;
}
.related-merchandise__item-input, .related-merchandise__upsell-input,
.basket-additions__item-input,
.basket-additions__upsell-input {
	flex: 1 0 100%;
	margin-top: 4px;
	order: 5;
}
@media (min-width: 640px) {
	.related-merchandise__item-input, .related-merchandise__upsell-input,
.basket-additions__item-input,
.basket-additions__upsell-input {
		flex: unset;
		margin-top: unset;
		order: unset;
	}
}
.related-merchandise__item-input input, .related-merchandise__upsell-input input,
.basket-additions__item-input input,
.basket-additions__upsell-input input {
	border: 1px solid var(--primary-colour-accent);
	border-radius: 30px;
	text-align: center;
	width: 100%;
}
@media (min-width: 640px) {
	.related-merchandise__item-input input, .related-merchandise__upsell-input input,
.basket-additions__item-input input,
.basket-additions__upsell-input input {
		width: 90px;
	}
}
.related-merchandise__item-description, .related-merchandise__upsell-description,
.basket-additions__item-description,
.basket-additions__upsell-description {
	flex: 1 0 100%;
	margin-top: 5px;
}
.related-merchandise__item-more, .related-merchandise__upsell-more,
.basket-additions__item-more,
.basket-additions__upsell-more {
	display: inline-block;
	height: 10px;
	justify-content: center;
	left: 4px;
	position: relative;
	top: -2px;
	transform: rotate(-90deg);
	width: 10px;
}
.related-merchandise__item-more:before, .related-merchandise__item-more:after, .related-merchandise__upsell-more:before, .related-merchandise__upsell-more:after,
.basket-additions__item-more:before,
.basket-additions__item-more:after,
.basket-additions__upsell-more:before,
.basket-additions__upsell-more:after {
	background: var(--primary-colour-accent);
	content: "";
	height: 1px;
	position: absolute;
	transform: rotate(45deg);
	transform-origin: left center;
	width: 6px;
}
.related-merchandise__item-more:hover:before, .related-merchandise__item-more:hover:after, .related-merchandise__upsell-more:hover:before, .related-merchandise__upsell-more:hover:after,
.basket-additions__item-more:hover:before,
.basket-additions__item-more:hover:after,
.basket-additions__upsell-more:hover:before,
.basket-additions__upsell-more:hover:after {
	background: var(--global-secondary-colour);
}
.related-merchandise__item-more:after, .related-merchandise__upsell-more:after,
.basket-additions__item-more:after,
.basket-additions__upsell-more:after {
	transform: rotate(-45deg);
}

.shopping-basket-mini h3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: var(--global-primary-colour);
	display: flex;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
}
.shopping-basket-mini h3 span {
	font-family: Arial;
	font-size: 3rem;
	font-weight: 700;
	margin-left: auto;
}
.shopping-basket-mini__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.shopping-basket-mini__item h4 {
	color: var(--global-primary-colour);
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}
.shopping-basket-mini__item-content {
	margin-top: 10px;
	padding-left: 30px;
}

.farlo-seating-plan.container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.farlo-seating-plan.container h1.page-title {
	display: none;
}
.farlo-seating-plan.container h1.page-title + h3 {
	display: none;
}
.farlo-seating-plan.container .farlo-performance-prices__body {
	position: relative;
}
.farlo-seating-plan.container .farlo-content {
	bottom: 0;
	gap: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: var(--header-height);
}
.farlo-seating-plan.container .farlo-content .farlo-body {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 100%;
	margin-top: 38px;
	max-height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--pullup-height) - 38px);
	max-width: unset;
	width: 100vw;
}
@media (min-width: 980px) {
	.farlo-seating-plan.container .farlo-content .farlo-body {
		height: 100%;
		max-width: calc(100% - 320px);
	}
}
.farlo-seating-plan.container .farlo-content .farlo-sidebar {
	bottom: 0;
	transition: bottom 0.3s ease-in-out;
}
.farlo-seating-plan.container .farlo-content .farlo-sidebar:not(.farlo-sidebar-active) {
	bottom: -100px;
}
@media (min-width: 980px) {
	.farlo-seating-plan.container .farlo-content .farlo-sidebar {
		height: 100%;
	}
}

.farlo-tooltip {
	align-items: center;
	background: var(--primary-colour);
	border-radius: 4px;
	color: white;
	display: flex;
	flex-direction: column;
	min-width: 150px;
	padding: 10px 20px;
	transform: translate(-50%, 0);
}
.farlo-tooltip .tt-price {
	font-size: 2.2rem;
	font-weight: 600;
}
.farlo-tooltip .tt-area {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.farlo-tooltip .tt-title {
	font-weight: 500;
}

#farlo-canvas-container {
	height: 100vh;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-height: calc(100vh - 74px);
	max-width: 100vw;
	position: relative;
	width: 100vw;
}
@media screen and (min-width: 980px) {
	#farlo-canvas-container {
		max-width: calc(100vw - 320px);
	}
}

#pricebands {
	-webkit-backdrop-filter: blur(3px);
	        backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.3);
	font-size: 1rem;
	left: 0;
	max-width: 100%;
	overflow-x: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
#pricebands ul {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin: 0;
	padding: 10px 20px;
}
#pricebands .priceband {
	align-items: center;
	display: flex;
	gap: 5px;
}
#pricebands .priceband__colour {
	border-radius: 10px;
	height: 20px;
	width: 10px;
}
#pricebands .priceband__price {
	font-weight: 500;
}
#pricebands .priceband__price span {
	white-space: nowrap;
}

#view-seating-plan {
	position: fixed;
	right: 10px;
	top: 160px;
	z-index: 999;
}
@media (min-width: 980px) {
	#view-seating-plan {
		bottom: 30px;
		right: 30px;
		top: unset;
	}
}
#view-seating-plan .button {
	font-size: 10px;
	padding: 5px 10px;
}
@media (min-width: 980px) {
	#view-seating-plan .button {
		font-size: 1.8rem;
		padding: 10px 24px;
	}
}

.farlo-ui-lightbox--active.seating-plan-image .farlo-ui-lightbox__inner-content {
	left: unset;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	top: unset;
	transform: scale(1);
}

.error-list {
	background: #f2c4c4;
	color: #651111;
	padding: 20px 30px 20px 50px;
}
.error-list li:first-child:last-child {
	list-style: none;
	margin-left: -20px;
}

.farlo-breadcrumbs {
	display: flex;
	height: 24px;
	margin-top: 10px;
	overflow: auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	scroll-snap-align: end;
	/* For better cross-browser support */
	scroll-snap-stop: always;
	/* For better cross-browser support */
	scroll-snap-type: x mandatory;
	z-index: 2;
	/* For better cross-browser support */
}
.farlo-breadcrumbs:after {
	content: "";
	display: block;
	height: 10px;
	width: 30px;
}
.farlo-breadcrumbs__list {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.farlo-breadcrumbs__item {
	font-size: 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	position: relative;
	white-space: nowrap;
}
.farlo-breadcrumbs__item:before {
	content: "»";
	left: 0;
	position: absolute;
	top: -1px;
}
.farlo-breadcrumbs__item a {
	color: var(--global-primary-colour);
	text-decoration: none;
}

.toast-item {
	background: rgba(0, 0, 0, 0.68);
	border-radius: 10px;
	color: white;
	left: 50%;
	max-width: 500px;
	padding: 13px 20px 15px;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}
.toast-item.toast-takeover:before {
	background: black;
	bottom: -999em;
	content: "";
	left: -999em;
	opacity: 0.4;
	position: absolute;
	right: -999em;
	top: -999em;
	z-index: -1;
}

.lity {
	background: rgba(0, 0, 0, 0.9);
	bottom: 0;
	left: 0;
	opacity: 0;
	outline: none !important;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	white-space: nowrap;
}
.lity.lity-opened {
	opacity: 1;
}
.lity * {
	box-sizing: border-box;
}
.lity .lity-wrap {
	bottom: 0;
	left: 0;
	outline: none !important;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
}
.lity .lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
}
.lity .lity-loader {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -0.8em;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity 0.3s ease;
	width: 100%;
}
.lity .lity-loader.lity-loading {
	opacity: 1;
}
.lity .lity-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	outline: none !important;
	position: relative;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.lity .lity-content {
	transform: scale(1);
	transition: transform 0.3s ease;
	width: 100%;
}
.lity .lity-content.lity-loading, .lity .lity-content.lity-closed {
	transform: scale(0.8);
}
.lity .lity-content:after {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}
.lity .lity-close {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: none;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Baskerville, monospace;
	font-size: 35px;
	font-style: normal;
	height: 35px;
	line-height: 35px;
	outline: none;
	padding: 0;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 35px;
}
.lity .lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.lity .lity-close:hover,
.lity .lity-close:focus,
.lity .lity-close:active,
.lity .lity-close:visited {
	background: none;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-family: Arial, Baskerville, monospace;
	font-size: 35px;
	font-style: normal;
	line-height: 35px;
	outline: none;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.lity .lity-close:active {
	top: 1px;
}

.lity,
.lity-wrap,
.lity-loader,
.lity-container,
.lity-content,
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	z-index: 9990;
}

.lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
}

.lity-wrap:after {
	animation: spin 2s linear infinite;
	background: url(../../../public/src/assets/media/images/circle-notch-light.svg);
	background-repeat: no-repeat;
	background-size: 36px;
	content: "";
	height: 36px;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	position: fixed;
	top: 50%;
	width: 36px;
}

.lity-loader,
.lity-closed .lity-content {
	opacity: 0;
}

.lity-content:after {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.lity-close:active {
	top: 1px;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	max-width: 964px;
	width: 100%;
}

.lity-iframe-container {
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 56.25%;
	pointer-events: auto;
	transform: translateZ(0);
	width: 100%;
}
.lity-iframe-container iframe {
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lity-hide {
	display: none;
}

.lity-container {
	padding: 0 30px;
}

.lity-content {
	background: #fff;
	border-radius: 0.2rem;
	max-width: 60rem;
	padding: 0;
}
.lity-content h3 {
	line-height: 1.1;
	margin: 0;
	padding: 3rem 3rem 2rem;
}
.lity-content .modal-body {
	padding: 1rem 3rem 3rem;
}
.lity-content .modal-actions {
	border-top: 0.1rem solid #eae9e9;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 2rem 3rem;
}
.lity-content .modal-actions a {
	width: 100%;
}
@media (min-width: 980px) {
	.lity-content .modal-actions {
		flex-direction: row;
		width: auto;
	}
}
.lity-content .modal-actions a {
	display: block;
	white-space: nowrap;
}

.account-page-content .customer-details,
.account-page-content .password-fields {
	margin-bottom: 40px;
}
.account-page-content .address-details {
	margin-bottom: 30px;
}
.account-page-content .address-details + button {
	margin-left: auto;
	margin-right: auto;
}

.checkout-sign-in h3 + p {
	margin-bottom: 20px;
}

.checkout-main .customer-details,
.checkout-main .address-details,
.checkout-main .payment-method,
.checkout-main .password-fields,
.checkout-main .delivery-method,
.checkout-main .promo-code-details,
.checkout-main .suggested-donations {
	margin-bottom: 40px;
}

#order-details {
	flex-wrap: unset;
	gap: 40px;
}

.order-details__header, .order-details__footer {
	background-color: var(--global-tertiary-colour);
	padding: 30px;
	text-align: center;
}
.order-details__body {
	background: white;
	margin: 0 auto;
	max-width: var(--global-content-width);
	width: 100%;
}
.order-details__body h3 {
	padding: 30px;
}
.order-details__main h3 {
	border-bottom: 1px solid var(--global-tertiary-colour);
}
.order-details__main .shopping-basket__item {
	border-color: var(--global-tertiary-colour);
}
.order-details__main .shopping-basket__item-dates {
	border-color: var(--global-tertiary-colour);
}
.order-details__top {
	border-bottom: 1px solid var(--global-tertiary-colour);
	padding: 30px;
}
.order-details__top p {
	margin: 0;
}
.order-details__totals {
	border-top: 1px solid var(--global-tertiary-colour);
	padding: 30px;
}
.order-details__totals h3 {
	margin: 5px;
	padding: 0;
}

.checkout-main {
	width: 100%;
}

@media (min-width: 980px) {
	.checkout-main {
		width: unset;
	}
}
.navigation.pagination {
	margin: 40px 0;
	text-align: center;
}
.navigation.pagination .nav-links {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links a {
	background: #dadae0;
	border-radius: 16px;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	width: 32px;
}

.farlo-page-booking_page .site {
	overflow: initial;
}
.farlo-page-booking_page.farlo-calendar-page .site {
	overflow: hidden;
}
.farlo-page-booking_page h1.page-title {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.farlo-page-booking_page h1.page-title span {
	display: block;
	text-align: center;
}
.farlo-page-booking_page .page-sub-title {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
	margin-bottom: 20px;
}
@media (min-width: 980px) {
	.farlo-page-booking_page .page-sub-title {
		flex-direction: row;
		justify-content: space-between;
	}
}
.farlo-page-booking_page .page-sub-title h3 {
	margin-bottom: 0;
}
@media (min-width: 980px) {
	.farlo-page-booking_page .page-sub-title h3 {
		margin-right: 20px;
	}
}
.farlo-body {
	flex: auto;
	width: 100%;
}
@media (min-width: 980px) {
	.farlo-body {
		max-width: calc(100% - 320px);
	}
}
.farlo-body.checkout-main {
	margin-bottom: 40px;
}

.farlo-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
}
.farlo-content.farlo-basket {
	gap: 0;
}
@media (min-width: 980px) {
	.farlo-content.farlo-basket {
		gap: 40px;
	}
}
@media (min-width: 980px) {
	.farlo-content {
		flex-direction: row;
	}
}

.farlo-sidebar {
	background: var(--global-tertiary-colour);
	bottom: 0;
	color: var(--global-primary-colour);
	flex: 1;
	padding: 30px;
	position: static;
	right: 0;
	text-align: center;
	width: 100%;
	width: -webkit-fill-available;
}
.farlo-sidebar.farlo-performance-prices__sidebar {
	background: transparent;
	padding: 0;
}
.farlo-sidebar.farlo-performance-prices__sidebar > .farlo-sidebar__inner {
	background: #f5f5f9;
	padding: 10px 30px;
}
@media (min-width: 980px) {
	.farlo-sidebar.farlo-performance-prices__sidebar > .farlo-sidebar__inner {
		padding: 30px;
	}
}
.farlo-sidebar.farlo-performance-prices__sidebar .button--image {
	cursor: pointer;
	order: -1;
}
@media (min-width: 980px) {
	.farlo-sidebar.farlo-performance-prices__sidebar .button--image {
		margin-top: 30px;
		order: unset;
	}
}
@media screen and (max-width: 979px) {
	.farlo-sidebar.farlo-performance-prices__sidebar .button--image {
		border: 1px solid white;
		border-radius: 4px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		height: 70px;
		-o-object-fit: contain;
		   object-fit: contain;
		overflow: hidden;
		position: absolute;
		right: 10px;
		top: -80px;
		width: 110px;
		z-index: 2;
	}
	.farlo-sidebar.farlo-performance-prices__sidebar .button--image span {
		font-size: 1.1rem;
		font-weight: 700;
		left: 0;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
}
.account-page-content .farlo-sidebar {
	max-width: 320px;
}
@media (min-width: 980px) {
	.farlo-sidebar {
		min-width: 320px;
		position: sticky;
		top: 30px;
	}
	.farlo-performance-prices-seating-plan .farlo-sidebar {
		background: white;
		border-left: 1px solid #dadae0;
		margin-top: 90px;
		max-width: 200px;
		z-index: 9;
	}
}
.farlo-sidebar.farlo-performance-prices__sidebar {
	position: fixed;
}
@media (min-width: 980px) {
	.farlo-sidebar.farlo-performance-prices__sidebar {
		top: 30px;
	}
	.farlo-performance-prices-table .farlo-sidebar.farlo-performance-prices__sidebar {
		position: sticky;
	}
}
.farlo-sidebar.farlo-checkout__sidebar {
	order: -1;
}
@media (min-width: 980px) {
	.farlo-sidebar.farlo-checkout__sidebar {
		order: unset;
	}
}
@media (min-width: 1024px) {
	.farlo-sidebar {
		flex: 1 0 36%;
		max-width: 500px;
	}
}
.farlo-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.farlo-sidebar ul li {
	border-top: 1px solid #dbdde1;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
.farlo-sidebar ul li.current-page-item {
	font-weight: 500;
}
.farlo-sidebar .selected-seats__toggle {
	color: var(--global-primary-colour);
	font-family: system-ui;
	font-size: 30px;
	font-weight: 700;
	height: 20px;
	line-height: 28px;
	margin-bottom: -15px;
	overflow: hidden;
	padding: 0;
}
.farlo-sidebar #basket-merchandise ul,
.farlo-sidebar #selected-seats ul,
.farlo-sidebar #basket-addons ul {
	align-items: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-bottom: 10px;
	max-height: 40vh;
	overflow: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.farlo-sidebar #basket-merchandise ul:empty,
.farlo-sidebar #selected-seats ul:empty,
.farlo-sidebar #basket-addons ul:empty {
	display: none;
}
@media (min-width: 980px) {
	.farlo-sidebar #basket-merchandise ul,
.farlo-sidebar #selected-seats ul,
.farlo-sidebar #basket-addons ul {
		padding-top: 0;
	}
}
.farlo-sidebar #basket-merchandise ul li,
.farlo-sidebar #selected-seats ul li,
.farlo-sidebar #basket-addons ul li {
	border: 0;
	color: var(--global-primary-colour);
	font-weight: 500;
	list-style: none;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-top: 5px;
	position: relative;
	text-align: left;
}
.farlo-sidebar #basket-merchandise ul li .remove-seat,
.farlo-sidebar #selected-seats ul li .remove-seat,
.farlo-sidebar #basket-addons ul li .remove-seat {
	cursor: pointer;
	height: 23px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 21px;
}
.farlo-sidebar #basket-merchandise ul li:before,
.farlo-sidebar #selected-seats ul li:before,
.farlo-sidebar #basket-addons ul li:before {
	background: var(--global-primary-colour);
	border-radius: 12px;
	color: white;
	content: "×";
	font-size: 28px;
	font-weight: 700;
	height: 24px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: 24px;
}
.farlo-sidebar #selected-seats-toggle {
	left: -9999em;
	position: absolute;
}
.farlo-sidebar #selected-seats-toggle + label:before, .farlo-sidebar #selected-seats-toggle + label:after {
	background: var(--global-primary-colour);
	border-color: var(--global-primary-colour);
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 4px;
	transform: rotate(45deg);
	width: 15px;
}
.farlo-sidebar #selected-seats-toggle + label:before {
	margin-left: -8px;
	transform: rotate(-45deg);
}
.farlo-sidebar #selected-seats-toggle:checked + label {
	transform: rotate(180deg);
}
.farlo-sidebar #selected-seats-toggle:checked + label:before, .farlo-sidebar #selected-seats-toggle:checked + label:after {
	top: 12px;
}
.farlo-sidebar #selected-seats-toggle:checked + label + #selected-seats {
	display: block;
}
.farlo-sidebar .selected-seats-summary {
	color: var(--global-primary-colour);
	margin-bottom: 15px;
	text-align: left;
}
@media (min-width: 980px) {
	.farlo-sidebar .selected-seats-summary {
		margin-bottom: 20px;
	}
}
.farlo-sidebar .selected-seats-summary__total {
	font-size: 3rem;
	font-weight: 600;
}
.farlo-sidebar .button {
	justify-content: center;
	text-align: center;
	width: 100%;
}
.farlo-sidebar.farlo-checkout__sidebar .selected-seats-summary, .farlo-sidebar.farlo-basket__sidebar .selected-seats-summary {
	margin-bottom: 0;
}
.farlo-sidebar .promo-tag {
	background: var(--global-secondary-colour);
	border-radius: 4px 0 0 4px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: -16px;
	padding: 8px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.suggested-donations__item-description.truncated {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.suggested-donations__item-description + .button {
	margin-top: 10px;
}
.suggested-donations__item-description-button {
	left: -9999em;
	position: absolute;
}
.suggested-donations__item-description-button:checked + .truncated {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}
.suggested-donations__item-description-button:checked + .truncated + .button {
	display: none;
}
.suggested-donations__item-options {
	display: grid;
	gap: 10px 10px;
	grid-auto-flow: row;
	grid-template-areas: "donation-roundup donation-roundup" ". ." ". .";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-rows: auto;
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}
@media (min-width: 980px) {
	.suggested-donations__item-options:not(.no-roundup) {
		grid-template-areas: "donation-roundup . ." "donation-roundup . .";
		grid-template-columns: 2fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
}
.suggested-donations__item-options li label {
	align-items: center;
	border: 1px solid var(--global-primary-colour);
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: center;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.suggested-donations__item-options li label .donation-intro {
	font-size: smaller;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.suggested-donations__item-options li label .donation-value {
	font-size: 2.4rem;
	font-weight: 700;
}
.suggested-donations__item-options li label:hover {
	border-color: var(--global-secondary-colour);
	color: var(--global-secondary-colour);
}
.suggested-donations__item-options li.suggested-donations__item-roundup {
	grid-area: donation-roundup;
}
.suggested-donations__item-options li.suggested-donations__item-roundup label {
	height: 100%;
}
.suggested-donations__item-options li input {
	left: -9999em;
	position: absolute;
}
.suggested-donations__item-options li input:checked + label {
	background: var(--global-primary-colour);
	border-color: var(--global-primary-colour);
	color: white;
}
.suggested-donations__item-options li input:checked + label:hover {
	color: white;
}

.payment-form #payment-element {
	background: var(--global-tertiary-colour) !important;
	margin-bottom: 30px;
}

.account-previous-transactions {
	display: flex;
	flex-wrap: wrap;
}
.account-previous-transactions__heading, .account-previous-transactions__item {
	align-items: center;
	display: flex;
	flex: 1 0 100%;
	justify-content: space-between;
	padding: 10px 10px;
}
.account-previous-transactions__heading > div, .account-previous-transactions__item > div {
	padding: 0 10px;
}
.account-previous-transactions__heading {
	border-bottom: 2px solid var(--primary-colour);
	margin-bottom: 10px;
}
.account-previous-transactions__item {
	background: var(--global-tertiary-colour);
	margin: 10px 0;
}
.account-previous-transactions__order-id, .account-previous-transactions__total {
	flex: 0 1 15%;
}
.account-previous-transactions__date {
	flex: auto;
}
.account-previous-transactions__actions {
	flex: 0 0 170px;
}
/*# sourceMappingURL=farlo-lineup-public.css.map */