.de_hw_promotional_banner {
	background: #000000;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 9999999;
}
.de_hw_promotional_banner .et_pb_row {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
    max-width: 90%;
    margin: 0 auto;
	padding: 5px 10px !important;
    text-align: center;
}

.de_hw_promo_heading strong {
    display: inline-block;
    padding: 0 4px;
    font-size: 20px;
}
.de_hw_promo_heading a {
	color: #FF35BB;
}
.de_hw_promo_heading,
.de_hw_promotional_banner p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff !important;
}
.de_hw_promotional_banner .de_hw_bar_button {
	display: block;
	background-color: #b301f4;
	border-radius: 50px;
	margin: 10px 0 10px 40px;
	padding: 8px 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff !important;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.de_hw_countdown {
	display: flex;
	margin: 10px 0 10px 40px;
}
.de_hw_countdown p {
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.de_hw_countdown span {
	font-size: 12px;
}
.de_hw_countdown p:not(:last-child) {
	margin-right: 20px;		
}
.de_hw_promotional_banner .de_hw_close_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 20px;
    height: 20px;
	border-radius: 50%;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
	box-sizing: border-box;
	cursor: pointer;
}
.de_hw_close_btn svg {
	fill: #ffffff;
    width: 10px;
    height: 10px;
}
.admin-bar .de_hw_promotional_banner {
	top: 32px;
}
.de_hw_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_hw_modal_popup_wrapper.de_hw_modal_popup_active {
	display: block;
}
.de_hw_modal_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 700px;
    transform: translate(-50%, -50%);
}
.de_hw_popup_close_icon {
	display: block;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 2px 4px 3.7px 5px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    color: #fe4cbc;
    cursor: pointer;
}
.de_hw_modal_popup_body a {
    display: block;
    line-height: 1;
}
@media only screen and (max-width: 980px) {
	.admin-bar .de_hw_promotional_banner {
		top: 46px;
	}
	.de_hw_promo_heading,
	.de_hw_promotional_banner p {
		font-size: 16px;
	}
	.de_hw_promotional_banner a {
		padding: 8px 18px;
		font-size: 14px;
	}
	.de_hw_countdown p {
		font-size: 16px;
	}
	.de_hw_countdown span {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.de_hw_countdown {
		margin: 10px 0 10px 20px;
	}
	.de_hw_countdown p {
		font-size: 14px;
	}
	.de_hw_countdown span {
		font-size: 10px;
	}
	.de_hw_promotional_banner a {
		margin: 10px 0 10px 10px;
		padding: 6px 16px;
	}
	.de_hw_promotional_banner .de_hw_bar_button {
	    margin-left: 0;
	}
	.de_hw_promotional_banner .et_pb_row > h4,
	.de_hw_promotional_banner .et_pb_row > p,
	.de_hw_promotional_banner .et_pb_row > a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 480px) {
	.de_hw_promotional_banner .et_pb_row {
		flex-direction: column;
	}
	.de_hw_countdown {
		margin: 10px 10px 5px;
	}
}