/* for image zoom */

.main-product-info #render_zone_img_zoom {
    z-index: 1;
}

.main-product-info .img-zoom-container {
    position: absolute;
    left: 50%;
}

.main-product-info .img-zoom-lens {
    cursor: zoom-in;
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 200px;
    height: 200px;
}

.main-product-info .img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 500px;
    height: 500px;
}

.main-product-info #render_zone_img_zoom {
    z-index: 1;
}


/* for image zoom */