.gallery .cloud-zoom-lens {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: move;
    margin: -1px
}
.gallery .cloud-zoom-title {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 3px;
    position: absolute !important;
    text-align: center;
    top: 0;
    width: 100%
}
.gallery .cloud-zoom-big {
    border: 1px solid #ddd;
    margin-top: -28px;
    overflow: hidden
}
.gallery .cloud-zoom-loading {
    background: #222;
    border: 1px solid #ddd;
    color: #FFF;
    padding: 3px
}
.gallery .product-view .product-img-box .product-image-zoom {
    overflow: visible
}
.gallery .picture-gallery {
    width: 42%;
    float: left;
}
.gallery .picture-gallery .picture {
        width: 100%;
    }
.gallery .picture-gallery .picture img {
        width: 100%;
    }