/* CSS :-  WC product thumbnail popup Plugin */

.wc_thumbnail_popup .wtbpTableWrapper table.wtbpContentTable tbody td.thumbnail {
    display: none;
}

.wc_thumbnail_popup .wtbpTableWrapper table.wtbpContentTable thead th[data-key="thumbnail"] {
    display: none;
}

.wc_thumbnail_popup .wtbpTableWrapper table.wtbpContentTable tbody tr.child td ul li:last-child {
    display: none !important;
}


/* The Modal (background) */

.ggd_modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 35px;
    padding-bottom: 35px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}


/* Modal Content (image) */

.gG-image-modal-content {
    /* margin: auto;
    display: block;
    width: 80%; */
    max-width: 700px;
}


/* Add Animation */

.gG-image-modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.gG-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.gG-modal-close:hover,
.gG-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .gG-image-modal-content {
        width: 80%;
    }
}

.gg_modal_product_image {
    height: 100%;
    margin: auto;
    display: block;
    width: 80%;
    align-items: center;
    text-align: center;
    position: relative;
}

.gg_modal_product_image img.gG-image-modal-content {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* Caption of Modal Image */

#gG-caption {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.show_class {
    display: block !important;
}

#gG_id_myModal .gG-modal-close {
    z-index: 9999999;
}

.gG_tooltip {
    position: absolute !important;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border: 1px solid #5f5454;
    border-radius: 5px;
    z-index: 9999;
}