.gallery--slider__block .my-slider-progress-bar {
	background: #FF8B00;
	height: 4px;
	transition: width 400ms ease;
	width: 0;
}

.splide__arrow svg {
	fill: #000;
	height: 2rem;
	width: 2rem;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

/* @media screen and (min-width: 1200px) { */

.rn-search-panel-col {
	display: none !important;
}

.recranet-element .rn-col-xl-9 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.rn-accommodation-list-header {
	display: none !important;
}

.rn-accommodation-list-pagination-label {
	display: none !important;
}

.rn-accommodation-list-pagination {
	display: none !important;
}

.rn-recranet-reference {
	display: none !important;
}

.rn-search-filter-bar {
	display: none !important;
}

/* } */

.bookingwidget__block .widget--wrapper {
	background-color: #fff;
	border: 1.5px solid #eee;
	border-radius: 1.75rem;
	box-shadow: 0 0 40px 0 rgba(185, 185, 185, 0.35);
	padding: 2.5rem;
}