.wp-block-wd-degree-view {
	overflow: hidden;
	width: 100%;
}

.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 .nav_bar {
	--wd-link-color: var(--color-gray-800);
	--wd-link-color-hover: var(--color-gray-500);
	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;
	text-decoration: none;
}

.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";
}