
.wd-threed-view .threed-view-images {
	list-style: none;
	--li-pl: 0;
	--list-mb: 0;
	--li-mb: 0;
	display: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 800px;
}

.wp-block-wd-degree-view {
	overflow: hidden;
	width: 100%;
}

.wd-threed-view {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	color: var(--color-gray-800);
	cursor: ew-resize;
	cursor: -webkit-grab;
}

.wd-threed-view:active {
	cursor: -webkit-grabbing;
}

.wd-threed-view .threed-title {
	position: relative;
	z-index: 40;
	padding-top: 20px;
}

.wd-threed-view .threed-view-images img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: var(--wd-brd-radius);
}

.wd-threed-view .threed-view-images img.previous-image {
	visibility: hidden;
}

.wd-threed-view .threed-view-images img.current-image {
	visibility: visible;
}

.wd-threed-view .spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	font-weight: 600;
}

.wd-threed-view .nav_bar {
	display: flex;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 42px);
	z-index: 11;
	background-color: var(--bgcolor-white);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	border-radius: calc(var(--wd-brd-radius) / 1.2);
}

.wd-threed-view .nav_bar a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-size: 0;
}

.wd-threed-view .nav_bar a:hover {
	color: var(--color-gray-700);
}

.wd-threed-view .nav_bar a:after {
	font-size: 16px;
}

.wd-threed-view .nav_bar :is(.nav_bar_play, .nav_bar_stop) {
	display: none;
}

.wd-threed-view .nav_bar .nav_bar_previous:after {
	content: "";
	font-family: "woodmart-font";
}

.wd-threed-view .nav_bar .nav_bar_next:after {
	content: "";
	font-family: "woodmart-font";
}

.wd-text-block:not(.inline-element) {
	max-width: var(--content-width);
	--content-width: var(--wd-max-width);
}

.wd-text-block:not(.inline-element).text-left {
	margin-right: auto;
}

.wd-text-block:not(.inline-element).text-center {
	margin-inline: auto;
}

.wd-text-block:not(.inline-element).text-right {
	margin-left: auto;
}

.title-wrapper {
	--wd-mb: 10px;
}

.title-wrapper [class*="title"] {
	display: inline-block;
}

.title-wrapper .title {
	margin-bottom: 0;
}

.title-wrapper .img-wrapper {
	display: block;
	margin-top: 10px;
}

.subtitle-color-black.subtitle-style-default {
	color: #000;
}

.subtitle-color-black.subtitle-style-background {
	background-color: #333;
	color: #fff;
}

.subtitle-color-white.subtitle-style-default {
	color: rgba(255, 255, 255, .8);
}

.subtitle-color-white.subtitle-style-background {
	background-color: rgba(255, 255, 255, .8);
	color: #242424;
}

.subtitle-color-gradient.subtitle-style-default {
	color: var(--color-gray-400);
}

.subtitle-color-gradient.subtitle-style-background {
	background-color: #f1f1f1;
	color: #333;
}

.wd-title-color-default {
	--el-title-color: rgba(0, 0, 0, .105);
}

.wd-title-color-primary {
	--el-title-color: var(--wd-primary-color);
}

.wd-title-color-alt {
	--el-title-color: var(--wd-alternative-color);
}

.wd-title-color-black {
	--el-title-color: #000;
}

.wd-title-color-white {
	color: var(--wd-text-color);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--el-title-color: #fff;
}

.wd-title-color-gradient .title {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-title-style-shadow {
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.wpb-js-composer .title-wrapper {
	--content-width: var(--wd-max-width);
}

.wpb-js-composer .title-wrapper [class*="title"] {
	max-width: var(--content-width);
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
	margin-bottom: 0;
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
	display: none;
}

@media (max-width: 1024px) {
	.title-subtitle.wd-fontsize-m, .title-after_title.wd-fontsize-s {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.title-wrapper .title-subtitle {
		font-size: 12px;
	}
	
	.title-wrapper .title {
		font-size: 20px;
	}
}

[class*="wd-underline"] u {
	text-decoration: none;
}

[class*="wd-underline-colored"] u {
	color: var(--wd-primary-color);
}

.wd-underline-colored-alt u {
	font-family: var(--wd-alternative-font);
	font-style: var(--wd-alternative-font-style);
}

.wd-underline-bordered u {
	border-bottom: 3px solid var(--wd-primary-color);
}

.mfp-bg {
	position: fixed;
	z-index: 1102;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
	inset: 0;
	opacity: 0;
	transition: all .45s cubic-bezier(.19, 1, .22, 1);
}

.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap {
	position: fixed;
	z-index: 1103;
	outline: none !important;
	inset: var(--wd-admin-bar-h) 0 0 0;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfp-content {
	position: relative;
	z-index: 1105;
	margin-block: auto;
	width: 100%;
}

.mfp-hide {
	display: none !important;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
	display: none;
}

.mfp-wrap ~ :is(.wd-close-side, .wd-side-hidden) {
	z-index: 900;
	pointer-events: none;
}

.wd-popup {
	position: relative;
	display: none;
	margin: 50px auto;
	padding: var(--wd-popup-padding, 30px);
	width: 100%;
	max-width: var(--wd-popup-width, 800px);
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
	content-visibility: unset !important;
}

.mfp-wrap .wd-popup {
	display: block;
}

.wd-popup.wd-with-video {
	--wd-popup-padding: .001px;
	--wd-popup-width: 900px;
	background-color: #000;
	line-height: 0;
}

.wd-popup.wd-with-video :is(video, iframe) {
	width: 100%;
	border-radius: var(--wd-brd-radius);
}

.wd-popup.wd-with-video iframe {
	aspect-ratio: 16/9;
}

.wd-popup-slide-from-left .wd-popup {
	opacity: 0;
	transition: opacity .45s cubic-bezier(.19, 1, .22, 1), transform .45s cubic-bezier(.19, 1, .22, 1);
	transform: translateX(-100px);
}

.wd-popup-slide-from-left.mfp-ready .wd-popup {
	opacity: 1;
	transform: none;
}

.wd-popup-slide-from-left.mfp-removing .wd-popup {
	opacity: 0;
	transform: translateX(100px);
}

.wd-popup-slide-from-left.mfp-removing .mfp-close {
	display: none;
}

button.mfp-close {
	position: absolute;
	top: -50px;
	inset-inline-end: -15px;
	gap: 0;
	z-index: 1104;
	padding: 0;
	width: 50px;
	height: 50px;
	min-height: unset;
	background: none;
	color: #fff;
	font-weight: 400;
	font-size: 0;
	opacity: 1;
	opacity: 0;
	touch-action: manipulation;
	transition: all .25s ease, opacity 0s ease 0s;
}

button.mfp-close:after {
	font-size: 20px;
	content: "";
	font-family: "woodmart-font";
}

button.mfp-close:hover {
	background-color: transparent;
	color: rgba(255, 255, 255, .8);
}

.mfp-ready button.mfp-close {
	opacity: 1;
	transition: all .25s ease, opacity .3s ease .35s;
}

.wd-widget-collapse .widget-title {
	position: relative;
	margin-bottom: 0;
	padding-inline-end: 22px;
	cursor: pointer;
	user-select: none;
}

.wd-widget-collapse .widget-title ~ * {
	margin-top: 20px;
}

.wd-widget-collapse .widget-title:after {
	position: absolute;
	top: calc(50% - 12px);
	inset-inline-end: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: var(--color-gray-800);
	font-weight: 400;
	font-size: 10px;
	transition: all .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #f1f1f1;
	transform: rotate(180deg);
}

.rtl .wd-widget-collapse.wd-opened .widget-title:after {
	transform: rotate(-180deg);
}

.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
	display: none;
}

[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	color: #333;
}

.footer-sidebar {
	padding-block: 40px;
}

.footer-column>*:not(.widget) {
	margin-block: 0 var(--wd-block-spacing);
}

.footer-column>*:not(.widget):last-child {
	margin-bottom: 0;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.wd-copyrights {
	--wd-tags-mb: 10px;
	padding-block: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
	--wd-col-lg: 2;
	--wd-col-md: 1;
}

.wd-copyrights.wd-layout-centered {
	text-align: center;
}

@media (min-width: 1025px) {
	.sticky-footer-on :is(.wd-page-content, .wd-prefooter) {
		position: relative;
		z-index: 2;
	}
	
	.sticky-footer-on .wd-footer {
		position: sticky;
		bottom: 0;
	}
	
	.wd-copyrights.wd-layout-two-columns .wd-col-end {
		text-align: end;
	}
}

@media (max-width: 1024px) {
	.wd-copyrights.wd-layout-two-columns {
		text-align: center;
	}
}
