#gdpr-cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 380px;
    background: #fff;
    color: #333;
    padding: 20px;
    z-index: 9999;
    border-radius: 10px;
    font-family: sans-serif;
}


.gdpr-hidden {
    display: none;
}

.gdpr-modal {
    margin-top: 15px;
    background: #222;
    padding: 15px;
    border-radius: 8px;
}


#gdpr-cookie-banner{
	background:#fff;
	color:#222;
	font-size:14px;
    line-height:18px;
	padding:25px;
}

.gdpr-cookie-box h3{
	font-size:24px !important;
    color:#008d61 !important;
    font-weight:400 !important;
}

#gdpr-accept-all {
    margin-right: 5px;
    padding: 8px 12px;
	border-color:#008d61;
	color:#008d61;
	font-weight:500;
    background:none;
	font-size:15px;
    cursor: pointer;
}

#gdpr-reject {
    margin-right: 5px;
    padding: 8px 12px;
	border-color:#ff0000;
	color:#ff0000;
	font-weight:500;
    background:none;
	font-size:15px;
    cursor: pointer;
    color: #ff0000;
}

#gdpr-settings {
    margin-right: 5px;
    padding: 8px 12px;
	border-color:#487d93;
	color:#487d93;
	font-weight:500;
    background:none;
	font-size:15px;
    cursor: pointer;
    color: #487d93;
}

#gdpr-save {
    margin-right: 5px;
    padding: 8px 12px;
	border-color:#008d61;
	color:#008d61;
	font-weight:800;
    background:none;
	font-size:13px;
    cursor: pointer;
    color: #008d61;
}

#gdpr-cookie-banner button:first-child{
	width:100%;
	background:#008d61;
	color:#fff;
}


#gdpr-cookie-banner button:first-child:hover,
#gdpr-cookie-banner button:first-child:focus{
	background:#008d61;
}

.gdpr-modal{
	background:#fff;
}

.gdpr-modal h4{
    font-size: 18px !important;
    color:#008d61 !important;
    text-transform:none !important;
  letter-spacing: normal !important;
}

.gdpr-modal label{
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #008d6140;
}

#gdpr-cookie-banner{
	box-shadow:0 0 10px rgb(0,0,0,0.15);
}

.gdpr-modal label:last-of-type{
	border-bottom:none;
}

#gdpr-cookie-banner button:nth-child(2){
	width:100%;
	margin-top:10px;
}

#gdpr-cookie-banner button:last-child{
	width:100%;
	margin-top:10px;
}

#gdpr-cookie-banner button:hover,
#gdpr-cookie-banner button:focus{
	background:#008d6110;
}