/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal;
    overflow: visible;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px;
        right: auto; 
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/c95202279aeb4a549cf4de602837e953/i/e323ae1e369146b29c0275eaa7bda6e1/1/5feFb8zhrk/Mobile%20BG.jpg);
    }
}

@media only screen and (max-width: 768px) {
    .blockWrap_ffaf99c78d6c4ea1811c707fa19ab898 {
         background-color: #ffffff;}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}
/*Popup CSS*/
.mad-popup-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9999;
}

.mad-popup-wrap.show {
    display: block;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    
    /* Width & Height Adjustments */
    width: 80%; /* Responsive width */
    max-width: 600px; /* Prevents it from being too wide */
    height: auto; /* Allows flexibility */
    max-height: 80vh; /* Ensures it doesn't get too tall */
    
    text-align: center;
    padding: 20px;
    box-sizing: border-box; /* Prevents width/height issues */
    overflow-y: auto; /* Adds scroll inside popup if needed */
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 25px;
    text-align: center;
}


/* Mobile adjustments */
} @media screen and (max-width: 550px) {
    .mad-popup-box {
        width: 90%; /* Takes up most of the screen */
        max-width: 90%;
        max-height: 80vh; /* Prevents excessive height */
        top: 20vh; /* Moves it up to avoid needing to scroll */
        transform: translate(-50%, 0); /* Fixes off-screen positioning */
    }
}


a.rebateBtn:hover {
    background: purple;
}
a.rebateBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    color: white;
    z-index: 99;
    background-image: linear-gradient(90deg, rgba(110, 16, 85, 1), rgba(49, 29, 112, 1));
}