.elementor-371 .elementor-element.elementor-element-d3397ef{--display:flex;--margin-top:75px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-371 .elementor-element.elementor-element-62fd578{text-align:center;}.elementor-371 .elementor-element.elementor-element-554d289d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-371 .elementor-element.elementor-element-5b762aa1{font-family:var( --e-global-typography-4fc4193-font-family ), Sans-serif;font-size:var( --e-global-typography-4fc4193-font-size );font-weight:var( --e-global-typography-4fc4193-font-weight );line-height:var( --e-global-typography-4fc4193-line-height );color:var( --e-global-color-f9d87b9 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-371 .elementor-element.elementor-element-d3397ef{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-371 .elementor-element.elementor-element-554d289d{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-371 .elementor-element.elementor-element-5b762aa1{font-size:var( --e-global-typography-4fc4193-font-size );line-height:var( --e-global-typography-4fc4193-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-371 .elementor-element.elementor-element-5b762aa1{font-size:var( --e-global-typography-4fc4193-font-size );line-height:var( --e-global-typography-4fc4193-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-5b762aa1 *//* My Account Page Styling */
.woocommerce {
    display: flex;
    gap: 24px;
    align-items: start;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 20px;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul {
    list-style:none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 20px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #7B7B7B;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #092C0B;
    font-weight: 600;
}

.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 30px;
}

/* Form Elements */
.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-address-fields .woocommerce-form-row input,
.woocommerce-form-login .woocommerce-form-row input {
    border: 1px solid #7B7B7B;
    border-radius: 5px;
    padding: 12px;
}

.woocommerce-EditAccountForm label,
.woocommerce-address-fields label,
.woocommerce-form-login label {
    color: #092C0B;
    font-weight: 500;
}

/* Buttons */
.woocommerce-button,
.woocommerce-Button {
    background-color: #C5B08A !important;
    color: #092C0B !important;
    border-radius: 5px !important;
    padding: 12px 25px !important;
    transition: all 0.3s ease !important;
}

.woocommerce-button:hover,
.woocommerce-Button:hover {
    background-color: #092C0B !important;
    color: #fff !important;
}

/* Orders Table */
.woocommerce-orders-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.woocommerce-orders-table thead th {
    background-color: #f8f8f8;
    color: #092C0B;
}

.woocommerce-orders-table tbody tr {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
}

/* Addresses */
.woocommerce-customer-details address,
.woocommerce-address-fields__field-wrapper {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
}

.elementor-371 .elementor-element.elementor-element-5b762aa1 a {
    color: #092C0B;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-right: 0;
        margin-bottom: 30px;
    }
}/* End custom CSS */