
.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;
	-webkit-perspective: 800px;
}

.wd-threed-view {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
	cursor: -webkit-grab;
}

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

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

.wd-threed-view .threed-view-images img {
	position: absolute;
	top: 0;
	left: 50%;
	height: auto;
	transform: translateX(-50%);
}

.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: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	color: #000;
	text-align: center;
	font-weight: bolder;
	line-height: 60px;
}

.wd-threed-view .spinner span {
	line-height: 60px;
}

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

.wd-threed-view .nav_bar a {
	display: inline-block;
	width: 42px;
	height: 45px;
	color: var(--color-gray-800);
	text-align: center;
	text-decoration: none;
	font-size: 0;
	line-height: 45px;
}

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

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

.wd-threed-view .nav_bar a.nav_bar_play, .wd-threed-view .nav_bar a.nav_bar_stop {
	display: none;
}

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

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