.custom-modal {
    display: none;
    position: fixed;
    /* z-index must be bigger then cookie consent */
    z-index: 2147483641;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.custom-modal-content {
    position: relative;
    margin: 5vh auto;
    background-color: white;
    width: 80%;
    height: 90vh;
}

.custom-modal iframe {
    width: 100%;
    height: 100%;
}

.custom-modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
}

.custom-modal .close:hover,
.custom-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.waveform_upload_image-div, .waveform_unique_slug-div {
    display: none !important;
}

.open-modal-with-waveform {
    border: #862E03 1px solid;
    min-height: 50px;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 643px) {
    .custom-modal-content {
        position: relative;
        margin: 0;
        background-color: white;
        width: 100%;
        height: 100vh;
    }

    .custom-modal .close {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        color: #aaa;
        cursor: pointer;
    }
}

/* Hide waveform-slug everywhere */
/* inside basket/checkout */
.variation-CodeWaveform, .variation-SoundwaveCode, .variation-CodeSoundwave, .variation-WaveformCode, .variation-SoundWaveCode, .variation-Soundwavecode {
    display: none !important;
}

