.notification-btn {
	height: auto !important;
	position: fixed;
	bottom: 36px;
	right: 36px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1em;
	padding: 16px 30px 12px 24px;
	background: #35D18D;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.50);
	border-radius: 25px;
	text-shadow: 0 0 2px rgba(0,0,0,0.30);
	z-index: 9999;
	cursor: pointer;
}
.notification-btn:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	content: ' ';
	width: 24px;
	height: 20px;
	background: transparent url(../img/icon-notification.svg) center center no-repeat;
	background-size: contain;
}
.notification-btn.opened:before {
	background-image: url(../img/icon-close-notification.svg);
}

.tooltipster-box {
	font-size: 14px;
	padding: 24px;
}
.tip-box {
	
}
.tip-box.with-icon {
	display: flex;
}
.tip-box .tip-icon {
	width: 36px;
	margin-right: 10px;
}
.tip-box .tip-icon img {
	width: 36px;
}
.tip-box .tip-text {
	width: calc(100% - 46px);
}
.tip-box .tip-text * {
	color: #111111;
}
.tip-box .tip-text .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.4em;
	line-height: 1.4em;
}

.tip-box .tip-text .text {
	font-size: 13px;
	line-height: 1.4em;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
	border: 12px solid transparent;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	height: 12px !important;
	width: 24px !important;
	margin-left: -12px !important;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
	margin-bottom: 12px;
}

.notification-window {
	height: auto !important;
	position: fixed;
	top: 72px;
	right: 0px;
	background-color: #ffffff;
	z-index: 99999999;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.20);
	border-radius: 6px;
	width: 400px;
	max-width: 98%;
	transition: all 300ms;
	height: auto;
}
.notification-window:before {
	content:'▲';
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 -2px 5px rgba(0,0,0,0.20);
	position: absolute;
	top: -20px;
	transform: translateX(50%);
}
.notification-window.hide {
	height: 0px;
	overflow: hidden;
}
.notification-window-title {
	background-color: #eeeeee;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px;
	font-size: 13px;
	color: #111111;
	line-height: 20px;
	display: flex;
	justify-content: stretch;
	align-items: center;
}
.notification-window-title .thumbnail.show {
	width: 120px;
	height: 48px;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}
.notification-window-title .text {
	font-size: 14px;
	color: #111111;
	line-height: 1.4em;
	font-weight: 700;
	flex-basis: 100%;
}
.notification-window-title .back-to-notificationrooms {
}
.notification-window.show-notificationrooms .back-to-notificationrooms {
	display: none;
}
.notification-window.show-notificationrooms .notification-textbox {
	display: none;
}
.notification-window-title .back-to-notificationrooms a {
	white-space: nowrap;
	font-weight: bold;
	display: inline-block;
}
.notification-window .notification-window-content {
	max-height: 70vh;
	overflow: auto;
}
.notification-window-content .dialog {
	overflow: hidden;
	padding: 0px 20px 0px 10px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	display: flex;
	align-items: center;
}
.notification-window-content .dialog:last-of-type {
	border-bottom: 0px;
}
.notification-window-content .dialog.unread:before {
	content: ' ';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #35D18D;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.notification-window-content .no-dialog {
	padding: 24px;
	color: #cccccc;
}
.notification-window-content .loading {
	background: transparent url(../img/icon-loading.gif) center center no-repeat;
	background-size: contain;
	height: 13px;
	margin: 12px 0px;
}
.notification-window-content .dialog.open-notificationroom {
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.notification-window-content .dialog.has-action:after {
	content: ' ';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 18px;
	background: transparent url(../img/icon-open.svg) center center no-repeat;
}
.notification-window-content .dialog .icon {
	width: 36px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	background-color: #cccccc;
	border-radius: 50%;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.notification-window-content .dialog .content {
	width: calc(100% - 46px);
	border-radius: 8px;
	padding: 10px;
}
.notification-window-content .dialog.open-notificationroom .content {
	background-color: transparent;
}
.notification-window-content .dialog.sender .content {
	background-color: #F5F5F5;
}
.notification-window.show-notificationrooms .notification-window-content .dialogs {
	display: none;
}
.notification-window.show-dialogs .notification-window-content .notificationrooms {
	display: none;
}
.notification-window-content .dialogs .dialog.sender .icon {
	float: right;
	margin-right: 0px;
}
.notification-window-content .dialogs .dialog.sender .content {
	float: left;
	margin-right: 10px;
}
.notification-window-content .dialog .content .text {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	margin: 4px 0;
}
.notification-window-content .dialog .content .text.notification-title {
	font-weight: 700;
	font-size: 13px;
	margin-top: 0px;
}
.notification-window-content .dialog .content .text.notification-msg {
	font-weight: 400;
	font-size: 12px;
	margin-top: 0px;
	line-height: 1.4em;
}
.notification-window-content .dialog .content .text.notification-msg * {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4em;
}
.notification-window-content .dialog .content .text.notification-msg p {
	margin-top: 4px;
}
.notification-window-content .dialog .content .text.notification-msg p:first-of-type {
	margin-top: 0px;
}
.notification-window-content .dialog .content .date {
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}
.notification-window-content .dialog .content .action {
	text-align: center;
	margin: 10px 0px 0;
}
.notification-window-content .dialog .content .action:empty {
	margin: 0px;
}
.notification-window-content .dialog.action {
	text-align: center;
}
.notification-window-content .dialog.button {
	
}
.notification-window-content .dialog.button .icon {
	display: none;
}
.notification-window-content .dialog.button .content {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #eeeeee;
}
.notification-window-content .dialog .btn {
	font-size: 13px !important;
	display: inline-block;
	border: 0px;
	background-color: #FF4B47;
	color: #ffffff !important;
	padding: 10px 20px !important;
	min-width: 50%;
	line-height: 1em;
}
.notification-textbox {
	display: flex;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #dddddd;
}
.notification-textbox textarea {
	margin: 0px !important;
	-webkit-appearance: none;
	box-shadow: none;
	flex-basis: 100%;
	padding: 0px;
}
.notification-textbox input[type=submit] {
	margin: 0px !important;
	-webkit-appearance: none;
	box-shadow: none;
	height: 36px;
	background: #0089EC;
	font-weight: 600;
	font-size: 10px;
	line-height: 1em;
	padding: 5px 20px;
	color: #F7F7F7;
	letter-spacing: 1.67px;
	text-align: center;
	line-height: 10px;
	text-transform: uppercase;
}
.tooltipster-sidetip .tooltipster-content {
	padding: 0px !important;
}
.atlb-notification-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: transparent url(../img/icon-menu-notification.svg) center center no-repeat !important;
	background-size: contain;
	position: relative;
	cursor: pointer;
}
.atlb-notification-icon i {
	margin: 0px !important;
	display: inline-block;
	padding: 1px 3px;
	border-radius: 50%;
	min-width: 1em;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	font-weight: 500;
	background-color: #B82227;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: translate(40%, -40%);
	font-style: normal;
	min-width: 15px;
}
.notification-actions {
	text-align: center;
}
.notification-actions:not(:empty) {
	padding: 5px 0px;
}
.btn-book-now {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1em;
	padding: 10px 36px 12px 36px;
	background: #FF4B47;
	border-radius: 25px;
	z-index: 9999;
	cursor: pointer;
}
.mark-read {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	background: transparent url(../img/icon-mark-read.svg) center center no-repeat !important;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.mobile-menu-button {
	padding: 0 24px !important;
}
.mobile-additional-icons {
	right: 68px !important;
}
html.orientation_portrait .my-account-submenu > .drop-menu {
	display: block !important;
	visibility: visible !important;
	pointer-events: auto !important;
	z-index: 2 !important;
}
html.orientation_portrait .woocommerce-MyAccount-navigation {
	display: none !important;
}