.de_bf_promotional_banner {
	background: linear-gradient(90deg, #03023f 0, #640072 40%, #020246 100%);
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
}
.de_bf_promotional_banner .et_pb_row {
	display: grid;
    grid-template-columns: 1.165fr 1.67fr 1.165fr;
    gap: 0 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
    max-width: 100%;
    margin: 0 auto;
	padding: 10px !important;
    text-align: center;
    box-sizing: border-box;
}
.de_bf_promotional_banner .de_calendar_svg,
.de_bf_promotional_banner .de_mail_svg {
	position: relative;
    top: 6px;
	width: 16px;
	height: 16px;
	border-bottom: 1px dashed #f8ff00;
    padding-bottom: 3px;
	vertical-align: unset !important;
	margin-right: 2px !important;
	box-sizing: content-box;
}
.de_bf_promotional_banner .de_calendar_svg text {
	font-weight: 100;
    font-family: 'Roboto', sans-serif;
    stroke-width: 1;
}
.de_bf_promotional_banner .de_bfb_link {
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 5px;
}
.de_bf_promotional_banner .de_bfb_highlighted_text {
	font-family: 'Roboto', sans-serif;
	font-size: inherit !important;
	font-weight: 500;
	line-height: inherit;
    color: #f8ff00 !important;
}
.de_bf_promotional_banner .addeventatc {
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none;
    text-shadow: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none !important;
    background: none !important;
}
.de_bf_promotional_banner .addeventatc .addeventatc_icon {
	display: none;
}
.de_bf_promo_heading,
.de_bf_promo_code_text,
.de_bf_promotional_banner p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.1px;
	text-transform: none;
	color: #fff !important;
}
.de_bf_promo_heading:has(a) {
	position: relative;
    top: -2.5px;
}
.de_bf_bar_button_wrapper {
	position: relative;
    top: -2.5px;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.de_bf_promotional_banner .de_bf_bar_button {
	display: inline-block;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	color: #f8ff00 !important;
	text-decoration: underline !important;
    text-decoration-style: dashed !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 5px;
}
.de_bf_countdown {
	display: flex;
	justify-content: center;
}
.de_bf_countdown p {
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.de_bf_countdown span {
	font-size: 12px;
}
.de_bf_countdown p:not(:last-child) {
	margin-right: 20px;		
}
.de_bf_promotional_banner .de_bf_close_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 18px;
    height: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
	box-sizing: border-box;
	cursor: pointer;
}
.de_bf_close_btn svg {
	fill: #720098;
    width: 8px;
    height: 8px;
}
.admin-bar .de_bf_promotional_banner {
	top: 32px;
}
.de_bf_modal_popup_wrapper {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}
.de_bf_modal_popup_wrapper.de_bf_modal_popup_active {
	display: block;
}
.de_bf_modal_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 700px;
    transform: translate(-50%, -50%);
}
.de_bf_popup_close_icon {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #000;
    padding: 2px 4px 3.7px 5px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
.de_bf_modal_popup_body a {
    display: block;
    line-height: 1;
}
@media only screen and (max-width: 1200px) {
	.de_bf_promo_heading,
	.de_bf_bar_button_wrapper {
		display: flex;
		flex-direction: column;
	}
	.de_bf_countdown p:not(:last-child) {
		margin-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
    .de_bf_promo_heading,
	.de_bf_bar_button_wrapper,
	.de_bf_promotional_banner p,
	.de_bf_countdown p {
		font-size: 14px;
	}
	.de_bf_promotional_banner .de_calendar_svg,
	.de_bf_promotional_banner .de_mail_svg {
		width: 14px;
		height: 14px;
	}
	.de_bf_promotional_banner .de_bf_bar_button {
		font-size: 16px;
	}
	.de_bf_countdown p:not(:last-child) {
		margin-right: 10px;
	}
	.de_bf_countdown span {
		font-size: 10px;
	}
}
@media only screen and (max-width:980px) {
	.de_bf_promotional_banner .et_pb_row {
		grid-template-columns: 1fr 1.5fr 1fr;
	}
}
@media only screen and (max-width:782px) {
	.admin-bar .de_bf_promotional_banner {
		top: 46px;
	}
}
@media only screen and (max-width: 767px) {
	.de_bf_promotional_banner .et_pb_row {
		grid-template-columns: 100%;
		gap: 5px 0;
		padding: 5px 10px !important;
	}
	.de_bf_promotional_banner .de_bf_bar_button {
		font-size: 14px;
	}
	.de_bf_promotional_banner .de_bf_promo_heading,
	.de_bf_bar_button_wrapper {
		display: block;
	}
	.de_bf_promotional_banner .de_bf_close_btn {
		right: 10px;
    	top: 10px;
    	width: 14px;
    	height: 14px;
    	transform: translateY(0);
	}
}