
.wd-image-hotspot-hotspots {
	position: relative;
}

.wd-image-hotspot-img {
	width: 100%;
}

.hotspot-content {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	padding: 15px;
	width: 250px;
	background: var(--bgcolor-white);
	text-align: center;
	opacity: 0;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	transform: translateY(20px) translateZ(0);
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.hotspot-content>div, .hotspot-content>h4 {
	margin-bottom: 10px;
}

.hotspot-content>div:last-child, .hotspot-content>h4:last-child {
	margin-bottom: 0;
}

.hotspot-content .hotspot-content-text {
	margin-bottom: 15px;
}

.hotspot-content .wd-entities-title a, .hotspot-content .hotspot-content-image a {
	display: block;
}

.hotspot-content .wd-entities-title {
	font-size: 16px;
}

.hotspot-content:before {
	content: "";
	position: absolute;
}

.hotspot-opened .hotspot-content {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.hotspot-content:hover .wd-more-desc-btn {
	transform: translateY(0) translateZ(0);
}

.hotspot-content .price {
	font-size: 16px;
	line-height: 1.2;
}

.hotspot-content .add_to_cart_button, .hotspot-content .product_type_variable {
	padding: 10px 14px;
	font-size: 12px;
	line-height: 16px;
	border-radius: var(--btn-shop-brd-radius);
	color: var(--btn-shop-color);
	box-shadow: var(--btn-shop-box-shadow);
	background-color: var(--btn-shop-bgcolor);
}

.hotspot-content .add_to_cart_button:hover, .hotspot-content .product_type_variable:hover {
	color: var(--btn-shop-color-hover);
	box-shadow: var(--btn-shop-box-shadow-hover);
	background-color: var(--btn-shop-bgcolor-hover);
}

.hotspot-content .add_to_cart_button:active, .hotspot-content .product_type_variable:active {
	box-shadow: var(--btn-shop-box-shadow-active);
	bottom: var(--btn-shop-bottom-active);
}

.hotspot-content .added_to_cart {
	display: none;
}

.hotspot-dropdown-top, .hotspot-dropdown-bottom {
	left: -115px;
}

.hotspot-dropdown-top:before, .hotspot-dropdown-bottom:before {
	left: 0;
	width: 100%;
	height: 30px;
}

.hotspot-dropdown-top.hotspot-overflow-left, .hotspot-dropdown-bottom.hotspot-overflow-left {
	right: 0;
	left: auto;
}

.hotspot-dropdown-top.hotspot-overflow-right, .hotspot-dropdown-bottom.hotspot-overflow-right {
	left: 0;
}

.hotspot-dropdown-top {
	bottom: 40px;
}

.hotspot-dropdown-top:before {
	top: 100%;
}

.hotspot-dropdown-bottom {
	top: 40px;
}

.hotspot-dropdown-bottom:before {
	bottom: 100%;
}

.hotspot-dropdown-left, .hotspot-dropdown-right {
	top: -55px;
}

.hotspot-dropdown-left:before, .hotspot-dropdown-right:before {
	top: 0;
	width: 30px;
	height: 100%;
}

.hotspot-dropdown-left {
	right: 40px;
}

.hotspot-dropdown-left:before {
	left: 100%;
}

.hotspot-dropdown-left.hotspot-overflow-right {
	right: auto;
	left: 40px;
}

.hotspot-dropdown-left.hotspot-overflow-right:before {
	right: 100%;
	left: auto;
}

.hotspot-dropdown-right {
	left: 40px;
}

.hotspot-dropdown-right:before {
	right: 100%;
}

.hotspot-dropdown-right.hotspot-overflow-left {
	right: 40px;
	left: auto;
}

.hotspot-dropdown-right.hotspot-overflow-left:before {
	right: auto;
	left: 100%;
}

.wd-image-hotspot {
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	opacity: 0;
	transition: opacity .8s ease;
}

.loaded .wd-image-hotspot {
	opacity: 1;
}

.hotspot-btn, .hotspot-sonar {
	border-radius: 50%;
	backface-visibility: hidden;
	perspective: 800px;
}

.hotspot-btn {
	z-index: 1;
	letter-spacing: normal;
	transition: all .3s ease;
}

.hotspot-action-click .hotspot-btn {
	cursor: pointer;
}

.hotspot-btn:after {
	content: "";
	position: absolute;
	transition: all .3s ease;
}

.hotspot-sonar {
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	display: block;
	animation: wd-Sonar 2s ease infinite;
}

.hotspot-icon-default .hotspot-btn {
	box-shadow: inset 100px 100px transparent;
	animation: wd-Pulse 2s ease-in-out infinite;
	background-color: var(--wd-primary-color);
}

.hotspot-icon-default .hotspot-btn:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
}

.hotspot-icon-default .wd-image-hotspot.hotspot-opened .hotspot-btn {
	box-shadow: inset 100px 100px rgba(0, 0, 0, .1);
}

.hotspot-icon-default .hotspot-sonar {
	background-color: rgba(255, 255, 255, .5);
}

.hotspot-icon-alt .hotspot-btn {
	background-color: #fff;
}

.hotspot-icon-alt .hotspot-btn:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-weight: 700;
	font-size: 8px;
	line-height: 20px;
	content: "";
	font-family: "woodmart-font";
	color: var(--wd-primary-color);
}

.hotspot-icon-alt .wd-image-hotspot.hotspot-opened .hotspot-btn:after {
	color: #fff;
}

.hotspot-icon-alt .wd-image-hotspot.hotspot-opened .hotspot-btn, .hotspot-icon-alt .wd-image-hotspot:hover .hotspot-btn {
	background-color: var(--wd-primary-color);
}

.hotspot-icon-alt .hotspot-sonar {
	background-color: #fff;
}

@keyframes wd-Sonar {
	0% {
		opacity: 0;
		transform: scale(.2);
	}
	
	50% {
		opacity: .8;
	}
	
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes wd-Pulse {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
	}
}

.hotspot-content .add_to_cart_button:after, .hotspot-content .product_type_variable:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	opacity: 0;
	transition: opacity 0s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
}

.hotspot-content .loading.add_to_cart_button, .hotspot-content .loading.product_type_variable {
	color: transparent !important;
}

.hotspot-content .loading.add_to_cart_button:after, .hotspot-content .loading.product_type_variable:after {
	opacity: 1;
	transition: opacity .25s ease;
	animation: wd-rotate 450ms infinite linear;
}

@media (min-width: 1025px) {
	.hotspot-action-hover .hotspot-content {
		pointer-events: none;
	}
	
	.hotspot-action-hover .wd-image-hotspot:hover .hotspot-content {
		visibility: visible;
		opacity: 1;
		transform: none;
		pointer-events: visible;
	}
	
	.hotspot-icon-default .wd-image-hotspot:hover .hotspot-btn {
		box-shadow: inset 100px 100px rgba(255, 255, 255, .1);
	}
	
	.hotspot-icon-alt .wd-image-hotspot:hover .hotspot-btn:after {
		color: #fff;
	}
}

@media (max-width: 768px) {
	.hotspot-type-product .hotspot-content-text {
		display: none;
	}
	
	.hotspot-type-product .wd-entities-title, .hotspot-type-product .price {
		font-size: 14px;
	}
	
	.hotspot-content {
		top: 40px;
		right: auto;
		bottom: auto;
	}
	
	.hotspot-dropdown-left, .hotspot-dropdown-right {
		left: -115px;
	}
	
	.hotspot-icon-alt .wd-image-hotspot:hover:not(.hotspot-opened) .hotspot-btn {
		background-color: #fff;
	}
}
