.elementor-1131 .elementor-element.elementor-element-0eb6749{--display:flex;--min-height:100vh;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:4em;--padding-bottom:2em;--padding-left:0em;--padding-right:0em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-1131 .elementor-element.elementor-element-2522994 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:3.2rem;font-weight:600;letter-spacing:-0.6px;color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1131 .elementor-element.elementor-element-0eb6749{--content-width:600px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for wc-elements, class: .elementor-element-22eb6bf */.elementor-1131 .elementor-element.elementor-element-22eb6bf{
    font-family: 'Inter',sans-serif;
}



.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
   
}

.woocommerce form .form-row label {
    font-weight: 600;
}

input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 1rem 1rem;
    transition: all .3s;
    border-radius: 8px;
}


button.button {
    margin-top: 24px !important;
    width: 50%;
    border-radius: 8px !important;
    padding: 1em 2em !important;
}


section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex
;
    gap: 16px;
}


.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: none;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 8px 0px;
    box-sizing: border-box;
}

th {
    font-weight: 500 !important;
}




/* Order Info Banner */
.order-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.order-info mark {
    background: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    color: #7113D9;
    font-weight: 600;
}

/* Order Details Section */
.woocommerce-order-details {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.woocommerce-order-details__title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

/* Table Styling */
.woocommerce-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.woocommerce-table thead th {
    background: #f8f9fa;
    padding: 15px;
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
}

.woocommerce-table tbody td {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.woocommerce-table tfoot tr {
    background: #f8f9fa;
}

.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
    padding: 15px;
    font-weight: 600;
}

/* Customer Details Section */
.woocommerce-customer-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.woocommerce-column {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.woocommerce-column__title {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

address {
    line-height: 1.6;
    color: #4a5568;
}

/* Price Amounts */
.woocommerce-Price-amount {
    color: #7113D9;
    font-weight: 600;
}

/* Product Links */
.woocommerce-table__product-name a {
    color: #7113D9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.woocommerce-table__product-name a:hover {
    color: #1976D2;
}

.woocommerce-table thead {
    border: none;
}

.woocommerce-table th,
.woocommerce-table td {
    background: none;
    border: none;
    padding: 12px 8px;
}

.woocommerce-table tr {
    border-bottom: 1px solid #eee;
}

.woocommerce-table tfoot tr:last-child {
    border-bottom: none;
}


table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: none;
}

.woocommerce-table thead th {
    background: none;

}


.woocommerce table.shop_table td {
    border-top: none;
    padding: 12px 8px;
    vertical-align: middle;
    line-height: 1.5em;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: none;
}

.woocommerce-table tfoot tr {
    background: #fff;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: none;
}


/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-customer-details {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-table thead {
        display: none;
    }
    
    .woocommerce-table td {
        display: block;
        text-align: right;
        padding: 10px;
    }
    
    .woocommerce-table td::before {
        content: attr(data-title);
        float: left;
        font-weight: 600;
    }
}/* End custom CSS */