.elementor-41 .elementor-element.elementor-element-2981055c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-41bccd0 */body.page-id-41 {
    overflow-x: visible !important;
}
li.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"]:after {content:"Payment Options";    font: 600 15px/1.3 var(--font) !important;
}


li.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"] {
    font: 600 0px/1.3 var(--font) !important;
}
.woocommerce form .form-row {
    display: block !important;
}
span#select2-shipping_country-container {
    padding-top: 0 !important;
    font-weight: 500 !important;
}
.wc-checkout-steps {
    display: none !important;
}
button.button.wc-next-step.button.alt {
    display: none;
}
#wc-stripe-express-checkout-element>div {
    padding: 0 !important;
    border: 0 !important;
}
.AccordionItem.p-AccordionItem.p-AccordionItem--selected.AccordionItem--selected {
    border: 0 !important;
}
.p-Accordion.p-Accordion--grouped {
    box-shadow: none !important;
}

.AccordionItem.p-AccordionItem {
    padding: 0;
}
.Input, .p-FauxInput {
    padding: 15px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2981055c */@media only screen and (max-width:767px) {
    .woocommerce-shipping-totals {
    flex-direction: column;
    gap: 10px !important;
}

.woocommerce ul#shipping_method li label {
    max-width: 280px; !important;
    width: 100% !important;
    min-width: 100% !important;
}
}

/* ---- WooCommerce Order Received Page ---- */
.woocommerce-order * {
    font-family: Montserrat;
}

.woocommerce-order {
    /* max-width: 900px; */
    margin: 60px auto !important;
    padding: 40px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
    font-family: inherit !important;
}

/* Success notice */
.woocommerce-order .woocommerce-notice--success {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 35px !important;
    padding: 18px 25px !important;
    background: #092638 !important;
    color: white !important;
    border-radius: 8px !important;
}

/* Order overview (top list) */
.woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 40px !important;
}

.woocommerce-order-overview li {
    background: #f7f7f7 !important;
    padding: 18px !important;
    border-radius: 8px !important;
    border: 0 !important;
    margin: 0 !important;
}

.woocommerce-order-overview li strong {
    display: block !important;
    margin-top: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Payment note */
.woocommerce-order > p {
    text-align: center !important;
    font-size: 15px !important;
    color: black !important;
    margin-bottom: 40px !important;
}

/* Section titles */
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

/* Order table */
.woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 40px !important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 14px 12px !important;
    border-bottom: 1px solid #eaeaea !important; 
    text-align: left !important;
}

.woocommerce-table--order-details thead th {
    background: #f7f7f7 !important;
    font-weight: 600 !important;
}

.woocommerce-table--order-details tfoot th {
    font-weight: 600 !important;
}

/* Product links */
.woocommerce-table__product-name a {
    color: #222 !important;
    text-decoration: none !important;
}

.woocommerce-table__product-name a:hover {
    text-decoration: underline !important;
}

/* Customer details */
.woocommerce-customer-details {
    background: #f7f7f7 !important;
    padding: 25px !important;
    border-radius: 8px !important;
}

.woocommerce-customer-details address {
    font-style: normal !important;
    line-height: 1.6 !important;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .woocommerce-order {
        padding: 25px;
        margin: 30px 15px;
    }

    .woocommerce-notice--success {
        font-size: 18px;
    }
}


.woocommerce-order-overview::before {
    content:unset !important;
}

.woocommerce-order-overview::after {
    content:unset !important;   
}/* End custom CSS */