.yith_magnifier_zoom_wrap {
	top: 0;
	position: relative;
}

.yith_magnifier_loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
	position: absolute;
	text-align: center;
	top: 10%;
	z-index: 9999;
}

.yith_magnifier_zoom {
	position: relative;
	display: block;
	margin-top: -20%;
}

.yith_magnifier_zoom img {
	display: block;
}

.yith_magnifier_mousetrap {
	z-index: 999;
	position: absolute;
	width: 0px;
	height :0px;
	left: 0;
	top: 0;
	/* cursor: url('../images/zoom-in.cur'), auto; /* AÑADo */
}

/* ie fix */
.ie .yith_magnifier_mousetrap {
    background-image: url(".");
}

.yith_magnifier_lens {
	display: none;
	z-index:98;
	position:absolute;
	overflow: hidden;
	
	border: 0px solid #ccc; /* border 1 */
}

.yith_magnifier_lens img {
	width: auto !important;
	max-width: none !important;

	-webkit-transition: all ease-in-out 0s !important;
	-moz-transition: all ease-in-out 0s !important;
	-o-transition: all ease-in-out 0s !important;
	transition: all ease-in-out 0s !important;
}

.yith_magnifier_zoom_magnifier {
	display:none;
	position:absolute;
	z-index: 99;
	margin-left:-89%; /* ANADO*/
	margin-top: 50%; /* ANADO*/

	border:1px solid #ccc;
	overflow:hidden;
	display: none!important;  /* Oculto zoom */
}

.yith_magnifier_gallery {
	list-style: none;
}


@media (max-width: 767px) {
	.yith_magnifier_mousetrap {
		z-index: 999;
		position: absolute;
		width: 5%!important;
		height :5%!important;
		left: 0;
		top: 0;
	}
   
}

@media (min-width: 768px) {
.yith_magnifier_zoom_magnifier { margin-left:-105%; /* ANADO*/}
}


@media (min-width: 992px) {
.yith_magnifier_zoom_magnifier { margin-left:-97%; /* ANADO*/}
}

@media (min-width: 1200px) {
.yith_magnifier_zoom_magnifier { margin-left:-90%; /* ANADO*/ }
}

@media (min-width: 1800px) {
  .yith_magnifier_zoom { margin-top: -12.5%!important; }
}
