.cookie-div {
	width: 100%;
    margin: auto;
	z-index: 999999999;
}
.cookie-div .v-bar.v-bottom {
	display: none;
    position: fixed;
	bottom: 0;
	width: auto;
	padding: 1.9444vw 6.25vw 1.1805vw;
	background: #222;
}
.cookie-div .v-bar.v-bottom .m-message.title {
	margin-bottom: 0.4166vw;
}
.cookie-div .v-bar.v-bottom .m-message.title span {
	display: block;
	font-weight: 600;
	font-size: 1.6666vw;
	line-height: 2.2222vw;
	color: #fff;
}
.cookie-div .v-bar.v-bottom .m-message.custom-css {
	margin-bottom: 1.5277vw;
}
.cookie-div .v-bar.v-bottom .m-message.custom-css p {
	font-weight: 400;
	font-size: 1.3888vw;
	line-height: 2.2222vw;
	color: #fff;
	margin: 0;
}
.cookie-div .v-bar.v-bottom .m-message.custom-css p a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #fff;
}
.cookie-div .v-bar.v-bottom .m-actions.custom-css {
	display: flex;
	align-items: start;
	justify-content: right;
}
.cookie-div .v-bar.v-bottom .m-actions.custom-css .m-accept {
	order: 2;
	font-weight: 600;
	font-size: 1.25vw;
	line-height: 1.4583vw;
	text-transform: uppercase;
	color: #222;
	background: #fff;
	padding: 1.5277vw 5.2083vw; 
	border: 2px solid #fff;
	transition: 0.5s;
}
.cookie-div .v-bar.v-bottom .m-actions.custom-css .m-accept:hover {
	color: #fff;
	background: #222;
	opacity: 1;
}
.cookie-div .v-bar.v-bottom .m-actions.custom-css .m-decline {
	margin-right: 2.0833vw;
	font-weight: 600;
	font-size: 1.25vw;
	line-height: 1.4583vw;
	text-transform: uppercase;
	color: #fff;
	background: #222;
	padding: 1.5277vw 6.25vw; 
	border: 2px solid #fff;
	transition: 0.5s;
}
.cookie-div .v-bar.v-bottom .m-actions.custom-css .m-decline:hover {
	color: #222;
	background: #fff;
	opacity: 1;
}
#v-badge {
	display: none !important;
}

@media (max-width: 768px) {
	.cookie-div .v-bar.v-bottom {
		padding: 4.6875vw 7.8125vw;
	}
	.cookie-div .v-bar.v-bottom .m-message.title {
		margin-bottom: 1.5625vw;
	}
	.cookie-div .v-bar.v-bottom .m-message.title span {
		font-size: 4.0625vw;
		line-height: 5.625vw;
	}
	.cookie-div .v-bar.v-bottom .m-message.custom-css {
		margin-bottom: 4vw;
	}
	.cookie-div .v-bar.v-bottom .m-message.custom-css p {
		font-size: 3.125vw;
		line-height: 4.375vw;
	}
	.cookie-div .v-bar.v-bottom .m-actions.custom-css {
		justify-content: space-between;
	}
	.cookie-div .v-bar.v-bottom .m-actions.custom-css .m-accept {
		font-size: 4.375vw;
		line-height: 6.25vw;
		padding: 3.125vw 5.5vw; 
	}
	.cookie-div .v-bar.v-bottom .m-actions.custom-css .m-decline {
		margin-right: 0;
		font-size: 4.375vw;
		line-height: 6.25vw;
		padding: 3.125vw 10vw; 
	}
}