#cookies_bar {
	display: none;
	z-index: 89;
	padding: 10px 15px;
}
#cookies_bar .button {
	line-height: 30px;
	padding: 0 15px;
	margin: 5px 0;
}
#cookies_bar.static {
	margin-bottom: 5px;
}
#cookies_bar.top {
	position:fixed;
	top:0;
	left: 0;
	width:100%;
}
#cookies_bar.bottom {
	position:fixed;
	bottom:0;
	left: 0;
	width:100%;
}
#cookies_bar.local {
	background-color: white;
	border: none;
	/*border-radius: 5px;*/
	border-top: 1px solid var(--main-color);
	text-align: center;
	padding: 15px 20px;
}
#cookies_bar.local .header {
	display: none;
}
#cookies_bar.local .body {
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}
#cookies_bar.local .button {
	border: none;
	border-radius: 5px;
	background: var(--main-color);
	color: white;
}
/*0001*/
/********* xs *********/
@media (max-width: 767px) {
	#cookies_bar .row > div {
		padding-left: 0;
		padding-right: 0;
	}
}
/*0010*/
/********* sm *********/
@media (min-width: 768px) and (max-width: 991px) {
}
/*0011*/
/********* xs,sm *********/
@media (max-width: 991px) {
}
/*0100*/
/********* md *********/
@media (min-width: 992px) and (max-width: 1199px) {
}
/*0101*/
/*0110*/
/********* sm,md *********/
@media (min-width: 768px) and (max-width: 1199px) {
}
/*0111*/
/********* xs,sm,md *********/
@media (max-width: 1199px) {
}
/*1000*/
/********* lg *********/
@media (min-width: 1200px) {
}
/*1001*/
/*1010*/
/*1011*/
/*1100*/
/********* md,lg *********/
@media (min-width: 992px) {
	#cookies_bar .button {
		padding: 0 30px;
	}
}
/*1110*/
/********* sm,md,lg *********/
@media (min-width: 768px) {
	#cookies_bar .body span {
		display: block;
	}
}
/*****************************************************/
