.cookie_consent {
	background: white;
	border-bottom: 1px solid #333;
	padding: 24px;
	display: none;
	z-index: 21474830001;
	position: fixed;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    right: 20px;
    left: auto;
    width: 420px;
    max-width: calc( 100% - 40px );
}

.cookie_consent p {
	margin: 0;
}

.cookie_consent .content {
    line-height: 1.6em;
    font-size: 15px;
    overflow-y: auto;
    max-height: 150px;
    margin-bottom: 25px;
}
.cookie_consent .content .title_h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}

.cookie_consent .buttons > * {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 10px 16px;
}


.cookie_consent .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.cookie_consent .btn {
	width: 50%;
	float: left;
	border-radius: 0px;
	font-weight: normal;
	font-size: 14px;
    min-width: auto;
}

@media( max-width: 500px ){
	.cookie_consent {
		width: 100%;
		max-width: none;
		right: 0;
		bottom: -1px;
	}
}