.bookingwidget{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999999;
	transform: translate(-50%,-50%);
	width: 100vw;
	background: rgba(0,0,0,.92);
	height: 100vh;
	padding-top: 100px;
}

.close-bookingwidget{
	position: absolute;
	right: 30px;
	top: 30px;
	background-image: url('../images/groug.svg');
	background-size: contain;
	background-position: center;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.bookingwidget.open{
	display: block;
}

a{
	cursor: pointer;
}

