.account-page{

padding:80px 20px;

background:#f5f7f8;

}

.account-container{

max-width:1200px;

margin:auto;

display:flex;

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.1);

}

.left-side{

width:40%;

padding:70px 50px;

background:linear-gradient(135deg,#0b6b3a,#148c50);

color:#fff;

}

.left-side img{

width:110px;

margin-bottom:40px;

}

.left-side h2{

font-size:42px;

margin-bottom:20px;

}

.left-side p{

font-size:18px;

margin-bottom:30px;

}

.left-side li{

margin-bottom:18px;

font-size:17px;

list-style:none;

}

.right-side{

width:60%;

padding:70px;

}

.tabs{

display:flex;

margin-bottom:40px;

}

.tabs button{

flex:1;

padding:18px;

border:0;

background:#eee;

cursor:pointer;

font-size:18px;

font-weight:600;

}

.tabs button.active{

background:#0b6b3a;

color:#fff;

}

.tab-content{

display:none;

}

.tab-content.active{

display:block;

}

.tab-content input{

width:100%;

padding:16px;

margin-bottom:20px;

border:1px solid #ddd;

border-radius:10px;

font-size:16px;

}

.tab-content button{

width:100%;

padding:16px;

background:#0b6b3a;

color:#fff;

font-size:18px;

border:0;

border-radius:10px;

cursor:pointer;

}

@media(max-width:768px){

.account-container{

flex-direction:column;

}

.left-side,

.right-side{

width:100%;

}

.right-side{

padding:30px;

}

}
/*after login dashboard */
.account-dashboard{
    max-width:1300px;
    margin:60px auto;
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.woocommerce-MyAccount-navigation{
    width:280px;
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.woocommerce-MyAccount-navigation li{
    margin-bottom:10px;
}

.woocommerce-MyAccount-navigation a{
    display:flex;
    align-items:center;
    padding:15px 18px;
    border-radius:12px;
    color:#333;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.woocommerce-MyAccount-navigation a:hover{
    background:#e9f8ef;
    color:#0b7b43;
}

.woocommerce-MyAccount-navigation .is-active a{
    background:#0b7b43;
    color:#fff;
}

.woocommerce-MyAccount-content{
    flex:1;
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.woocommerce-MyAccount-content h2{
    margin-top:0;
    color:#0b7b43;
}

.woocommerce-message{
    background:#e9fff0;
    border-left:5px solid #0b7b43;
    color:#0b7b43;
    border-radius:8px;
    padding:15px;
    margin-bottom:25px;
}

.woocommerce table{
    width:100%;
    border-collapse:collapse;
}

.woocommerce table th{
    background:#0b7b43;
    color:#fff;
    padding:14px;
}

.woocommerce table td{
    padding:14px;
}

.woocommerce table tr:nth-child(even){
    background:#fafafa;
}

.button,
.woocommerce button,
.woocommerce .button{
    background:#0b7b43 !important;
    color:#fff !important;
    border-radius:10px;
    padding:12px 25px;
    border:none;
}

.button:hover{
    background:#0d8d4d !important;
}

@media(max-width:992px){

.account-dashboard{
display:block;
}

.woocommerce-MyAccount-navigation{
width:100%;
margin-bottom:20px;
}

}
/*order css */
.woocommerce-orders-table{
    display:none;
}

.health-order-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    margin-bottom:25px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    border:1px solid #edf2f7;
    transition:.3s;
}

.health-order-card:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.order-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.order-id{
    font-size:24px;
    font-weight:700;
    color:#0b6b3a;
}

.order-date{
    color:#777;
    font-size:14px;
}

.order-status{
    padding:8px 16px;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
}

.status-processing{
    background:#e8f8ef;
    color:#0b6b3a;
}

.status-completed{
    background:#daf8df;
    color:#0a8d36;
}

.status-failed{
    background:#ffe8e8;
    color:#d92525;
}

.order-body{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:25px;
    margin:25px 0;
}

.order-label{
    color:#888;
    font-size:13px;
    margin-bottom:6px;
}

.order-value{
    font-size:18px;
    font-weight:600;
}

.order-actions{
    display:flex;
    gap:12px;
}

.order-actions a{
    text-decoration:none;
    padding:12px 22px;
    border-radius:8px;
    font-weight:600;
}

.pay-btn{
    background:#0b6b3a;
    color:#fff;
}

.view-btn{
    background:#f3f4f6;
    color:#333;
}

.cancel-btn{
    background:#fff2f2;
    color:#d92525;
}
/*user dashboard */
/* ==========================================================
   MINIMALIST SHOPIFY-STYLE DASHBOARD PANELS
   ========================================================== */

/* 1. Main layout container setup */
.shopify-clean-dashboard {
    max-width: 650px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #202223;
}

/* 2. Top Header Greeting */
.dash-greeting-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    line-height: 1.3 !important;
}

.dash-greeting-title span {
    font-weight: 700;
}

.dash-logout-subtext {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #6d7175 !important;
    margin-left: 8px;
    display: inline-block;
}

.dash-logout-subtext a {
    color: #006c43 !important;
    text-decoration: none !important;
}

/* 3. Standardized Card Layout Boxes */
.dash-profile-card {
    background: #ffffff;
    border: 1px solid #e1e3e5;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.dash-profile-card h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #202223 !important;
    margin: 0 !important;
    text-transform: none !important;
}

/* 4. Minimalist Action Button ("Edit") */
.card-action-btn {
    background: #ffffff !important;
    color: #202223 !important;
    border: 1px solid #cbcfd4 !important;
    border-radius: 6px !important;
    padding: 6px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    transition: background 0.15s ease;
}

.card-action-btn:hover {
    background: #f6f6f7 !important;
    border-color: #aeb4b9 !important;
}

/* 5. Clean Structured Field Layout Inside Contact Card */
.card-field-row {
    display: flex;
    border-top: 1px solid #f1f2f3;
    padding: 12px 0 0 0;
}

.field-label {
    width: 100px;
    color: #6d7175;
    font-size: 14px;
}

.field-value {
    color: #202223;
    font-size: 14px;
    font-weight: 400;
}

/* 6. Settings Card Descriptive Text */
.card-description-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #55585b !important;
    margin: 10px 0 0 0 !important;
}

.card-description-text a {
    color: #006c43 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-bottom: 1px dashed #006c43 !important;
}

.card-description-text a:hover {
    color: #005232 !important;
    border-bottom-style: solid !important;
}
/* ==========================================================
   CLEAN ACCOUNT NOTICES & BUTTON RESTRUCTURE (image_eb84dd.png)
   ========================================================== */

/* Fix the overlapping banner alert block */
.account-dashboard .woocommerce-MyAccount-content .woocommerce-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background: #ffffff !important;
    border: 1px solid #e1e3e5 !important;
    border-left: 4px solid #006c43 !important; /* Brand Green Accent */
    border-radius: 8px !important;
    padding: 24px !important;
    max-width: 650px !important;
    font-size: 14px !important;
    color: #202223 !important;
    line-height: 1.6 !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) !important;
    gap: 15px !important; /* Creates a clean gap between the text and button */
}

/* Remove default WooCommerce notice icon overlapping text backgrounds */
.account-dashboard .woocommerce-MyAccount-content .woocommerce-info::before {
    position: static !important;
    margin-bottom: 5px !important;
    color: #006c43 !important;
    display: inline-block !important;
}

/* Fix the "Browse products" action button styling and tracking positioning */
.account-dashboard .woocommerce-MyAccount-content .woocommerce-info .button,
.account-dashboard .woocommerce-MyAccount-content .woocommerce-info .button.wc-forward {
    position: static !important;
    float: none !important;
    display: inline-block !important;
    background: #ffffff !important;
    color: #202223 !important;
    border: 1px solid #cbcfd4 !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05) !important;
    transition: all 0.15s ease-in-out !important;
    margin: 0 !important;
}

/* Hover adjustments for the browse products element */
.account-dashboard .woocommerce-MyAccount-content .woocommerce-info .button:hover,
.account-dashboard .woocommerce-MyAccount-content .woocommerce-info .button.wc-forward:hover {
    background: #f6f6f7 !important;
    border-color: #aeb4b9 !important;
    color: #000000 !important;
}
/* ==========================================================
   CLEAN VIEW ORDER OVERRIDES (image_eba327.png)
   ========================================================== */

/* Hide default unformatted WooCommerce text blocks and address headers */
.account-dashboard .woocommerce-MyAccount-content .woocommerce-order-details,
.account-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details,
.account-dashboard .woocommerce-MyAccount-content > p:has(mark) {
    display: none !important;
}

/* Pay / Cancel specific button layout overrides */
.card-action-btn.btn-pay:hover {
    background: #005232 !important;
    border-color: #005232 !important;
}

.card-action-btn.btn-cancel {
    color: #d9534f !important;
    border-color: #cbcfd4 !important;
}

.card-action-btn.btn-cancel:hover {
    background: rgba(217, 83, 79, 0.04) !important;
    border-color: #d9534f !important;
}