.custom-pop-up-f1 .c1 p{
    width: 100%;
    font-size: 1rem;
}

.custom-pop-up-f1 .c1 > .vc_column-inner,
.custom-pop-up-f1 .c2 > .vc_column-inner{
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#custom_pop-up{
    width: 65% !important;
    max-width: 65% !important;
    padding: 2.5rem;
    position: relative;
    border-radius: 1.25rem;
}

.custom-pop-up-f1  .c1 > div > div .info-box-wrapper:last-child > div{
    margin-bottom: 0;
}

.theme-woodmart .mfp-ready button.mfp-close{
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    color: black;
    transition: inherit;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
}

.theme-woodmart .mfp-ready button.mfp-close:after{
    font-size: 1.25rem;
}

.theme-woodmart .mfp-ready button.mfp-close:hover{
    opacity: .7;
}

.theme-woodmart button.mfp-close:hover{
    background-color: transparent;
}

.wd-popup-element .info-svg-wrapper.info-icon{
    width: 2.75rem !important;
    height: 2.75rem !important;
}

.wd-popup-element .wd-info-box .info-box-title.wd-fontsize-m{
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.wd-popup-element .box-icon-align-left .box-icon-wrapper{
    margin-right: 1rem;
}

.wd-popup-element .c2 img{
    min-width: 29rem;
}

@media screen and (max-width: 767px) {

    #custom_pop-up{
        width: 95% !important;
        max-width: 95% !important;
        padding: 2rem;
    }

    .theme-woodmart #custom_pop-up .wd-wpb{
        margin-bottom: 2rem;
    }

    .custom-pop-up-f1 .c1 > div > div .info-box-wrapper:last-child > div{
        margin-bottom: initial;
    }

    .wd-popup-element .c2 img{
        min-width: 100%;
    }

    .theme-woodmart #custom_pop-up .wpb_single_image.wpb_content_element{
        margin-bottom: 0;
    }
        
}