.elementor-23043 .elementor-element.elementor-element-f4d142f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ee1b2a0 *//* =========================================================
   PCFIXIT PRICEGUIDE
   VIEWPORT FIT - FOOTER STAYS BELOW ESTIMATOR
========================================================= */

:root {
    --pcfixit-header-height: 96px;
}


/* =========================================================
   PRICEGUIDE WRAPPER
========================================================= */

#pcfixit-priceguide {
    position: relative !important;
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    /*
     * Do NOT use position: fixed.
     * Keep the estimator in normal page flow so the
     * footer stays underneath it.
     */
    margin: 0 !important;
    padding: 0 !important;

    /*
     * Give PriceGuide the browser height remaining
     * after the PCFIXIT header.
     */
    height: calc(100vh - var(--pcfixit-header-height)) !important;
    height: calc(100dvh - var(--pcfixit-header-height)) !important;

    min-height: 0 !important;

    overflow: hidden !important;

    background: #fff !important;

    box-sizing: border-box !important;
}


/* =========================================================
   PRICEGUIDE IFRAME
========================================================= */

#pcfixit-priceguide-frame {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: #fff !important;

    box-sizing: border-box !important;
}


/* =========================================================
   REMOVE ELEMENTOR WIDGET SPACING
========================================================= */

.elementor-widget-html:has(#pcfixit-priceguide),
.elementor-widget-html:has(#pcfixit-priceguide) .elementor-widget-container {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   ENSURE FOOTER REMAINS IN NORMAL FLOW
========================================================= */

footer,
.elementor-location-footer {
    position: relative !important;
    clear: both !important;

    z-index: 1 !important;
}


/* =========================================================
   HEADER
========================================================= */

header,
.elementor-location-header {
    z-index: 1000 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    :root {
        --pcfixit-header-height: 82px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    :root {
        --pcfixit-header-height: 72px;
    }

}/* End custom CSS */