.cookieConsentContainer {

    z-index: 999;
    /* width: 350px; */
    /* min-height: 20px; */
    box-sizing: border-box;
	padding: 6px 30px 8px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    /* right: 30px; */
    text-align: center;
    display: none;
    /* margin-left: auto; */
    /* left: auto; */
    /* left: 50%; */
    /* margin: 5% auto; */
    left: 0;
    right: 0;

}

.cookieConsentContainer .cookieTitle a {

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 22px;

	line-height: 20px;

	display: block;

}

.cookieConsentContainer .cookieDesc p {

	margin: 0;

	padding: 0;

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 12px;

	line-height: 8px;

	display: block;

	margin-top: 10px;

	font-weight: bold;

} .cookieConsentContainer .cookieDesc a {

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	text-decoration: underline;

}

.cookieConsentContainer .cookieButton a {

	display: inline-block;

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 12px;

	font-weight: bold;

	margin-top: 11px;

	background: #000000;

	box-sizing: border-box; 

	padding: 2px 24px;

	text-align: center;

	transition: background 0.3s;

	border-radius: 25px 25px 25px 25px;

}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;

	background: #3E9B67;

}

.buttons{
	display: flex;
    width: 100%;
    justify-content: center;
}
.decline a:hover{
	background: rgb(197, 9, 9) !important;
}

@media (max-width: 980px) {

	.cookieConsentContainer {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}