.woocommerce-address-fields .row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-12px;
    margin-right:-12px;
}

.woocommerce-address-fields [class*="col-"]{
    padding-left:12px;
    padding-right:12px;
    margin-bottom:20px;
}

.col-lg-6{
    width:50%;
}

.col-12{
    width:100%;
}

@media(max-width:768px){

.col-lg-6{
    width:100%;
}

}

.woocommerce-address-fields label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    font-weight:600;
    color:#111;
}

.woocommerce-address-fields input,
.woocommerce-address-fields select,
.woocommerce-address-fields textarea{

    width:100%;
    height:58px;
    border:1px solid #E5E5E5;
    border-radius:14px;
    padding:0 18px;
    font-size:15px;
    box-shadow:none;
    background:#fff;
}

.woocommerce-address-fields textarea{
    height:150px;
    padding-top:15px;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single{
    height:58px;
    border:1px solid #E5E5E5;
    border-radius:14px;
}

.woocommerce-address-fields .select2-selection__rendered{
    line-height:58px!important;
}

.woocommerce-address-fields .select2-selection__arrow{
    height:58px!important;
}
.account-addresses{
    display:flex;
    gap:30px;
    margin-top:25px;
}

.address-card{
    width:50%;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:25px;
    background:#fff;
    display:flex;
    flex-direction:column;
}

.address-card-header h3{
    margin:0 0 20px;
    font-size:30px;
   
}

.address-card-content{
    flex:1;
    min-height:160px;
}

.address-card-content address{
    font-style:normal;
    line-height:1.8;
}

.empty-address{
    color:#777;
}

.address-card-footer{
    margin-top:25px;
}

.address-card-footer a{
    display:block;
    width:100%;
    text-align:center;
    padding:14px;
    border-radius:10px;
    background:#000;
    color:#fff;
    text-decoration:none;
}
.account-menu li.active a{
    background: var(--black);
    color: var(--primary);
}

@media(max-width:991px){

.account-addresses{
    flex-direction:column;
}

.address-card{
    width:100%;
}

}
.custom-edit-account .account-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:35px;
    margin-bottom:30px;
}

.custom-edit-account .account-card-header{
    margin-bottom:25px;
}

.custom-edit-account .account-card-header h2{
    font-size:30px;
    
    margin-bottom:8px;
}

.custom-edit-account .account-card-header p{
    color:#777;
    margin:0;
}

.custom-edit-account .form-row{
    margin-bottom:22px;
}

.custom-edit-account .form-row label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
}

.custom-edit-account .field-note{
    display:block;
    margin-top:8px;
    color:#888;
    font-size:14px;
}

.custom-edit-account .form-control{
    width:100%;
    height:58px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 18px;
    font-size:15px;
    transition:.3s;
}

.custom-edit-account .form-control:focus{
    outline:none;
    border-color:#000;
}

.custom-edit-account .account-password-card{
    margin-top:15px;
}

.account-save-area{
    margin-top:35px;
    text-align:right;
}

.save-account-btn{
    min-width:220px;
    height:56px;
    border-radius:12px;
}

@media(max-width:991px){

.account-save-area{
    text-align:center;
}

.save-account-btn{
    width:100%;
}

}
.woocommerce-EditAccountForm .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.woocommerce-EditAccountForm [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
}
.account-dashboard{

}

.dashboard-header{

    margin-bottom:35px;

}

.dashboard-header h2{

    font-size:36px;

    margin-bottom:10px;

}

.dashboard-header p{

    color:#777;

}

.dashboard-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-bottom:40px;

}

.dashboard-card{

    background:#fff;

    border:1px solid #eee;

    border-radius:18px;

    padding:35px;

}

.dashboard-card h3{

    font-size:42px;

    margin-bottom:10px;

}

.dashboard-card span{

    display:block;

    color:#777;

    margin-bottom:20px;

}

.dashboard-card a{

    font-weight:600;

}

.dashboard-actions{

    display:flex;

    gap:20px;

}

.dashboard-actions .btn{

    min-width:180px;

}
/* ==========================================================
   Orders Page
========================================================== */

.account-orders-page{
    width:100%;
}

.orders-hero{
    background:linear-gradient(135deg,#111,#333);
    color:#fff;
    border-radius:18px;
    padding:35px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

.orders-hero-content{
    display:flex;
    align-items:center;
    gap:20px;
}

.orders-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    justify-content:center;
    align-items:center;
}

.orders-icon img{
    width:34px;
}

.orders-hero h2{
    font-size:34px;
    margin-bottom:8px;
    color:#fff;
}

.orders-hero p{
    margin:0;
    color:#ddd;
}

.orders-hero-image img{
    max-width:220px;
}

.orders-toolbar{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:25px;
}

.orders-toolbar select,
.orders-toolbar input{
    width:100%;
    height:52px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 18px;
    background:#fff;
}

.orders-filter{
    width:240px;
}

.orders-search{
    flex:1;
}

.orders-table{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #eee;
}

.orders-table-head{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr 1.5fr;
    background:#f7f7f7;
    font-weight:600;
    padding:18px 25px;
}

.orders-row{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr 1.5fr;
    align-items:center;
    padding:20px 25px;
    border-top:1px solid #eee;
}

.orders-row:hover{
    background:#fafafa;
}

.order-number strong,
.order-date strong{
    display:block;
    font-size:16px;
}

.order-number span,
.order-date span{
    color:#777;
    font-size:14px;
}

.order-total{
    font-weight:700;
    font-size:16px;
}

.order-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.order-btn{
    padding:8px 16px;
    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
    border:1px solid #ddd;
}

.order-btn.view{
    background:#111;
    color:#fff;
    border-color:#111;
}

.order-btn.pay{
    background:#28a745;
    color:#fff;
    border-color:#28a745;
}

.order-btn.cancel{
    background:#dc3545;
    color:#fff;
    border-color:#dc3545;
}

.order-btn:hover{
    opacity:.9;
}

/* Status */

.status-badge{
    display:inline-block;
    padding:7px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.status-badge.completed{
    background:#d4edda;
    color:#155724;
}

.status-badge.processing{
    background:#d1ecf1;
    color:#0c5460;
}

.status-badge.pending{
    background:#fff3cd;
    color:#856404;
}

.status-badge.on-hold{
    background:#ffeeba;
    color:#856404;
}

.status-badge.cancelled{
    background:#f8d7da;
    color:#721c24;
}

.status-badge.failed{
    background:#f8d7da;
    color:#721c24;
}

.status-badge.refunded{
    background:#ececec;
    color:#555;
}

/* Empty */

.orders-empty{
    text-align:center;
    background:#fff;
    padding:70px 30px;
    border-radius:18px;
}

.orders-empty img{
    width:120px;
    margin-bottom:25px;
}

.orders-empty h3{
    margin-bottom:10px;
}

.orders-empty p{
    color:#777;
    margin-bottom:25px;
}

/* Pagination */

.orders-pagination{
    margin-top:35px;
    text-align:center;
}

.orders-pagination .page-numbers{
    display:inline-flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    margin:0 4px;
    text-decoration:none;
}

.orders-pagination .current{
    background:#111;
    color:#fff;
    border-color:#111;
}

/* Footer */

.orders-footer-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:40px;
}

.footer-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    padding:22px;
    display:flex;
    gap:18px;
}

.footer-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#f5f5f5;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.footer-card h4{
    margin-bottom:6px;
}

.footer-card p{
    color:#777;
    margin:0;
}

/* Mobile */

@media(max-width:991px){

.orders-hero{
    flex-direction:column;
    text-align:center;
    gap:25px;
}

.orders-toolbar{
    flex-direction:column;
}

.orders-filter{
    width:100%;
}

.orders-table-head{
    display:none;
}

.orders-row{
    grid-template-columns:1fr;
    gap:12px;
}

.orders-footer-info{
    grid-template-columns:1fr;
}

.order-actions{
    justify-content:flex-start;
}

}
.dashboard-actions .btn{justify-content:center;}
.account-menu li.active img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(45%) saturate(1610%) hue-rotate(357deg) brightness(101%) contrast(93%);
}