.wp_bpb_popup_content{
    display: none;
}

.bottom-popup-banner {
    align-items: center;
    bottom: -1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: calc(100% + 1px);
    z-index: 1000;
    --tw-bg-opacity: 1;
    background-color: rgb(201 253 53/var(--tw-bg-opacity));
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(14 22 32/var(--tw-text-opacity));
}

.bottom-popup-banner>p {
    height: auto;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%;
}

.bottom-popup-banner > p > span{
    font-size: 16px;
}

.bottom-popup-banner>p>i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 1.75rem;
}

.bottom-popup-banner>p img {
    height: 30px!important;
    width: auto;
}

.bottom-popup-banner >p > span.wpbpb-btn {
    border-radius: 6px;
    border-width: 1px;
    cursor: pointer;
    margin-left: 4.375rem;
    min-width: 413px;
    white-space: nowrap;
    --tw-border-opacity: 1;
    border: 1px solid rgb(14 22 32/var(--tw-border-opacity));
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1024px){

    .bottom-popup-banner{

    }
    .bottom-popup-banner>p {
        /*padding: 0.25rem 2rem;*/
    }
    .bottom-popup-banner>p>i {
        display: none;
    }
    .bottom-popup-banner > p > span.wpbpb-btn {
        border-radius: 6px;
        border-width: 1px;
        cursor: pointer;
        margin-left: 1.375rem;
        min-width: auto;
        padding: 0.5625rem;
    }
}

/* theme fix  */

body.bottom-popup-banner-active .mkdf-mobile-header .mkdf-mobile-side-area{
    padding-bottom: 200px!important;
}