/*# sourceMappingURL=style.css.map */

.vm-button {
	text-align: center;
	display: flex;
}

.vm-button--link_btn {
	background-color: #278f2c;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	padding: 6px 15px;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	max-width: 182px;
	text-align: center;
	transition: background-color .5s;
}

@media screen and (min-width: 500px) {
	.vm-button--link_btn {
		padding: 6px 10px;
		font-size: 16px;
		text-align: center;
	}
}

.vm-button--link_btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #b81a17;
}

.vm-button .vm_btn {
	flex: 1 1 50%;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .5s linear;
	background: #fff;
	background: #fff;
	padding: 0;
}

.vm-button .vm_btn svg {
	margin-right: 6px;
}

@media screen and (max-width: 1023px) {
	.vm-button .vm_btn svg {
		margin-right: 10px;
	}
}

@media screen and (max-width: 400px) {
	.vm-button .vm_btn svg {
		margin-right: 5px;
	}
}

.vm-button .vm_btn svg.loading {
	animation: rotateY1 2s linear infinite;
}

@keyframes rotateY1 {
	0% {
		transform: rotateY(0);
	}
	
	50% {
		transform: rotateY(180deg);
	}
	
	100% {
		transform: rotateY(360deg);
	}
}

.vm-button .vm_btn:not(.disabled):hover {
	cursor: pointer;
}

@media screen and (max-width: 380px) {
	.vm-button .vm_btn .vm_text_btn {
		flex: 0 1;
	}
}

@media screen and (max-width: 1023px) {
	.vm-button .vm_btn {
		font-size: 13px;
		line-height: 11px;
	}
}

.vm-button--saved {
	color: #b81a17;
	border-top: 1px solid;
}

.vm-button--saved.remove, .vm-button--saved:not(.disabled):hover {
	background: #b81a17;
	color: #fff;
}

.vm-button--saved.remove svg path, .vm-button--saved:not(.disabled):hover svg path {
	fill: #fff;
}

.vm-button--saved.remove:not(.disabled):hover {
	color: #b81a17;
	background: #fff;
}

.vm-button--saved.remove:not(.disabled):hover svg path {
	fill: #b81a17;
}

.vm-button--compare {
	color: #464646;
	border-top: 1px solid;
	border-left: 1px solid;
}

.vm-button--compare.remove, .vm-button--compare:not(.disabled):hover {
	background: #464646;
	color: #fff;
}

.vm-button--compare.remove svg path, .vm-button--compare:not(.disabled):hover svg path {
	fill: #fff;
}

.vm-button--compare.remove:not(.disabled):hover {
	color: #464646;
	background: #fff;
}

.vm-button--compare.remove:not(.disabled):hover svg path {
	fill: #464646;
}

.vm-button--compare .vm_text_btn {
	width: max-content;
}

.vm-button--watchlist {
	color: #278f2c;
	border-top: 1px solid;
	border-left: 1px solid;
}

.vm-button--watchlist.remove, .vm-button--watchlist:not(.disabled):hover {
	background: #278f2c;
	color: #fff;
}

.vm-button--watchlist.remove svg path, .vm-button--watchlist:not(.disabled):hover svg path {
	fill: #fff;
}

.vm-button--watchlist.remove:not(.disabled):hover {
	color: #278f2c;
	background: #fff;
}

.vm-button--watchlist.remove:not(.disabled):hover svg path {
	fill: #278f2c;
}

.vm-button--remove_all {
	color: #fff;
	background: #b81a17;
	font-size: 12px;
	font-weight: 700;
	line-height: inherit;
}

@media screen and (min-width: 500px) {
	.vm-button--remove_all {
		font-size: 16px;
	}
}

.productSidebar .vm-button {
	justify-content: space-around;
	padding: 8px;
	border-radius: 10px;
	background: var(--color-background);
	margin-top: 3px;
}

.productSidebar .vm-button .vm_btn {
	flex: 0 1 32%;
	border: 1px solid;
	border-radius: 20px;
	height: 36px;
}

@media screen and (max-width: 1023px) {
	.productSidebar .vm-button {
		padding: 8px 3px;
	}
}

.products .product .vm-button {
	position: absolute;
	top: .875rem;
	right: .875rem;
	flex-direction: column;
	align-items: flex-end;
	gap: .5625rem;
	z-index: 1;
}

.products .product .vm-button .vm_btn {
	border: none;
	background: none;
	padding: 0;
	border-radius: 1.1875rem;
	background-color: rgba(249, 249, 249, .9019607843);
	gap: 0;
}

.products .product .vm-button .vm_btn .vm_icon_btn {
	width: 2.375rem;
	height: 2.375rem;
	padding: .625rem;
	background: #fff;
	border-radius: 1.1875rem;
	margin-right: 0;
	display: block;
	position: relative;
	box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, .25);
	transition: all .5s ease-in-out;
}

.products .product .vm-button .vm_btn .vm_icon_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.125rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.products .product .vm-button .vm_btn .vm_icon_btn.save::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjA0OTggMC43NUMxNS40MzExIDAuNzUgMTcuMjUgMi41Mzg5MyAxNy4yNSA0Ljc5NTlDMTcuMjQ5OSA2LjE4NDk2IDE2LjYxMDEgNy41MTI3MiAxNS4zMTc0IDkuMDQ0OTJDMTQuMDE3MiAxMC41ODU5IDEyLjE0MiAxMi4yMzYgOS44MDk1NyAxNC4yODUyTDkuODA4NTkgMTQuMjg2MUw5IDE0Ljk5OUw4LjE5MTQxIDE0LjI4NjFMOC4xOTA0MyAxNC4yODUyTDYuNTI4MzIgMTIuODE5M0M0Ljk1NjA4IDExLjQxODMgMy42NTc4IDEwLjIwMDcgMi42ODI2MiA5LjA0NDkyQzEuMzg5OTIgNy41MTI3MiAwLjc1MDA3OSA2LjE4NDk2IDAuNzUgNC43OTU5QzAuNzUgMi41Mzg5MyAyLjU2ODkzIDAuNzUgNC45NTAyIDAuNzVDNi4yOTc5NSAwLjc1MDA1OSA3LjU5NzYxIDEuMzYxNTUgOC40Mzg0OCAyLjMxMDU1TDkgMi45NDQzNEw5LjU2MTUyIDIuMzEwNTVDMTAuNDAyNCAxLjM2MTU1IDExLjcwMjEgMC43NTAwNTkgMTMuMDQ5OCAwLjc1WiIgc3Ryb2tlPSIjNDY0NjQ2IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
}

.products .product .vm-button .vm_btn .vm_icon_btn.compare::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDRMMTQgMFYzSDdWNUgxNFY4TTQgNkwwIDEwTDQgMTRWMTFIMTFWOUg0VjZaIiBmaWxsPSIjNDY0NjQ2Ii8+Cjwvc3ZnPgo=");
}

.products .product .vm-button .vm_btn svg {
	width: 2.375rem;
	height: 2.375rem;
	padding: .625rem;
	background: #fff;
	border-radius: 1.1875rem;
	margin-right: 0;
}

.products .product .vm-button .vm_btn .vm_text_btn {
	padding-left: 0;
	padding-right: 0;
	font-weight: 700;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	color: #464646;
}

.products .product .vm-button .vm_btn:hover {
	background-color: rgba(249, 249, 249, .9019607843) !important;
}

.products .product .vm-button .vm_btn:hover .vm_text_btn {
	padding-left: .625rem;
	padding-right: .875rem;
	max-width: 12.5rem;
	opacity: 1;
	color: #464646;
}

.products .product .vm-button .vm_btn.remove {
	background-color: rgba(249, 249, 249, .9019607843) !important;
}

.products .product .vm-button .vm_btn.remove .vm_icon_btn.save {
	background-color: #b81a17;
}

.products .product .vm-button .vm_btn.remove .vm_icon_btn.save::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjA0OTggMC43NUMxNS40MzExIDAuNzUgMTcuMjUgMi41Mzg5MyAxNy4yNSA0Ljc5NTlDMTcuMjQ5OSA2LjE4NDk2IDE2LjYxMDEgNy41MTI3MiAxNS4zMTc0IDkuMDQ0OTJDMTQuMDE3MiAxMC41ODU5IDEyLjE0MiAxMi4yMzYgOS44MDk1NyAxNC4yODUyTDkuODA4NTkgMTQuMjg2MUw5IDE0Ljk5OUw4LjE5MTQxIDE0LjI4NjFMOC4xOTA0MyAxNC4yODUyTDYuNTI4MzIgMTIuODE5M0M0Ljk1NjA4IDExLjQxODMgMy42NTc4IDEwLjIwMDcgMi42ODI2MiA5LjA0NDkyQzEuMzg5OTIgNy41MTI3MiAwLjc1MDA3OSA2LjE4NDk2IDAuNzUgNC43OTU5QzAuNzUgMi41Mzg5MyAyLjU2ODkzIDAuNzUgNC45NTAyIDAuNzVDNi4yOTc5NSAwLjc1MDA1OSA3LjU5NzYxIDEuMzYxNTUgOC40Mzg0OCAyLjMxMDU1TDkgMi45NDQzNEw5LjU2MTUyIDIuMzEwNTVDMTAuNDAyNCAxLjM2MTU1IDExLjcwMjEgMC43NTAwNTkgMTMuMDQ5OCAwLjc1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
}

.products .product .vm-button .vm_btn.remove .vm_icon_btn.compare {
	background-color: #b81a17;
}

.products .product .vm-button .vm_btn.remove .vm_icon_btn.compare::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDRMMTQgMFYzSDdWNUgxNFY4TTQgNkwwIDEwTDQgMTRWMTFIMTFWOUg0VjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.products .product .vm-button .vm_btn.disabled {
	opacity: 1;
}

.products .product .vm-button .vm_btn.disabled .vm_icon_btn::before {
	animation: rotateY2 2s linear infinite;
}

@keyframes rotateY2 {
	0% {
		transform: translate(-50%, -50%) rotateY(0deg);
	}
	
	50% {
		transform: translate(-50%, -50%) rotateY(180deg);
	}
	
	100% {
		transform: translate(-50%, -50%) rotateY(360deg);
	}
}

.products .product .location-fields {
	width: auto !important;
}

.products .product .woocommerce-LoopProduct-link {
	padding-bottom: .625rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	margin: 0 auto 20px;
	list-style-type: none;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
		row-gap: 7px;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin: 0 4px;
	list-style: none;
	flex: 0 1 220px;
}

@media screen and (min-width: 768px)and (max-width: 1110px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		flex: 1 1 100px;
	}
}

@media screen and (min-width: 768px)and (max-width: 1110px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications {
		flex-grow: 0;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 4px 10px;
	border: 2px solid #b81a17;
	background-color: #b81a17;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	display: block;
}

@media screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		display: block;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: rgba(0, 0, 0, 0);
	color: #b81a17;
}

.my-account-options {
	width: 100%;
	margin: 0 auto;
	background-color: #f9f9f9;
	border-radius: .375rem;
	padding: 18px 20px 25px 26px;
	font-size: 16px;
}

.my-account-options__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0;
}

.my-account-options__toggle-switches {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	row-gap: 20px;
	margin-bottom: 25px;
}

.my-account-options__toggle-switches--item {
	display: flex;
	gap: .5rem;
	flex-direction: column;
	align-items: flex-start;
}

.my-account-options__options {
	display: flex;
	gap: 33px;
	row-gap: 14px;
	flex-wrap: wrap;
}

.my-account-options .border_bottom {
	border-bottom: 1px solid #dedede;
	flex: 0 0 100%;
}

.my-account-options .switch {
	position: relative;
	display: flex;
	padding-right: 40px;
	font-weight: 600;
	cursor: pointer;
}

.my-account-options .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.my-account-options .switch input:checked+.slider {
	background-color: #278f2c;
	border-color: #278f2c;
}

.my-account-options .switch input:checked+.slider:before {
	background-color: #fff;
}

.my-account-options .switch input:checked+.slider:before {
	left: 17px;
}

.my-account-options .slider {
	width: 35px;
	height: 20px;
	border-radius: 9.5px;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #464646;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #464646;
	margin-top: .125rem;
}

.my-account-options .slider:before {
	border-radius: 50%;
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

.my-account-options .email, .my-account-options .phone, .my-account-options .name {
	position: relative;
	padding-left: 23px;
	font-style: italic;
	padding-top: 5px;
}

.my-account-options .email::before, .my-account-options .phone::before, .my-account-options .name::before {
	top: calc(50% + 3px);
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	content: "";
}

.my-account-options .name {
	padding-left: 0;
}

.my-account-options .email::before {
	width: 17px;
	height: 13px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjMgMEgxLjdDMC43NjUgMCAwLjAwODQ5OTk5IDAuNzMxMjUgMC4wMDg0OTk5OSAxLjYyNUwwIDExLjM3NUMwIDEyLjI2ODggMC43NjUgMTMgMS43IDEzSDE1LjNDMTYuMjM1IDEzIDE3IDEyLjI2ODggMTcgMTEuMzc1VjEuNjI1QzE3IDAuNzMxMjUgMTYuMjM1IDAgMTUuMyAwWk0xNS4zIDMuMjVMOC41IDcuMzEyNUwxLjcgMy4yNVYxLjYyNUw4LjUgNS42ODc1TDE1LjMgMS42MjVWMy4yNVoiIGZpbGw9IiM0NjQ2NDYiLz4KPC9zdmc+Cg==");
}

.my-account-options .phone::before {
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjU2MzIgMTIuOTk4MkM4LjYyNTYxIDEyLjk2MzcgNS45Njg0NyAxMi41OTY1IDMuMTg1NjcgOS44MTQ5MkMwLjQwMzUxNSA3LjAzMjY5IDAuMDM2OTQ0OCA0LjM3Njc0IDAuMDAxNzg1MzIgMy40Mzg3Qy0wLjA1MDMwMjcgMi4wMDkxNyAxLjA0NDg1IDAuNjIwNjYxIDIuMzA5OTQgMC4wNzg0MDUxQzIuNDYyMjggMC4wMTI2MzU5IDIuNjI5MTEgLTAuMDEyNDA0NCAyLjc5NDA1IDAuMDA1NzQxMjdDMi45NTg5OSAwLjAyMzg4NyAzLjExNjM4IDAuMDg0NTk1MiAzLjI1MDc4IDAuMTgxOTA5QzQuMjkyNTQgMC45NDA5MzcgNS4wMTEzNSAyLjA4OTI0IDUuNjI4NiAyLjk5MjEzQzUuNzY0NDEgMy4xOTA1IDUuODIyNDcgMy40MzE4OSA1Ljc5MTczIDMuNjcwMzFDNS43NjEgMy45MDg3MyA1LjY0MzYgNC4xMjc1IDUuNDYxOTIgNC4yODQ5Nkw0LjE5MTYyIDUuMjI4MjFDNC4xMzAyNSA1LjI3MjUyIDQuMDg3MDUgNS4zMzc1OSA0LjA3MDA0IDUuNDExMzRDNC4wNTMwNCA1LjQ4NTA5IDQuMDYzMzggNS41NjI1IDQuMDk5MTYgNS42MjkyQzQuMzg2OTUgNi4xNTE5MyA0Ljg5ODcxIDYuOTMwNDkgNS40ODQ3IDcuNTE2MzZDNi4wNzEzNSA4LjEwMjIzIDYuODg2NTIgOC42NDc3NCA3LjQ0NTgyIDguOTY4MDFDNy41MTU5NCA5LjAwNzM3IDcuNTk4NDkgOS4wMTgzNyA3LjY3NjQ4IDguOTk4NzZDNy43NTQ0NiA4Ljk3OTE0IDcuODIxOTggOC45MzA0IDcuODY1MTMgOC44NjI1Nkw4LjY5MjAzIDcuNjA0MjRDOC44NDQwNSA3LjQwMjM0IDkuMDY4MzEgNy4yNjcwOCA5LjMxNzg1IDcuMjI2OEM5LjU2NzM4IDcuMTg2NTEgOS44MjI4MyA3LjI0NDMyIDEwLjAzMDcgNy4zODgxMkMxMC45NDY4IDguMDIyMTYgMTIuMDE1OSA4LjcyODQ2IDEyLjc5ODUgOS43MzAzQzEyLjkwMzggOS44NjU2MyAxMi45NzA3IDEwLjAyNjggMTIuOTkyMyAxMC4xOTY4QzEzLjAxNCAxMC4zNjY5IDEyLjk4OTUgMTAuNTM5NiAxMi45MjE2IDEwLjY5N0MxMi4zNzY2IDExLjk2ODMgMTAuOTk3NiAxMy4wNTA5IDkuNTYzMiAxMi45OTgyWiIgZmlsbD0iIzQ2NDY0NiIvPgo8L3N2Zz4K");
}

.my-account-options__options input {
	border: 1px solid #464646 !important;
	margin-top: 10px !important;
	display: none;
}

.my-account-options__options .user_name_label {
	font-weight: 600;
	padding-top: .5rem;
}

.my-account-options .update_info {
	display: block;
	padding: 0;
	padding: .5rem 2.125rem;
	margin-top: 1.25rem;
	background-color: #278f2c;
	color: #fff;
	border-radius: .25rem;
	font-weight: 700;
}

.my-account-options .update_info_submit {
	display: none;
}

.my-account-options.update .update_info_submit {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	background: #278f2c;
	color: #fff;
	border: 0;
	padding: 5px 20px;
	border-radius: .25rem;
	font-weight: 700;
}

.my-account-options.update .update_info_submit.cancel {
	background: #b81a17;
}

.my-account-options.update .update_info {
	display: none;
}

.my-account-options.update .my-account-options__options input {
	display: block;
}

.my-account-options.update .my-account-options__options .update_info, .my-account-options.update .my-account-options__options .email, .my-account-options.update .my-account-options__options .phone, .my-account-options.update .my-account-options__options .name {
	display: none;
}

.loader {
	border: .2em solid #000;
	border-top-color: rgba(255, 255, 255, .8);
	border-radius: 50%;
	animation: 1s loader linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 27px;
	height: 27px;
}

.loader:before {
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	position: absolute;
	top: -.2em;
	left: -.2em;
	border: .2em solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	opacity: .5;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.woocommerce-account .container:not(.et_menu_container), .woocommerce-lost-password .container:not(.et_menu_container) {
	width: 100%;
	padding: 70px 20px !important;
}

.woocommerce-account .entry-title, .woocommerce-lost-password .entry-title {
	display: none;
}

.woocommerce #customer_login h2 {
	display: none;
}

.woocommerce .my-account-forms-wrapper {
	display: flex;
	justify-content: center;
}

.woocommerce .woocommerce-form, .woocommerce .woocommerce-ResetPassword {
	margin: 0 !important;
	max-width: 359px !important;
	width: 100%;
	padding: 25px 30px !important;
	border-radius: 20px !important;
	border: unset !important;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .25) !important;
}

.woocommerce .woocommerce-form-register, .woocommerce .woocommerce-ResetPassword-register {
	display: none;
}

.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text, .woocommerce .woocommerce-ResetPassword-register .woocommerce-privacy-policy-text {
	display: none;
}

.woocommerce .woocommerce-form .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
	position: relative;
	margin-bottom: 10px !important;
	padding: 0 !important;
}

.woocommerce .woocommerce-form .form-row--username::after, .woocommerce .woocommerce-ResetPassword .form-row--username::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 16px;
	height: 13px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQgMEgxLjZDMC43MiAwIDAuMDA3OTk5OTkgMC43MzEyNSAwLjAwNzk5OTk5IDEuNjI1TDAgMTEuMzc1QzAgMTIuMjY4OCAwLjcyIDEzIDEuNiAxM0gxNC40QzE1LjI4IDEzIDE2IDEyLjI2ODggMTYgMTEuMzc1VjEuNjI1QzE2IDAuNzMxMjUgMTUuMjggMCAxNC40IDBaTTE0LjQgMy4yNUw4IDcuMzEyNUwxLjYgMy4yNVYxLjYyNUw4IDUuNjg3NUwxNC40IDEuNjI1VjMuMjVaIiBmaWxsPSIjNDY0NjQ2Ii8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
}

.woocommerce .woocommerce-form .form-row--password::after, .woocommerce .woocommerce-ResetPassword .form-row--password::after {
	position: absolute;
	right: 13px;
	top: 33px;
	width: 13px;
	height: 17px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSAxMi45NTI0QzYuOTMwOTggMTIuOTUyNCA3LjM0NDMgMTIuNzgxOCA3LjY0OTA1IDEyLjQ3ODJDNy45NTM3OSAxMi4xNzQ1IDguMTI1IDExLjc2MjcgOC4xMjUgMTEuMzMzM0M4LjEyNSAxMC45MDM5IDcuOTUzNzkgMTAuNDkyMSA3LjY0OTA1IDEwLjE4ODVDNy4zNDQzIDkuODg0ODYgNi45MzA5OCA5LjcxNDI5IDYuNSA5LjcxNDI5QzYuMDY5MDIgOS43MTQyOSA1LjY1NTcgOS44ODQ4NiA1LjM1MDk1IDEwLjE4ODVDNS4wNDYyMSAxMC40OTIxIDQuODc1IDEwLjkwMzkgNC44NzUgMTEuMzMzM0M0Ljg3NSAxMS43NjI3IDUuMDQ2MjEgMTIuMTc0NSA1LjM1MDk1IDEyLjQ3ODJDNS42NTU3IDEyLjc4MTggNi4wNjkwMiAxMi45NTI0IDYuNSAxMi45NTI0Wk0xMS4zNzUgNS42NjY2N0MxMS44MDYgNS42NjY2NyAxMi4yMTkzIDUuODM3MjQgMTIuNTI0IDYuMTQwODhDMTIuODI4OCA2LjQ0NDUxIDEzIDYuODU2MzIgMTMgNy4yODU3MVYxNS4zODFDMTMgMTUuODEwNCAxMi44Mjg4IDE2LjIyMjIgMTIuNTI0IDE2LjUyNThDMTIuMjE5MyAxNi44Mjk0IDExLjgwNiAxNyAxMS4zNzUgMTdIMS42MjVDMS4xOTQwMiAxNyAwLjc4MDY5OCAxNi44Mjk0IDAuNDc1OTUxIDE2LjUyNThDMC4xNzEyMDUgMTYuMjIyMiAwIDE1LjgxMDQgMCAxNS4zODFWNy4yODU3MUMwIDYuODU2MzIgMC4xNzEyMDUgNi40NDQ1MSAwLjQ3NTk1MSA2LjE0MDg4QzAuNzgwNjk4IDUuODM3MjQgMS4xOTQwMiA1LjY2NjY3IDEuNjI1IDUuNjY2NjdIMi40Mzc1VjQuMDQ3NjJDMi40Mzc1IDIuOTc0MTIgMi44NjU1MSAxLjk0NDYgMy42MjczOCAxLjE4NTUyQzQuMzg5MjUgMC40MjY0NDQgNS40MjI1NiAwIDYuNSAwQzcuMDMzNDkgMCA3LjU2MTc3IDAuMTA0Njk1IDguMDU0NjUgMC4zMDgxMDdDOC41NDc1NCAwLjUxMTUxOSA4Ljk5NTM4IDAuODA5NjY0IDkuMzcyNjIgMS4xODU1MkM5Ljc0OTg2IDEuNTYxMzggMTAuMDQ5MSAyLjAwNzU4IDEwLjI1MzMgMi40OTg2NkMxMC40NTc0IDIuOTg5NzQgMTAuNTYyNSAzLjUxNjA4IDEwLjU2MjUgNC4wNDc2MlY1LjY2NjY3SDExLjM3NVpNNi41IDEuNjE5MDVDNS44NTM1MyAxLjYxOTA1IDUuMjMzNTUgMS44NzQ5MSA0Ljc3NjQzIDIuMzMwMzZDNC4zMTkzMSAyLjc4NTgxIDQuMDYyNSAzLjQwMzUyIDQuMDYyNSA0LjA0NzYyVjUuNjY2NjdIOC45Mzc1VjQuMDQ3NjJDOC45Mzc1IDMuNDAzNTIgOC42ODA2OSAyLjc4NTgxIDguMjIzNTcgMi4zMzAzNkM3Ljc2NjQ1IDEuODc0OTEgNy4xNDY0NyAxLjYxOTA1IDYuNSAxLjYxOTA1WiIgZmlsbD0iIzQ2NDY0NiIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
}

.woocommerce .woocommerce-form .form-row:last-child, .woocommerce .woocommerce-ResetPassword .form-row:last-child {
	margin-bottom: 0 !important;
}

.woocommerce .woocommerce-form label, .woocommerce .woocommerce-ResetPassword label {
	font-size: 16px !important;
	line-height: 1.21 !important;
	margin-bottom: 5px !important;
	padding-left: 6px !important;
	font-weight: 600 !important;
}

.woocommerce .woocommerce-form label .required, .woocommerce .woocommerce-ResetPassword label .required {
	color: #b81a17 !important;
}

.woocommerce .woocommerce-form input, .woocommerce .woocommerce-ResetPassword input {
	border-radius: 10px !important;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .25);
	background-color: #fff !important;
	padding: 9px 14px 8px !important;
	line-height: 1.21 !important;
	min-height: unset !important;
	padding-right: 36px !important;
}

.woocommerce .woocommerce-form input ::placeholder, .woocommerce .woocommerce-ResetPassword input ::placeholder {
	font-style: italic;
}

.woocommerce .woocommerce-form label.woocommerce-form-login__rememberme, .woocommerce .woocommerce-ResetPassword label.woocommerce-form-login__rememberme {
	margin-bottom: 10px !important;
	cursor: pointer;
}

.woocommerce .woocommerce-form label.woocommerce-form-login__rememberme input, .woocommerce .woocommerce-ResetPassword label.woocommerce-form-login__rememberme input {
	cursor: pointer;
	box-shadow: unset !important;
}

.woocommerce .woocommerce-form label.woocommerce-form-login__rememberme span, .woocommerce .woocommerce-ResetPassword label.woocommerce-form-login__rememberme span {
	padding-left: 5px;
	font-weight: 300;
}

.woocommerce .woocommerce-form .woocommerce-button, .woocommerce .woocommerce-form .woocommerce-Button, .woocommerce .woocommerce-ResetPassword .woocommerce-button, .woocommerce .woocommerce-ResetPassword .woocommerce-Button {
	border-radius: 10px !important;
	border: unset !important;
	background-color: #b81a17 !important;
	color: #fff !important;
	width: 100%;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding: 0 16px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	line-height: 1 !important;
	margin-bottom: 10px !important;
}

.woocommerce .woocommerce-form .woocommerce-button:hover, .woocommerce .woocommerce-form .woocommerce-Button:hover, .woocommerce .woocommerce-ResetPassword .woocommerce-button:hover, .woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
	opacity: .7 !important;
	color: #fff;
	background: #b81a17;
	padding: 0 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: unset !important;
}

.woocommerce .woocommerce-form .woocommerce-button:hover::after, .woocommerce .woocommerce-form .woocommerce-Button:hover::after, .woocommerce .woocommerce-ResetPassword .woocommerce-button:hover::after, .woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover::after {
	content: unset;
}

.woocommerce .woocommerce-form .woocommerce-button:disabled[disabled], .woocommerce .woocommerce-form .woocommerce-Button:disabled[disabled], .woocommerce .woocommerce-ResetPassword .woocommerce-button:disabled[disabled], .woocommerce .woocommerce-ResetPassword .woocommerce-Button:disabled[disabled] {
	line-height: 1 !important;
}

.woocommerce .woocommerce-form .woocommerce-password-strength, .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength {
	border-radius: 10px !important;
}

.woocommerce .woocommerce-form .woocommerce-login-btn, .woocommerce .woocommerce-ResetPassword .woocommerce-login-btn {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 1.21;
}

.woocommerce .woocommerce-form .woocommerce-login-btn a, .woocommerce .woocommerce-ResetPassword .woocommerce-login-btn a {
	text-decoration: underline;
	cursor: pointer;
}

.woocommerce .woocommerce-form .woocommerce-login-btn a:hover, .woocommerce .woocommerce-ResetPassword .woocommerce-login-btn a:hover {
	text-decoration: underline;
}

.woocommerce .woocommerce-form .two-options, .woocommerce .woocommerce-ResetPassword .two-options {
	font-size: 16px;
	width: 100%;
	padding-right: 5px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px !important;
}

.woocommerce .woocommerce-form .two-options::before, .woocommerce .woocommerce-form .two-options::after, .woocommerce .woocommerce-ResetPassword .two-options::before, .woocommerce .woocommerce-ResetPassword .two-options::after {
	content: none;
}

.woocommerce .woocommerce-form .two-options label.woocommerce-form-login__rememberme, .woocommerce .woocommerce-ResetPassword .two-options label.woocommerce-form-login__rememberme {
	margin-bottom: unset !important;
	line-height: 1 !important;
}

.woocommerce .woocommerce-form .two-options a, .woocommerce .woocommerce-ResetPassword .two-options a {
	font-weight: 300;
	font-style: italic;
	line-height: 1 !important;
	padding-right: 5px;
}

.woocommerce .woocommerce-form .two-options a:hover, .woocommerce .woocommerce-ResetPassword .two-options a:hover {
	color: #464646;
}

.woocommerce .woocommerce-form .woocommerce-or-element, .woocommerce .woocommerce-ResetPassword .woocommerce-or-element {
	display: flex;
	text-align: center;
	font-weight: 300;
	line-height: 1.21;
	font-size: 16px;
	gap: 6px;
	margin-bottom: 20px;
}

.woocommerce .woocommerce-form .woocommerce-or-element::before, .woocommerce .woocommerce-form .woocommerce-or-element::after, .woocommerce .woocommerce-ResetPassword .woocommerce-or-element::before, .woocommerce .woocommerce-ResetPassword .woocommerce-or-element::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #464646;
	margin-top: 9px;
}

.woocommerce .woocommerce-form .woocommerce-register-btn, .woocommerce .woocommerce-ResetPassword .woocommerce-register-btn {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.21;
}

.woocommerce .woocommerce-form .woocommerce-register-btn:hover, .woocommerce .woocommerce-ResetPassword .woocommerce-register-btn:hover {
	color: #464646;
}

.woocommerce .woocommerce-ResetPassword {
	margin: 0 auto 4rem !important;
}

.woocommerce .woocommerce-ResetPassword .form-row {
	width: 100%;
	margin-bottom: 10px !important;
}

.woocommerce .woocommerce-ResetPassword .woocommerce-Button {
	margin-bottom: 0 !important;
}

.woocommerce .login-page__title, .woocommerce .lost-password-page__title {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #b81a17;
	text-align: center;
	padding-bottom: 24px !important;
	margin: 5rem auto 0;
}

@media screen and (min-width: 768px) {
	.woocommerce .login-page__title, .woocommerce .lost-password-page__title {
		font-size: 60px !important;
		padding-bottom: 44px !important;
	}
}

.woocommerce .login-page__login-benefits, .woocommerce .lost-password-page__login-benefits {
	color: #464646;
	padding-top: 40px;
	margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
	.woocommerce .login-page__login-benefits, .woocommerce .lost-password-page__login-benefits {
		padding-top: 70px;
	}
}

.woocommerce .login-page__login-benefits__title, .woocommerce .lost-password-page__login-benefits__title {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.21;
	text-align: center;
	padding-bottom: 24px;
}

.woocommerce .login-page__login-benefits__text, .woocommerce .lost-password-page__login-benefits__text {
	max-width: 936px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 40px !important;
	line-height: 1.21;
}

@media screen and (min-width: 768px) {
	.woocommerce .login-page__login-benefits__text, .woocommerce .lost-password-page__login-benefits__text {
		padding-bottom: 72px !important;
	}
}

.woocommerce .login-page__login-benefits__items-wrapper, .woocommerce .lost-password-page__login-benefits__items-wrapper {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

@media screen and (min-width: 768px) {
	.woocommerce .login-page__login-benefits__items-wrapper, .woocommerce .lost-password-page__login-benefits__items-wrapper {
		justify-content: space-around;
		row-gap: 62px;
	}
}

@media screen and (min-width: 992px) {
	.woocommerce .login-page__login-benefits__items-wrapper, .woocommerce .lost-password-page__login-benefits__items-wrapper {
		justify-content: center;
		column-gap: 85px;
	}
}

.woocommerce .login-page__login-benefits__item, .woocommerce .lost-password-page__login-benefits__item {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.woocommerce .login-page__login-benefits__item__title, .woocommerce .lost-password-page__login-benefits__item__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.21;
	padding-bottom: 5px;
}

.woocommerce .login-page__login-benefits__item__text, .woocommerce .lost-password-page__login-benefits__item__text {
	font-size: 20px;
	max-width: 203px;
	line-height: 1.21;
}

.woocommerce .login-page__login-benefits__item__icon-wrapper, .woocommerce .lost-password-page__login-benefits__item__icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	background-color: #b81a17;
}

.woocommerce .woocommerce-form.loading {
	pointer-events: none;
	opacity: .5;
}

.woocommerce .woocommerce-form-error {
	color: #ef404f;
	padding-bottom: .5em;
}

.vm-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px 20px;
}

.vm-popup-content {
	background: #fff;
	border-radius: 25px;
	max-width: 464px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.vm-popup-header {
	padding: 40px 24px 0;
	margin-bottom: 20px;
}

.vm-popup-header__title {
	text-align: center;
	margin: 20px 0;
	font-size: 32px;
	font-weight: 800;
	color: #b81a17;
	padding: 0;
}

.vm-popup-header__subtitle {
	text-align: center;
	margin: 0 0 24px;
	font-size: 18px;
	color: #464646;
	font-weight: 600;
}

.vm-popup-header .vm-popup-logo {
	text-align: center;
}

.vm-popup-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 4px;
	color: #464646;
	transition: all .2s ease;
	position: absolute;
	top: 10px;
	right: 10px;
}

.vm-popup-close:hover {
	background-color: #f5f5f5;
	color: #333;
}

.vm-popup-close svg {
	width: 16px;
	height: 16px;
}

.vm-popup-body {
	padding: 0 24px 40px;
	display: flex;
	justify-content: center;
}

.vm-popup-body .woocommerce-form {
	margin: 0;
}

.vm-popup-body .woocommerce-form .form-row {
	margin-bottom: 16px;
}

.vm-popup-body .woocommerce-form .form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	color: #333;
}

.vm-popup-body .woocommerce-form .form-row label .required {
	color: #e74c3c;
}

.vm-popup-body .woocommerce-form .form-row input[type=text], .vm-popup-body .woocommerce-form .form-row input[type=email], .vm-popup-body .woocommerce-form .form-row input[type=password] {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	transition: border-color .2s ease;
}

.vm-popup-body .woocommerce-form .form-row input[type=text]:focus, .vm-popup-body .woocommerce-form .form-row input[type=email]:focus, .vm-popup-body .woocommerce-form .form-row input[type=password]:focus {
	outline: none;
	border-color: #278f2c;
	box-shadow: 0 0 0 2px rgba(39, 143, 44, .1);
}

.vm-popup-body .woocommerce-form .two-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.vm-popup-body .woocommerce-form .two-options .woocommerce-form__label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.vm-popup-body .woocommerce-form .two-options .woocommerce-form__label input[type=checkbox] {
	margin: 0;
}

.vm-popup-body .woocommerce-form .two-options a {
	color: #278f2c;
	text-decoration: none;
	font-size: 14px;
}

.vm-popup-body .woocommerce-form .two-options a:hover {
	text-decoration: underline;
}

.vm-popup-body .woocommerce-form button[type=submit] {
	width: 100%;
	padding: 14px 24px;
	background-color: #278f2c;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .2s ease;
}

.vm-popup-body .woocommerce-form button[type=submit]:hover {
	background-color: #1f6b23;
}

.vm-popup-body .woocommerce-form button[type=submit]:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.vm-popup-body .woocommerce-form .woocommerce-form-error {
	background-color: #f8d7da;
	color: #721c24;
	padding: 12px;
	border-radius: 4px;
	margin-bottom: 16px;
	border: 1px solid #f5c6cb;
}

.vm-popup-body .woocommerce-form .vm-popup-tab {
	color: #464646;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.21;
	text-decoration: underline;
	padding: 0;
	background: none;
	margin: auto;
	width: 100%;
}

.vm-popup-body .woocommerce-form .show-password-input {
	right: 30px;
}

@media (max-width: 768px) {
	.vm-popup-overlay {
		padding: 10px;
	}
	
	.vm-popup-content {
		max-width: 100%;
	}
	
	.vm-popup-header, .vm-popup-body, .vm-popup-footer {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.vm-popup-header h3 {
		font-size: 20px;
	}
}

.woocommerce ul.products li.product {
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.woocommerce ul.products li.product a {
	box-shadow: none;
	border-radius: unset;
	display: grid;
	border: none;
}

.woocommerce .vm_account_title {
	text-align: center;
	margin-bottom: 32px;
	color: #b81a17;
	font-size: calc(2.375rem + 1.5vw) !important;
}

.woocommerce-account .et_pb_section_0.et_pb_section {
	margin: 0;
	padding: 0;
}

.woocommerce-account .et_pb_row_0.et_pb_row {
	width: 100% !important;
	padding: 0 1.25rem;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.vm-products {
	display: flex;
}

.vm-products--scroll {
	display: flex;
	overflow-x: auto;
	width: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.vm-products--scroll::-webkit-scrollbar {
	display: none;
}

.vm-products--scroll .vm-products--item {
	width: 100%;
	max-width: calc(50% - 7px);
}

@media screen and (min-width: 500px) {
	.vm-products--scroll .vm-products--item {
		max-width: 24%;
		max-width: calc(25% - 7px);
	}
}

.vm-products.no_products .vm-products--scroll {
	justify-content: center;
}

.vm-products--item, .vm-products--add-compare {
	text-align: center;
	width: 94px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-right: 7px;
	flex: 0 0 auto;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (min-width: 500px) {
	.vm-products--item, .vm-products--add-compare {
		width: 146px;
		min-width: 146px;
	}
}

.vm-products--item.title, .vm-products--add-compare.title {
	margin-right: 7px;
	border: none;
}

.vm-products--item.title .vm-products--top, .vm-products--add-compare.title .vm-products--top {
	justify-content: flex-start;
	align-items: center;
}

.vm-products--item.title .vm-products--top>div, .vm-products--add-compare.title .vm-products--top>div {
	height: 50%;
	padding-top: 30px;
}

.vm-products--item.title .vm-products--top .vm-button--remove_all, .vm-products--add-compare.title .vm-products--top .vm-button--remove_all {
	width: 125px;
	margin-top: 12px;
}

.vm-products--item.title .vm-products--facts, .vm-products--add-compare.title .vm-products--facts {
	border: 1px solid rgba(0, 0, 0, .1);
}

.vm-products--item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vm-products--add-compare {
	margin-right: 0;
	width: 100%;
	max-width: 183px;
}

@media screen and (min-width: 500px) {
	.vm-products--add-compare {
		max-width: 183px;
	}
}

.vm-products--add-compare button {
	max-width: 150px;
	margin: auto;
}

.vm-products--add-compare--vehicles-message {
	display: none;
}

.vm-products--add-compare.product {
	min-width: 100%;
}

.vm-products .hidden {
	display: none;
}

.vm-products.no_products {
	justify-content: center;
}

.vm-products.no_products .vm-products--item.title {
	display: none;
}

.vm-products.no_products .vm-products--scroll {
	overflow: visible;
}

.vm-products.no_products .vm-products--add-compare--vehicles-message {
	display: block;
}

.vm-products.no_products .hidden {
	flex: 0 0 auto;
	max-width: 280px;
	display: block;
}

.vm-products.no_products .hidden .vm-products--add-compare {
	padding-top: 36px !important;
}

.vm-products.no_products .hidden .vm-products--add-compare>svg {
	margin-bottom: 19px !important;
}

.vm-products--top {
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vm-products--top-image {
	position: relative;
	padding-bottom: 71%;
	overflow: hidden;
	margin-bottom: .5rem;
}

.vm-products--top-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vm-products--top--remove {
	position: absolute;
	top: 6px;
	right: 6px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjI1IDBWMS4xMTExMUgwVjMuMzMzMzNIMS4xMjVWMTcuNzc3OEMxLjEyNSAxOC4zNjcxIDEuMzYyMDUgMTguOTMyNCAxLjc4NDAxIDE5LjM0OTFDMi4yMDU5NyAxOS43NjU5IDIuNzc4MjYgMjAgMy4zNzUgMjBIMTQuNjI1QzE1LjIyMTcgMjAgMTUuNzk0IDE5Ljc2NTkgMTYuMjE2IDE5LjM0OTFDMTYuNjM3OSAxOC45MzI0IDE2Ljg3NSAxOC4zNjcxIDE2Ljg3NSAxNy43Nzc4VjMuMzMzMzNIMThWMS4xMTExMUgxMi4zNzVWMEg1LjYyNVpNMy4zNzUgMy4zMzMzM0gxNC42MjVWMTcuNzc3OEgzLjM3NVYzLjMzMzMzWk01LjYyNSA1LjU1NTU2VjE1LjU1NTZINy44NzVWNS41NTU1Nkg1LjYyNVpNMTAuMTI1IDUuNTU1NTZWMTUuNTU1NkgxMi4zNzVWNS41NTU1NkgxMC4xMjVaIiBmaWxsPSIjQjgxQTE3Ii8+Cjwvc3ZnPgo=");
	height: 35px;
	width: 32px;
	background-size: 18px 20px;
	background-position: center center;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
	padding: 0;
	z-index: 1;
}

.vm-products--top--remove.nitro-lazy {
	background-image: none !important;
}

.vm-products--top--title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 12px;
	text-align: center;
	font-size: .75rem !important;
}

@media screen and (min-width: 500px) {
	.vm-products--top--title {
		font-size: 1rem !important;
	}
}

.vm-products--top--title a {
	text-decoration: none;
}

.vm-products--top--price {
	color: var(--color-primary);
	display: block;
	margin-top: .3125rem;
}

.vm-products--top--price.fs-medium {
	font-size: 1rem !important;
}

@media screen and (min-width: 500px) {
	.vm-products--top--price.fs-medium {
		font-size: 1.25rem !important;
	}
}

.vm-products--top--price.text-sale {
	font-size: .875rem !important;
	color: #278f2c;
	text-transform: uppercase;
	max-width: 6.25rem;
	padding-top: .125rem;
	margin: 0 auto -.125rem;
	line-height: 1;
}

@media screen and (min-width: 500px) {
	.vm-products--top--price.text-sale {
		padding-top: .3125rem;
		margin: 0 auto -.3125rem;
	}
}

.vm-products--top--link {
	background: #278f2c;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px;
	margin-top: .5rem;
}

@media screen and (min-width: 500px) {
	.vm-products--top--link {
		padding: 10px;
		margin-top: 22px;
	}
}

.vm-products--top--link:hover {
	text-decoration: underline;
	color: #fff;
}

.vm-products--facts {
	display: flex;
	flex-direction: column;
}

.vm-products--facts>span {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 4px;
	height: 30px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

@media screen and (min-width: 500px) {
	.vm-products--facts>span {
		font-size: 16px;
		font-weight: 600;
		padding: 7px;
		height: 40px;
	}
}

.vm-products--facts>span:last-child {
	border-bottom: 0;
}

.vm-products--facts>span:nth-child(2n+1) {
	background-color: #f9f9f9;
}

.vm-products--add-compare {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 270px;
	align-items: center;
}

.vm-products--add-compare-btn {
	background: #278f2c;
	border-radius: 50%;
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 0;
}

.vm-products--add-compare .search-input-container {
	width: 100%;
	position: relative;
	display: none;
}

.vm-products--add-compare .search-input-container.active {
	display: block;
}

.vm-products--add-compare .search-input-container #yith-s {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0px;
	padding: 5px;
}

.vm-products--add-compare .search-input-container .autocomplete-suggestions {
	position: absolute;
	width: 100%;
	display: none !important;
	padding: 0;
	top: 100%;
	overflow-x: visible;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	max-height: 209px;
}

.vm-products--add-compare .search-input-container .autocomplete-suggestions.active {
	display: block !important;
	top: 0 !important;
}

.vm-products--add-compare .search-input-container .autocomplete-suggestions .autocomplete-suggestion {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	cursor: pointer;
	padding: 8px;
}

.vm-products--add-compare .search-input-container .autocomplete-suggestions .autocomplete-suggestion:hover {
	border-color: rgba(0, 0, 0, .5);
}

.vm-products.vm_compare .vm-products--add-compare {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

.vm-products.vm_compare .vm-products--add-compare>svg {
	margin-bottom: 8px;
}

.vm-products.vm_compare .vm-button--link_btn {
	width: 100%;
	display: block;
}

.vm-products.loading {
	opacity: .7;
	pointer-events: none;
}

.vm-products.loading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 4px solid #b81a17;
	border-top: 4px solid #464646;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 2;
	opacity: 1;
}

.wc__account__dashboard .woocommerce {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#shop-module.woocommerce.vm-saved-vehicle {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#shop-module.woocommerce.vm-saved-vehicle ul.products {
	width: 100%;
	grid-template-columns: repeat(3, .5fr);
}

#shop-module.woocommerce.vm-saved-vehicle ul.products .first {
	order: 0;
}

@media screen and (max-width: 767px) {
	#shop-module.woocommerce.vm-saved-vehicle ul.products {
		grid-template-columns: repeat(2, .5fr);
	}
}

@media screen and (max-width: 500px) {
	#shop-module.woocommerce.vm-saved-vehicle ul.products {
		grid-template-columns: repeat(1, 1fr);
	}
}

#shop-module.woocommerce.vm-saved-vehicle.no_products ul.products {
	grid-template-columns: auto;
}

#shop-module.woocommerce.vm-saved-vehicle .vm-products--add-compare {
	min-height: 324px;
	border: 0;
	justify-content: flex-start !important;
	padding-top: 60px;
	padding-bottom: 37px;
}

#shop-module.woocommerce.vm-saved-vehicle .vm-products--add-compare--links {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
	margin-top: 26px;
}

#shop-module.woocommerce.vm-saved-vehicle .vm-products--add-compare--link_btn {
	width: 139px;
}

.watchlist-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.watchlist-items--sub-title {
	font-size: 24px;
	font-weight: 900;
}

.watchlist-items .vm-products--add-compare {
	padding: 0;
	margin: 0;
	min-width: auto;
	width: 100%;
	max-width: 183px;
	height: auto;
	border: none;
}

@media screen and (max-width: 500px) {
	.watchlist-items .vm-products--add-compare {
		max-width: 100%;
	}
}

.watchlist-items .vm-products--add-compare .vm-button--link_btn {
	border-radius: 4px;
	width: 100%;
	height: auto;
	padding: 10px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}

.watchlist-items.no_products .watchlist-items--sub-title {
	display: none;
}

.watchlist-items.no_products .vm-products--add-compare {
	flex: 0 0 183px;
	margin-right: 0;
	height: auto;
	min-height: 270px;
	padding-top: 20px;
	gap: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	display: none;
}

.watchlist-items.no_products .vm-products--add-compare .vm-button--remove_all {
	width: 100%;
}

.watchlist-items.no_products .vm-products--add-compare.add {
	display: flex;
}

.watchlist-items.no_products .vm-products--add-compare.add>svg {
	margin-bottom: 0;
	margin-top: 10px;
}

@media screen and (max-width: 1110px) {
	.watchlist-items.no_products .vm-products--add-compare {
		flex: 0 0 calc(25% - 15px);
	}
}

@media screen and (max-width: 767px) {
	.watchlist-items.no_products .vm-products--add-compare {
		flex: 0 0 calc(50% - 10px);
	}
}

@media screen and (max-width: 500px) {
	.watchlist-items.no_products .vm-products--add-compare {
		flex: 0 0 100%;
	}
}

.watchlist-items .vm-products--item {
	width: 100%;
	margin-right: 0;
	border: none;
	box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .15);
	border-radius: 8px;
	overflow: hidden;
}

.watchlist-items .vm-products--item .vm-products--top {
	align-items: center;
	row-gap: 10px;
	height: auto;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
}

@media screen and (max-width: 986px) {
	.watchlist-items .vm-products--item .vm-products--top {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 550px) {
	.watchlist-items .vm-products--item .vm-products--top {
		display: flex;
		flex-direction: column;
	}
}

.watchlist-items .vm-products--item .vm-products--top--link {
	width: 100%;
	margin-top: 0;
}

.watchlist-items .vm-products--item .vm-products--top--title {
	overflow: visible;
	padding: 0;
}

.watchlist-items .vm-products--item .vm-products--top p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.watchlist-items .vm-products--item .vm-products--top--remove {
	position: relative;
	top: 0;
	right: 0;
	height: auto;
	text-align: center;
	width: auto;
	background-size: 14px 16px;
	background-position: 0 center;
	background-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	cursor: pointer;
	padding: 0 0 0 20px;
	text-decoration: underline;
	color: #b81a17;
	margin: 0 0 10px;
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--type, .watchlist-items .vm-products--item .vm-products--top .vm-products--info {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
	font-size: 20px;
	padding: 20px;
	width: auto;
	text-align: left;
}

@media screen and (max-width: 986px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--type, .watchlist-items .vm-products--item .vm-products--top .vm-products--info {
		align-items: center;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 550px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--type, .watchlist-items .vm-products--item .vm-products--top .vm-products--info {
		align-items: flex-start;
		width: 100%;
	}
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--image {
	grid-column: 1/4;
	grid-row: 1;
	height: 100%;
	position: relative;
}

@media screen and (max-width: 986px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--image {
		grid-column: 1;
		grid-row: 1/4;
	}
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--type {
	grid-column: 4/6;
}

@media screen and (max-width: 986px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--type {
		grid-column: 2;
		grid-row: 1;
	}
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--info {
	grid-column: 6/8;
	grid-row: 1;
}

@media screen and (max-width: 986px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--info {
		grid-column: 2;
		grid-row: 2;
	}
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--buttons {
	grid-column: 8/11;
	grid-row: 1;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	padding: 20px;
}

@media screen and (max-width: 986px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--buttons {
		grid-column: 2;
		grid-row: 3;
		padding: 10px 20px 20px 20px;
	}
}

@media screen and (max-width: 550px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--buttons {
		width: 100%;
	}
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--buttons .vm-products--top--link, .watchlist-items .vm-products--item .vm-products--top .vm-products--buttons .vm-products--top--remove {
	width: max-content;
	border-radius: 4px;
	margin: 0;
}

.watchlist-items .vm-products--item .vm-products--top .vm-products--buttons .vm-products--top--link {
	width: 100%;
	max-width: 183px;
}

@media screen and (max-width: 550px) {
	.watchlist-items .vm-products--item .vm-products--top .vm-products--buttons .vm-products--top--link {
		max-width: 100%;
	}
}

.vm-saved-vehicle .vm-products--item {
	text-align: center;
	width: 100%;
	margin-right: 0;
}

.vm-saved-vehicle .vm-products--top--remove {
	position: relative;
	top: 0;
	right: 0;
	height: auto;
	text-align: center;
	width: auto;
	background-size: 14px 16px;
	background-position: 0 center;
	background-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	cursor: pointer;
	padding: 0 0 0 20px;
	color: #464646;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjI1IDBWMS4xMTExMUgwVjMuMzMzMzNIMS4xMjVWMTcuNzc3OEMxLjEyNSAxOC4zNjcxIDEuMzYyMDUgMTguOTMyNCAxLjc4NDAxIDE5LjM0OTFDMi4yMDU5NyAxOS43NjU5IDIuNzc4MjYgMjAgMy4zNzUgMjBIMTQuNjI1QzE1LjIyMTcgMjAgMTUuNzk0IDE5Ljc2NTkgMTYuMjE2IDE5LjM0OTFDMTYuNjM3OSAxOC45MzI0IDE2Ljg3NSAxOC4zNjcxIDE2Ljg3NSAxNy43Nzc4VjMuMzMzMzNIMThWMS4xMTExMUgxMi4zNzVWMEg1LjYyNVpNMy4zNzUgMy4zMzMzM0gxNC42MjVWMTcuNzc3OEgzLjM3NVYzLjMzMzMzWk01LjYyNSA1LjU1NTU2VjE1LjU1NTZINy44NzVWNS41NTU1Nkg1LjYyNVpNMTAuMTI1IDUuNTU1NTZWMTUuNTU1NkgxMi4zNzVWNS41NTU1NkgxMC4xMjVaIiBmaWxsPSIjNDY0NjQ2Ii8+Cjwvc3ZnPgo=");
}

.vm-saved-vehicle .vm-products--top--remove.nitro-lazy {
	background-image: none !important;
}

.vm-saved-vehicle .sold_text_container {
	display: none;
}

.vm-saved-vehicle .sold_text_container+.et_shop_image::after {
	content: "SÅLD";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	font-size: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

.vm-saved-vehicle.no_products .products {
	display: block;
	max-width: 290px;
	margin: auto;
}

.vm-products--add-compare {
	font-size: 16px;
	line-height: 20px;
	padding-left: 22px;
	padding-right: 22px;
}

.vm-products--add-compare--image {
	margin-bottom: 22px;
	height: 96px;
}

.vm-products--add-compare .vm-products--add-compare-btn {
	margin: 0 auto;
}

.vm-products--add-compare .vm-products--add-compare-btn.disabled {
	pointer-events: none;
	opacity: .5;
}

.vm_text {
	max-width: 910px;
	margin: 50px auto;
	font-size: 1rem;
}

.vm_text>.row {
	gap: 70px;
	flex-wrap: nowrap;
	padding: 25px;
	border-radius: .375rem;
	background-color: #f9f9f9;
	margin: 1.875rem auto 0;
	width: 100%;
	align-items: center;
	flex-direction: row;
}

@media screen and (max-width: 1024px) {
	.vm_text>.row {
		gap: 30px;
		padding: 15px;
	}
}

@media screen and (max-width: 767px) {
	.vm_text>.row {
		padding: 20px 0;
		flex-wrap: wrap;
		background-color: unset;
	}
}

.vm_text>.row.reverse {
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	.vm_text>.row.reverse {
		flex-direction: column-reverse;
	}
}

.vm_text--item {
	flex: 0 1 auto !important;
	padding: 0 !important;
}

@media screen and (max-width: 767px) {
	.vm_text--item {
		flex: 1 1 100% !important;
		width: 100%;
	}
}

.vm_text--item img {
	width: 100%;
}

.vm_text--title {
	font-size: 24px;
	font-weight: 900;
	line-height: 29px;
	margin-bottom: 20px;
	padding: 0;
}

.vm_text .vm-button--link_btn {
	display: inline-block;
	border-radius: 4px;
	padding: 9px;
	margin-top: 30px;
}

.products .vm-button--saved {
	border-bottom-left-radius: .375rem;
}

.products .vm-button--compare {
	border-bottom-right-radius: .375rem;
}

.vm-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.vm-button .vm_btn {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
	align-items: center;
	padding: 14px 15px;
	border: 1px solid #b81a17;
	background: #fff;
	cursor: pointer;
	transition: all .3s ease;
}

.vm-button .vm_btn.disabled {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none;
}

.vm-button .vm_btn.vm-button--saved.add {
	border-color: #b81a17;
	color: #b81a17;
}

.vm-button .vm_btn.vm-button--saved.add:hover {
	background: #b81a17;
	color: #fff;
}

.vm-button .vm_btn.vm-button--saved.add:hover svg path {
	fill: #fff;
}

.vm-button .vm_btn.vm-button--saved.remove {
	background: #b81a17;
	color: #fff;
}

.vm-button .vm_btn.vm-button--saved.remove:hover {
	background: #fff;
	color: #b81a17;
}

.vm-button .vm_btn.vm-button--saved.remove:hover svg path {
	fill: #b81a17;
}

.vm-button .vm_btn.vm-button--compare {
	border-color: #464646;
	color: #464646;
}

.vm-button .vm_btn.vm-button--compare.add:hover {
	background: #464646;
	color: #fff;
}

.vm-button .vm_btn.vm-button--compare.add:hover svg path {
	fill: #fff;
}

.vm-button .vm_btn.vm-button--compare.remove {
	background: #464646;
	color: #fff;
}

.vm-button .vm_btn.vm-button--compare.remove:hover {
	background: #fff;
	color: #464646;
}

.vm-button .vm_btn.vm-button--compare.remove:hover svg path {
	fill: #464646;
}

.vm-button .vm_btn.vm-button--compare.disabled {
	border-color: #999;
	color: #999;
	background: #f9f9f9;
	cursor: not-allowed;
}

.vm-button .vm_btn.vm-button--compare.disabled svg path {
	fill: #999;
}

.vm-button .vm_btn.vm-button--watchlist {
	border-color: #278f2c;
	color: #278f2c;
}

.vm-button .vm_btn.vm-button--watchlist.add:hover {
	background: #278f2c;
	color: #fff;
}

.vm-button .vm_btn.vm-button--watchlist.add:hover svg path {
	fill: #fff;
}

.vm-button .vm_btn.vm-button--watchlist.remove {
	background: #278f2c;
	color: #fff;
}

.vm-button .vm_btn.vm-button--watchlist.remove:hover {
	background: #fff;
	color: #278f2c;
}

.vm-button .vm_btn.vm-button--watchlist.remove:hover svg path {
	fill: #278f2c;
}

.vm-button .vm_btn svg {
	transition: all .3s ease;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.vm__myaccount_wrapper .wm-background.active::before {
	background-color: rgba(0, 0, 0, .75);
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	content: "";
}

.vm__myaccount_wrapper .search-input-container.active {
	position: fixed;
	top: 20%;
	left: 5%;
	z-index: 999;
	width: 90%;
	padding: 1.25rem;
	background: #fff;
	box-shadow: .125rem .125rem .625rem -.0625rem rgba(0, 0, 0, .15);
	border-radius: .5rem;
}

@media screen and (min-width: 500px) {
	.vm__myaccount_wrapper .search-input-container.active {
		top: 35%;
		left: 50%;
		width: 30rem;
		margin-left: -15rem;
	}
}

.vm__myaccount_wrapper .search-input-container.active label {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: left;
	width: 100%;
	margin-bottom: 1rem;
}

.vm__myaccount_wrapper .search-input-container.active .close {
	position: absolute;
	top: .3125rem;
	right: .3125rem;
	cursor: pointer;
	width: 1.25rem;
	height: 1.25rem;
	display: block;
	z-index: 1000;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjIwcHgiIHdpZHRoPSIyMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiAKCSB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTEwODIuMiw4OTYuNmw0MTAuMi00MTBjNTEuNS01MS41LDUxLjUtMTM0LjYsMC0xODYuMXMtMTM0LjYtNTEuNS0xODYuMSwwbC00MTAuMiw0MTBMNDg2LDMwMC40CgljLTUxLjUtNTEuNS0xMzQuNi01MS41LTE4Ni4xLDBzLTUxLjUsMTM0LjYsMCwxODYuMWw0MTAuMiw0MTBsLTQxMC4yLDQxMGMtNTEuNSw1MS41LTUxLjUsMTM0LjYsMCwxODYuMQoJYzUxLjYsNTEuNSwxMzUsNTEuNSwxODYuMSwwbDQxMC4yLTQxMGw0MTAuMiw0MTBjNTEuNSw1MS41LDEzNC42LDUxLjUsMTg2LjEsMGM1MS4xLTUxLjUsNTEuMS0xMzQuNi0wLjUtMTg2LjJMMTA4Mi4yLDg5Ni42eiIvPgo8L3N2Zz4=") no-repeat;
	padding: 0;
}

.vm__myaccount_wrapper .search-input-container.active .close.nitro-lazy {
	background-image: none !important;
}

.vm__myaccount_wrapper .search-input-container.active input, .vm__myaccount_wrapper .search-input-container.active .autocomplete-suggestions {
	z-index: 1000;
	position: relative;
}

.vm__myaccount_wrapper .search-input-container.active .yith-s {
	height: 2.8125rem;
}

.vm__myaccount_wrapper .search-input-container .vm-products--add-compare--links {
	margin-top: 1.25rem;
}

.vm__myaccount_wrapper .search-input-container .vm-products--add-compare--links span {
	width: 100%;
	text-align: left;
	display: inline-block;
	font-weight: 600 !important;
}

.vm__myaccount_wrapper .search-input-container .vm-products--add-compare--links--buttons {
	margin-top: 1rem;
	display: flex;
	gap: 2rem;
}

.vm__myaccount_wrapper .search-input-container .vm-products--add-compare--links--buttons .vm-button--link_btn {
	max-width: 100%;
	font-size: 1.25rem;
	padding: .75rem 1rem;
	border-radius: .5rem;
}

.vm__myaccount_wrapper .search-input-container .nice-select {
	width: 100%;
	border: .0625rem solid rgba(0, 0, 0, .1);
	font-size: 1rem;
	padding: .1875rem .3125rem;
	height: 2.8125rem;
}

.vm__myaccount_wrapper .search-input-container .nice-select::after {
	top: 55%;
}

.vm__myaccount_wrapper .search-input-container .nice-select .nice-select-dropdown {
	width: 100%;
}

.vm-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #f9f9f9;
	padding: 15px 0;
}

.vm-header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 20px;
	gap: 1rem;
}

.vm-header__logo img {
	max-height: 60px;
	width: auto;
	min-width: 58px;
}

.vm-header__title {
	margin: 0;
	font-size: clamp(1.125rem, .9947rem + .5348vw, 1.5rem);
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.vm-header__menu {
	position: relative;
}

.vm-header__menu-close {
	position: absolute;
	top: .3125rem;
	right: .3125rem;
	background: none;
	border: none;
	cursor: pointer;
	padding: .3125rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vm-header__menu-close .dashicons {
	font-size: 1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	color: #464646;
}

.vm-header__menu-close:hover .dashicons {
	color: #000;
}

.vm-header__menu-toggle {
	background: #fff;
	cursor: pointer;
	padding: .5rem 1rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #464646;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
}

.vm-header__menu-toggle .dashicons {
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.vm-header__menu-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 26.3px 2px rgba(0, 0, 0, .25);
	border-radius: 10px;
	min-width: 180px;
	padding: 10px 20px;
	margin-top: 5px;
}

.vm-header__menu-dropdown.is-active {
	display: block;
}

.vm-header__menu-dropdown a {
	display: block;
	padding: 8px 0;
	color: #464646;
	text-decoration: none;
	transition: background-color .3s ease;
	border-bottom: 1px solid rgba(70, 70, 70, .4784313725);
	font-size: 1rem;
}

.vm-header__menu-dropdown a.is-active {
	text-decoration: underline;
	font-weight: 500;
}

.vm-header__menu-dropdown a:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.vm-header__menu-dropdown a.log-out {
	text-align: center;
}

.vm-header__menu--text {
	display: block;
}

@media screen and (max-width: 472px) {
	.vm-header__menu--text {
		display: none;
	}
}

.vm-navigation {
	position: fixed;
	top: 80px;
	left: 0;
	width: 200px;
	background: #fff;
	padding: 1rem;
	box-shadow: 2px 0 4px rgba(0, 0, 0, .1);
	height: calc(100vh - 80px);
	overflow-y: auto;
	z-index: 9998;
}

.vm-navigation__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vm-navigation__item {
	margin-bottom: .5rem;
}

.vm-navigation__item a {
	display: block;
	padding: .5rem;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color .2s;
}

.vm-navigation__item a:hover {
	background-color: #f5f5f5;
}

.vm-navigation__item.is-active a {
	background-color: #f5f5f5;
	font-weight: 600;
}

.woocommerce-MyAccount-content {
	max-width: 910px;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
}

.vm-membership {
	max-width: 1200px;
	margin: 0 auto;
}

.vm-membership__title {
	font-size: clamp(1.875rem, 1.2233rem + 2.6738vw, 3.75rem) !important;
	font-weight: 700 !important;
	color: #b81a17;
	margin-bottom: 2rem;
	text-align: left;
}

.vm-membership__content {
	background: #fff;
}

.vm-membership__menu {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5625rem;
}

@media screen and (min-width: 768px) {
	.vm-membership__menu {
		grid-template-columns: repeat(3, 1fr);
	}
}

.vm-membership__menu.single-item {
	grid-template-columns: repeat(1, 1fr);
}

.vm-membership__menu-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .25rem;
	background: #f9f9f9;
	border: 1px solid rgba(70, 70, 70, .1);
	border-radius: .3125rem;
	box-shadow: 0 0 4.7px 0 rgba(0, 0, 0, .12);
	text-decoration: none;
	color: #464646;
	transition: all .3s ease;
	min-height: 3.3125rem;
}

.vm-membership__menu-item:hover {
	color: #464646;
	text-decoration: none;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
}

.vm-membership__menu-icon {
	margin-right: .6875rem;
}

.vm-membership__menu-text h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.vm-membership__menu-text p {
	margin: .5rem 0 0;
	font-size: .875rem;
	color: #464646;
}

.vm-breadcrumbs {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	position: relative;
	max-width: 950px;
	margin: 0 auto 0;
}

.vm-breadcrumbs__item {
	color: #464646;
	text-decoration: none;
	font-size: 16px;
	transition: color .3s ease;
}

.vm-breadcrumbs__item--current {
	color: #b81a17;
	pointer-events: none;
}

.vm-breadcrumbs__item:hover {
	color: #464646;
}

.vm-breadcrumbs__separator {
	margin: 0 8px;
	color: #464646;
}

.vm-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.vm-icon--home {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/home.svg");
}

.vm-icon--home.nitro-lazy {
	background-image: none !important;
}

.vm-icon--buyers {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/buyers.svg");
}

.vm-icon--buyers.nitro-lazy {
	background-image: none !important;
}

.vm-icon--compare {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/compare.svg");
}

.vm-icon--compare.nitro-lazy {
	background-image: none !important;
}

.vm-icon--saved {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/saved.svg");
}

.vm-icon--saved.nitro-lazy {
	background-image: none !important;
}

.vm-icon--watchlist {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/watchlist.svg");
}

.vm-icon--watchlist.nitro-lazy {
	background-image: none !important;
}

.vm-icon--sellers {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/sellers.svg");
}

.vm-icon--sellers.nitro-lazy {
	background-image: none !important;
}

.vm-icon--vehicle {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/vehicle.svg");
}

.vm-icon--vehicle.nitro-lazy {
	background-image: none !important;
}

.vm-icon--contact {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/contact.svg");
}

.vm-icon--contact.nitro-lazy {
	background-image: none !important;
}

.vm-icon--settings {
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-001de2c/www.vincents.se/wp-content/plugins/vincents-panel-plugin/public/images/icons/settings.svg");
}

.vm-icon--settings.nitro-lazy {
	background-image: none !important;
}

.page-template-page-pdf_template header {
	display: none;
}

.page-template-page-pdf_template .vm-products {
	padding-top: 40px;
	justify-content: center;
}

.page-template-page-pdf_template .vm-products--item {
	margin-right: 0;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-template-page-pdf_template .vm-products--item.title .vm-products--top {
	justify-content: flex-end;
	height: 100%;
}

.page-template-page-pdf_template .vm-products--item.title .vm-products--top::before {
	display: none;
}

.page-template-page-pdf_template .vm-products--top {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	height: auto;
}

.page-template-page-pdf_template .vm-products--facts>span {
	height: 40px;
}

.woocommerce-account .vm-product-item {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.25rem;
	margin-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-item {
		grid-template-columns: repeat(3, 1fr);
	}
}

.woocommerce-account .vm-product-item__image {
	grid-column: 1;
	position: relative;
	border-radius: .125rem;
	overflow: hidden;
	padding-bottom: 60%;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-item__image {
		grid-column: 1/3;
		padding-bottom: 0;
	}
}

.woocommerce-account .vm-product-item__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.woocommerce-account .vm-product-item__info {
	grid-column: 1;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-item__info {
		grid-column: 3;
	}
}

.woocommerce-account .vm-product-item__title {
	font-size: 1.5rem;
	font-weight: 700;
}

.woocommerce-account .vm-product-item__link {
	text-decoration: none;
}

.woocommerce-account .vm-product-item__link:hover {
	color: inherit;
}

.woocommerce-account .vm-product-item__status {
	background-color: #f9f9f9;
	border-radius: .375rem;
	margin-top: .625rem;
	padding: 1.25rem;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	gap: .625rem;
}

.woocommerce-account .vm-product-item__status--title {
	font-size: 1.5rem;
	font-weight: 700;
}

.woocommerce-account .vm-product-item__status--published {
	margin-top: .4375rem;
	font-size: 1rem;
	display: flex;
	gap: .5rem;
	justify-content: flex-start;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-item__status--published {
		justify-content: space-between;
	}
}

.woocommerce-account .vm-product-item__status--published p {
	display: flex;
	align-items: center;
}

.woocommerce-account .vm-product-item__status .status-published, .woocommerce-account .vm-product-item__status .status-unpublished {
	display: inline-block;
	background-color: #278f2c;
	width: .4375rem;
	height: .4375rem;
	border-radius: 50%;
	margin-right: .375rem;
}

.woocommerce-account .vm-product-item__status .status-unpublished {
	background-color: #b81a17;
}

.woocommerce-account .vm-product-item__status--buttons {
	display: flex;
	gap: .5rem;
}

.woocommerce-account .vm-product-item__status--buttons a {
	text-decoration: none;
}

.woocommerce-account .vm-product-item__btn {
	border-radius: .25rem;
	background-color: #b81a17;
	border: 1px solid #b81a17;
	color: #fff;
	padding: .3125rem .625rem;
	display: flex;
	align-items: center;
	gap: .625rem;
	font-weight: 700;
	width: 100%;
	justify-content: center;
	transition: background-color .5s, border-color .5s;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-item__btn {
		width: max-content;
	}
}

.woocommerce-account .vm-product-item__btn:hover {
	background-color: #278f2c;
	border-color: #278f2c;
}

.woocommerce-account .vm-product-item__info--label {
	font-size: 1rem;
	font-weight: 600;
	padding: 0;
}

.woocommerce-account .vm-product-content {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.25rem;
	font-size: 1rem;
	margin-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

.woocommerce-account .vm-product-content__info {
	padding-right: 0;
}

@media screen and (min-width: 982px) {
	.woocommerce-account .vm-product-content__info {
		padding-right: 3.125rem;
	}
}

.woocommerce-account .vm-product-content__payment {
	padding-right: 0;
	order: 1;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-content__payment {
		order: unset;
	}
}

@media screen and (min-width: 982px) {
	.woocommerce-account .vm-product-content__payment {
		padding-right: 3.125rem;
	}
}

.woocommerce-account .vm-product-content__title {
	font-size: 1.5rem;
	font-weight: 900;
}

.woocommerce-account .vm-product-content__text {
	margin: .9375rem 0 0 0;
}

.woocommerce-account .vm-product-content__panels {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	font-size: .875rem;
	line-height: 1.2;
	grid-column: 1;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-content__panels {
		grid-column: 2;
		grid-row: 1/3;
	}
}

.woocommerce-account .vm-product-content__panel {
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .25);
	grid-column: 1;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .vm-product-content__panel {
		grid-column: 2;
		grid-row: 1/3;
	}
}

.woocommerce-account .vm-product-content__panel .vm-product-content__title {
	background-color: #b81a17;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: .625rem;
	box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .25);
}

.woocommerce-account .vm-product-content__panel .vm-product-content__title.blue-panel {
	background-color: #2674bc;
}

.woocommerce-account .vm-product-content__panel .vm-product-content__title.red-panel {
	background-color: #ef404f;
}

.woocommerce-account .vm-product-content__panel--list {
	padding: 1.25rem;
}

.woocommerce-account .vm-product-content__panel--list li {
	margin-bottom: .9375rem;
	line-height: 1.2;
}

.woocommerce-account .vm-product-content__panel--list li::marker {
	color: #464646;
}

.woocommerce-account .vm-product-content__panel--list li:last-child {
	margin-bottom: 0;
}

.woocommerce-account .vm-product-content__panel--mark {
	font-weight: 600;
}

.woocommerce-account .vm-product-content__panel--price {
	font-size: 1.5625rem;
	font-weight: 700;
	padding-left: 1rem;
}

.woocommerce-account .vm-product-content__panel--select {
	padding: 1.25rem;
}

.woocommerce-account .vm-product-content__no-payment {
	border: 1px solid rgba(70, 70, 70, .19);
	padding: .625rem .9375rem 1.25rem;
	border-radius: .5rem;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.woocommerce-account .vm-product-content__no-payment p:first-child {
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 1rem;
}

.woocommerce-account .vm-product-content__no-payment--phone, .woocommerce-account .vm-product-content__no-payment--email {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: .5rem;
	margin-top: .85rem;
}

.woocommerce-account .vm-product-content__no-payment--phone::before, .woocommerce-account .vm-product-content__no-payment--email::before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNjIgNy43OUM1LjA2IDEwLjYyIDcuMzggMTIuOTMgMTAuMjEgMTQuMzhMMTIuNDEgMTIuMThDMTIuNjggMTEuOTEgMTMuMDggMTEuODIgMTMuNDMgMTEuOTRDMTQuNTUgMTIuMzEgMTUuNzYgMTIuNTEgMTcgMTIuNTFDMTcuNTUgMTIuNTEgMTggMTIuOTYgMTggMTMuNTFWMTdDMTggMTcuNTUgMTcuNTUgMTggMTcgMThDNy42MSAxOCAwIDEwLjM5IDAgMUMwIDAuNDUgMC40NSAwIDEgMEg0LjVDNS4wNSAwIDUuNSAwLjQ1IDUuNSAxQzUuNSAyLjI1IDUuNyAzLjQ1IDYuMDcgNC41N0M2LjE4IDQuOTIgNi4xIDUuMzEgNS44MiA1LjU5TDMuNjIgNy43OVoiIGZpbGw9IiM0NjQ2NDYiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1.125rem;
	height: 100%;
}

.woocommerce-account .vm-product-content__no-payment--email::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTZDMS40NSAxNiAwLjk3OTMzMyAxNS44MDQzIDAuNTg4IDE1LjQxM0MwLjE5NjY2NyAxNS4wMjE3IDAuMDAwNjY2NjY3IDE0LjU1MDcgMCAxNFYyQzAgMS40NSAwLjE5NiAwLjk3OTMzMyAwLjU4OCAwLjU4OEMwLjk4IDAuMTk2NjY2IDEuNDUwNjcgMC4wMDA2NjY2NjcgMiAwSDE4QzE4LjU1IDAgMTkuMDIxIDAuMTk2IDE5LjQxMyAwLjU4OEMxOS44MDUgMC45OCAyMC4wMDA3IDEuNDUwNjcgMjAgMlYxNEMyMCAxNC41NSAxOS44MDQzIDE1LjAyMSAxOS40MTMgMTUuNDEzQzE5LjAyMTcgMTUuODA1IDE4LjU1MDcgMTYuMDAwNyAxOCAxNkgyWk0xMCA5TDIgNFYxNEgxOFY0TDEwIDlaTTEwIDdMMTggMkgyTDEwIDdaTTIgNFYyVjE0VjRaIiBmaWxsPSIjNDY0NjQ2Ii8+Cjwvc3ZnPgo=");
}

.woocommerce-account .vm-product-payment-link {
	border: .0625rem solid rgba(0, 0, 0, .1);
	border-radius: .5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	padding-left: 1.25rem;
	padding-right: 3.25rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	height: 4.5rem;
	transition: box-shadow .5s;
}

.woocommerce-account .vm-product-payment-link:hover {
	color: inherit;
	box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .25);
}

.woocommerce-account .vm-product-payment-link::after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMC4wMDAxNjExNzEgMS4wNTk3M0wxLjA2MDg0IC0wLjAwMDI3Mjc1MUw2LjgzOTg0IDUuNzc2NzNDNi45MzI5OSA1Ljg2OTI5IDcuMDA2OTIgNS45NzkzNyA3LjA1NzM3IDYuMTAwNjJDNy4xMDc4MiA2LjIyMTg3IDcuMTMzNzkgNi4zNTE5IDcuMTMzNzkgNi40ODMyM0M3LjEzMzc5IDYuNjE0NTUgNy4xMDc4MiA2Ljc0NDU4IDcuMDU3MzcgNi44NjU4M0M3LjAwNjkyIDYuOTg3MDggNi45MzI5OSA3LjA5NzE2IDYuODM5ODQgNy4xODk3M0wxLjA2MDg0IDEyLjk2OTdMMC4wMDA4Mzg3NTcgMTEuOTA5N0w1LjQyNDg0IDYuNDg0NzNMLTAuMDAwMTYxMTcxIDEuMDU5NzNaIiBmaWxsPSIjNDY0NjQ2Ii8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	width: .4375rem;
	height: .8125rem;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translate(-50%, -50%);
}

.woocommerce-account .vm-product-payment-link__icon {
	display: flex;
	align-items: center;
	gap: .125rem;
}

.woocommerce-account .checkbox-control {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-left: 1.875rem;
	cursor: pointer;
	user-select: none;
}

.woocommerce-account .checkbox-control input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.woocommerce-account .checkbox-control input:checked~.control-mark {
	border-color: #000;
	background: #fff;
}

.woocommerce-account .checkbox-control input:checked~.control-mark::after {
	display: block;
	left: .25rem;
	top: .25rem;
	width: .625rem;
	height: .625rem;
	border: solid #2674bc;
	border-width: 0 .125rem .125rem 0;
	transform: rotate(45deg);
	background: #2674bc;
}

.woocommerce-account .checkbox-control input:checked~.control-mark.red-mark::after {
	border: solid #ef404f;
	background: #ef404f;
}

.woocommerce-account .checkbox-control .control-mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	border: .0625rem solid #000;
	background: #fff;
	border-radius: 50%;
	transition: border-color .2s, background .2s;
}

.woocommerce-account .checkbox-control .control-mark::after {
	content: "";
	position: absolute;
	top: .25rem;
	left: .25rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #fff;
}

.woocommerce-account .vm-product-statistics {
	font-size: 1rem;
}

.woocommerce-account .vm-product-statistics__views {
	box-shadow: .125rem .125rem .625rem -.0625rem rgba(0, 0, 0, .25);
	padding: 1.5625rem;
	border-radius: .5rem;
	margin-top: 1.25rem;
}

.woocommerce-account .vm-product-statistics__views--top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-account .vm-product-statistics__views--top-sources {
	display: flex;
	align-items: center;
	gap: 1.375rem;
}

.woocommerce-account .vm-product-statistics__views--top-sources p {
	padding: 0;
}

.woocommerce-account .vm-product-statistics__views--body {
	margin-top: 1.5625rem;
	overflow: auto;
}

.woocommerce-account .vm-product-statistics__compilation {
	box-shadow: .125rem .125rem .625rem -.0625rem rgba(0, 0, 0, .25);
	padding: 1.5625rem;
	border-radius: .5rem;
	margin-top: 1.25rem;
}

.woocommerce-account .vm-product-statistics .red-sq, .woocommerce-account .vm-product-statistics .pink-sq, .woocommerce-account .vm-product-statistics .blue-sq {
	display: flex;
	align-items: center;
	gap: .4375rem;
}

.woocommerce-account .vm-product-statistics .red-sq:before, .woocommerce-account .vm-product-statistics .pink-sq:before, .woocommerce-account .vm-product-statistics .blue-sq:before {
	content: "";
	width: 1.125rem;
	height: 1.125rem;
	border-radius: .125rem;
	display: inline-block;
	background: #f9f9f9;
}

.woocommerce-account .vm-product-statistics .red-sq:before {
	background: #b81a17;
}

.woocommerce-account .vm-product-statistics .pink-sq:before {
	background: #ef404f;
}

.woocommerce-account .vm-product-statistics .blue-sq:before {
	background: #2674bc;
}

.woocommerce-account .vm-product-statistics__table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

.woocommerce-account .vm-product-statistics__table th, .woocommerce-account .vm-product-statistics__table td {
	border: 1px solid #464646;
	padding: .5rem 1rem;
	text-align: left;
	vertical-align: middle;
}

.woocommerce-account .vm-product-statistics__table th {
	background: #fff;
	font-weight: 600;
}

.woocommerce-account .vm-product-statistics__table tr {
	background: #fff;
}

.vm-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .75);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vm-popup .vm-popup-content {
	background: #fff;
	padding: 2rem 1.5rem;
	border-radius: .75rem;
	text-align: center;
	max-width: 18.75rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.vm-popup .vm-popup-content .vm-popup-icon {
	font-size: 3rem;
}

.vm-popup .vm-popup-content p {
	font-size: 1.125rem;
	font-weight: 900;
}

.vm-popup .vm-popup-cancel, .vm-popup .vm-popup-cancel-all {
	background: #b81a17;
	color: #fff;
	border: .0625rem solid #b81a17;
	padding: .5rem 1.5rem;
	border-radius: .375rem;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	max-width: 10rem;
	font-size: 1.125rem;
}

.vm-popup .vm-popup-confirm, .vm-popup .vm-popup-confirm-all {
	background: #fff;
	color: #464646;
	border: .0625rem solid rgba(0, 0, 0, .2);
	padding: .5rem 1.5rem;
	border-radius: .375rem;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	max-width: 10rem;
	font-size: 1.125rem;
}

.vm-welcome-popup {
	padding: 1.25rem;
	z-index: 99999;
}

.vm-welcome-popup .vm-popup-content {
	max-width: 923px;
	row-gap: 30px;
	padding: 1.75rem 1.5rem;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}

@media screen and (min-width: 992px) {
	.vm-welcome-popup .vm-popup-content {
		padding: 3.75rem 3.5rem;
	}
}

.vm-welcome-popup .vm-popup-content p {
	font-size: 1.25rem;
	line-height: 1.21;
}

.vm-welcome-popup .btn-close {
	position: absolute;
	top: 28px;
	right: 32px;
	opacity: 1;
	background-size: 2em;
	padding: 0;
	width: 1rem;
	height: 1rem;
}

.vm-welcome-popup .btn-close::before {
	content: "";
	background-color: rgba(0, 0, 0, 0);
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vm-welcome-popup .vm-popup-icon img {
	width: 204px;
}

.vm-welcome-popup .vm-popup-title {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.2;
	padding-bottom: 0;
	color: #b61918;
}

.vm-welcome-popup .vm-popup-text {
	font-weight: 600;
	margin-bottom: 1rem;
}

.vm-welcome-popup .vm-popup-row {
	display: grid;
	grid-gap: 1rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 500px) {
	.vm-welcome-popup .vm-popup-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.vm-welcome-popup .vm-popup-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

.vm-welcome-popup .vm-popup-col {
	text-align: left;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
}

.vm-welcome-popup .vm-popup-col:first-of-type svg {
	position: relative;
	top: -4px;
}

.vm-welcome-popup .vm-popup-col .col-title {
	font-weight: 600;
	padding-bottom: .5rem;
}

.vm-welcome-popup .vm-popup-col .col-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.vm-welcome-popup .vm-popup-btn {
	position: relative;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.24rem;
	display: flex;
	align-items: center;
	padding: 11px 45px;
}

.vm-welcome-popup .vm-popup-btn::before {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41IDIxQzExLjg3ODkgMjEgMTMuMjQ0MyAyMC43Mjg0IDE0LjUxODIgMjAuMjAwN0MxNS43OTIxIDE5LjY3MzEgMTYuOTQ5NiAxOC44OTk2IDE3LjkyNDYgMTcuOTI0NkMxOC44OTk2IDE2Ljk0OTYgMTkuNjczMSAxNS43OTIxIDIwLjIwMDcgMTQuNTE4MkMyMC43Mjg0IDEzLjI0NDMgMjEgMTEuODc4OSAyMSAxMC41QzIxIDkuMTIxMTIgMjAuNzI4NCA3Ljc1NTc0IDIwLjIwMDcgNi40ODE4MkMxOS42NzMxIDUuMjA3OTEgMTguODk5NiA0LjA1MDM5IDE3LjkyNDYgMy4wNzUzOEMxNi45NDk2IDIuMTAwMzYgMTUuNzkyMSAxLjMyNjk0IDE0LjUxODIgMC43OTkyNjVDMTMuMjQ0MyAwLjI3MTU5IDExLjg3ODkgLTIuMDU0NjllLTA4IDEwLjUgMEM3LjcxNTIzIDQuMTQ5NjRlLTA4IDUuMDQ0NTEgMS4xMDYyNSAzLjA3NTM4IDMuMDc1MzhDMS4xMDYyNSA1LjA0NDUxIDAgNy43MTUyMyAwIDEwLjVDMCAxMy4yODQ4IDEuMTA2MjUgMTUuOTU1NSAzLjA3NTM4IDE3LjkyNDZDNS4wNDQ1MSAxOS44OTM4IDcuNzE1MjMgMjEgMTAuNSAyMVpNMTAuMjI5MyAxNC43NDY3TDE2LjA2MjcgNy43NDY2N0wxNC4yNzA3IDYuMjUzMzNMOS4yNTQgMTIuMjcyMkw2LjY1ODE3IDkuNjc1MTdMNS4wMDg1IDExLjMyNDhMOC41MDg1IDE0LjgyNDhMOS40MTE1IDE1LjcyNzhMMTAuMjI5MyAxNC43NDY3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	width: 21px;
	min-width: 21px;
	height: 21px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: .5rem;
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 36px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: hsl(0, 0%, 85.9803921569%);
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .nice-select-dropdown {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .nice-select-dropdown {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .nice-select-dropdown {
	margin-top: 4px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(.75) translateY(19px);
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
	opacity: 0;
}

.nice-select .list {
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	max-height: 210px;
	overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: rgba(0, 0, 0, 0);
	color: #999;
	cursor: default;
}

.nice-select .extra {
	float: right;
}

.nice-select .optgroup {
	font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
	display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
	display: block;
}

.nice-select .list::-webkit-scrollbar {
	width: 0;
}

.nice-select .has-multiple {
	white-space: inherit;
	height: auto;
	padding: 7px 12px;
	min-height: 36px;
	line-height: 22px;
}

.nice-select .has-multiple span.current {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 10px;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
	display: block;
	line-height: 24px;
	padding: 0;
}

.nice-select .nice-select-search-box {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	pointer-events: none;
	border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
	margin: 0 10px 0 0;
	width: 100%;
	min-height: 36px;
	line-height: 22px;
	height: auto;
	outline: 0 !important;
	font-size: 14px;
}

.gdpr_lightbox-active, .gdpr_lightbox-active body {
	overflow: hidden;
}

.gdpr_lightbox {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, .9);
	outline: none !important;
	opacity: 0;
	transition: opacity .3s ease;
}

.gdpr_lightbox.gdpr_lightbox-opened {
	opacity: 1;
}

.gdpr_lightbox.gdpr_lightbox-closed {
	opacity: 0;
}

.gdpr_lightbox * {
	box-sizing: border-box;
}

.gdpr_lightbox-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.gdpr_lightbox-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.gdpr_lightbox-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	transition: opacity .3s ease;
}

.gdpr_lightbox-loading .gdpr_lightbox-loader {
	opacity: 1;
}

.gdpr_lightbox-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.gdpr_lightbox-content {
	z-index: 9993;
	width: 100%;
	transform: scale(1);
	transition: transform .3s ease;
}

.gdpr_lightbox-closed .gdpr_lightbox-content, .gdpr_lightbox-loading .gdpr_lightbox-content {
	transform: scale(.8);
}

.gdpr_lightbox-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.gdpr_lightbox-close, .gdpr_lightbox-close:active, .gdpr_lightbox-close:focus, .gdpr_lightbox-close:hover, .gdpr_lightbox-close:visited {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	box-shadow: none;
}

.gdpr_lightbox-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.gdpr_lightbox-close:active {
	top: 1px;
}

.gdpr_lightbox-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

.gdpr_lightbox-iframe .gdpr_lightbox-container {
	width: 100%;
	max-width: 964px;
}

.gdpr_lightbox-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.gdpr_lightbox-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

body.moove_gdpr_overflow {
	overflow: hidden;
}

body.moove_gdpr_overflow #page {
	position: relative;
	z-index: 10;
}

body.moove_gdpr_overflow #main-header, body.moove_gdpr_overflow #page-container {
	z-index: 99;
}

.gdpr_lightbox-hide, body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	display: none;
}

.gdpr_lightbox dialog#moove_gdpr_cookie_modal {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0;
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
	padding: 0;
	display: inline-block;
	border: none;
	box-shadow: none;
	background-color: transparent;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	transition: all .2s ease;
	font-size: inherit;
	text-transform: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.cookie-switch.focus-g, .cookie-switch:focus, .gdpr-shr-switch.focus-g, .gdpr-shr-switch:focus {
	box-shadow: 1px 1px 5px #010101;
	border-radius: 50px;
}

#moove_gdpr_cookie_modal .mgbutton.focus-g, #moove_gdpr_cookie_modal .mgbutton:focus {
	box-shadow: 1px 1px 5px #010101;
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-0 {
	-ms-flex-order: 1;
	order: 1;
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-1 {
	-ms-flex-order: 2;
	order: 2;
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-2 {
	-ms-flex-order: 3;
	order: 3;
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-3 {
	-ms-flex-order: 4;
	order: 4;
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-4 {
	-ms-flex-order: 5;
	order: 5;
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-5 {
	-ms-flex-order: 6;
	order: 6;
}

.gdpr-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#moove_gdpr_cookie_modal li a .gdpr-svg-icon, #moove_gdpr_cookie_modal li button .gdpr-svg-icon {
	height: 30px;
	display: inline-block;
	float: left;
	width: 35px;
	margin-right: 5px;
	position: relative;
	top: 0;
}

#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg, #moove_gdpr_cookie_modal li button .gdpr-svg-icon svg {
	height: 30px;
	width: auto;
	background-color: transparent;
}

body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon, body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i, body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon, body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i, body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
	display: none;
}

.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after {
	box-shadow: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
	margin: 0 -4px;
	max-width: calc(100% + 8px);
	width: auto;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	margin: 2px;
}

@media (min-width:768px) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		margin: 2px 4px;
	}
}

#moove_gdpr_cookie_info_bar {
	content-visibility: auto;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
	display: none;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #fff;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover {
	background-color: #626262;
	color: #fff;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container {
	position: relative;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
	background-color: transparent;
	padding: 0;
	display: inline-block;
	float: right;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 3px 4px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #626262;
	color: #626262;
	transition: all .3s ease;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn {
	display: none;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover {
	background-color: #626262;
	color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i {
	font-size: 32px;
	top: -1px;
	position: relative;
	height: 30px;
	display: block;
	overflow: hidden;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
	color: #fff;
	opacity: .7;
	box-shadow: inset 0 0 0 1px #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
	background-color: #fff;
	opacity: 1;
	color: #fff;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
	text-decoration: none;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider, #moove_gdpr_cookie_modal .switch .slider {
	overflow: visible;
	box-shadow: 1px 1px transparent;
}

#moove_gdpr_cookie_modal {
	margin: 0 auto;
	margin-top: 0;
	min-height: 60vh;
	font-family: Nunito, sans-serif;
	content-visibility: hidden;
}

#moove_gdpr_cookie_modal span.tab-title {
	display: block;
}

#moove_gdpr_cookie_modal button {
	letter-spacing: 0;
	outline: none;
	cursor: pointer;
}

#moove_gdpr_cookie_modal * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: inherit;
}

#moove_gdpr_cookie_modal .cookie-switch, #moove_gdpr_cookie_modal .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
	padding: 0;
}

#moove_gdpr_cookie_modal .cookie-switch input, #moove_gdpr_cookie_modal .switch input {
	display: none;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider, #moove_gdpr_cookie_modal .cookie-switch .slider, #moove_gdpr_cookie_modal .switch .cookie-slider, #moove_gdpr_cookie_modal .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
	transition: .4s;
	margin: 0;
	padding: 0;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before, #moove_gdpr_cookie_modal .cookie-switch .slider:before, #moove_gdpr_cookie_modal .switch .cookie-slider:before, #moove_gdpr_cookie_modal .switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 1px;
	bottom: 1px;
	transition: .4s;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
	display: block;
	box-sizing: content-box;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after, #moove_gdpr_cookie_modal .cookie-switch .slider:after, #moove_gdpr_cookie_modal .switch .cookie-slider:after, #moove_gdpr_cookie_modal .switch .slider:after {
	content: attr(data-text-disabled);
	position: absolute;
	top: 0;
	left: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: red;
	display: block;
	white-space: nowrap;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round, #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round, #moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round, #moove_gdpr_cookie_modal .cookie-switch .slider.round, #moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round, #moove_gdpr_cookie_modal .switch .cookie-slider.round, #moove_gdpr_cookie_modal .switch .slider.cookie-round, #moove_gdpr_cookie_modal .switch .slider.round {
	border-radius: 34px;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before, #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before, #moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before, #moove_gdpr_cookie_modal .cookie-switch .slider.round:before, #moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before, #moove_gdpr_cookie_modal .switch .cookie-slider.round:before, #moove_gdpr_cookie_modal .switch .slider.cookie-round:before, #moove_gdpr_cookie_modal .switch .slider.round:before {
	border-radius: 50%;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.gdpr-sr:after, #moove_gdpr_cookie_modal .cookie-switch .slider.gdpr-sr:after, #moove_gdpr_cookie_modal .switch .cookie-slider.gdpr-sr:after, #moove_gdpr_cookie_modal .switch .slider.gdpr-sr:after {
	display: none;
}

#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-enable, #moove_gdpr_cookie_modal .switch .gdpr-sr-enable {
	display: none;
	color: #2e9935;
}

#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-disable, #moove_gdpr_cookie_modal .switch .gdpr-sr-disable {
	display: block;
	color: red;
}

#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-label, #moove_gdpr_cookie_modal .switch .gdpr-sr-label {
	position: absolute;
	top: 0;
	left: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: red;
	display: block;
	white-space: nowrap;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider, #moove_gdpr_cookie_modal .switch input:checked+.slider {
	background-color: #2e9935;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after, #moove_gdpr_cookie_modal .switch input:checked+.slider:after {
	content: attr(data-text-enable);
	color: #2e9935;
	white-space: nowrap;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-enable, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-enable, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-enable, #moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-enable {
	display: block;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-disable, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-disable, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-disable, #moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-disable {
	display: none;
}

#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider, #moove_gdpr_cookie_modal .cookie-switch input:focus+.slider, #moove_gdpr_cookie_modal .switch input:focus+.cookie-slider, #moove_gdpr_cookie_modal .switch input:focus+.slider {
	box-shadow: 0 0 1px #2e9935;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before, #moove_gdpr_cookie_modal .switch input:checked+.slider:before {
	transform: translateX(20px);
}

#moove_gdpr_cookie_modal a, #moove_gdpr_cookie_modal button {
	outline: none;
	box-shadow: none;
	text-shadow: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	color: #000;
	background-color: #fff;
	width: 900px;
	width: 80vw;
	max-width: 1170px;
	min-height: 600px;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset, #moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset {
	background-color: transparent;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
	text-align: left;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder {
	text-align: center;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder {
	text-align: right;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	margin: 2px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
	min-height: auto;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content {
	display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	float: none;
	padding-bottom: 135px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content {
	max-height: 50vh;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 0;
	height: 100%;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
	padding-right: 30px;
	white-space: nowrap;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
	padding-right: 0;
	text-align: right;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -.3px;
	position: relative;
	top: 0;
	text-decoration: none;
	display: block;
	-ms-flex-align: baseline;
	align-items: baseline;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main {
	display: block;
	position: relative;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
	position: relative;
	overflow: hidden;
	padding-right: 190px;
	padding-bottom: 10px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	text-align: right;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider {
	position: relative;
	width: 50px;
	height: 30px;
	display: block;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after {
	text-align: right;
	left: auto;
	right: 60px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	padding-right: 190px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
	position: relative;
	margin-bottom: 20px;
	padding-right: 180px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
	max-width: 180px;
	margin: 0;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
	max-width: 100%;
	text-align: center;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
	width: 100%;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
	position: absolute;
	text-decoration: none;
	top: -30px;
	right: -30px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	padding: 0;
	z-index: 99;
	margin: 0;
	outline: none;
	box-shadow: none;
	border: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
	background-color: #fff;
	color: #0c4da2;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 48px;
	background-color: #0c4da2;
	border: 1px solid #0c4da2;
	color: #fff;
	border-radius: 50%;
	transition: all .3s ease;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
	padding: 0;
	margin-bottom: 25px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
	max-height: 75px;
	max-width: 70%;
	width: auto;
	display: inline-block;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2 {
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0 0;
	padding: 0;
	color: #000;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title {
	margin-top: 0;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #000;
	margin-bottom: 25px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	max-height: calc(100% - 155px);
	overflow-y: auto;
	padding-right: 20px;
	padding-bottom: 15px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 18px;
	margin-top: 0;
	padding: 0;
	color: #000;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
	text-transform: none;
	color: #000;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
	color: #000;
	text-decoration: underline;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message {
	display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled {
	opacity: .6;
	pointer-events: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider {
	background-color: #474747;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after {
	color: #474747;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p {
	display: inline-block;
	float: right;
	color: #09a501;
	margin: 0;
	line-height: 1.2;
	font: 700 11px Arial, Helvetica, sans-serif;
	font-weight: 700;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label {
	color: #09a501;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f1f1f1;
	z-index: 15;
	border-radius: 5px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
	content: "";
	position: absolute;
	bottom: 130px;
	left: 60px;
	right: 60px;
	height: 1px;
	display: block;
	background-color: #c9c8c8;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding {
	text-decoration: none;
	padding: 0 10px;
	font-size: 10px;
	color: #000;
	font-weight: 700;
	line-height: 13px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: auto;
	max-width: 100%;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img {
	height: 15px;
	margin-left: 5px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span {
	display: inline-block;
	text-decoration: underline;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
	width: calc(100% + 16px);
	display: -ms-flexbox;
	display: flex;
	padding: 0 60px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -2px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	margin: 8px;
	text-decoration: none;
	border-radius: 150px;
	color: #fff;
	padding: 15px 10px;
	transition: all .3s ease;
	border: 1px solid transparent;
	min-width: 160px;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
	background-color: #fff;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
	color: #fff;
	display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
	background-color: #fff;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
	width: 40%;
	display: inline-block;
	float: left;
	padding: 40px 60px;
	position: absolute;
	height: 100%;
	top: 0;
	box-shadow: 0 0 30px 0 rgba(35, 35, 35, .1);
	background: #fff;
	z-index: 10;
	left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
	position: absolute;
	bottom: 0;
	padding-bottom: 30px;
	left: 60px;
	right: 60px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
	color: #000;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -.3px;
	padding: 20px 0;
	position: relative;
	top: 10px;
	text-decoration: none;
	display: block;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img {
	width: 60px;
	height: auto;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 0;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
	display: inline-block;
	text-decoration: underline;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
	padding: 0;
	list-style: none;
	margin: 0;
	z-index: 12;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 7px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
	background-color: #fff;
	border-color: #f1f1f1;
	color: #000;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon {
	color: #000;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	line-height: 1.1;
	padding: 13px 20px;
	color: #0c4da2;
	width: 100%;
	transition: all .3s ease;
	border-radius: 5px;
	text-align: left;
	white-space: normal;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon {
	text-decoration: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
	display: inline-block;
	float: left;
	font-size: 30px;
	width: 40px;
	margin-right: 5px;
	position: relative;
	top: 0;
	color: #0c4da2;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 40px);
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
	width: 60%;
	display: inline-block;
	float: right;
	padding: 40px 60px;
	position: absolute;
	top: 0;
	height: auto;
	right: 0;
	background-color: #f1f1f1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
	width: 100%;
	height: 0;
	padding-bottom: 38px;
	background-size: contain;
	background-position: 0;
	background-repeat: no-repeat;
}

.moove-hidden {
	display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after, .moove-clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#moove_gdpr_cookie_info_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	max-height: 400px;
	color: #fff;
	z-index: 9900;
	background-color: #202020;
	border-top: 1px solid #fff;
	font-family: Nunito, sans-serif;
	transition: bottom .3s cubic-bezier(.17, .04, .03, .94);
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top {
	bottom: auto;
	top: 0;
	transition: top .3s cubic-bezier(.17, .04, .03, .94);
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme {
	border-top: 0;
	border-bottom: 1px solid #fff;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme {
	border-top: 0;
	border-bottom: 1px solid #202020;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden {
	bottom: auto;
	top: -400px;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar), #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
	width: 600px;
	max-width: calc(100% - 30px);
	bottom: 15px;
	border-radius: 10px;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme {
	border: 1px solid #d3ced2;
}

@media (min-width:767px) {
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn {
		position: absolute;
		top: -5px;
		right: -5px;
		border: none;
		box-shadow: none;
		background-color: transparent;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover {
		background-color: transparent;
		color: #000;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
		position: absolute;
		top: -5px;
		right: -5px;
		border: none;
		box-shadow: none;
		background-color: transparent;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
		background-color: transparent;
		color: #fff;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
		padding: 10px 25px;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		padding: 10px 0;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
		width: 100%;
	}
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left {
	left: 15px;
	right: auto;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right {
	right: 15px;
	left: auto;
}

#moove_gdpr_cookie_info_bar * {
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
	bottom: -400px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center, #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
	text-align: center;
}

#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn {
	border: none;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	background-color: #fff;
	border-top: 1px solid #202020;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
	color: #202020;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
	text-decoration: underline;
	outline: none;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #202020;
	border-top: 1px solid #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
	color: #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
	text-decoration: underline;
	outline: none;
	transition: all .2s ease;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
	background-color: #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a {
	border-color: #fff;
	color: #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover {
	background-color: #fff;
	color: #202020;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px currentColor;
	opacity: .7;
	color: #202020;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
	box-shadow: none;
	opacity: 1;
	color: #fff;
	background-color: #202020;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px currentColor;
	opacity: .7;
	color: #fff;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
	box-shadow: none;
	opacity: 1;
	color: #202020;
	background-color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	padding: 10px 40px;
	position: static;
	display: inline-block;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1 {
	font-size: 40px;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup {
	position: absolute;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: calc(50% - 25px);
	right: 0;
	text-decoration: none;
	outline: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon {
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	color: #424449;
	border-radius: 50%;
	display: block;
	border: 1px solid #fff;
	font-size: 16px;
	position: relative;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon {
	background-color: #424449;
	color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	padding-bottom: 0;
	color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #202020;
	color: #202020;
	text-decoration: none;
	outline: none;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	padding-top: 1px;
	transition: all .2s ease;
	margin-left: 10px;
	margin-left: 6vw;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover {
	background-color: #202020;
	color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-radius: 150px;
	padding: 8px 30px;
	transition: all .3s ease;
	border: none;
	display: inline-block;
	margin: 3px 4px;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
	color: #fff;
	background-color: #202020;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
	background-color: #424449;
	color: #fff;
	border-color: transparent;
	cursor: pointer;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover {
	border-color: #fff;
	background-color: #000;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
	text-decoration: underline;
	cursor: pointer;
	transition: all .2s ease;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
	padding-left: 15px;
	padding-left: 3vw;
}

.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal {
	content-visibility: visible;
}

.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container {
	max-width: 100%;
}

.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close {
	opacity: 0;
	visibility: hidden;
}

#moove_gdpr_save_popup_settings_button {
	display: block;
	z-index: 1001;
	position: fixed;
	background-color: rgba(0, 0, 0, .8);
	transition: all .3s ease;
	color: #fff;
	padding: 0;
	text-align: center;
	height: 40px;
	outline: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0;
	border-radius: 50px;
	border: none;
	text-decoration: none;
}

#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
	bottom: 20px;
	left: 20px;
}

#moove_gdpr_save_popup_settings_button span {
	background-color: inherit;
	transition: all .3s ease;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 40px;
	float: left;
	font-size: 30px;
	min-width: 40px;
	height: 40px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	z-index: 15;
	position: relative;
	background-color: inherit;
	border-radius: inherit;
	transition: none;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i, #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon {
	position: relative;
	top: 0;
	font-weight: 900;
	background-color: transparent;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
	font: normal 12px Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 15px 0 5px;
	top: 0;
	left: 0;
	position: relative;
	line-height: 40px;
	display: none;
	overflow: hidden;
	z-index: 5;
	background-color: transparent;
	text-decoration: none;
}

#moove_gdpr_save_popup_settings_button:focus, #moove_gdpr_save_popup_settings_button:hover {
	background-color: #000;
}

#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text, #moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text {
	display: block;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
	padding-right: 60px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#moove_gdpr_cookie_info_bar * {
	box-sizing: border-box;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright {
	float: right;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey {
	background-color: #424449;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover {
	background-color: #202020;
}

@media (max-width:767px) {
	#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
		min-height: 30px;
		font-weight: 400;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
		font-size: 10px;
		line-height: 1.2;
	}
	
	#moove_gdpr_cookie_modal li a .gdpr-svg-icon, #moove_gdpr_cookie_modal li button .gdpr-svg-icon {
		margin-right: 0;
		text-align: center;
		width: 25px;
		height: 25px;
	}
	
	#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg, #moove_gdpr_cookie_modal li button .gdpr-svg-icon svg {
		height: 25px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before, .gdpr-icon.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
		height: 14px;
		top: calc(50% - 7px);
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
		width: 30px;
		height: 30px;
		border: none;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i {
		font-size: 27px;
		height: 25px;
	}
	
	.gdpr-fb-hide-mobile {
		display: none !important;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		width: calc(100vw - 50px);
	}
	
	#moove_gdpr_cookie_modal .cookie-switch, #moove_gdpr_cookie_modal .switch {
		width: 40px;
		height: 24px;
	}
	
	#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before, #moove_gdpr_cookie_modal .cookie-switch .slider:before, #moove_gdpr_cookie_modal .switch .cookie-slider:before, #moove_gdpr_cookie_modal .switch .slider:before {
		height: 20px;
		width: 20px;
	}
	
	#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before, #moove_gdpr_cookie_modal .switch input:checked+.slider:before {
		transform: translateX(16px);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
		padding-right: 0;
		height: auto;
		margin-bottom: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
		font-weight: 700;
		font-size: 22px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
		display: none;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
		height: 80vh;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
		max-height: calc(80vh - 155px);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		margin-right: 2px;
		margin-bottom: 2px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
		position: relative;
		padding-right: 10px;
		max-width: 50%;
		width: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
		font-weight: 700;
		font-size: 11px;
		padding-left: 0;
		display: block;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u {
		display: block;
		text-decoration: underline;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		padding-right: 0;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
		margin-bottom: 15px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form {
		text-align: left;
		margin-bottom: 15px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider {
		width: 40px;
		height: 24px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after {
		left: 45px;
		right: 0;
		text-align: left;
		top: -3px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider .gdpr-sr-label {
		left: 45px;
		right: 0;
		text-align: left;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
		padding-right: 0;
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		max-height: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		max-height: 500px;
		max-height: 90vh;
		min-height: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after {
		font-weight: 800;
		font-size: 12px;
		line-height: 30px;
		min-width: 130px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label {
		line-height: 1.8;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button {
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #202020;
		color: #202020;
		text-decoration: none;
		outline: none;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
		font-size: 27px;
		padding-top: 1px;
		transition: all .2s ease;
		margin-left: 15px;
		margin-left: 6vw;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
		position: absolute;
		top: -15px;
		right: -15px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
		padding-bottom: 30px;
		background-size: contain;
		background-position: 50%;
		margin-top: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
		margin-bottom: 15px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		padding: 10px;
		padding-top: 30px;
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		min-height: 140px;
		border-radius: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
		display: -ms-flexbox;
		display: flex;
		margin: 0 -3px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
		list-style: none;
		margin-bottom: 20px;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 3px;
		-ms-flex: 1;
		flex: 1;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
		padding: 5px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
		margin: 0;
		text-align: center;
		width: 24px;
		font-size: 24px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
		font-size: 8px;
		line-height: 1.2;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
		top: 3px;
		right: 3px;
		left: auto;
		padding: 0;
		bottom: auto;
		transform: scale(.8);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
		text-align: right;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
		display: block;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
		width: 100%;
		position: relative;
		padding: 15px 10px;
		border-radius: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
		max-height: 100%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
		font-weight: 700;
		font-size: 16px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
		padding: 0;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		padding: 0;
		position: relative;
		overflow: auto;
		max-height: calc(100% - 110px);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
		font-weight: 400;
		font-size: 14px;
		line-height: 1.3;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
		font-weight: 700;
		font-size: 14px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
		margin-bottom: 55px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		height: 100%;
		max-height: calc(90vh - 320px);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
		height: 70px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
		left: 10px;
		right: 10px;
		bottom: 70px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
		padding: 0 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		margin: 0;
		background-color: #fff;
		text-decoration: none;
		border-radius: 150px;
		font-weight: 700;
		font-size: 12px;
		line-height: 18px;
		padding: 5px;
		transition: all .3s ease;
		border: 1px solid #fff;
		color: #fff;
		min-width: 110px;
		text-align: center;
		text-transform: none;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		width: 100%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button {
		top: 0;
		padding: 5px 0;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
		max-height: 40px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
		text-align: center;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding: 15px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1 {
		display: none;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		padding-left: 0;
		padding-right: 0;
		display: block;
		min-height: auto;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
		padding-left: 4px;
		margin-bottom: 10px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		padding-left: 0;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
		font-size: 12px;
		font-weight: 700;
		padding: 5px 20px;
	}
	
	.moove-gdpr-branding-cnt a {
		padding: 10px 0;
	}
}

@media screen and (max-width:767px) and (orientation:landscape) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
		margin-top: 0;
		background-position: 0;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content {
		margin-bottom: 35px;
		max-height: 55vh;
		overflow: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
		display: inline-block;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
		height: 600px;
		height: 90vh;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
		max-height: 500px;
		max-height: calc(80vh - 80px);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
		text-align: left;
		margin: 0;
		display: inline-block;
		float: left;
		width: 40%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
		max-width: 60%;
		float: right;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		padding-top: 30px;
		min-height: 75px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
		margin-bottom: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
		height: 45px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
		bottom: 45px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column;
		flex-flow: column;
		max-height: 350px;
		max-height: calc(100% - 70px);
	}
	
	#moove_gdpr_cookie_modal {
		background: transparent;
		border-radius: 5px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
		min-height: 55vh;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding {
		top: 0;
		padding: 0;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		max-height: 100%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
		padding-bottom: 80px;
	}
}

@media (min-width:768px) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
		height: 100%;
	}
}

@media (min-width:768px) and (max-width:999px) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
		padding: 30px 20px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
		height: 120px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
		padding: 0 20px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
		bottom: 120px;
		left: 20px;
		right: 20px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
		padding-right: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		padding: 30px 20px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		min-height: 620px;
		transform: scale(.75);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
		left: 20px;
		right: 20px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a {
		font-size: 13px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
		padding: 10px 15px;
		font-weight: 700;
		font-size: 12px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button {
		margin-left: 15px;
		margin-left: 5vw;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
		font-weight: 700;
		font-size: 24px;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding: 10px 20px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		min-width: auto;
		padding: 7px 15px;
		font-size: 13px;
		margin: 4px 8px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		padding: 8px 15px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span {
		white-space: nowrap;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
		white-space: normal;
	}
}

@media (min-width:1000px) and (max-width:1300px) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
		padding: 40px 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
		height: 120px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
		padding: 0 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
		bottom: 120px;
		left: 30px;
		right: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
		padding-right: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
		left: 30px;
		right: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		padding: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		min-width: 700px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		min-width: auto;
		padding: 10px 30px;
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media (min-width:768px) and (max-height:700px) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		min-height: 600px;
		transform: scale(.7);
	}
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		display: block;
		max-width: 100%;
		text-align: center;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		margin-top: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		display: block;
		max-width: 100%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
		display: block;
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		display: block;
		max-width: 100%;
		text-align: center;
	}
	
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		margin-top: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		display: block;
		max-width: 100%;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
		display: block;
	}
}

@media print {
	#moove_gdpr_cookie_info_bar, #moove_gdpr_cookie_modal, #moove_gdpr_save_popup_settings_button, .gdpr_cookie_settings_shortcode_content {
		display: none !important;
	}
	
	body.moove_gdpr_overflow {
		overflow: auto;
	}
	
	body.moove_gdpr_overflow .gdpr_lightbox {
		display: none !important;
	}
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
	height: 30px;
	width: auto;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg * {
	fill: currentColor;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close, .gdpr-icon.moovegdpr-arrow-close, i.moovegdpr-arrow-close.moovegdpr-arrow-close {
	position: relative;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before, .gdpr-icon.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
	position: absolute;
	content: " ";
	height: 24px;
	width: 1px;
	top: calc(50% - 12px);
	background-color: currentColor;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before, .gdpr-icon.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
	transform: rotate(45deg);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:after {
	transform: rotate(-45deg);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before, .gdpr-icon i.moovegdpr-arrow-close:after, .gdpr-icon i.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before {
	height: 18px;
	top: calc(50% - 8px);
}

@media (max-width:767px) {
	#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before, .gdpr-icon.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
		height: 14px;
		top: calc(50% - 7px);
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
		height: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
		display: -ms-flexbox;
		display: flex;
		padding: 5px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		min-width: auto;
		padding: 5px 15px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u {
		display: inline-block;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
		text-align: left;
		padding-left: 10px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu {
		display: none;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		min-height: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main {
		display: block !important;
		min-height: auto;
		max-height: 100%;
		margin-bottom: 0;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content {
		margin-bottom: 80px;
		max-height: 50vh;
		overflow: auto;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title {
		padding: 10px;
		background-color: #fff;
		border: 1px solid #fff;
		display: block;
		margin: 10px 0 0;
		cursor: pointer;
		transition: all .3s ease;
		border-radius: 5px;
		position: relative;
		padding-left: 30px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .tab-title:before, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .tab-title:before, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before {
		content: "›";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 2px;
		font-size: 24px;
		color: currentColor;
		width: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 1;
		font-family: Georgia, serif;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .moove-gdpr-tab-main-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .moove-gdpr-tab-main-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content {
		display: none;
		padding: 10px;
		background-color: #fff;
	}
}

@media (max-width:350px) {
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
		padding: 3px 12px;
	}
	
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
		opacity: 0;
	}
}
