
#text {
	margin: 50px auto;
	width: 500px
}
.hotspot {
    cursor: pointer;
    text-decoration: underline;
	
}
#tt {
	position: absolute;
	z-index: 99999;
	display: block;

}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;

	overflow: hidden;z-index: 99999
}
#ttcont {
	display: block;
	padding:10px;
	margin-left: 5px;
	background: rgba(43, 42, 40, 0.8);
    border-radius:2px;
    font-size:13px;
	color: #FFF;
    z-index: 99999
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;

	overflow: hidden;z-index: 99999
}


@media screen and (max-width:500px) {
    .btn_wishlist #tt {
        display: none !important
    }
}