
.pv-cookies {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	visibility: visible;
	display: none;
}
.js-cookies--fadeOut {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 1000ms, opacity 1000ms;
}
.pv-cookies__container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(60,62,71,0.8);
	color: #ddd;
	padding: 0 20px;
}
.pv-cookies__container > div[class^="pv-cookies__"] {
	margin: 5px 0;
}
.pv-cookies__text {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	flex: 1 0 80%;
}
.pv-cookies__title {
	align-self: center;
	color: #ddd;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.pv-cookies__message {}
.pv-cookies__button {
	display: flex;
	flex: 1 0 auto;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
.pv-cookies__readmore {
	color: #ddd;
}
.pv-cookies__readmore a {
	color: #ddd;
	text-decoration: underline;
	white-space: nowrap;
}
.pv-cookies__readmore:hover,
.pv-cookies__readmore:hover a {
	color: #ff9845;
}
.pv-cookies .fa {
	padding-left: 5px;
	font-size: 15px;
}
.btn-pv-cookies {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	min-width: 150px;
	margin: 0!important;
	line-height: 1;
}

@media screen and (orientation: portrait) and (max-width: 768px) {
	.pv-cookies__container {
		flex-flow: row wrap;
	}
}
