@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,300,600);

.sethotspot{
	display:none;
}
#HS_Tienda{
	position:relative;
	z-index:1;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#HS_Tienda img {
	width:100%;
}
.holder{
	position:relative;
}
.holder img{
	position:absolute;
	left:0px;
	top:0px;
}
.highlights_menu.nomenu{
	display:none;
	position:absolute;
	left:10px;
	top:10px;
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);    
    box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	cursor:default;
	z-index:300;
	width:30px;
	height:30px;
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d3d3d3',GradientType=0 );
}

.highlights_menu{
	position:absolute;
	left:10px;
	top:10px;
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);    
    box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	cursor:default;
	z-index:300;
}

.highlights_menu_title{
	position:relative;
	display:block;
	height:28px;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#388ff1;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border-bottom:1px solid #cccccc;
	font-size:20px;
	padding:0 35px 2px;
	z-index:100;
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d3d3d3',GradientType=0 );
}
.hide_hotspots{
	position:absolute;
	display:block;
	z-index:150;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background-image:url(hide_hotspots.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.show_hotspots{
	position:absolute;
	display:none;
	z-index:150;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background-image:url(show_hotspots.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.hide_hotspots:hover{
	background-position:0px -20px;
}
.show_hotspots:hover{
	background-position:0px -20px;
}
.hotspots_select{
	position:relative;
	padding:0px;
	margin:0px;
	margin-top:-30px;
	display:none;
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index:10;
	list-style-type:none;
	background: #dadada;
	background: -moz-linear-gradient(top,  #dadada 7%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#dadada), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top,  #dadada 7%,#cfcfcf 100%);
	background: -o-linear-gradient(top,  #dadada 7%,#cfcfcf 100%);
	background: -ms-linear-gradient(top,  #dadada 7%,#cfcfcf 100%);
	background: linear-gradient(to bottom,  #dadada 7%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#cfcfcf',GradientType=0 );
	border:1px solid #e5e5e5;
}
.highlights_menu.touch_exp a{
	text-decoration:none;
}
.hotspots_select a.hotspot_link{
	display:block;
	color:#333;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	padding:4px 10px;
	border-bottom:1px solid #c8c8c8;
	cursor:pointer;
	text-decoration:none;
}
.hotspots_select a.hotspot_link.active{
	color:#999;
	cursor:default;
}

.hotspots_select a.hotspot_link:hover{
	text-decoration:underline;
}
.hotspots_select a.hotspot_link.active:hover{
	text-decoration:none;
}
.hotspot{
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
}
.hotspot.expanded{
	z-index:200;
	width:auto;
	height:auto;
	overflow:visible;
	display:none;
	opacity: 0!important; 
	filter: alpha(opacity=0);
	margin:0px;
	background:#ffffff;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	transition:0.15s all ease;
	-webkit-transition:0.15s all ease;
	-moz-transition:0.15s all ease;
	-ms-transition:0.15s all ease;
	-o-transition:0.15s all ease;
}
.hotspot.expanded:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	transform:translate(10px,30px);
	-webkit-transform:translate(10px,30px);
	-moz-transform:translate(10px,30px);
	-ms-transform:translate(10px,30px);
	-o-transform:translate(10px,30px);
	width:0; 
	height:0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #eeeeee;
}
.hotspot.expanded.ready-to-show {
	opacity:1!important;
	transition:0.3s all ease;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
}

.hotspot .hotspot_title{
	display:block;
	color:#388ff1;
	font-size:18px;
	padding:8px 10px 2px 10px;
}
.hotspot .hotspot_text{
	display:block;
	padding:0 10px 10px 10px;
	color:#333;
	font-size:14px;
	line-height:1.3;
	width:186px;
}
.hotspot_icon{
	font-family:'themify';
	display:block;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	z-index:1;
	width:30px;
	height:30px;
	border-radius:30px;
	box-shadow: 0px 0px 10px 0px rgba(102,191,215,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(102,191,215,1);
	cursor:pointer;
}
.hotspot_icon.plus{
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.hotspot_icon.minus{
	right:0;
	top:0;
	transform:translate(50%,-50%);
	-webkit-transform:translate(50%,-50%);
	-moz-transform:translate(50%,-50%);
	-ms-transform:translate(50%,-50%);
	-o-transform:translate(50%,-50%);
	transition:0.15s all ease;
	-webkit-transition:0.15s all ease;
	-moz-transition:0.15s all ease;
	-ms-transition:0.15s all ease;
	-o-transition:0.15s all ease;
}
.hotspot_icon.plus:hover {
	transform:translate(-50%,-50%) scale(1.2);
	-webkit-transform:translate(-50%,-50%) scale(1.2);
	-moz-transform:translate(-50%,-50%) scale(1.2);
	-ms-transform:translate(-50%,-50%) scale(1.2);
	-o-transform:translate(-50%,-50%) scale(1.2);
	transition:0.15s all ease;
	-webkit-transition:0.15s all ease;
	-moz-transition:0.15s all ease;
	-ms-transition:0.15s all ease;
	-o-transition:0.15s all ease;
}
.hotspot.posr.expanded .hotspot_icon{
	right:3px;
	top:-1px;
	left:auto;
}
.hotspot.posr.expanded .hotspot_title{
	padding:0px 5px;
	padding-right:30px;
}
.hotspot.posb.expanded .hotspot_icon{
	left:1px;
	top:auto;
	bottom:0;
}
.hotspot.posr.posb.expanded .hotspot_icon{
	left:auto;
	top:auto;
	bottom:0px;
	right:1px;
}
.hotspot_icon:before {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);

}
.hotspot_icon.plus:before{
	content:"\e61a";
}
.hotspot_icon.minus:before{
	content:"\e622";
}
.zoom_image{
	height:0;
	opacity:0!important;
	display:none;
	background-color:#f0f4f7;
}

.hotspot.expanded.ready-to-show .zoom_image {
	opacity:1!important;
	transition:0.15s all ease;
	-webkit-transition:0.15s all ease;
	-moz-transition:0.15s all ease;
	-ms-transition:0.15s all ease;
	-o-transition:0.15s all ease;
}

.zoom_image img{
	position:relative;
	display: block;
	max-height:100px;
	object-fit:contain;
	object-position:center;
}
