#cookie_accept_cont {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fee1e1;
	padding: 20px;
	color: #393939;
	z-index: 3;
}
	
@media screen and (min-width : 992px) {
	#cookie_accept_cont { bottom: 30px; right: 30px; width: 300px; border-radius: 6px; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6); }
}

	.cookie_accept_box a {
		color: #393939;
	}
	
	#cookie_accept_cont .font_reduced_80 {
		font-size: 0.8em;
	}

	.cookie_accept_close_box {
		margin-bottom: 10px;
		cursor: pointer;
	}
	
	.cookie_accept_close_box img {
		display: block;
		width: 20px;
	}

	.cookie_accept_close {
		font-size: 24px;
		text-align: center;
	}
	
	#btt_cookie {
		display: flex;
		flex-direction: row;
		column-gap: 5px;
	}
	
	@media screen and (min-width : 992px) {
		#btt_cookie { flex-direction: column; }
	}
	
		#cookie_policy_aye, #cookie_policy_nay, #btt_cookie_policy {
			display: block;
			width: 200px;
			height: 30px;
			line-height: 30px;
			margin: 15px auto 0 auto;
			text-align: center;
			background: #b91c2f;
			color: #ffffff;
			font-weight: 700;
			font-size: 14px;
			text-transform: uppercase;
			border-radius: 4px;
			cursor: pointer;
		}
		
		#btt_cookie_policy a {
			color: #ffffff;
			text-decoration: none;
		}