/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border: 2px solid #054c85;
    width: 80px;
    height: 80px;
    box-shadow: -0px -0px 10px rgba(80, 140, 201, 0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}

/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.40);
}

.cloudzoom-lens img,
.cloudzoom-zoom img {
    max-height: none;
}

/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none !important;
    /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: var(--wpr-bg-08ba94aa-d9f0-44d4-97a8-5eb9d540451b);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image: var(--wpr-bg-dee5d05e-83ec-4ac4-95ba-ff6b0a5e5023);
    width: 32px;
    height: 32px;
}