/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2023 | 09:25:19 */
#iubenda-cs-banner .iubenda-banner-content:before {
	color: var(--corporate) !important;
	content: "Dear Customer:";
	position: absolute;
    top: 0;
    left: 15px;
    font-size: 30px;
}

#iubenda-cs-banner .iubenda-banner-content:after {
	color: #fff !important;
	content: "Attention: Most payment methods will not work if the consent is rejected!";
	position: absolute;
	margin-right: 10px;
    bottom: 5px;
    left: 15px;
    font-size: 20px;
}

#iubenda-cs-banner .iubenda-banner-content {
	position: relative !important;
	color: var(--corporate) !important;
	padding-top: 50px !important;
	padding-bottom: 70px !important;
}