/*core*/
.easyzoom-wrap {background:#fff;}
.easyzoom-wrap .row{margin:0;}
.easyzoom,.nozoom {position:relative;width:100%;display: inline-block;*display: inline;*zoom: 1;text-align:center;}
.easyzoom>a{display:block;}
.easyzoom img {vertical-align:bottom;}
.easyzoom.is-loading img {cursor:progress;}
.easyzoom.is-error img {cursor: not-allowed;}
.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;}
.easyzoom-flyout {display:none;}
/*thumbnails*/
.easyzoom-thumbnails {text-align:center;}
.easyzoom-thumbnails > div {float:none !important;display:inline-block;padding:0 .5em;text-align:center;}
.easyzoom-thumbnails img {margin:0 auto .5em;}
/*video*/
.easyzoom-wrap a.video img {max-width:71px;}
.easyzoom-wrap .video-wrap{width:100%;position:relative;padding:0}
.easyzoom-wrap .video-wrap iframe,
.easyzoom-wrap .video-wrap object,
.easyzoom-wrap .video-wrap embed{position:absolute;top:0;left:0;width:100%;height:100%}
/*desktop*/
.easyzoom-wrap .controls>div {margin-top:1em;}
.easyzoom-wrap .nozoom,.easyzoom-wrap .b-close {display:none;}
.easyzoom-wrap .expanded {display:none;}
@media only screen and (min-width:768px) {
    #productimage {position:static !important;}
    /*.easyzoom.is-ready img {cursor:url(in.cur), pointer;}*/
    .easyzoom .easyzoom-flyout {position:absolute;z-index:100;overflow:hidden;background:#fff;top:0;left:0;bottom:0;right:0;display:block;cursor:url(in.cur), pointer;}
    .easyzoom .easyzoom-flyout img {max-width:none;}
    .nozoom img {cursor:url(out.cur), pointer;}
    /*expanded*/
    .easyzoom-wrap.expanded .expanded {display:block;}
    .easyzoom-wrap.expanded .collapsed {display:none;}
    .easyzoom-wrap .b-close {background:#fff;border:1px solid #ccc;border-radius:1em;color:#aeb0ad;font-size:1.5em;height:1.5em;line-height:1.5em;position:absolute;right:-0.5em;text-align:center;text-decoration:none;top:-0.5em;width:1.5em;z-index:101;}
    .easyzoom-wrap.expanded {position:absolute;z-index:99;width:150%;padding:1em;border:1px solid #ccc;margin-left:-1em;}
    .easyzoom-wrap.expanded .easyzoom-flyout {display:none;}
    .easyzoom-wrap.expanded .easyzoom-flyout img {left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;}
    .easyzoom-wrap.expanded .easyzoom,
    .easyzoom-wrap.expanded .nozoom,
    .easyzoom-wrap.expanded .video-wrap {width:75%;padding-right:5%;float:left;}
    .easyzoom-wrap.expanded .easyzoom img {cursor:url(out.cur), pointer;}
    .easyzoom-wrap.expanded .controls {float:right;}
    .easyzoom-wrap.expanded .easyzoom-thumbnails {text-align:left;}
    .easyzoom-wrap.expanded .easyzoom-thumbnails div.columns {width:50%;}
}
