.acf-products-description {
  margin-top: 25px;
}
body > .notification-bar {
	background-color: #00a38d;
	margin-bottom: 0;
	text-align: center;
	padding: 15px 25px;
}
body > .notification-bar p {
	color: #fff;
}
body > .notification-bar a {
	display: inline-block;
	margin: 0 10px;
	padding: 8px 25px;
	background-color: #f0682e;
	color: #fff;
	border-radius: 30px;
}
body > .notification-bar p {
	margin: 0;
	display: inline-block;
}
.notification-bar i.close {
	color: #fff;
	opacity: 1;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	border: 1px solid transparent;
	padding: 12px 15px;
	cursor: pointer;
}
.notification-bar i.close:active,
.notification-bar i.close:focus,
.notification-bar i.close:hover {
	border-color: #fff;
	opacity: 1 !important;
}
