#product .images-container .product-cover:after {
  background: url("../img/icon.png") no-repeat;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  display: inline-block;
  content: "";
}
#product .images-container .product-cover:hover:after, #product .images-container .product-cover.noimg:after {
  content: none;
}
 
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

.easyzoom-flyout img {
width: auto;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
  display: none;
} 
  
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
 
/* Shrink wrap strategy 2 */
.easyzoom {
    display: inline-block;      
}
.easyzoom img {
    vertical-align: bottom;
    max-width: none;    
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}  