
#cookie_accept_cont {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 30000;
}
@media screen and (min-width : 992px) {
	#cookie_accept_cont { bottom: 70px; right: 30px; width: 300px; }
}

	.cookie_accept_cont_body {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
		padding-top: 10px;
		height: auto;
		
		background: #ffffff;
		color: #393939;
		border-radius: 4px;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	}
	
	.cookie_accept_cont_body a {
		color: var(--second_color);
	}
		
		.cookie_accept_close_box {
			font-size: 28px;
			text-align: end;
			padding-bottom: 10px;
		}
			.cookie_accept_close {
				display: inline-block;
				cursor: pointer;
			}
		
		
		.cookie_accept_box {
			width: 280px;
			margin: auto;
		}
		@media screen and (min-width : 480px) {
			.cookie_accept_box { width: auto; }
		}
		
		#cookie_accept_cont .font_reduced_80 {
			font-size: 0.8em;
		}
	
		#cookie_policy_aye, #cookie_policy_nay, #btt_cookie_policy {
			display: block;
			width: 150px;
			height: 30px;
			line-height: 30px;
			margin: 15px auto 0 auto;
			text-align: center;
			background: #e2e2e2;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: 700;
			border-radius: 4px;
			cursor: pointer;
		}
	
		#cookie_policy_aye {
			background: var(--third_color);
			color: #ffffff;
		}
	