.ub_notifications {
	display: table;
	width: 100%;
	background: #11abe2;
	color: #fff;
	padding: 0.5em 1em;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 0 10px 8px 0 rgb(0 0 0 / 10%);
}

.ub_notifications--hidden {
	display: none !important;
}

.ub_notifications--sticky {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.ub_notifications--collapsible.ub_notifications--align_center {
	padding-left: 50px;
	padding-right: 50px;
}

.ub_notifications--collapsible.ub_notifications--align_left {
	padding-right: 50px;
}

.ub_notifications--collapsible.ub_notifications--align_right {
	padding-left: 50px;
}

.ub_notifications strong {
	color: inherit;
}

.ub_notifications a {
	color: #fff !important;
	transition: all .2s linear;
	text-underline-offset: 2px;
}

.ub_notifications a:hover,
.ub_notifications a:visited,
.ub_notifications a:focus {
	color: inherit;
	text-decoration: underline;
}

.ub_notifications-container {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.ub_notifications-message,
.ub_notifications-button {
	display: inline-block;
}

.ub_notifications-button {
    margin-left: 0.67em;
    padding: 0.2em 0;
}

.ub_notifications-button a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 12px;
	padding: 9px 14px;
	background-color: #000;
    transition: all .2s linear;
}

.ub_notifications-button a:hover,
.ub_notifications-button a:focus {
	background-color: #fff;
	color: #000 !important;
}

.ub_notifications .enb-textcenter {
	text-align: center;
}

.ub_notifications .enb-textleft {
	text-align: left;
}

.ub_notifications .enb-textright {
	text-align: right;
}

.customize-partial-edit-shortcuts-shown .ub_notifications-customize-selector .customize-partial-edit-shortcut,
.customize-partial-edit-shortcuts-shown .ub_notifications-customize-selector .widget .customize-partial-edit-shortcut {
	position: relative;
	z-index: 999;
}

.customize-partial-edit-shortcuts-shown .ub_notifications-customize-selector .customize-partial-edit-shortcut-button {
	left: 1em;
	top: 0.5em;
}

.ub_notifications__close {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	text-decoration: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	border: 0;
}

.ub_notifications__close:hover,
.ub_notifications__close:focus {
	background: none;
	color: inherit;
	border: 0;
	text-decoration: none;
}

.ub_notifications__close svg path {
	transition: all 0.2s ease-in-out;
}

.ub_notifications__close:hover svg path,
.ub_notifications__close:focus svg path {
	fill: #fff;
}

.rtl .ub_notifications__close,
.ub_notifications--align_right .ub_notifications__close {
	left: 20px;
	right: auto;
}

.has-notifications-sticky .main-header.sticky-brand {
	top: 50px;
}