.elementor-500 .elementor-element.elementor-element-0beb017{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-500 .elementor-element.elementor-element-d348988{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-500 .elementor-element.elementor-element-4fc78b1{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;}.elementor-500 .elementor-element.elementor-element-35699b7{--display:flex;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-500 .elementor-element.elementor-element-ab4ca58{width:100%;max-width:100%;}.elementor-500 .elementor-element.elementor-element-ab4ca58.elementor-element{--align-self:flex-start;--flex-grow:1;--flex-shrink:0;}.elementor-500 .elementor-element.elementor-element-ab4ca58 .cart button, .elementor-500 .elementor-element.elementor-element-ab4ca58 .cart .button{border-radius:25px 25px 25px 25px;color:var( --e-global-color-bb5d8bd );background-color:var( --e-global-color-a0f59e3 );transition:all 0.2s;}.elementor-500 .elementor-element.elementor-element-ab4ca58 .cart button:hover, .elementor-500 .elementor-element.elementor-element-ab4ca58 .cart .button:hover{color:var( --e-global-color-a0f59e3 );background-color:var( --e-global-color-bb5d8bd );}.elementor-500 .elementor-element.elementor-element-ab4ca58 .quantity .qty{transition:all 0.2s;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-500 .elementor-element.elementor-element-a69ab04{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:var( --e-global-color-f682e41 );}.elementor-500 .elementor-element.elementor-element-a69ab04 .elementor-headline{text-align:center;}.elementor-500 .elementor-element.elementor-element-a69ab04 .elementor-headline-plain-text{color:var( --e-global-color-a0f59e3 );}.elementor-500 .elementor-element.elementor-element-a69ab04 .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-a0f59e3 );}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-500 .elementor-element.elementor-element-6497ea0{--display:flex;}.elementor-500 .elementor-element.elementor-element-103db1e{--display:flex;}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-ab4ca58 */.single_add_to_cart_button {
    width:100%;
}


/* This adds the word 'Qty:' before the input box */
.quantity::before {
    content: 'People attending: ';
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}

.quantity {
    display: inline;
    align-items: center;
}/* End custom CSS */