.tour-page #slider {
	height: 530px;
	height: 370px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.tour-page #slider .slider-button {
	width: 18px;
	width: 26px;
	height: 39px;
	height: 47px;
	background-image: url('/images/tour/slider-button-arrow.png');
	background-color: unset;
	background-size: auto 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	margin-top: 0;
}
.tour-page #slider .slider-button.slider-right {
	background-image: url('/images/tour/slider-button-arrow-right.png');
	left: unset;
	right: 20px;
}

#tour-info {
	margin: 40px 0 25px 0;
}
#tour-info h2 {
	padding-top: 0;
}

#tour-video #tour-video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-bottom: 50%;
	height: 0px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 8px;
}
#tour-video .youtube-embed-inner-wrapper {
	padding: 50% 0 0 0;
}
#tour-outer .tour-left .tour-images img {
	width: 348px;
	height: auto;
	border-radius: 4px;
	margin-bottom: 7px;
}

/* Book online - scroll to top */

.book-online-anchor {
	position: relative;
	top: -160px;
}

#tour-outer .tour-right .tour-main-padding {
	position: relative;
}
#tour-outer .tour-right .tour-main-padding:after {
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	z-index: 201;
	bottom: -70px;
}

.scroll-book-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
	z-index: 200;
}
#alert_bar_wrapper + main .scroll-book-inner {
	top: 185px;
}
.scroll-book-mobile-inner {
	display: none;
}

.scroll-book {
	background: #191919;
	background: var(--brand-light);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: 900;
	position: relative;
	float: right;
}
.tour-right .scroll-book-cover {
	display: none;
	background-color: #ffffff;
	width: 100%;
	width: calc(100% - 34px);
	height: 90px;
	position: absolute;
	top: -90px;
	z-index: 200;
}
.scroll-book, .scroll-book .scroll-book-action {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	text-decoration-thickness: from-font;
}
.scroll-book .scroll-book-action {
	padding: 0px 14px;
	line-height: 60px;
	font-size: 20px;
	text-transform: uppercase;
}
.scroll-book .scroll-book-action:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('/images/small-white-arrow.png') no-repeat;
	background-position: 0px 60%;
	background-size: 16px 9px;
	margin-left: 8px;
	transition: background-position .1s ease-in-out;
}
.scroll-book:hover .scroll-book-action:after {
	background-position: 0px 20%;
}
.scroll-book-mobile-inner .scroll-book-action:after {
	transform: scaleY(-1);
}

.tour-freedom .tour-review-outer:before {
	/* content: ''; */
	/* display: block; */
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -162px; */
	/* margin-top: -223px; */
	/* width: 324px; */
	/* height: 200px; */
	/* background: url('/images/dodublin-card.png') no-repeat 50% 50%; */
}


/* specific branding */

.tour-page h2,
.tour-page h3,
.tour-page h4,
.tour-page h5,
.tour-page h6,
.tour-page .h {
	color: var(--brand-dark);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1em;
	padding-bottom: 21px;
	padding-top: 15px;
	font-family: 'proxima_nova';
	font-weight: bold;
}

#tour-outer, #tour-information, #tour-overview, .price-wrapper, #tour-outer .tour-right .booking-section .free-entry-box-inner {
	font-size: 16px;
	line-height: 1.6em;
}
.page-product_page .pb100 {
	padding-bottom: 59px;
}
.tour-review-outer {
	background-color: #ffffff;
}
.tour-review-outer .tour-review {
	border: 2px solid #000;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.tour-review #ta-logo-review {
	margin-bottom: 11px;
	vertical-align: middle;
	background-color: #fff;
	margin-top: -20px;
}
.tour-review .review-text {
	font-size: 42px;
	text-align: center;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-family: 'museo_slab';
	color: #000;
}
a .tour-review .review-text {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: from-font;
}
.tour-review .review-details {
	display: inline-flex;
	gap: 2px;
	margin-top: 24px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 20px;
	color: #333333;
}
.tour-review #review-text-inner {
	padding: 0px 100px 38px 100px;
}
.view-more-on-trip-advisor {
	color: #000;
	text-decoration: none;
}
.tour-review-outer a .tour-review:hover .review-text {
	text-decoration: none;
}
/* 
.tour-freedom .tour-review-outer {
	padding-top: 133px;
}
.tour-jameson .tour-review-outer {
	background-color: #242425;
}
.tour-guinness .tour-review-outer {
	background: #242425;
}
.tour-airbus .tour-review-outer {
	background-color: #008484;
}
.tour-coast-and-castle .tour-review-outer {
	background-color: #AE6500;
}
.tour-ghostbus .tour-review-outer {
	background-color: #6D3075;
}
.tour-ghostbus-kids .tour-review-outer {
	background-color: #6D3075;
}
.tour-glendalough-powerscourt .tour-review-outer {
	background-color: #D04A00;
}
.tour-beyond-barricades .tour-review-outer {
	background-color: #004A74;
}
.tour-concert-express .tour-review-outer {
	background-color: #3E8DDD;
} */
.tour-page.tour-concert-express .tour-review-outer.outer-wrapper .block-inner.has-text {
	background-color: rgba(208,122,34, 0.7);
}
.tour-page.tour-concert-express .tour-review-outer.outer-wrapper .block.block-star .block-inner.has-text {
	color: #D07A22;
}
.tour-page.tour-concert-express .tour-review-outer.outer-wrapper .block.block-square .theme-dark .block-inner.has-text {
	background-color: #D07A22;
}
.tour-page.tour-concert-express .tour-review-outer.outer-wrapper .toggle-open .interaction-content {
	background-color: #D07A22;
}


.tour-concert-express.tour-bg {
	background-color: rgba(80, 56, 150, 1);
}

.tour-page.tour-concert-express .tour-review-outer.outer-wrapper 
.block-inner.has-text {
	background-color: rgba(208,122,34, 0.7);
}

.tour-page.tour-concert-express .tour-review-outer.outer-wrapper 
.block.block-star .block-inner.has-text {
	color: #D07A22;
}

.tour-page.tour-concert-express .tour-review-outer.outer-wrapper 
.block.block-square 
.theme-dark .block-inner.has-text {
	background-color: #D07A22;
}

.tour-page.tour-concert-express .tour-review-outer.outer-wrapper 
.toggle-open .interaction-content {
	background-color: #D07A22;
}

.popup-concert-express #ap_popup {
	background: #D07A22;
	border-color: #D07A22;
}

.popup-concert-express #ap_popup .ap_close,
.popup-concert-express .zoom-in,
.popup-concert-express .zoom-out {
	box-shadow: 0 0 0 9px #D07A22;
	background-color: #D07A22;
}

/* end of specific branding */

#tour-header-outer {
	position: relative;
	/* width: 100%; */
	height: auto;
}
#tour-header {
	/* color: #fff; */
	/* position: absolute; */
	/* bottom: 7px; */
	letter-spacing: -0.03em;
	/* right: 0px; */
	z-index: 30;
	/* left: 0; */
	font-size: 25px;
	font-family: museo_slab;
	padding: 0;
	background: none;
}
#tour-header h1 {
	/* float: left; */
	font-family: 'proxima_nova';
	font-size: 46px;
	line-height: 46px;
	padding: 28px 0;
	/* height: 112px; */
	box-sizing: border-box;
	/* width: calc(100% - 120px); */
	/* margin: 0 0 0 120px; */
	letter-spacing: -0.03em;
	font-weight: bold;
	text-transform: none;
	position: relative;
	color: #00662BE6;
	color: var(--brand-light-translucent);
	/* display: inline-flex; */
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.tour-icon-outer {
	position: unset;
	background-color: #004325;
	background-color: var(--brand-dark);
	height: 112px;
	width: 112px;
	/* aspect-ratio: 1/1; */
	box-sizing: border-box;
}
.tour-icon {
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: var(--brand-icon);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: 36px;
}
.tour-page-details .description {
	font-family: 'proxima_nova';
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}
.tour-page-details .description img {
	margin-right: 5px;
}
.tour-page-details .description > div {
	display: inline-block;
	margin: 0 18px 0 0;
}
.tour-page-details .description > div:last-of-type {
	margin: 0;
}
.tour-page-details .description > div > span {
	color: #515151;
	font-weight: 500;
	text-transform: none;
}

/* End Old Header Branding */
.page-product_page {
	background-color: #fff;
}

#tour-outer {
	font-family: 'proxima_nova';
	padding-top: 0;
	color: #000000;
}
#tour-outer .tour-outer.inner-wrapper a.l_txt:not(.hoho-map-button) {
	color: var(--brand-light);
}
#tour-outer .tour-outer.inner-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#tour-intro {
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 40px;
	font-weight: 500;
}
#tour-intro .c_list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
}
#tour-intro .c_list li {
	padding-bottom: 15px;
}

.tour-category-text.top p {
	margin-bottom: 17px;
}
#tour-outer-first {
	background: #F6F6F6;
	padding-bottom: 30px;
}
#tour-outer .tour-left {
	width: 560px;
}
#tour-outer .tour-right {
	width: 368px;
}


.page-product_page .ap_map .gm-style .gm-style-iw-c {
	width: 205px;
	text-align: left;
}
.page-product_page .ap_map .ap_map_heading {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	color: #00A244;
}

#tour-outer .tour-padding-top {
	padding: 25px;
	background-color: var(--brand-light);
	background-image: var(--brand-illustration);
}
.alert_bar_exited ~ main #tour-outer .tour-padding-top {
	padding-top: 25px!important;
}
#tour-outer .tour-category {
	font-size: 14px;
	margin: 0px auto 14px auto;
	margin: 0 auto;
}
#tour-outer .tour-category, #tour-outer .tour-category a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
#tour-outer #tour-also-available .heading {
	font-size: 14px;
	color: #333333;
}
#tour-outer .tour-intro {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 40px;
}
#tour-outer .tour-intro, #tour-outer .tour-whattoexpect {
	font-weight: 500;	
}
#tour-outer .tour-whattoexpect {
	margin-bottom: 24px;
}
#tour-outer .tour-whattoexpect .h {
	padding-top: 8px;
}
#tour-outer .c_list {
	margin: 0;
	padding: 0 0 0 20px;
}
#tour-outer #tour-also-available {
	margin-bottom: 24px;
	background-color: #F6F6F6;
	padding: 0 10px;
}
#tour-outer #tour-also-available:hover {
	cursor: pointer;
}
#tour-outer #tour-also-available .heading {
	height: 58px;
	line-height: 58px;
	text-decoration: underline;
}
#tour-outer #tour-also-available .heading:hover, #tour-outer #tour-also-available.open .heading {
	text-decoration: none;
}
#tour-outer #tour-also-available .heading:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 8px;
	background-image: url('/images/small-arrow-black-border.png');
	transition: transform 0.4s ease-in-out;
	background-size: 12px 8px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 4px;
}
#tour-outer #tour-also-available .tour-also-available-inner {
	max-height: 0px;
	height: auto;
	padding-bottom: 0px;
	overflow: hidden;
	transition: max-height 0.6s ease-in-out;
	font-family: 'museo_slab';
	font-size: 15px;
	font-weight: 900;
}
#tour-outer #tour-also-available .tour-also-available-inner a {
	color: var(--brand-light);
	display: block;
	margin: 0 0 22px 0;
	font-size: 15px;
}
#tour-outer #tour-also-available.open .heading:before {
	transform: rotate(-180deg);
}
#tour-outer #tour-also-available.open .tour-also-available-inner {
	max-height: 1000px;
}
#tour-overview {
	padding-top: 0;
}
#tour-overview p .img {
	border-radius: 4px;
}
#tour-outer .tour-main-padding .exc_inc_desc.incs_excs .inc_exc {
	display: flex;
}
#tour-outer .tour-main-padding .exc_inc_desc.incs_excs .c_list {
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
#tour-outer .tour-main-padding .exc_inc_desc.incs_excs .c_list:first-of-type {
	padding: 0 0 0 10px;
}
#tour-outer .tour-main-padding .exc_inc_desc .c_list {
	width: 50%;
	list-style-image: url('/images/doireland/tick_green.png');
	margin: 0;
}
#tour-outer .tour-main-padding .exc_inc_desc .c_list.exc {
	list-style-image: url('/images/doireland/cross_red.png');
}

#tour-outer .tour-right .booking-section {
	background-color: #F6F6F6;
}
#tour-outer .h, #tour-outer .tour-left h2, #tour-outer .tour-right h2, .page-product_page .tour-related-outer .h {
	padding: 0 0 12px 0;
	background-color: #fff;
	font-family: 'proxima_nova';
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	letter-spacing: 0.03em;
}
.page-product_page .tour-related-outer {
	padding: 48px 0 38px 0;
	padding: 18px 0 0 0;
}
.tour-related.filter-cards .category-card {
	clear: none;
}
.page-product_page .tour-related-outer .h {
	font-size: 22px;
	line-height: 18px;
	letter-spacing: normal;
	padding-top: 10px;
	padding-bottom: 30px;
	display: flex;
}
.page-product_page .tour-related-outer .h .zig-zag {
	background-image: url('/images/category_page/zig-zag-180-degs.png');
	background-repeat: repeat-x;
	background-position: -14px center;
	flex: 1;
	width: 100%;
	height: 25px;
	margin-left: 6px;
}
#tour-outer .tour-right .booking-section .booking-form, #tour-outer .tour-right .booking-section #atb_form, #tour-outer .tour-right .booking-section #tour-options-list, #tour-outer .tour-right .booking-section .free-entry-box {
	padding: 10px 8px 8px 8px;
}
#tour-outer .tour-right .booking-section .return-header {
	background-color: #333333;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding: 2px 12px;
	box-sizing: border-box;
}

.booking-section .calendar-container .buy-first-select.calendar-only, .booking-section .calendar-container .buy-first-select.calendar-only .tour-calendar .calendar_input {
	width: 100%!important;
}
.booking-section .calendar-container .buy-first-select.calendar-only .tour-calendar .cds {
	width: 12%;
}
.tour-calendar #ap_calendar {
	left: 35px!important;
}
.booking-section .calendar-container .buy-first-select {
	width: 58%!important;
}
.booking-section .calendar-container .buy-second-select {
	width: 40%!important;
}
.booking-section .calendar-container {
	background-color: #00662B;
	background-color: var(--brand-light);
	margin-bottom: 5px;
	padding: 5px 10px;
	line-height: 19px;
}
.booking-section .calendar-container .buy-first-select, .booking-section .calendar-container .buy-second-select {
	margin: 6px 0px;
}
.booking-section .tour-calendar, .booking-section .tour-select select {
	border-radius: 0%;
	appearance: none;
	color: #ffffff;
	background-color: #00662B;
	background-color: var(--brand-light);
	background: no-repeat right;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.booking-section .tour-calendar, .booking-section .tour-select select option {
	color: var(--brand-dark);
}
.booking-section .tour-calendar {
	background: url('/images/sub-nav.png') no-repeat right;
	background-position: 97% 55%;
	z-index: unset;
}
.booking-section .departure-select .tour-select.buy-second-select .input_holder:after {
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	background: url('/images/sub-nav.png') no-repeat right;
	background-position: right;
	background-size: 10px 6px;
	background-color: var(--brand-light);
	position: absolute;
	top: 6px;
	right: 0;
}
.booking-section .tour-calendar .days {
	color: #000;
}
.booking-section .buy-first-select .input_holder, .booking-section .buy-second-select .input_holder {
	line-height: 23px;
}
/* .booking-section .tour-calendar .calendar_input_holder input.ap_input.calendar_input {
	background: url('/images/sub-nav.png') no-repeat right!important;
	background-position: 92%!important;
} */

.tour-price {
	padding: 10px 0;
	font-weight: 500;
}

.tour-price:first-child {
	padding-top: 0;
}

#tour-outer .tour-right .booking-section #tour-options-list {
	padding-bottom: 0;
}
#tour-outer .tour-right .booking-section #tour-options-list .tour-option-row:last-of-type {
	margin-bottom: 0;
}
.price-type-row, .tour-option-row {
	background: #fff;
	color: #333333;
	margin-bottom: 5px;
	padding: 2px 10px 1px;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	column-gap: 4px;
}
.booking-section .calendar-container, .price-type-row, .tour-option-row, .price-wrapper {
	min-height: 50px;
	box-sizing: border-box;
	align-items: center;
}
.tour-option-row .label {
	flex: 1;
}
.tour-option-row .radio-select {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px 0 -2px;
	margin: 0px;
	text-align: center;
}
.tour-option-row .radio-select .radio {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid var(--brand-light);
	margin: 0 auto;
	cursor: pointer;
	box-sizing: border-box;
}
.tour-option-row .radio-select .radio:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: var(--brand-light);
	border: 2px solid #ffffff;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.tour-option-row .radio-select .radio:checked:after {
	opacity: 1;
}
.tour-option-row .radio-select .tour-select {
	text-align: center;
	line-height: normal;
}

.price-type,
.price-offer,
.price-was,
.price-now,
.quantity-select,
.price-wrapper,
.tour-option-row .label,
.tour-option-row .radio-select {
	padding-top: 0px;
	font-size: 16px;
	/* line-height: 45px; */
	text-align: center;
}
.price-type, .tour-option-row .label {
	min-width: 37%;
	text-align: left;
}
.tour-option-row .label .help_icon {
	margin-left: 4px;
}
.price-offer, .price-was {
	font-size: 12px;
	line-height: 14px;
}
.price-offer {
	overflow-wrap: break-word;
}
.price-was {
	color:#6d6d6d;
	text-decoration: line-through;
}
.price-wrapper {
	background: #fff;
	text-align: right;
	line-height: 45px;
	font-weight: 500;
	margin-top: 5px;
	border-bottom: none;
	padding: 0 5px;
}
/* .quantity-select {
	position: relative;
	width: 60px;
	box-sizing: border-box;
	padding: 0 16px;
	margin-left: 4px;
}
.passenger-select {
	text-align: right;
	width: 100%;
	font-size: 14px;
	max-height: 45px;
}
.quantity-select .input-changer {
	font-size: 17px;
	top: 12px;
	box-sizing: border-box;
	line-height: 6px;
}
.quantity-select .ticket_qty {
	font-size: 20px;
	font-weight: 500;
} */
.price-type-row#free-children-offer .free-children-offer-inner {
	display: inline-flex;
	width: 100%;	
}
.price-type-row#free-children-offer .price-type {
	width: 70%;
}
.price-type-row#free-children-offer .price-now {
	flex-grow: 1;
	text-align: right;
}

.price-type-row#free-children-offer {
	font-weight: 500;
	line-height: 45px;
}

.tour-total-price {
	text-transform: uppercase;
}

#price-note {
	font-size: 12px;
	padding-top: 10px;
}

#tour-outer .tour-right .booking-section .booking-form.pb, #tour-outer .tour-right .booking-section #atb_form.pb {
	padding-bottom: 30px;
}
.page-product_page .free-entry-box .attraction-link.add-to-basket-button {
	background-image: none;
	box-sizing: border-box;
	line-height: 34px;
}
.page-product_page .free-entry-box .attraction-link.add-to-basket-button:after {
	background: none;
	width: 0px;
}
#tour-information strong {
	font-weight: 500;
}

/* Rollover Cards */
.page-product_page .upsale {
	padding: 10px 8px;
	background-image: url('/images/illustration-grey-tour-pg-booking-bg.png');
}
.page-product_page .upsale .top_box {
	background-color: #DDDDDD;
	background-color: var(--brand-light);
	background-color: #2659D2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	color: #ffffff;
	padding: 11px 7px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.page-product_page .upsale .upsale-inner, .tour-review-outer .blocks-wrapper .inner-wrapper {
	display: flex;
	/* justify-content: center; */
	/* column-gap: 2px; */
	flex-wrap: wrap;
}
.page-product_page .options_card {
	display: inline-block;
	font-family: 'museo_slab';
}
.page-product_page .tour-right .upsale .options_card {
	font-size: 12px;
	line-height: 16px;
	width: 88px;
	min-width: 88px;
	height: 88px;
	margin: 0 1px 10px;
}
/* Max-Height so Cannot See When Truncated */
.page-product_page .tour-right .upsale .options_card .center-outer {
	max-height: 64px;
}
.page-product_page .tour-review-outer .options_card {
	font-size: 22px;
	line-height: 22px;
	width: 200px;
	min-width: 200px;
	height: 200px;
	margin: 0 15px 25px 15px;
	box-sizing: border-box;
}
.page-product_page .options_card .add {
	font-family: 'proxima_nova';
	background-image: var(--brand-icon-black);
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: contain;
	background-position: center;
	padding: 0 10px;
}
.page-product_page .tour-right .upsale .options_card .add {
	background-color: #F6F6F6;
	width: 20px;
	height: 16px;
	padding: 0;
}
.page-product_page .tour-review-outer .options_card .add {
	width: 28px;
	height: 18px;
}
.page-product_page .options_card .center_outer {
	text-decoration: underline;
	padding: 0px 5px 5px 5px;
	box-sizing: border-box;
}
.page-product_page .upsale .options_card .center_outer {
	/* justify-content: start; */
}
.page-product_page .options_after_hover .cost {
	font-size: 20px;
	line-height: 20px;
	font-family: 'proxima_nova';
}
.page-product_page .options a, .page-product_page .options_after_hover a {
	color: #333333;
}
.page-product_page .options_card:hover .options a, .page-product_page .options_card:hover .options_after_hover a {
	color: #2659D2;
}
.page-product_page .tour-review-outer .options_card:hover .options, .page-product_page .tour-review-outer .options_after_hover {
	color: var(--brand-light);
	border: 2px solid var(--brand-light);
}
.page-product_page .tour-review-outer .options_card:hover .options_after_hover a {
	color: var(--brand-light);
}
.page-product_page .tour-right .upsale .options, .page-product_page .tour-right .upsale .options_after_hover {
	border: 1px solid #000;
}
.page-product_page .tour-right .upsale .options_card:hover .options, .page-product_page .tour-right .upsale .options_card:hover .options_after_hover {
	border: 1px solid #2659D2;
}

.tour-review-outer .blocks-wrapper {
	/* background-image: url('/images/illustration-grey-tour-pg-bg.png'); */
	/* background-repeat: repeat; */
	/* background-size: cover; */
	/* padding-bottom: 41px; */
	padding-top: 16px;
}
.tour-review-outer .blocks-wrapper .inner-wrapper {
	text-align: center;
	/* column-gap: 30px; */
}

/* Free Entry Tours */
#tour-outer .tour-right .booking-section .free-entry-box-inner {
	background-color: #fff;
	border: 2px solid var(--brand-light);
	line-height: 21px;
	text-align: center;
	padding: 16px 8px 18px 8px;
}
#tour-outer .tour-right .free-entry-box-header {
	text-transform: uppercase;
	font-weight: 500;
}
#tour-outer .tour-right .free-entry-terms h3 {
	padding: 0;
}
/* End of Free Entry Tours */

/* Unavailable Tours */
#tour-outer .tour-right .product_unavailable {
	position: relative;
	margin-top: 30px;
}
#tour-outer .tour-right .product_unavailable .right-heading {
	position: relative;
	display: inline-flex;
	max-height: 60px;
	padding: 24px 10px 0 10px;
	overflow: hidden;
	transition: max-height .4s ease-in-out, padding .4s ease-in-out;
}
#tour-outer .tour-right .product_unavailable.open .right-heading {
	/* max-height: 0; */
	/* padding: 0 10px; */
}
#tour-outer .tour-right .product_unavailable .right-heading > * {
	display: inline-block;
	background-color: transparent;
	font-size: 22px;
	padding: 0;
	align-content: center;
}
#tour-outer .tour-right .product_unavailable .right-heading .unavailable-icon {
	margin-right: 7px;
	width: 37px;
	height: 37px;
	align-self: center;
}
#tour-outer .tour-right .product_unavailable .enquiry-form-outer {
	position: relative;
	min-height: 124px;
	top: 0;
	transition: top .4s ease-in-out;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form {
	padding: 46px 10px 18px 10px;
	padding: 15px 10px 18px 10px;
	/* position: absolute; */
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #F6F6F6;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .enquiry-form-inner {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .4s ease-in-out, overflow .4s ease-in-out;
}
#tour-outer .tour-right .product_unavailable.open .product-enquiry-form .enquiry-form-inner {
	max-height: 1000px;
	overflow: visible;
	z-index: 201;
}
#tour-outer .tour-right .product_unavailable .booking-form {
	position: relative;
	z-index: 1;
	padding: 0;
	background-color: #F6F6F6;
}
#tour-outer .tour-right .product_unavailable .booking-form .form_response > div {
	margin: 0 auto 10px auto;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .input_holder {
	margin-bottom: 18px;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .input_holder .input_holder {
	margin: auto;
	cursor: auto;
}
#tour-outer .tour-right .product_unavailable .tour-calendar .calendar_input_holder {
	display: block;
}
#tour-outer .tour-right .product_unavailable .tour-calendar .calendar_input {
	padding: 15px 35px 15px 5px;
	background: url('/images/category_page/sort-icon-active.png') no-repeat 95%;
	background-size: 13px auto;
}
#tour-outer .tour-right .product_unavailable .tour-calendar .calendar_input_holder .cds {
	background-image: none;
	width: auto;
	height: auto;
	float: none;
	display: none;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .enquiry-form-message, #tour-outer .tour-right .product_unavailable .product-enquiry-form .ap_input_label {
	display: inline-block;
	line-height: 19px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #000000;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .enquiry-form-message {
	margin-bottom: 50px;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .ap_input {
	width: 100%!important;
	padding: 15px 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 0;
	font-family: 'proxima_nova';
	font-size: 16px;
	line-height: 19px;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .add-to-basket-button:after {
	display: none;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .scroll-book {
	float: none;
	cursor: pointer;
}
#tour-outer .tour-right .product_unavailable .product-enquiry-form .scroll-book-inner {
	display: block;
	position: relative;
	top: 0;
}
#tour-outer .tour-right .product_unavailable.open .product-enquiry-form .scroll-book-inner {
	top: -70px;
	z-index: 0;
}
/* End of Unavailable Tours */

.page-product_page .tour-info-maps {
	margin-bottom: 15px;
}
.page-product_page .tour-info-maps .hoho-button {
	background-image: url('/images/hoho-map-thick.jpg');
	background-position: center;
	background-size: contain;
}
.page-product_page .tour-info-maps a.hoho-map-button {
	height: 210px;
	color: #ffffff;
	background-color: rgba(0, 137, 57, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.page-product_page .tour-info-maps .hoho-map-button > span {
	width: 55%;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	color: #ffffff!important;
	background-color: rgba(0, 137, 57, 0.4);
	text-align: center;
	font-weight: bold;
	display: inline-block;
	padding: 5%;
	margin: 0 auto;
	letter-spacing: 1px;
}
.page-product_page .tour-info-maps .hoho-map-button > span::after {
	content: "";
	background-image: url('/images/arrow-right.png');
	height: 22px;
	width: 26px;
	position: absolute;
	background-position: center center;
	background-size: 19px;
	background-repeat: no-repeat;
}
.page-product_page .tour-info-maps a.hoho-map-button:hover {
	background-color: rgba(0, 137, 57, 0.6);
}
.page-product_page .tour-info-maps .hoho-pdf-link {
	width: 100%;
}
.page-product_page .tour-info-maps a.hoho-pdf-button {
	display: block;
	height: auto;
	color: #000000;
	background-color: #F6F6F6;
	border-radius: 10px;
}
.page-product_page .tour-info-maps .hoho-pdf-button > span {
	display: inline-block;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.075em;
	font-weight: bold;
	color: var(--brand-light)!important;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: rgb(100, 100, 100);
}
.page-product_page .tour-info-maps .hoho-pdf-button > span:hover {
	text-decoration: none;
}

footer {
	padding-top: 74px;
}

@media screen and (min-width: 1168px) {
	#tour-outer .tour-left {
		width: 703px;
		width: 740px;
	}
	#tour-outer .tour-right {
		width: 376px;
	}
	.buy-first-select,
	.buy-second-select {
		width: 50%;
	}
	.price-offer {
		/* width: 18%; */
		display: block;
	}
	/* .price-was {
		width: 16%;
	}
	.price-now {
		width: 15%;
	} */
}

@media screen and (max-width: 1167px) {
	.tour-page #slider {
		height: 280px;
	}
	#tour-outer .tour-left .tour-images img {
		width: 49%;
	}
	#tour-video #tour-video-responsive {
		padding-bottom: 53%;
		margin-bottom: 12px;
	}
	#tour-video .youtube-embed-inner-wrapper {
		padding: 53% 0 0 0;
	}
	.page-product_page .add-to-basket-button {
		font-size: 18px;
		background-size: 20px 17px;
	}
	.booking-section .calendar-container {
		/* padding: 5px 10px 5px 3px; */
	}
	.tour-calendar .calendar_input_holder .cds {
		width: 25px;
		/* background-position: 100% 47%!important; */
	}
	.booking-section .calendar-container .buy-first-select {
		width: 63%!important;
	}
	.booking-section .calendar-container .buy-second-select {
		width: 35%!important;
	}
	
	.price-type-row, .tour-option-row {
		padding: 2px 6px 1px;
		column-gap: 2px;
	}
	.page-product_page .upsale .upsale-inner {
		width: 90%;
		margin: 0 auto;
		justify-content: center;
	}
	.page-product_page .tour-right .upsale .options_card {
		width: 99px;
		min-width: 99px;
		height: 99px;
		margin: 0 5px 15px;
	}
	.page-product_page .tour-right .upsale .options_card .center-outer {
		max-height: 79px;
	}
	
	#tour-info span.hoho-map-button-text {
		width: 80%;
		padding: 15px 25px 15px 5px;
	}
	#tour-info span.hoho-pdf-button-text {
		line-height: 20px;
		padding: 8px 10px;
		letter-spacing: 0.5px;
		font-weight: 500;
	}
	
	footer {
		padding-top: 50px;
	}
}

@media screen and (max-width: 999px) {
	.tour-page h2,
	.tour-page h3,
	.tour-page h4,
	.tour-page h5,
	.tour-page h6,
	.tour-page .h {
		font-size: 14px;
		padding-bottom: 19px;
	}
	#tour-overview {
		margin-bottom: 40px;
	}
	.tour-icon {
		background-size: 28px 29px;
	}
	#tour-header h1 {
		font-size: 36px;
		line-height: 36px;
		padding: 15px 18px;
		padding: 15px 0;
		/* height: 84px; */
		/* width: calc(100% - 89px); */
		/* margin: 0 0 0 89px; */
	}
	.tour-icon-outer {
		height: 84px;
		width: 84px;
	}
	#tour-outer .tour-left, #tour-outer .tour-right {
		width: 340px;
		width: 400px;
		box-sizing: border-box;
	}
	#tour-outer .tour-right {
		width: 280px;
		width: 290px;
	}
	
	.page-product_page .location_desc.info_block .ap_map {
		height: 300px!important;
	}
	
	/* Unavailable Tours */
	#tour-outer .tour-right .product_unavailable {
		margin-top: 54px;
	}
	#tour-outer .tour-right .product_unavailable .right-heading {
		padding: 10px 10px 0 10px;
	}
	#tour-outer .tour-right .product_unavailable .right-heading .unavailable-icon {
		margin-right: 5px;
		width: 30px;
		height: 30px;
	}
	#tour-outer .tour-right .product_unavailable .enquiry-form-outer {
		min-height: 110px;
	}
	/* End of Unavailable Tours */
	
	.price-type-row, .tour-option-row {
		padding: 2px 4px 1px;
	}
	.price-type, .price-now, .tour-option-row .label {
		font-size: 14px;
	}
	#tour-outer #tour-also-available {
		margin-bottom: 34px;
	}
	#tour-video #tour-video-responsive {
		margin-bottom: 10px;
	}
	#tour-video .youtube-embed-inner-wrapper {
		padding: 53% 0 0 0;
	}
	#tour-outer-first .tour-right {
		float: right;
	}
	.page-product_page .options, .page-product_page .options_after_hover {
		padding: 7px 0;
	}
	.page-product_page .tour-right .upsale .upsale-inner {
		column-gap: 3px;
	}
	#tour-intro {
		font-size: 17px;
		line-height: 22px;
		padding-bottom: 20px;
	}
	.tour-review-outer .tour-review {
		margin-bottom: 15px;
	}
	.tour-review .review-text {
		font-size: 32px;
		font-size: 26px;
		line-height: 38px;
		line-height: 36px;
		padding-bottom: 0;
		padding: 0;
	}
	.tour-review #review-text-inner {
		padding: 0px 30px 34px 30px;
	}
	#tour-outer .tour-right h2 {
		min-height: 38px;
		align-content: end;
	}
	.page-product_page .tour-review-outer .options_card {
		font-size: 14px;
		line-height: 16px;
		width: 126px;
		min-width: auto;
		height: 126px;
		margin: 0 9px 15px 9px;
	}
	.page-product_page .tour-review-outer .inner-wrapper .options_card:nth-of-type(5n) {
		margin-left: 0;
	}
	.page-product_page .tour-right .upsale .options_card .add, .page-product_page .tour-review-outer .options_card .add {
		width: 15px;
		height: 15px;
	}
	.tour-page #slider {
		height: 200px;
	}
	.tour-page-details .description > div {
		display: block;
		margin: 0 0 8px 0;
	}
	
	
	footer {
		padding-top: 64px;
	}
}
@media screen and (max-width: 978px) {
	
	.tour-page #slider {
		/* height: 326px; */
	}
	
	#alert_bar_wrapper+* .slider-button {
		bottom: 40%;
	}
}


@media screen and (max-width: 720px) {
	.page-product_page #tour-outer {
		padding: 0;
	}
	#tour-outer .tour-padding-top {
		padding: 20px;
	}
	#tour-outer .tour-main-containter {
		padding: 30px 8px 0px 8px;
		padding: 30px 20px 0 20px;
	}
	#tour-outer .tour-main-containter, .tour-review-outer, .page-product_page .tour-related-outer {
		padding: 0 20px;
	}
	#tour-outer .tour-main-containter {
		padding: 0;
	}
	.page-product_page .tour-main-padding {
		padding: 0 20px;
	}
	#tour-outer .tour-left,
	#tour-outer .tour-right, #tour-outer #tour-outer-first .tour-left, #tour-outer #tour-outer-first .tour-right {
		width: auto;
		float: none;
	}
	#tour-outer .tour-outer.inner-wrapper {
		display: block;
	}
	#tour-outer .tour-left, #tour-outer .tour-right {
		width: 100%;
	}
	.booking-section .calendar-container .buy-first-select {
		width: 70%!important;
	}
	.booking-section .calendar-container .buy-second-select {
		width: 27%!important;
	}
	.booking-section .tour-calendar .calendar_input_holder .cds, .booking-section .calendar-container .buy-first-select.calendar-only .tour-calendar .cds {
		width: 35px;
		background-position: 30% 26%!important;
		background-size: 19px 18px;
	}
	.price-type-row, .tour-option-row {
		padding: 2px 10px 1px;
		column-gap: 4px;
	}
	.price-offer, .price-was, .price-now {
		min-width: 50px;
	}
	.page-product_page .tour-right .upsale .options_card .add {
		width: 20px;
		height: 16px;
	}
	.page-product_page .tour-review-outer .options_card .add {
		width: 28px;
		height: 18px;
	}
	.page-product_page .add-to-basket-button {
		/* background-size: 19px 16px; */
		background-position: 94% 50%;
		margin-top: 7px;
	}
	
	#tour-info {
		margin: 30px 0 10px 0;
	}
	#tour-info a.hoho-map-button {
		height: 180px;
	}
	#tour-info span.hoho-map-button-text {
		padding: 15px 5px 15px 5px;
		font-size: 16px;
	}
	#tour-info span.hoho-map-button-text::after {
		height: 20px;
		background-size: 15px;
	}
	#tour-info span.hoho-pdf-button-text {
		font-size: 16px;
		padding: 10px;
	}
	.tour-review {
		padding-top: 16px;
	}
	.review-text {
		letter-spacing: 0;
		line-height: 1.14em;
	}
	.view-more-on-trip-advisor {
		display: block;
		font-size: 12px;
		margin: 0 5px;
	}
	
	#tour-header-outer {
		position: static;
		height: auto;
	}
	.tour-page-details .description > div {
		display: inline-block;
		margin: 0 18px 0 0;
	}
	.page-product_page .slider-button {
		/* display: none; */
	}
	#tour-header {
		left: 8px;
		right: 8px;
	}
	.tour-icon {
		background-size: 25px;
		margin: 0;
	}
	#tour-header h1 {
		font-size: 34px;
		line-height: 36px;
		letter-spacing: -0.03em;
		margin: 1px 0 4px 0;
	}
	.tour-icon-outer {
		height: 74px;
		width: 74px;
	}
	.tour-page-details .description {
		font-size: 14px;
		line-height: 14px;
	}
	.tour-page-details .description img {
		margin-right: 3px;
	}
	.tour-page #slider {
		width: 100%;
		height: 0;
		padding-top: 50%;
	}
	#tour-outer .tour-intro {
		font-size: 22px;
		line-height: 28px;
	}
	#tour-overview {
		padding: 0px;
	}
	#tour-intro {
		padding-bottom: 8px;
		font-size: 16px;
		line-height: 20px;
	}
	#tour-intro .c_list li {
		padding-bottom: 8px;
	}
	
	#price-note {
		font-size: 10px;
	}
	
	
	#tour-outer .tour-right .tour-main-padding:after {
		height: 0;
		width: calc(100% - 34px);
		left: 17px;
		right: 17px;
	}
	
	.book-online-anchor {
		position: relative;
		top: -10px;
	}
	.scroll-book-mobile-inner {
		display: block;
		position: -webkit-sticky;
		position: sticky;
		bottom: 0px;
		margin-bottom: 20px;
		z-index: 200;
	}
	.scroll-book-mobile-inner:before {
		content: "";
		display: block;
		position: absolute;
		top: -15px;
		width: 102%;
		left: -1%;
		height: 19px;
		background-color: #ffffff;
	}
	@keyframes bounce {
		0%, 8%, 14%, 100% {margin-bottom: 0px;}
		5%, 11% {margin-bottom: 5px;}
	}
	.scroll-book-mobile-inner .scroll-book-action:after {
		margin-bottom: 0px;
		animation-iteration-count: infinite;
		animation: bounce 5s infinite ease-in-out;
	}
	.scroll-book-mobile-inner.bottom-scroll-book .scroll-book-action:after {
		transform: scaleY(1);
	}
	.scroll-book-inner {
		display: none;
	}
	.tour-right .scroll-book-cover {
		display: block;
	}
	
	#tour-video .youtube-embed-inner-wrapper {
		padding: 53% 0 0 0;
	}
	
	.review-text {
		font-size: 19px;
		line-height: 1.1em;
		padding: 16px;
	}
	
	.page-product_page .tour-review-outer .options_card {
		width: 150px;
		height: 150px;
		font-size: 18px;
		line-height: 20px;
		margin: 0 5px 15px 5px;
	}
	
	.page-product_page .location_desc.info_block .ap_map {
		height: 340px!important;
	}
	
	/* Free Entry Tours */
	#tour-outer-first .tour-right .free-entry-box {
		text-align: left;
	}
	#tour-outer-first .tour-right .free-entry-box-header {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
	}
	/* End of Free Entry Tours */
	
	/* Unavailable Tours */
	#tour-outer .tour-right .product_unavailable {
		margin-top: 0;
	}
	#tour-outer .tour-right h2 {
		min-height: auto;
	}
	/* End of Unavailable Tours */
	
	.tour-review-outer .blocks-wrapper {
		padding-bottom: 46px;
	}
	
	.tour-related-outer {
		padding: 0 20px;
	}
	
	.tour-review .inner-wrapper {
		padding: 7px 0 47px;
	}
	
	.page-product_page .tour-related-outer .h {
		font-size: 18px;
	}
	
	footer {
		padding-top: 52px;
	}
}
@media screen and (max-width: 650px) {
	.page-product_page .tour-review-outer .options_card {
		width: 143px;
	}
	.tour-related.filter-cards .category-card {
		height: auto;
		min-height: 330px;
	}
	.tour-related.filter-cards .category-card h2 {
		min-height: 54px;
	}
}
@media screen and (max-width: 500px) {
	#tour-outer .tour-padding-top {
		padding: 20px 17px;
	}
	.page-product_page .tour-main-padding, .tour-review-outer, .page-product_page .tour-related-outer {
		padding: 0 17px;
	}
	.tour-page-details .description > div {
		margin: 0 18px 8px 0;
	}
	.tour-page #slider {
		padding-top: 100%;
	}
	
	#tour-outer .tour-main-padding .exc_inc_desc.incs_excs .inc_exc {
		display: block;
	}
	#tour-outer .tour-main-padding .exc_inc_desc.incs_excs .c_list, #tour-outer .tour-main-padding .exc_inc_desc .c_list {
		width: 100%;
	}
	#tour-outer .tour-main-padding .exc_inc_desc .c_list, #tour-outer .tour-main-padding .exc_inc_desc.incs_excs .c_list, #tour-outer .tour-main-padding .exc_inc_desc.incs_excs .c_list:first-of-type {
		padding: 0 0 0 20px;
	}
	#tour-outer .tour-main-padding .exc_inc_desc.incs_excs .c_list:first-of-type {
		margin: 0 0 15px 0;
	}
	
	#tour-outer .tour-right .booking-section .booking-form, #tour-outer .tour-right .booking-section #atb_form, #tour-outer .tour-right .booking-section #tour-options-list, #tour-outer .tour-right .booking-section .free-entry-box {
		padding: 10px 6px 8px 6px;
	}
	.booking-section .calendar-container .buy-first-select {
		width: 73%!important;
	}
	.booking-section .calendar-container .buy-second-select {
		width: 24%!important;
	}
	.booking-section .tour-calendar .calendar_input_holder .cds, .booking-section .calendar-container .buy-first-select.calendar-only .tour-calendar .cds {
		width: 25px;
	}
	.tour-calendar #ap_calendar {
		left: 0px!important;
	}
	.price-type-row, .tour-option-row {
		padding: 2px 3px 1px;
	}
	.price-type, .tour-option-row .label {
		min-width: 26%;
		line-height: 16px;
	}
	.price-type-row#free-children-offer .price-type {
		line-height: unset;
	}
	.price-offer, .price-was, .price-now {
		min-width: 47px;
	}
	.quantity-select {
		width: 70px;
		padding: 0 14px;
	}
	.tour-option-row .radio-select {
		width: 46px;
		padding: 0 11px;
	}
	.ticket_qty {
		font-size: 16px;
	}
	.page-product_page .tour-right .upsale .upsale-inner {
		column-gap: 3%;
		max-width: 80%;
		margin: 0 auto;
	}
	.page-product_page .tour-right .upsale .options_card {
		width: 107px;
		min-width: 107px;
		height: 111px;
		margin: 0 5px 15px;
	}
	.page-product_page .tour-right .upsale .options_card .center-outer {
		max-height: 93px;
	}
	
	#tour-outer .tour-left .tour-images img {
		width: 100%;
		margin-bottom: 10px;
	}
	#tour-outer .tour-left .tour-images img:last-of-type {
		margin-bottom: 0;
	}
	
	.page-product_page .tour-review-outer .options_card {
		width: 150px;
		margin: 0 8px 15px 5px;
	}
	
	.tour-related.filter-cards .category-card {
		/* margin: 0 38px 36px 0; */
	}
	
	#tour-outer .tour-right .product_unavailable .right-heading {
		max-height: none;
		padding: 10px 10px 10px 5px;
		box-sizing: border-box;
	}
	#tour-outer .tour-right .product_unavailable .right-heading .unavailable-icon {
		margin-right: 8px;
	}
	
	.page-product_page .location_desc.info_block .ap_map {
		height: 270px!important;
	}
}
@media screen and (max-width: 420px) {
	.tour-related.filter-cards .category-card {
		/* margin: 0 38px 36px 0; */
	}
	
	.price-type, .tour-option-row .label {
		min-width: 25%;
	}
	.price-offer, .price-was, .price-now {
		min-width: 45px;
	}
}
@media screen and (max-width: 375px) {
	.page-product_page .tour-right .upsale .upsale-inner {
		column-gap: 1%;
		max-width: 100%;
	}
	.page-product_page .tour-review-outer .options_card {
		width: 133px;
		margin: 0 5px 20px 5px;
	}
}