.hotspotslider{position:relative;}
.slides li{position:relative !important;}
.slides{padding:0px !important;list-style:none;}
.hotspot {position:absolute;}
.hotspot:hover .hotspot-icon {z-index:101;}
.hotspot:hover{cursor:pointer;}
.product-info:hover{cursor:default;}
.product-info{
	padding:15px;
	position:absolute;
	width:170px;
	background:#fff;
	border-radius:20px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
	min-width: 100px;
    max-width: 200px;
	display:none;
    z-index:100;
}

.product-info .spotcontent{font-size:0.9em;}
.product-info .prize{
	font-size:0.9em;
	padding:10px 0;
	color:#0069b3;
}
.product-info .button{margin:0;cursor:pointer;}
.product-info a{text-decoration:none;}
.product-info p{margin:0px;}