.tabselectors {
	margin-bottom: 28px;
}

.deadlines .menu-option-tickets {
	margin: 24px 0 0 0;
}

.deadlines {
	padding-bottom: calc(var(--vertical-card-padding) - 8px);
	margin-bottom: 24px;
}

#viewBasket {
	display: none;
}

.booking-title, #basket__header {
	padding-top: 32px;
	padding-bottom: 16px;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}


h2.title2, h3.title3, .multi-book {
	margin-bottom: 8px;
}

.side-padding {
	margin-left: var(--horizontal-card-padding);
	margin-right: var(--horizontal-card-padding);
}

.event-details h3.title3 {
	margin-bottom: 0;
}

.openTicketWrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	column-gap: 16px;
	row-gap: 8px;
	flex-grow: 1;
	margin-top: 8px;
}

.openTicketForm input.textfield {
	width: 80px;
}

.openError {
	width: 100%;
}

.check-all-events h3 {
	width: 100%;
}

.event-details {
	display: grid;
	grid-template-columns: 1fr 107px 60px;
	align-items: center;
}

.check-all-events {
	display: grid;
	grid-template-columns: 1fr 127px 60px;
}

.check-all-events .checkbox--holder, .event-details .checkbox--holder {
	padding-left: 5px;	
}

.check-all-events .title2, .event-details .title3, .event-details hr {
	grid-column: 1 / span 3;
}

.check-all-events label {
	grid-column: 2;
	justify-self: center;
}

.check-all-events .checkbox--holder {
	grid-column: 3;
	justify-self: center;
}

.central-header {
	justify-self: center;
}

.dateColumn {
	flex-grow: 1;
	text-aligh:left;
}

.ticket-header {
	margin-bottom: 20px;
}

.card + .card {
	margin-top: 16px;
}

.strikethrough span {
	text-decoration: line-through;
}

.event-deadlines-stripe:nth-child(even) {
	background-color: var(--colours-purple-light-2);
}

.event-deadlines {
	padding-top: 16px;
	padding-bottom: 16px;
}

.event-deadlines-grid {
	display: grid;
	grid-template-columns: 1fr 100px 76px;
	grid-column-gap: 16px;
}

.event-deadlines .price {
	text-align: right;
}

.tabselectors--grid {
	display: grid;
	grid-template-columns: 180px 180px;
}

.tabselectors--grid a {
	display: flex;
	justify-content: center;
	border-bottom: 2px solid var(--colours-grey-90-2);
	font-weight: 800;
	font-family: AbhayaLibre;
	font-size: 20px;
	line-height: 1.4;
}

.tabselectors--grid a span {
	padding-bottom: 8px;
}

.tabselectors--grid a.current-menu {
	border-bottom: 2px solid var(--colours-purple-primary-2);
	color: var(--colours-purple-primary-2);
}

#cart__footer {
	background-color: var(--colours-purple-primary-2);
	height: 64px;
	padding: 8px 16px;
	margin-top: 32px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#cart__footer .button {
	width: 195px;
}

.view-basket-footer, .view-tickets-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.view-tickets-footer {
	display: none;
}

#cart__footer .button {
	display: block;
}

.items-and-price {
	display: flex;
	flex-direction: column;
}


.concession-backup {
	display: flex;
}

.concession-backup a {
	margin-right: 2px;
}

.discount-proof {
	padding-left: 36px;
}

.concession-row {
	padding-bottom: 16px;
}

.backup-link:hover {
	text-decoration: underline;
}

.ticket-header span {
	padding-top: 4px;
	padding-bottom: 4px;
}

#ticket__body hr {
	margin: 24px 0;
}

.event-ticket-open {
	margin-top: 0;
}

.breadcrumb-back.current-menu {
	display: flex;
}

@media only screen and (max-width:449px){
	.tablet {
		display: none;
	}
	
	.openTicketWrap .button {
		margin-top: 16px;
	}
}

@media only screen and (min-width:450px){
	.small-mobile {
		display: none;
	}
	
	.openTicketWrap .openError {
		order: 2;
	}
	
	.openTicketWrap .button {
		width: auto;
		padding: 8px 16px;
		font-size: 16px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 767px) {	
	.ticket-header {
		display: none;
	}

	:root {
		--footer-height: 250px;
	}	
}

@media only screen and (min-width:768px) {
	#ticket__body .discount-text hr {
		margin: 32px 0;
	}
	
	.ticket-header .event-header {
		display: none;
	}
	
	#cart__footer {
		display: none;
	}
	
	#basket__body {
		display: block;
	}
	
	.ticket-screen-display {
		display: grid;
		grid-template-columns: 407fr 283fr;
		grid-column-gap: 30px;
	}

	#basket__body {
		align-self: start;
	}
	
	.check-all-events .title2 {
		grid-column: 1 / span 1;
		margin-bottom: 20px;
	}

	.check-all-events {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}
	
	.booking-title {
		padding-bottom: 32px;
	}
}

@media only screen and (min-width:1024px) {
	.ticket-screen-display {
		grid-template-columns: 550fr 384fr;
	}

	.ticket-header .event-header {
		display: block;
	}
	
	.event-details {
  		grid-template-columns: 3fr 2fr 107px 60px;
	}
	
	.check-all-events .title2, .event-details .title3 {
  		grid-column: 1 / span 1;
	}

	#deadlines__body {
		max-width: 567px;
	}
	
	.dateColumn {
		text-align: center;
	}
	
	.event-details hr {
		grid-column: 1 / span 4;
	}
}

@media only screen and (min-width:1200px) {
	.ticket-screen-display {
		grid-template-columns: 750fr 360fr;
	}
}