/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1753868280
Updated: 2025-07-30 11:38:00

*/

/** Cookies Banner **/

#cookie-banner {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 100%;
	max-width: 300px;
	background: rgb(255,255,255,.6);
	color: #000;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	z-index: 9999;
	border-radius:20px;
	border: 2px outset rgb(0,0,0,.1);
	backdrop-filter: blur(4px);
}

#cookie-banner .btn-accept {
	margin: 15px 5px 0px 0px;
	padding: 12px 25px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	border:1px solid #000;
	transition:.3s all;
	width: 45%;
}
#cookie-banner .btn-accept:hover {
	background: #fff;
	color: #000;
	box-shadow: inset 0px 0 0 0 #29BAA3;
}
#cookie-banner .btn-refuse {
	margin: 15px 5px 0px 0px;
	padding: 12px 25px;
	background: #fff;
	color: #000;
	border: none;
	transition:.3s all;
	border-radius: 20px;
	cursor: pointer;
	border:1px solid #000;
	width: 45%;
}
#cookie-banner .btn-refuse:hover {
	background: #000;
	color: #fff;
	box-shadow: inset 0px 0 0 0 #29BAA3;
}