/* Cloud Zoom */

/* if setting CLOUDZOOM_ZOOM_IN_OTHER_DIV is true (optional)  */
div#customer-area-zoom-div {
	z-index:1000;
	position:absolute;
	margin-top:15px;
	top:0px!important;
	left:0px!important;
	width:105%;
	height:220px;
	max-width:390px;
}

/* if setting CLOUDZOOM_ZOOM_IN_OTHER_DIV is true (optional)  */
div#preview-zoom-div {
	z-index: 1000;
	position: absolute;
	top:  0px;
	left: 0px;
	margin-top:15px;
	width: 105%;
	height: 270px;
	max-width:390px;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #e3001b;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
	overflow: visible !important;
	z-index: 9999;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:'Roboto', sans-serif;
	text-shadow:0 1px 2px rgba(0,0,0,0.5);
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:500;
	font-size:14px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #7C7F82;
	overflow:hidden;
	left:0!important;
	top:0!important;
	width:100%!important;

	z-index: 9002;
	margin-top:-15px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	/* background:#222; */
	padding:3px;
	/* border:1px solid #FFF; */
	display: none;
}
/* Lupensymbol */
div.vv_resize, div.vv_resize_prod {
	z-index: 9001;
}

a#zoom1 {
	margin-bottom: 3px;
	display:inline-block!important;
}