.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WooCommerce Thank You Page  */

body.woocommerce-order-received {
    background: #f7f6fa;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    color: #232129;
    margin: 0;
    padding: 0;
}

.woocommerce-order {
    background: #fff;
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0 auto;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(72, 36, 160, 0.08), 0 1.5px 8px 0 rgba(0, 0, 0, 0.04);
    padding: 40px 32px 32px 32px;
    position: relative;
    overflow: visible;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #f3f1fa;
    color: #232129;
    font-size: 1.25em;
    text-align: left;
    border-radius: 10px;
    padding: 18px 24px;
    margin-bottom: 28px;
    font-weight: 600;
    box-shadow: 0 1px 8px 0 rgba(72, 36, 160, 0.04);
    border: 1px solid #e3dff7;
    letter-spacing: 0.01em;
}

.thankyou-main-message {
    background: #f3f1fa;
    border-radius: 12px;
    padding: 28px 24px 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 8px 0 rgba(72, 36, 160, 0.04);
    border: 1px solid #e3dff7;
    text-align: left;
    position: relative;
}

.thankyou-title {
    font-size: 1.35em;
    font-weight: 700;
    color: #232129;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.thankyou-subtitle {
    font-size: 1.08em;
    color: #720eec;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.01em;
}

.woocommerce-order-overview {
    background: #f3f1fa;
    border-radius: 10px;
    padding: 24px 20px;
    margin-bottom: 32px;
    border: 1px solid #e3dff7;
    list-style: none;
    box-shadow: 0 1px 8px 0 rgba(72, 36, 160, 0.04);
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.woocommerce-order-overview li {
    color: #232129;
    font-size: 1.08em;
    margin-bottom: 0;
    border: none;
    padding: 0 18px 0 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    border-right: 1px dashed #d1cbe7;
    text-align: center !important;
}

.woocommerce-order-overview li:last-child {
    border-right: none;
}

.woocommerce-order-overview li strong {
    color: #720eec;
    font-size: 1.13em;
    font-weight: 700;
    margin-left: 6px;
    margin-top: 2px;
}

.woocommerce-order-details {
    background: #f7f6fa !important;
    border-radius: 12px !important;
    padding: 28px 18px 18px 18px !important;
    margin-bottom: 24px !important;
    border: 1px solid #e3dff7 !important;
    color: #232129 !important;
    box-shadow: 0 1px 8px 0 rgba(72, 36, 160, 0.04) !important;
}

.woocommerce-order-details table.woocommerce-table--order-details {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    overflow: hidden;
}

.woocommerce-order-details table.woocommerce-table--order-details th,
.woocommerce-order-details table.woocommerce-table--order-details td {
    vertical-align: middle !important;
    text-align: left !important;
    padding: 14px 18px !important;
}

.woocommerce-order-details table.woocommerce-table--order-details th {
    font-size: 1.08em !important;
    color: #232129 !important;
    background: #f3f1fa !important;
    border-bottom: 1px solid #e3dff7 !important;
}

.woocommerce-order-details table.woocommerce-table--order-details td {
    font-size: 1.08em !important;
    color: #232129 !important;
    background: #fff !important;
}

.woocommerce-order-details table.woocommerce-table--order-details tfoot th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot td {
    background: #fff !important;
    color: #232129 !important;
    font-weight: 600 !important;
}

.woocommerce-order-details table.woocommerce-table--order-details,
.woocommerce-order-details table.woocommerce-table--order-details * {
    background-color: #fff !important;
    color: #232129 !important;
}

.woocommerce-order-details__title {
    color: #232129 !important;
    font-size: 1.5em !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
}

.woocommerce-table--order-details,
.woocommerce-table--order-details thead,
.woocommerce-table--order-details tbody,
.woocommerce-table--order-details tfoot {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    border: none !important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    color: #232129 !important;
    background: #fff !important;
    padding: 14px 12px !important;
    font-size: 1em !important;
    border: none !important;
}

.woocommerce-table--order-details th {
    background: #fff !important;
    color: #232129 !important;
    font-weight: 600 !important;
    border: none !important;
}

.woocommerce-table--order-details tr {
    border-bottom: 1px solid #f3f1fa !important;
}

.woocommerce-table--order-details tr:last-child {
    border-bottom: none !important;
}

.woocommerce-table--order-details .product-name a {
    color: #720eec !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.woocommerce-table--order-details .product-name a:hover {
    text-decoration: underline !important;
}

.woocommerce-table--order-details .product-total,
.woocommerce-table--order-details .amount {
    color: #232129 !important;
    font-weight: 600 !important;
}

.woocommerce-table--order-details .product-quantity {
    color: #232129 !important;
    font-weight: 400 !important;
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
    background: #f3f1fa !important;
    color: #232129 !important;
    font-weight: 600 !important;
}

.woocommerce-table--order-details,
.woocommerce-table--order-details * {
    background-color: #fff !important;
    color: #232129 !important;
}

.woocommerce-customer-details {
    background: #f3f1fa;
    border-radius: 12px;
    padding: 24px 18px;
    margin-bottom: 24px;
    border: 1px solid #e3dff7;
    color: #232129;
    box-shadow: 0 1px 8px 0 rgba(72, 36, 160, 0.04);
}

.woocommerce-column__title {
    color: #232129;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 12px;
}

.woocommerce-customer-details address {
    background: #fff;
    border-radius: 8px;
    padding: 14px 16px;
    border: 1px solid #e3dff7;
    color: #232129;
    margin-bottom: 0;
    font-size: 1em;
}

.woocommerce-thankyou-pdf-message {
    background: linear-gradient(90deg, #720eec 0%, #a259f7 100%);
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 32px;
    margin-top: 32px;
    box-shadow: 0 2px 12px 0 rgba(114, 14, 236, 0.10);
    letter-spacing: 0.01em;
    font-weight: 500;
}

.woocommerce-thankyou-return-home {
    text-align: center !important;
    margin-top: 24px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.woocommerce-thankyou-return-home .button {
    background: linear-gradient(90deg, #720eec 0%, #a259f7 100%) !important;
    color: #fff !important;
    padding: 20px 48px !important;
    font-size: 1.35em !important;
    border-radius: 12px !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px 0 rgba(114, 14, 236, 0.10) !important;
    transition: background 0.2s, box-shadow 0.2s !important;
    margin: 0 auto !important;
    display: inline-block !important;
    text-align: center !important;
    letter-spacing: 0.01em !important;
    cursor: pointer !important;
}

.woocommerce-thankyou-return-home .button:hover {
    background: linear-gradient(90deg, #a259f7 0%, #720eec 100%) !important;
    box-shadow: 0 4px 16px 0 rgba(114, 14, 236, 0.18) !important;
}

.thankyou-main-message.thankyou-center {
    text-align: center;
    padding: 20px 8px 16px 8px;
}

.thankyou-main-message .thankyou-title {
    font-size: 1.3em;
    font-weight: 700;
    color: #232129;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}

.thankyou-main-message .thankyou-subtitle {
    font-size: 1.08em;
    color: #720eec;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    margin-top: 0;
}

@media (max-width: 600px) {
    .thankyou-main-message .thankyou-title {
        font-size: 1.08em;
    }
    .thankyou-main-message .thankyou-subtitle {
        font-size: 1em;
    }
    .woocommerce-thankyou-return-home .button {
        font-size: 1em;
        padding: 14px 10px;
    }
    .woocommerce-order-overview {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 16px 6px !important;
        align-items: center !important;
        text-align: center !important;
    }
    .woocommerce-order-overview li {
        min-width: unset !important;
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px dashed #d1cbe7 !important;
        padding: 10px 0 !important;
        align-items: center !important;
        text-align: center !important;
    }
    .woocommerce-order-overview li:last-child {
        border-bottom: none !important;
    }
}

@media (max-width: 1000px) {
    .woocommerce-order {
        padding: 18px 6px 18px 6px;
        max-width: 99vw;
    }
    .woocommerce-order-overview,
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 12px 6px;
    }
}

.woocommerce-order-details table.woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid #f3f1fa !important;
}

.woocommerce-order-details table.woocommerce-table--order-details tbody tr:last-child {
    border-bottom: none !important;
}

.woocommerce-order-details table.woocommerce-table--order-details tfoot {
    border-top: 2px solid #e3dff7 !important;
}

.woocommerce-order-details table.woocommerce-table--order-details tfoot tr {
    background: #f8f7fb !important;
}

.woocommerce-order-details table.woocommerce-table--order-details tfoot th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot td {
    font-weight: 700 !important;
    color: #232129 !important;
    border: none !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child td {
    border-top: 2px solid #e3dff7 !important;
}

body.woocommerce-checkout .woocommerce-message {
    display: none !important;
}

.woocommerce-checkout .page-title h1 {
    display: none;
}/* End custom CSS */