.owl-carousel,
.owl-carousel .item {
  height: 80vh;
}

.owl-carousel .item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  max-height: 80vh;
}
.swiper-pagination-bullet{
	margin-left: 5px;
}
.cf-panel{
	background-color: rgba(31,27,27,0.71);
	color: #fff;
}
#carusel .owl-item img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.popup .close{
	padding-right: 28px !important;
}
.price .currency{
	top: 0;
	margin-left: 0;
	padding-right: 0;
}
.openingHours{
	opacity: 1 !important;
	height: auto !important;
	display: flex;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.openingHours .text-left{
	margin-right: auto;
}
.openingHours .text-right{
	margin-left: auto;
}
.contact .background{
	background-position: calc(100% + 180px) !important;
}
.home .background{
	background-position: center;
}

.kc-legal-text ol,
.kc-legal-text ul {
  text-align: left;
  margin: 0 40px 30px;

}
.kc-legal-text ol li {
  list-style: lower-alpha;
}
.kc-legal-text ul li {
  list-style: disc;
}

/* Home Slide */
.covid-warning {
	margin-top: 40px;
}

.covid-warning .heading {
	display: flex;
    justify-content: center;
}

.covid-warning .heading h3 {
	padding-left: 5px;
	font-size: 22px;
}

.covid-warning p {
	font-size: 18px;
}





