#cookiepolicy {
	padding: 20px;
}

#cookiepolicy.hidden {
	bottom: -100%;
	opacity: 0;
}

.cookiepolicy-text {
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 15px;

}

.cookiepolicy-text .text-center {
	position: relative;
	text-align: center !important;
}

.cookiepolicy-text .text-right {
	position: relative;
	text-align: right !important;
}

.cookiepolicy-text .text-left {
	position: relative;
	text-align: left !important;
}

#cookiepolicy-btn {
	display: flex;
	max-width: 160px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
    font-weight: 400;
    padding: 12px 20px;
    transition: all .15s ease .05s;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.cookiepolicy-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left:0;
	z-index:1030;
	max-width: 670px;
    border-radius: 20px;
}

.cookiepolicy-fixed-bottom {
	position: fixed;
	right: 30px;
    bottom: 30px;
	left:auto;
	z-index:1030;
	max-width: 670px;
    border-radius: 20px;
}

.cookiepolicy-msg {
	display: -ms-flexbox !important;
	display: flex !important;
	flex-direction: column;
}
@media only screen and (max-width: 1779px){
	.cookiepolicy-fixed-bottom{
		max-width: 480px;
	}
}
@media only screen and (max-width: 1279px){
	.cookiepolicy-fixed-bottom{
		max-width: 320px;
	}
}
@media only screen and (max-width: 998px){
	.cookiepolicy-fixed-bottom{
		max-width: 100%;
		right: 20px;
    	bottom: 20px;
		left: 20px;
	}
}
@media only screen and (max-width: 767px){
	.cookiepolicy-fixed-bottom .container{
		padding-left: 0px;
        padding-right: 0px;
	}
}
