.gprev,
.gnext,
.gclose{
    display:none !important;
}

.goverlay{
    background:rgba(0,0,0,.30) !important;
}

/* Image popup */
.gslide-media {
    box-shadow: none !important;
}
 
.gslide-description {
    display: none !important;
}
.goverlay {
    background: rgba(0, 0, 0, 0.35) !important;
}
.gslide-media {
    padding: 20px !important;
    box-sizing: border-box;
    border-radius: 20px !important;
}

.ginner-container {
    border-radius: 20px !important;
    overflow: hidden !important;
}
.gslide.loaded.current .mainhelpwrap {
    position: relative;
    margin-top: 60px;
}
/* Preview popup */
/* Preview popup */

.preview-popup .gslide {
    overflow: visible !important;
    max-height: none !important;
}

.preview-popup .gslide-inner-content {
    max-height: none !important;
}

.preview-popup .ginner-container {
    overflow: hidden !important;
    max-height: none !important;
    border-radius: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.preview-popup .gslide-media {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-sizing: border-box;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.preview-popup .gslide-inline {
    padding: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* Remove top margin from first heading */
.preview-popup h1,
.preview-popup h2,
.preview-popup h3 {
    margin-top: 0 !important;
}

/* Remove divider line */
.preview-popup hr,
.preview-popup .gslide-title,
.preview-popup .gslide-header {
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

/* Remove pseudo-element dividers */
.preview-popup .gslide-header::before,
.preview-popup .gslide-header::after,
.preview-popup .gslide-title::before,
.preview-popup .gslide-title::after {
    display: none !important;
    content: none !important;
}

.preview-popup h4::before,
.preview-popup h4::after {
    display: none !important;
    content: none !important;
}

.preview-popup h4 {
    border: 0 !important;
    box-shadow: none !important;
}

/*@media only screen and (max-width: 768px) {

    #popup-shipcontentt {
        max-height: 90vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gslide.loaded.current .mainhelpwrap {
        position: relative;
        margin-top: 80px;
        /* Optional: reduce height */
        /* max-height: calc(90vh - 60px); */
    }

    /*.mainhelpwrap .closebtn {
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 9999;
    }*/

   /* .block1,
    .block2,
    .block3 {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .block3 {
        margin-bottom: 0 !important;
    }
}
}*/

