/* ===================================
	GDPR Cookies
====================================== */
body:not(.crafto-theme-ready) .crafto-cookie-policy-wrapper {
	display: none;
}
.privacy-popup-block {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(23, 23, 23, .8);
	z-index: 999999;
	display: none;
}
.privacy-popup-box {
	height: 90%;
	width: 90%;
	max-width: 930px;
	max-height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: inherit;
	border-radius: 6px;
}
.privacy-preferences-title {
	position: relative;
	width: 100%;
	position: relative;
	padding: 45px 45px 7px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 20px;
	color: var(--e-global-color-secondary, #232323);
}
.privacy-preferences-body {
	padding: 0 45px 10px 45px;
	overflow: hidden;
	overflow-y: auto;
	flex: 1 1 100%;
}
.privacy-popup-inner-wrap {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.privacy-preferences-consents {
	padding: 20px 0 0 0;
	position: relative;
}
.privacy-consent-item {
	font-size: 14px;
	line-height: 22px;
	display: flex;
	padding: 10px 0;
	align-items: center;
	min-height: 55px;
	border-bottom: 1px solid #dfe5e8;
}
.privacy-consent-item:last-child {
	border-color: transparent;
}
.privacy-consent-param {
	width: 100%;
	display: flex;
	align-items: center;
}
.privacy-consent-item .privacy-consent-title {
	flex: 0 0 160px;
	font-weight: 500;
	font-size: 16px;
	color: var(--e-global-color-secondary, #232323);
	margin: 0;
}
.privacy-consent-description {
	width: 100%;
}
.privacy-consent-value {
	font-size: 13px;
	font-weight: 500;
	color: var(--e-global-color-secondary, #232323);
	flex: 0 0 80px;
	display: flex;
	justify-content: flex-end;
}
.privacy-checkbox {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.privacy-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	display: block;
	padding: 0;
	margin: 0;
}
.privacy-checkbox .privacy-checkbox-check {
	display: block;
	position: relative;
	width: 36px;
	height: 21px;
	background-color: #888E95;
	border-radius: 12px;
}
.privacy-checkbox input:checked~.privacy-checkbox-check {
	background-color: var(--e-global-color-secondary, #232323);
}
.privacy-checkbox .privacy-checkbox-check:after {
	content: '';
	position: absolute;
	left: 4px;
	width: 13px;
	height: 13px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	border-radius: 50%;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.privacy-checkbox input:checked~.privacy-checkbox-check:after {
	border-color: #00bcd4;
	left: 20px;
}
.privacy-preferences-text {
	font-size: 14px;
	line-height: 22px;
}
.privacy-consent-title {
	margin-top : 20px;
	font-weight: 300;
	font-size: 19px;
	color: #5f727f;
}
.privacy-popup-block .popup-modal-close {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none !important;
	z-index: inherit;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.privacy-popup-block .popup-modal-close:before {
	content: "\f00d";
	color: var( --e-global-color-secondary, #232323 );
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900;
}
.privacy-preferences-footer {
	flex: none;
	padding: 20px 45px 55px 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.privacy-preferences-footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	bottom: calc(100% - 1px);
}
.privacy-preferences-footer .btn {
	font-size: 14px;
	color: #fff;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 500;
	border: 2px solid var(--e-global-color-secondary, #232323);
	background-color: var(--e-global-color-secondary, #232323);
	padding: 0;
	margin: 0 5px;
	border-radius: 4px;
	min-width: 166px;
	transition: all .3s ease-in-out;
}
.privacy-preferences-footer .btn:hover,
.privacy-preferences-footer .btn:focus,
.privacy-preferences-footer .btn:active {
	color: #fff;
	background-color: var(--e-global-color-secondary, #232323);
	border-color: var(--e-global-color-secondary, #232323);
}
.crafto-cookie-policy-wrapper {
	position: fixed;
	z-index: 99999;
}
.cookie-container .crafto-gdpr-consent-bar-title {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
}
.cookie-container {
	background-color: var(--e-global-color-secondary, #232323);
	width: 100%;
	padding: 20px 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.crafto-cookie-policy-wrapper.left-content {
	bottom: 0;
	left: 0;
}
.crafto-cookie-policy-wrapper.left-content .cookie-container {
	max-width: 480px;
	padding: 8%;
	margin: 0 0 20px 20px;
	border-radius: 8px;
}
.crafto-cookie-policy-wrapper.left-content .cookie-container .crafto-cookie-policy-text {
	width: 100%;
	margin-bottom: 20px;
}
.crafto-cookie-policy-wrapper.right-content {
	bottom: 0;
	right: 0;
}
.crafto-cookie-policy-wrapper.right-content .cookie-container {
	max-width: 480px;
	padding: 8%;
	border-radius: 8px;
	margin: 0 20px 20px 0;
}
.crafto-cookie-policy-wrapper.right-content .cookie-container .crafto-cookie-policy-text {
	width: 100%;
	margin-bottom: 20px;
}
.crafto-cookie-policy-wrapper.full-content {
	width: 100%;
	bottom: 0;
	left: 0;
}
.crafto-cookie-policy-wrapper.full-content .cookie-container .crafto-gdpr-consent-bar-title {
	line-height: 22px;
}
.crafto-cookie-policy-wrapper.full-content .cookie-container .crafto-cookie-policy-button {
	margin-top: 0;
}
.crafto-cookie-policy-wrapper.full-content .cookie-container .btn {
	margin-top: 5px;
	margin-bottom: 5px;
}
.crafto-cookie-policy-wrapper.full-content .cookie-container {
	display: flex;
	align-items: center;
}
.crafto-cookie-policy-wrapper.full-content .cookie-container .crafto-gdpr-consent-content-wrapper {
	padding-right: 30px;
}
.crafto-cookie-policy-wrapper.full-content .cookie-container .cookie-consent-btn-wrap {
	flex-shrink: 0;
	margin-left: auto;
}
.cookie-container .crafto-cookie-policy-text {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}
.cookie-container .crafto-cookie-policy-text a {
	border-bottom: 1px solid;
	color: #fff;
}
.cookie-container .crafto-cookie-policy-text a:hover {
	text-decoration: none;
}
.cookie-container .cookie-consent-btn-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cookie-container .cookie-consent-btn-wrap .btn:last-child {
	margin-right: 0;
}
.cookie-container .btn {
	font-size: 13px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 600;
	text-transform: inherit;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	margin-left: 25px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 4px;
	padding: 0;
	margin: 5px 10px 5px 0;
}
.cookie-container .btn:hover {
	color: #fff;
}
.cookie-container .secondary-button {
	background-color: #fff;
	color: var(--e-global-color-secondary, #232323);
	border-color: #fff;
}
.cookie-container .secondary-button:hover,
.cookie-container .secondary-button:active {
	background-color: #fff;
	border-color: #fff;
	color: var(--e-global-color-secondary, #232323);
}
.cookie-container .btn > span,
.privacy-preferences-footer .btn > span {
	padding: 12px 25px;
	display: inline-flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.privacy-preferences-footer .btn > span {
	padding: 12px 15px;
}
.cookie-container .btn:active .btn-double-text,
.cookie-container .btn:hover .btn-double-text,
.privacy-preferences-footer .btn:active .btn-double-text,
.privacy-preferences-footer .btn:hover .btn-double-text {
	transform: translateY(-200%);
}
.cookie-container .btn:active .btn-double-text:before,
.cookie-container .btn:hover .btn-double-text:before,
.privacy-preferences-footer .btn:active .btn-double-text:before,
.privacy-preferences-footer .btn:hover .btn-double-text:before {
	transform: translate(-50%, 150%);
	opacity: 1;
}
.cookie-container .primary-button:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--e-global-color-secondary, #232323);
}
.cookie-container .primary-button:focus,
.cookie-container .primary-button:active {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .1);
	color: #fff;
}
.cookie-container .btn .btn-double-text,
.privacy-preferences-footer .btn .btn-double-text {
	transition: opacity .65s, transform .85s;
	transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}
.cookie-container .btn .btn-double-text:before,
.privacy-preferences-footer .btn .btn-double-text:before {
	content: attr(data-text);
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	top: 50%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	transition: opacity .5s, transform .8s;
	transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}
.hide_gdpr_toggle .privacy-checkbox {
	display: none;
}
.crafto-gdpr-no-consent-inner {
	color: var(--e-global-color-secondary, #232323);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	z-index: 9;
}
.gdpr-cookie-block-iframe {
	background-color: #e1e1e1 !important;
}
.elementor-widget-crafto-google-maps:has(.crafto-gdpr-no-consent-inner) .elementor-widget-container,
.elementor-widget-crafto-video:has(.crafto-gdpr-no-consent-inner) .elementor-widget-container {
	min-height: 350px;
	padding-top: 58.3333%;
	background-color: #e1e1e1 !important;
}
.fluid-width-video-wrapper:has(.gdpr-cookie-block-iframe) {
	min-height: 350px;
}

/* Responsive CSS Here */
@media (max-width: 1600px) {
	.crafto-cookie-policy-wrapper.full-content .cookie-container .crafto-gdpr-consent-bar-title {
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	/* Cookie Policy */
	.crafto-cookie-policy-wrapper.right-content .cookie-container,
	.crafto-cookie-policy-wrapper.left-content .cookie-container {
		margin: 0 15px 15px 0;
	}
	.cookie-container .cookie-consent-btn-wrap {
		justify-content: center;
	}
	.cookie-container .btn {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.crafto-cookie-policy-wrapper.left-content .cookie-container {
		margin: 0 0 15px 15px;
	}
	.crafto-cookie-policy-wrapper.full-content .cookie-container {
		padding: 20px;
		flex-direction: column;
	}
	.crafto-cookie-policy-wrapper.full-content .cookie-container .cookie-consent-btn-wrap {
		margin-left: 0;
	}
	.crafto-cookie-policy-wrapper.full-content .cookie-container .crafto-gdpr-consent-content-wrapper {
		padding-right: 0;
		text-align: center;
	}
	.crafto-cookie-policy-wrapper.full-content .cookie-container .crafto-cookie-policy-text {
		margin-bottom: 10px;
	}
	.privacy-consent-param {
		align-items: flex-start;
		flex-direction: column;
	}
	.privacy-consent-item .privacy-consent-title {
		flex: none;
		margin-bottom: 5px;
	}
	.privacy-preferences-footer {
		padding: 20px 30px 35px 30px;
	}
	.privacy-preferences-title {
		padding: 35px 30px 7px;
		font-size: 18px;
	}
	.privacy-preferences-body {
		padding: 0 30px 15px 30px;
	}
	.privacy-preferences-footer .btn {
		min-width: 145px;
	}
}

@media (max-width: 575px) {
	.crafto-cookie-policy-wrapper.right-content .cookie-container,
	.crafto-cookie-policy-wrapper.left-content .cookie-container {
		max-width: 330px;
	}
	.cookie-container .cookie-consent-btn-wrap {
		flex-direction: column;
		width: 100%;
	}
	.cookie-container .btn {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.cookie-container .btn:last-child {
		margin-bottom: 0;
	}
	.privacy-preferences-footer {
		flex-direction: column;
	}
	.privacy-preferences-footer .btn {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.privacy-preferences-footer .btn:last-child {
		margin-bottom: 0;
	}
}