/* add product imageMagnifier */
#glass {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
   
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
	transform: scale(1.5);
}

@media all and (max-width: 1000px) {
	#glass {
		 display: none!important;
	
		}
}
/* add product imageMagnifier */