@keyframes ripple {
	0% {
		opacity: 1;
		transform: scale(0); }
	100% {
		opacity: 0;
		transform: scale(1); } }
.andre-hotspots {
	position: relative; }
.andre-hotspots img {
	width: 100%; }
.andre-hotspots .item-hotspots {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -30px 0 0 -30px;
	z-index: auto;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer; }
.andre-hotspots .item-hotspots i {
	line-height: 56px;
	font-size: 30px; }
.andre-hotspots .item-hotspots .ripple {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -30px 0 0 -30px;
	border-radius: 100px;
	animation: ripple 1.8s infinite; }
.andre-hotspots .item-hotspots:before {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	z-index: 2;
	content: "+";
	font-size: 25px;
	line-height: 30px;
}
.andre-hotspots .item-hotspots:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: inherit;
	background-color: transparent; }
.andre-hotspots .item-hotspots .product,
.andre-hotspots .item-hotspots .text-hotspots {
	position: relative;
	min-width: 200px;
	width: 100%;
	list-style: none;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	z-index: -1; }
.andre-hotspots .woocommerce-loop-product__title {
	font-size: 1.2em;
	margin-top: 10px;
}
.andre-hotspots .item-hotspots.active .product,
.andre-hotspots .item-hotspots.active .text-hotspots {
	z-index: 10;
	opacity: 1;
	visibility: visible; }
.andre-hotspots .item-hotspots .product-wrap {
	min-height: unset;
	height: auto;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
.andre-hotspots .item-hotspots .add-to-cart-btn a {
	font-size: 0; }
.andre-hotspots .item-hotspots.position-top .product,
.andre-hotspots .item-hotspots.position-top .text-hotspots {
	transform: translate(-80px, -320px); }
.andre-hotspots .item-hotspots.position-top.active .product,
.andre-hotspots .item-hotspots.position-top.active .text-hotspots {
	transform: translate(-80px, -300px); }
.andre-hotspots .item-hotspots.position-right .product,
.andre-hotspots .item-hotspots.position-right .text-hotspots {
	transform: translate(50px, -80px); }
.andre-hotspots .item-hotspots.position-right.active .product,
.andre-hotspots .item-hotspots.position-right.active .text-hotspots {
	transform: translate(30px, -80px); }
.andre-hotspots .item-hotspots.position-left .product,
.andre-hotspots .item-hotspots.position-left .text-hotspots {
	transform: translate(-220px, -60px); }
.andre-hotspots .item-hotspots.position-left.active .product,
.andre-hotspots .item-hotspots.position-left.active .text-hotspots {
	transform: translate(-200px, -60px); }
.andre-hotspots .item-hotspots.position-bottom .product,
.andre-hotspots .item-hotspots.position-bottom .text-hotspots {
	transform: translate(-80px, 70px); }
.andre-hotspots .item-hotspots.position-bottom.active .product,
.andre-hotspots .item-hotspots.position-bottom.active .text-hotspots {
	transform: translate(-80px, 50px); }
.andre-hotspots .item-hotspots .ripple:nth-child(2) {
	animation-delay: .3s; }
.andre-hotspots .item-hotspots .ripple:nth-child(3) {
	animation-delay: .6s; }
