/*Checkout*/
#overdiv.page-checkout #header_back,
#overdiv.page-checkout #header_logo,
#overdiv.page-checkout #header_exit {
	min-width: 172px;
}
#header_back,
#header_exit {
	display: flex;
	align-items: center;
}
#header_back a,
#header_exit a {
	color: #001760;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 400;
}
#header_back a:hover,
#header_exit a:hover {
	text-decoration: underline;
}
#header_exit {
	justify-content: flex-end;
}
.checkout-container{
	justify-content: space-between;
}
.checkout-light-blue {
	min-height: calc(100vh - 112px);
	padding: 40px 0 78px;
}
.checkout-white-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
}
.checkout-white {
	margin: 0 auto;
	max-width: 544px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 48px 56px;
	border-radius: 5px;
}
.checkout-white-title {
	margin-bottom: 32px;
	text-align: center;
}
.checkout-white-subtitle {
	font-size: 14px;
	line-height: 21px;
	color: #2E0917;
	margin-bottom: 40px;
	display: none;
}
.checkout-white-guest .checkout-white-subtitle {
	display: block;
}
.checkout-white .form {
	margin: 0 auto;
}
.checkout-forgotten {
	font-size: 14px;
	line-height: 21px;
	margin-top: 28px;
	text-decoration: underline;
	text-align: right;
}
#checkout_sign,
#checkout_sign_guest {
	margin-top: 32px;
}
.checkout-white .button {
	width: 100%;
}
.checkout-white-guest {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.checkout-white-bottom {
	padding: 24px 0 0;
	color: #AF0B67;
	text-align: center;
}
#loginForm a,
.checkout-white-bottom a {
	color: #AF0B67;
	text-decoration: underline;
}
.checkout-white-borders {
	border-top: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
	width: calc(100% + 48px);
	margin-left: -24px;
	position: relative;
	padding: 24px;
}
.checkout-white-billing {
	margin: 44px 0 36px;
	color: #2E0917;
}
#checkoutFind {
	margin: 20px 0 14px;
}
#checkoutContinue {
	margin: 40px 0;
}
.checkout-white .switch + .switch {
	margin-top: 18px;
}
.checkout-white-question {
	margin-top: 32px;
}
.options-form {
	margin-top: 24px;
}
.checkout-white-buttons {
	display: flex;
	margin: 40px 0;
}
.checkout-white-buttons .button + .button {
	margin-left: 16px;
}
.checkout-create-container{
	text-align: center;
	margin-top: 64px;
}
.checkout-create-button{
	margin-top: 24px;
	max-width: 430px;
	width: 100%;
}
.checkout-left {
	width: 100%;
	max-width: 700px;
	margin-right: 24px;
}
#overdiv .checkout-left h2 {
	font-size: 30px;
}
.checkout-left-blue-background {
	width: 100%;
	max-width: 700px;
	margin-right: 24px;
	background-color: #D9E9FA;
	padding: 32px;
	border-radius: 10px;
}
.checkout-right {
	width: 100%;
	max-width: 456px;
	border-radius: 10px;
	overflow: hidden;
}
.checkout-right .checkout-item-title {
	margin: 0;
}
.checkout-right a {
	color: #AF0B67 !important;
	text-decoration: underline !important;
	font-size: 14px;
	font-weight: 400;
}
.checkout-right > .flex {
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	border-bottom: 1px solid #EAF5FF;
	background-color: white;
}
.checkout-right > .flex.checkout-total + .flex.checkout-total {
	padding-top: 0;
	margin-top: -8px;
}
.checkout-right .flex.checkout-total .purple-text {
	font-weight: bold;
}
.checkout-right-items {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.checkout-item-img {
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 8px;
}
.checkout-total {
	margin-top: 24px;
	background-color: #006BDC !important;
	border-radius: 10px;
	color: white;
}
#forms-buttons{
	margin-top: 32px;
}
.attendee-next {
	max-width: 304px;
	width: 100%;
}
.form-label{
	display: inline-block;
	width: 150px;
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	vertical-align: middle;
}
.form-label span{
	color:#AF0B67;
}
.check-label{
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.check-label span{
	color:#AF0B67;
}
.check-label a{
	text-decoration: underline !important;
}
.form-group select{
	background-color: #FFFFFF;
	width: 35%;
	border: 1px solid #001760;
	border-radius: 5px;
	height: 35px;
	margin: 10px 0;
	min-width: 150px;
}
.form-group input[type='text'],
.form-group input[type='password'],
.form-group input[type='email'],
.form-group input[type='date'],
.form-group input[type='number']{
	width: 100%;
	border: 1px solid #001760;
	border-radius: 5px;
	height: 35px;
	margin: 10px 0;
	min-width: 150px;
	background-color: white;
}
.form-group input[type='text'].invalid,
.form-group input[type='password'].invalid,
.form-group input[type='email'].invalid,
.form-group input[type='date'].invalid,
.form-group input[type='number'].invalid,
.form-group textarea.invalid,
.form-group select.invalid{
	border: 1px solid red !important;
}
.summary-plus-minus{
	display: inline-block;
    float: right;
}
.checkout-item-title{
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin: 24px 0;
}
.attendee-item-title-name{
	display: inline-block;
}
.attendee-item-title{
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.1;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 10px 24px;
	display: flex;
	justify-content: space-between;
}
.attendee-item-title i {
	cursor: pointer;
	font-size: 16px;
	align-self: center;
}
.attendee-item-title span {
	font-family: "ITCStoneSans", sans-serif;
	color: #AF0B67;
	font-size: 14px;
	font-weight: 400;
	margin: 0 8px;
	white-space: nowrap;
}
.checkout-attendee{
	margin-top: 16px;
}
.attendee-item-info {
	display: none;
	background-color: #EAF5FF;
	border-radius: 0 0 15px 15px;
	padding: 24px;
}
.checkout-attendee.open .attendee-item-info {
	display: block;
}
.checkout-attendee.open .attendee-item-title {
	border-radius: 15px 15px 0 0;
}
.checkout-attendee.open .attendee-item-title i::before {
	content: "\f068";
}
.showOnSelected {
	margin-top: 24px;
}
.event-box .form-group + .form-group {
	margin-top: 16px;
}
#overdiv .event-box input,
#overdiv .event-box textarea,
#overdiv .event-box select {
	margin: 8px 0 0;
	border-radius: 5px;
	border: 1px solid #001760;
}
#overdiv .event-box select {
	width: 50%;
}
.showOnElse .fill-info {
	padding: 24px;
	border-radius: 16px;
	background-color: #FFFFFF;
	font-size: 16px;
}
.showOnElse .fill-info-title {
	font-family: "Limes Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.showOnElse .fill-info .form-group {
	margin-top: 16px;
}
.showOnElse .fill-info .form-group > label {
	width: auto;
	white-space: nowrap;
	margin-right: 8px;
}
#overdiv .showOnElse .fill-info .form-group input {
	margin-top: 0;
}
.fill-info-toggle {
	font-family: "Limes Sans", sans-serif;
	font-size: 22px;
	color: #AF0B67;
	text-decoration-line: underline;
	cursor: pointer;
	margin-top: 24px;
}
.fill-info.hidden,
.fill-info-behalf.hidden {
	display: none;
}
.showOnElse .checkout-item-title {
	margin: 0 0 16px;
}
.checkout-summary-container{
	margin: 24px 0;
	border-radius: 10px;
	overflow: hidden;
}
.checkout-summary-title{
	background-color: #FFFFFF;
	font-family: "Limes Sans", sans-serif;
    font-weight: 700;
	font-size: 24px;
	padding: 5px 20px;
	cursor: pointer;
}
.checkout-summary-values{
	background-color: #EAF5FF;
	padding: 10px 20px;
	display: none;
}
.checkout-summary-values.show{
	display: block;
}
.checkout-summary-edit{
	color: #AF0B67;
	text-decoration: underline;
}
.form-checkbox{
	margin-top: 24px;
}
.consent-title{
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.form-group+.consent-title{
	padding-top: 32px;
}
.consent-text{
	margin: 24px 0;
}

/*Members header*/
#header.members-header .white-header .flex {
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
#membersLogout {
    display: flex;
    align-items: center;
    color: #001760;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    margin-left: 16px;
}
#membersLogout img {
    margin-left: 11px;
}

/*Basket*/
.basket-title {
	padding: 64px 0 32px 0;
}
.basket-label {
	white-space: nowrap;
}
.basket-table{
	border-spacing: 0;
}
.basket-table th{
	padding: 5px;
	background-color: #EAF5FF;
}
.basket-empty-row{
	display:table-row;
}
.basket-empty-row td{
	text-align: center;
	padding:30px;
}
tr + .basket-empty-row{
	display:none;
}
.basket-checkout{
	text-align: right;
}
.basket-row-price,
.basket-quantity,
.basket-line-price{
	text-align: center;
}
.basket-image-cell{
	padding: 10px;
}
.basket-image{
	margin: auto;
	height: 80px;
	width: 80px;
	border-radius: 10px;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #e6e6e6;
	background-origin: content-box;
	padding: 10px;
}
/*Checkout Steps*/
#desktop_basket_details {
	min-width: 352px;
}
.checkout-steps {
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin: 48px auto 66px;
}
.checkout-steps .checkout-step::before {
	content: "";
	width: 100%;
	max-width: 200px;
	height: 5px;
	background: #CFDFEF;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	border: 1px solid #EAF5FF;
}
.checkout-steps .checkout-step {
	color: #979797;
	font-size: 14px;
	line-height: 25px;
	width: 200px;
	text-align: center;
	position: relative;
}
.checkout-steps .checkout-step.selected {
	color: #001760;
	font-weight: bold;
}
.checkout-steps .checkout-step.selected:before {
	background: #006BDC;
}

/*Form grey text box*/
.form-grey-text-box {
    background: #F7F7F7;
    padding: 24px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 44px;
	border-radius: 10px;
}
.form-grey-text-box a{
	color:inherit !important;
}
.form-grey-text-box + .form-grey-text-box {
    margin-top: 5px;
}
.form-grey-text-box .form-grey-img {
    width: 250px;
    margin: 0 auto 16px;
}
.form-grey-text-box .form-grey-title {
    font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
    line-height: 27px;
    margin-bottom: 8px;
}
.form-grey-text-box ul {
    margin-left: 20px;
}
.form-grey-text{
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
}

/* Account */
.account {
	width: 100%;
	margin-right: 24px;
}
.account-blue-background {
	width: 100%;
	margin: 32px 0;
	background-color: #D9E9FA;
	padding: 32px;
	border-radius: 10px;
}
.searchTextBox {
	width: 100%;
	max-width: calc(100% - 20px);
	height: 40px;
	padding: 0 10px;
	margin: 10px;
}
.account-blue-background > h3 {
	margin-bottom: 24px;
}

/*Shop*/
.breadcrumbs {
	display: flex;
	position: relative;
	z-index: 1;
}
.breadcrumbs > div {
	font-size: 14px;
	line-height: 22px;
	color: #A0A0A0;
	background: #F7F7F7;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px 27px;
	cursor: pointer;
}
.breadcrumbs > div.category-breadcrumb {
	margin-top: 14px;
}
.breadcrumbs > div + div {
	margin-left: 2px;
}
.breadcrumbs div:last-child {
	font-weight: bold;
	background: #001760;
	color: #FFFFFF;
}

/*Event overview calendar*/
.calendar-container {
	width: 400px;
	background: #FFFFFF;
	border: 2px solid #001760;
	border-radius: 6px;
	position: relative;
}
.calendar-events {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 0;
	left: 0;
	z-index: 1;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #749FEB;
	margin: 10px;
	text-align: center;
	font-size: 16px;
}
.calendar-events-title {
	font-size: 20px;
	padding: 0 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.calendar-events-content a {
	display: block;
}
.calendar-events-close {
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 22px;
	cursor: pointer;
}
.calendar-top {
	padding: 10px 10px 5px 10px;
}
.calendar-top .current-date {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.calendar-bottom {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.calendar-bottom span {
	height: 25px;
	width: 25px;
	margin: 0 1px;
	cursor: pointer;
	background-color: #77A8BB;
	color: #FFFFFF;
	text-align: center;
	user-select: none;
	border-radius: 50%;
}
.calendar {
	padding: 10px;
}
#main .calendar ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
	padding-left: 0;
}
.calendar li {
	color: #749FEB;
	width: calc(100% / 7);
	font-size: 16px;
}
.calendar .weeks li {
	color: #001760;
	font-weight: 700;
}
.calendar .days li {
	z-index: 1;
	position: relative;
	margin-top: 20px;
}
.calendar .days li.inactive {
	color: #AAAAAA;
}
.calendar .days li.active {
	cursor: pointer;
	color: #FFFFFF;
}
.calendar .days li.today::before {
	background-color: #EAF5FF;
}
.calendar .days li::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 32px;
	width: 32px;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.calendar .days li.active::before {
	background-color: #749FEB;
}
.calendar .days li.active.selected::before {
	background-color: #001760;
}
#prev {
	opacity: .5;
	cursor: default;
}
/*Event page calendar*/
#event_page_popup .calendar-container {
	width: 240px;
}
#event_page_popup .calendar-top {
	padding-bottom: 0;
}
#event_page_popup .calendar-top .current-date {
	font-size: 16px;
}
#event_page_popup .calendar {
	padding: 8px 10px;
}
#event_page_popup .calendar li {
	font-size: 14px;
}
#event_page_popup .calendar .days li {
	margin-top: 8px;
}
#event_page_popup .calendar .days li::before {
	height: 24px;
	width: 24px;
}
#event_page_popup .calendar-bottom {
	font-size: 16px;
}
#event_page_popup .calendar-bottom span {
	height: 24px;
	width: 24px;
}
#event_page_single_field {
	margin-top: 64px;
}
#event_page_gal {
	background-color: #EAF5FF;
	position: relative;
	padding: 32px;
	border-radius: 10px;
	margin-top: 64px;
}
#event_page_gal_field {
	position: relative;
	min-height: 536px !important;
	height: 100%;
	background-size: cover;
	background-color: #EAF5FF;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#event_page_gal .gal-img-slides {
	position: absolute;
	left: 0;
	top: calc(100% + 40px);
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(96px,1fr));
	grid-gap: 24px;
	justify-items: center;
}
#event_page_gal .gal_img {
	width: 96px;
	height: 96px;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#event_page_gal .gal_img img {
	opacity: 0;
}
/*Event overview*/
.event-overview-top {
	display: grid;
	grid-template-columns: auto 400px;
	grid-gap: 32px;
	margin: 64px 0 40px;
}
.event-filter {
	display: grid;
	grid-template-columns: repeat(auto-fit, 252px);
	grid-column-gap: 16px;
	background-color: #EAF5FF;
	border-radius: 20px;
	padding: 28px;
	margin-bottom: 40px;
	justify-content: center;
}
.event-filter > div {
	margin: 8px 0;
}
.event-filter > div:last-child {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
	grid-column: 3 / span 2;
}
.event-filter > div:last-child > div,
.event-filter > div {
	display: flex;
	align-items: center;
}
.event-filter .filter-label {
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	margin-right: 8px;
	white-space: nowrap;
}
.event-filter .custom-select {
	width: 100%;
}
#overdiv .event-filter .custom-select select {
	width: 100%;
	height: 40px;
	margin: 0;
}
.event-filter #sourceAddress {
	font-family: "ITCStoneSans", sans-serif;
	padding: 8px;
	height: 40px;
	text-transform: uppercase;
	border: 1px solid #001760;
	border-radius: 5px;
	width: 100%;
}
#event_itemArea_title {
	margin-bottom: 24px;
}
#event_itemArea_items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 352px));
	grid-gap: 32px;
	justify-content: center;
}
.event-itemArea-item {
	border-radius: 40px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}
.event-itemArea-item-image {
	background-color: #001760;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 208px;
	padding-bottom: 32px;
}
#overdiv .event-itemArea-item-name a {
	text-decoration: none;
}
.event-itemArea-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	background-color: #EAF5FF;
	flex-grow: 1;
}
.event-itemArea-item-info {
	display: flex;
	margin-top: 24px;
	justify-content: flex-end;
}
.event-itemArea-item-location {
	display: flex;
	width: calc(100% - 112px);
}
.event-itemArea-item-calendar {
	width: 96px;
	position: relative;
}
.event-itemArea-item-calendar-container {
	position: absolute;
    top: 40px;
    left: 10px;
    width: 75px;
    height: 50px;
    word-wrap: break-word;
    word-break: break-all;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #FFF;
	border-radius: 0px 0px 6px 6px;
}
.event-itemArea-item-info > div + div {
	margin-left: 16px;
}
.event-itemArea-item-info i {
	font-size: 24px;
	color: #AF0B67;
	margin-right: 16px;
}

/*Event page*/
.event-page-area {
	display: grid;
	grid-template-columns: auto 352px;
	grid-gap: 32px;
	align-items: flex-start;
	margin-top: 64px;
}
.event-page-title {
	margin-bottom: 24px;
}
.event-page-right {
	background-color: #EAF5FF;
	border: 5px solid #D9E9FA;
	border-radius: 10px;
	padding: 24px;
}
.event-page-right .button {
	width: 100%;
	margin-top: 24px;
}
.event-page-detail {
	display: flex;
	font-size: 20px;
}
.event-page-detail + .event-page-detail {
	margin-top: 16px;
}
.event-page-detail i {
	width: 24px;
	text-align: center;
	color: #AF0B67;
	margin-right: 16px;
	font-size: 24px;
}
.event-page-share {
	background-color: #EAF5FF;
	margin: 64px 0;
}
.event-page-interested {
	padding: 64px 0;
	background-color: #F0EFEC;
	margin-bottom: -86px;
}
.event-page-interested-title {
	text-align: center;
	margin-bottom: 40px;
}
.event-popup-blocker {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	z-index: 16;
	background-color: rgba(0, 0, 0, 0.3);
}
.event-page-popup {
	width: 100%;
	max-width: 640px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin: 24px;
}
.event-page-popup-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	background-color: #EAF5FF;
	padding: 25px 32px;
}
.event-page-popup-close {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.event-page-popup-close i {
	margin-left: 8px;
	font-size: 22px;
}
.event-page-popup-bottom {
	padding: 32px;
	background-color: #FFFFFF;
	max-height: calc(100vh - 128px);
	overflow: auto;
}
.garden-ticket-form-group .event-page-popup-bottom {
	padding: 32px 0;
	background-color: transparent;
}
.event-page-popup-bottom .button {
	width: 100%;
	margin-top: 24px;
}
.event-page-popup-bottom .add-ticket-continue {
	opacity: .5;
	cursor: default;
}
.event-page-popup-title {
	font-weight: 700;
	margin-bottom: 32px;
}
.event-page-popup-calendar {
	display: flex;
	border-bottom: 1px solid #F0EFEC;
	padding-bottom: 32px;
}
.event-page-popup-times {
	width: calc(100% - 256px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(6, 50px);
	grid-gap: 16px;
	margin-left: 16px;
	align-items: start;
}
.event-page-popup-times .event-page-ticket {
	text-align: center;
	font-weight: 700;
	padding: 6px 8px;
	background-color: #001760;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
}
.event-page-popup-times .event-page-ticket.selected {
	opacity: 0.5;
}
.event-page-popup-top .tickets,
.event-page-popup-types,
.event-page-ticket {
	display: none;
}
.event-page-ticket-container .event-page-ticket {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid #F0EFEC;
	font-size: 16px;
}

.garden-ticket-form-group .event-page-ticket-container .event-page-ticket {
	border-bottom: none;
	font-family: "Limes Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.event-page-ticket-container .event-page-ticket.event-garden-visit-ticket{
	padding: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
}

.garden-ticket-form-group  .event-page-ticket-container .event-page-ticket.event-garden-visit-ticket{
	display: block;
}


.event-page-ticket-container .event-page-ticket.event-garden-visit-ticket > div{
	flex: 1 1 50%;
	column-gap: 10px;
	min-width: 150px;
	display: flex;
	flex-direction: column;
}

.garden-ticket-form-group .event-page-ticket-container .event-page-ticket.event-garden-visit-ticket > div{
	flex: 1 1 50%;
	column-gap: 10px;
	min-width: 150px;
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
}

.garden-ticket-form-group input{
	background-color: #ffffff;
}
.garden-ticket-form-group .event-page-ticket.event-garden-visit-ticket .event-ticket-quantity{
	width: max-content !important;
	min-width: 80px !important;
}

.event-page-ticket-container .event-page-ticket + .event-page-ticket {
	margin-top: 16px;
}
.quantity {
	height: 40px;
	display: flex;
	align-items: center;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number] {
	-moz-appearance: textfield;
	text-align: center;
	width: 72px;
	height: 100%;
}
.quantity-button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #AF0B67;
	color: #FFFFFF;
	cursor: pointer;
}
.quantity-down {
	border-radius: 5px 0 0 5px;
}
.quantity-up {
	border-radius: 0 5px 5px 0;
}

.select-quantity {
	border: 1px solid rgba(88, 88, 88, 0.25);
	border-radius: 100px;
	padding: 0 16px;
	font-size: 17px;
}
.select-quantity select {
	width: calc(100% - 80px);
	background: #ffffff;
	border: none;
	color: #001760;
	height: 48px;
}

/*Checkout*/
.checkout-left.summary-section > .summary-section-sub{
	display:flex;
	border-bottom:1px solid #585858;
	padding-bottom:16px;
	padding-top:16px;
}
.checkout-left.summary-section .checkout-summary-title {
	width: 100%;
	font-weight: 700;
	font-size: 25px;
	color: #001760;
}
.checkout-left.summary-section .checkout-summary-title i {
	font-size: 18px;
}
.checkout-left.summary-section .checkout-summary-values {
	width: 100%;
}
#overdiv .checkout-left.summary-section .checkout-summary-edit a {
	font-weight: 400;
	color: #AF0B67;
}

/*Thankyou*/
.checkout-thankyou-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #001760;
	margin: 48px 0;
}
.checkout-thankyou-subtitle {
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	color: #2E0917;
	text-align: center;
}
.checkout-thankyou-text {
	color: #2E0917;
	margin: 24px 0;
}
.checkout-thankyou-print {
	text-align: right;
	text-decoration-line: underline;
	color: #001760;
	margin-bottom: 24px;
}
.checkout-thankyou-box {
	padding: 24px;
	border-radius: 10px;
	margin-bottom: 32px;
}
.checkout-thankyou-double {
	display: grid;
	grid-template-columns: 168px auto;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
}
.checkout-thankyou-double > div:nth-child(even) {
	font-weight: 500;
	color: #AF0B67;
}
.checkout-thankyou-buttons {
	display: flex;
	justify-content: center;
}
.checkout-thankyou-buttons > .button {
	width: 50%;
	padding: 19px;
}
.checkout-thankyou-buttons > .button + .button {
	margin-left: 16px;
}
.checkout-thankyou-details {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #AF0B67;
	margin: 56px 0 32px;
}
.checkout-thankyou-table {
	width: 100%;
	margin-bottom: 24px;
}
.checkout-thankyou-total-box {
	text-align: right;
}
.checkout-thankyou-dotted-line {
	width: 176px;
	display: inline-block;
	border-bottom: 2px dotted rgba(88, 88, 88, .25);
	margin: 0 8px;
}
.checkout-thankyou-total-box > div + div {
	margin-top: 16px;
}
.checkout-thankyou-total-box .purple-text {
	font-weight: bold;
}
.same-lead-booker{
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
	float: right;
}