.elementor-kit-14{--e-global-color-primary:#034C8C;--e-global-color-secondary:#F29F05;--e-global-color-text:#444444;--e-global-color-accent:#BF3617;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:400;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1365px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}}@media(max-width:1279px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:93.75%;}.e-con{--container-max-width:93.75%;}}@media(max-width:1023px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;}}/* Start custom CSS *//* Show spinner when WooCommerce Add-to-Cart button has .loading */
.single_add_to_cart_button.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.single_add_to_cart_button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    border: 2px solid #999;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */