.elementor-5030 .elementor-element.elementor-element-298024d{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5030 .elementor-element.elementor-element-026e71b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-5030 .elementor-element.elementor-element-25f955b{--display:flex;--min-height:410px;--gap:20px 0px;--row-gap:20px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:12px 12px 12px 12px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.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-5030 .elementor-element.elementor-element-2586ddc{width:100%;max-width:100%;text-align:center;}.elementor-5030 .elementor-element.elementor-element-2586ddc > .elementor-widget-container{background-color:var( --e-global-color-eb3f37e );margin:0px 0px 0px 0px;padding:10px 10px 10px 10px;border-radius:12px 12px 0px 0px;box-shadow:1px 4px 10px 0px rgba(0,0,0,0.5);}.elementor-5030 .elementor-element.elementor-element-2586ddc.elementor-element{--align-self:flex-end;}.elementor-5030 .elementor-element.elementor-element-2586ddc .elementor-heading-title{font-family:"Aleo", Sans-serif;font-size:38px;font-weight:600;color:#000000;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-5030 .elementor-element.elementor-element-e3458cf{text-align:center;}.woocommerce .elementor-5030 .elementor-element.elementor-element-e3458cf .price{color:#000000;font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;}.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-5030 .elementor-element.elementor-element-9108593{width:var( --container-widget-width, 103.154% );max-width:103.154%;--container-widget-width:103.154%;--container-widget-flex-grow:0;}.elementor-5030 .elementor-element.elementor-element-9108593 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5030 .elementor-element.elementor-element-9108593.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-5030 .elementor-element.elementor-element-9108593 .cart button, .elementor-5030 .elementor-element.elementor-element-9108593 .cart .button{padding:14px 80px 14px 80px;background-color:#FFC226;transition:all 0.2s;}.elementor-5030 .elementor-element.elementor-element-9108593 .added_to_cart{color:#175CFF;}.woocommerce .elementor-5030 .elementor-element.elementor-element-9108593 form.cart .variations{width:100%;}@media(max-width:767px){.elementor-5030 .elementor-element.elementor-element-25f955b{--padding-top:8px;--padding-bottom:8px;--padding-left:8px;--padding-right:8px;}.elementor-5030 .elementor-element.elementor-element-2586ddc .elementor-heading-title{font-size:34px;}.elementor-5030 .elementor-element.elementor-element-9108593{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}@media(min-width:768px){.elementor-5030 .elementor-element.elementor-element-298024d{--content-width:60%;}.elementor-5030 .elementor-element.elementor-element-026e71b{--width:100%;}.elementor-5030 .elementor-element.elementor-element-25f955b{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5030 .elementor-element.elementor-element-026e71b{--width:100%;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-9108593 */.custom-product-fields {
    width: 100% !important;  /* Makes it full width */
    max-width: 100vw;  /* Ensures it spans the entire viewport width */
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;  /* Adjust padding if necessary */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-25f955b *//* Custom Fields Styling */
.custom-product-fields {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
	  width: 100% !important;
}

.custom-product-fields p {
    margin-bottom: 15px;
}

.custom-product-fields label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.custom-product-fields input,
.custom-product-fields textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.custom-product-fields textarea {
    min-height: 100px;
    resize: vertical;
}

.custom-product-fields input:focus,
.custom-product-fields textarea:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-298024d *//* Set the width of input fields */
.wpf_options input[type="text"],
.wpf_options input[type="number"],
.wpf_options input[type="date"],
.wpf_options input[type="time"],
.wpf_options input[type="email"],
.wpf_options select {
    color: black !important;
    width: 500px !important;
    /* Full width */
    max-width: 100% !important;  /* Adjust max width as needed */
    padding: 0px;
}

/* Increase the width of the entire options container */
.wpf_product_addons, .wpf_options {
    align-items: Center !important;
    padding-left: 50px !important;
    width: 500px !important;
    max-width: 700px!important; /* Adjust as needed */
    margin: o auto; /* Center it */
}/* End custom CSS */