/*
 Theme Name:     Ser Waterjet
 Description:    Ser Waterjet Theme
 Author:         iszucs
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.cookiePanel{
	background:#222;
	width:100%;
	max-width:1080px;
	position:fixed;
	left:50%;
	bottom:15px;
	padding:15px;
	z-index:999999;
	transform: translate(-50%, 0);
	display:none;
}

.cookiePanel.visibleAll{
	display:block ;
}

.cookiePanel.hiddenAll{
	display:none !important;
}

.cookiePanel h3{
	font-size: 1.6em;
	margin: 0 0 5px;	
	color:#fff;
}

.cookiePanel p{
	font-size: 1.2em;
	line-height: 1.3em;
	margin:0 0 15px;
	color:#fff;
}

.cookiePanel .accept{
	display:table;
	padding:5px 10px;
	color:#fff;
	background-color:#3f7fbc;
	font-size: 1.4em;
	line-height: 1.5em;
	cursor:pointer;	
}

.cookiePanel .accept:hover{
	opacity:.8;
}