/*
Theme Name: cannoliplus
Text Domain: weaversweb
Author: Weaver's Web Team
Theme URI: weavers-web.com
Tags: Weaver's Web
Version: : 2.0.1
*/


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.popup-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.popup-nav {
    margin-top: 10px;
}

.popup-nav button {
    cursor: pointer;
}
