.mycustom-modal-content {
    background-color: none;
    border-radius: 40px;
    border-top-right-radius: 60px;
}

.mycustom-modal-content .modal-body {
    background-color: white;
    padding: 0;
    border-radius: 40px;
    border-top-right-radius: 60px;
}

.mycustom-nav-pills {
    margin: 0;
    padding: 0;
}

.nav-link .thumb {
    height: 100%;
    width: 100%;
}

.mycustom-img-thumbnail {
    min-width: 100%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.mycustom-title-modal-produk {
    border-top-right-radius: 40px;
    color: white;
}

.mycustom-nav-link {
    width: 100%;
    height: 100%;
}

.mycustom-borderline {
    border-left: 2px ridge;
    margin-top: 5%;
    margin-bottom: 5%;
}

#mycustom-img-denah {
    min-height: 553px;
}

.mycustom-button-x {
    color: white;
    margin: -33% 0 auto auto;
    font-size: 20px;
    z-index: 10;
}

@media (max-width: 767px) {
    .mycustom-img-thumbnail {
        min-width: 100%;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 40px;
    }
    .mycustom-title-modal-produk {
        border-top-right-radius: 0px;
    }
    .mycustom-nav-link {
        width: 50%;
        height: 50% !important;
    }
    .mycustom-borderline {
        border-top: 2px ridge;
        margin-left: 5%;
        margin-right: 5%;
    }
    .mycustom-button-x {
        margin: -120% 0 auto auto;
    }
    .nav-link .thumb {
        height: 50%;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .mycustom-img-thumbnail {
        min-width: 100%;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 40px;
    }
    .mycustom-title-modal-produk {
        border-top-right-radius: 0px;
    }
    .mycustom-nav-link {
        width: 50%;
        height: 50%;
    }
    .mycustom-borderline {
        border-top: 2px ridge;
        margin-left: 5%;
        margin-right: 5%;
    }
    .mycustom-button-x {
        margin: -125% 0 auto auto;
    }
    .nav-link .thumb {
        height: 50%;
        width: 50%;
    }
}