/* Hide product checkbox */
.mw-select-wrap {
    display: none !important;
}

/* Highlight selected options */
.mw-plan.active,
.mw-parent.active {
    background: #000 !important;
    color: #fff !important;
}
/* Hide all steps by default */
.mw-step {
    display: none ;
}

/* Show only Step 1 initially */
#mw-step1 {
    display: block;
}

/* Hide the modal until opened */
.mw-modal {
    display: none;
}

/* Optional: Beautify wizard spacing */
.mw-box {
    padding: 25px;
}

.mw-next:disabled,
.mw-cart:disabled { 
    opacity: 0.7;
    cursor: not-allowed;
}
.mw-modal {
    position: fixed;
    z-index: 1;
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    left: 0% !important;
    top: 0% !important;
    background: #000000bd !important;
    border-radius: 0px !important;
    justify-content: center !important;
    align-items: center !important;
        pointer-events: none;
 
} 
.mw-box {
display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    width: 95% !important;
    height: 81%;
    top: 7% !important;
    background: #e5e5e5;
    border-radius: 20px;
    /* position: relative; */
    z-index: -1;
    pointer-events: auto !important;
}
div#mw-products .mw-grid {
    display: flex;
    column-gap: 28px;
    flex-wrap: wrap;
}
div#mw-products img {
    height: 160px;
    object-fit: cover;
}
span.cross_cta {
    position: absolute;
    right: 10%;
    top: 10%;
    color: #fff;
    background: #000;
    width: 30px;
    height: 31px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer !important;
    z-index: 999;
}

.mw-variation-wrap {
    display: none;
}

.mw-card h3 {
    margin-bottom: 15px !important;
}

.mw-modal p.mw-price {
    display: none;
}