@charset "utf-8";
.cloud-zoom-lens {
    border: 1px solid #888;
    margin: 0px;
    background-color: #fff;
    cursor: zoom-in;
}
.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}
.cloud-zoom-big {
    border: 1px solid #ccc;
    overflow: hidden;
}
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}
.gallery-zoom-view {
	display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.gallery-zoom-view img {
	width: 100%;
	height: 100%;
	min-height: 550px;
	display: inherit;
}
.gallery-zoom-view .nav {
	position: absolute;
	height: 35px;
	width: 35px;
	font-size: 20px;
	background-color: #FFFFFF;
	box-shadow: none;
	opacity: 0;
	top: calc(50% - 30px);
	transition: cubic-bezier(0,0.48,0.65,1.1) .2s;
	z-index: 14;
	text-align: center;
}
.gallery-zoom-view .nav.pre-nav {
	left: 0;
}
.gallery-zoom-view .nav.next-nav {
	right: 0;
}
.gallery-zoom-view:hover .nav {
	opacity: 1;
}
.gallery-zoom-view .nav .nav-btn {
	height: inherit;
	width: inherit;
	line-height: 35px;
	display: inline-block;
	font-size: 15px;
	color: #222;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.mProductZooming {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: #000000;
    z-index: 5;
}
.mProductZooming::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.mProductZooming::-webkit-scrollbar-track {
  background-color: #000;
}
.mProductZooming::-webkit-scrollbar-thumb {
  background: #333333;
  width: 5px;
  border-radius: 5px;
}
.mProductZooming::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.closeZooming {
    position: fixed;
    display: flex;
    align-items: center;
    right: 5px;
    top: 0;
    background: #ffffff;
    padding: 5px 10px;
    color: #000000;
    z-index: 6;
}
.closeZooming i {
    font-size: 24px;
}