.elementor-kit-14{--e-global-color-primary:#0A1A2F;--e-global-color-secondary:#C62828;--e-global-color-text:#111111;--e-global-color-accent:#C62828;--e-global-color-537cf77:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:1.6px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:300;font-family:"Montserrat", Sans-serif;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-14{font-size:16px;}.elementor-kit-14 h1{font-size:40px;}.elementor-kit-14 h2{font-size:32px;}.elementor-kit-14 h3{font-size:26px;}.elementor-kit-14 h4{font-size:22px;}.elementor-kit-14 h5{font-size:18px;}.elementor-kit-14 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-kit-14{font-size:15px;}.elementor-kit-14 p{margin-block-end:32px;}.elementor-kit-14 h1{font-size:32px;}.elementor-kit-14 h2{font-size:28px;}.elementor-kit-14 h3{font-size:24px;}.elementor-kit-14 h4{font-size:20px;}.elementor-kit-14 h5{font-size:18px;}.elementor-kit-14 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */jQuery(function($){
    // Stop add to cart until branding choice is made
    $(document).on('click', '.branding-check', function(e){
        e.preventDefault(); // stop WooCommerce add to cart
        $(this).addClass('pending-branding');
    });

    // If customer chooses NO
    $(document).on('click', '.branding-no-btn', function(){
        $('.pending-branding').removeClass('pending-branding').click();
    });

    // If customer chooses YES
    $(document).on('click', '.branding-yes-btn', function(){
        // Trigger the Request a Quote popup
        $('.request-quote-trigger').click();
    });
});/* End custom CSS */