.cookieConsentContainer {

z-index: 999;

width: 550px;

min-height: 20px;

box-sizing: border-box;

padding: 30px 30px 30px 30px;

background: rgba(24,24,24,0.95);

overflow: hidden;

position: fixed;

border-radius: 25px;

bottom: 30px;

left: 30px;

display: none;

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cookieConsentContainer .cookieTitle a {

color: #fff;

font-size: 20px;

line-height: 20px;

display: block;

font-weight: bold;
}

.cookieConsentContainer .cookieTitle a:hover {

	color: #fff;
	
	font-size: 20px;
	
	line-height: 20px;
	
	display: block;
	
	font-weight: bold;
	}

.cookieConsentContainer .cookieDesc p {

margin: 0;

padding: 0;

color: #fff;

font-size: 13px;

line-height: 20px;

display: block;

margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {


color: #FFFFFF;

text-decoration: underline;

}

.cookieConsentContainer .cookieButton a {

display: inline-block;


color: #fff;

font-size: 16px;

font-weight: 100;

font-weight: bold;

margin-top: 14px;

background: #bb9fff;

box-sizing: border-box; 

border-radius: 35px;

padding: 10px 40px 10px 35px;

text-align: center;

transition: background 0.3s;

}

.cookieConsentContainer .cookieButton a:hover { 

cursor: pointer;

background: #a990e7;

color: #fff;
}



@media (max-width: 980px) {

.cookieConsentContainer {

	bottom: 0px !important;

	left: 0px !important;

	width: 100%  !important;

}

}