.woocommerce-account .woocommerce {
    padding: 0;
}

.page-id-152.woocommerce-account.woocommerce-page .woocommerce-container {
    padding: 190px 40px 200px 40px;
}

/* .woocommerce-account .entry-content .woocommerce {
    margin: 0 20px 20px;
} */

.woocommerce-account .entry-content .woocommerce {
    margin: 0px;
}

.woocommerce-account .wmc-auth-container {
    padding: 0;
}

.wmc-account-wrapper {
    display: flex;
    position: relative;
    justify-content: center;
    padding-inline: 180px;
}

.wmc-account-wrapper.wmc-content-wishlist {
    padding: 0;
}

.wmc-account-wrapper.wmc-content-wishlist .woocommerce-MyAccount-content {
    max-width: 80%;
    margin-left: auto;
}

/* ================================
   My Account Header
   ================================ */

.wmc-auth-header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(7, 33, 40, 0.2);
    padding-bottom: 15px;
}

.wmc-auth-header h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.5px;
    color: #072128;
}

.wmc-auth-continue a {
    color: #072128;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.wmc-auth-continue a > span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .wmc-auth-header {
        flex-direction: row;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }
    
    .wmc-auth-header h2 {
        font-size: 14px;
    }
}

/* ================================
   My Account Main Layout
   ================================ */

.woocommerce-account .woocommerce-account {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 40px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    position: absolute;
    left: 0px;
    width: fit-content;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 3px 0;
    color: #072128;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
    outline: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {opacity: 1;}

.woocommerce-account .woocommerce-MyAccount-content {
    min-height: 500px;
    max-width: 750px;
    width: 100%;
    float: none;
}

/* ================================
   Dashboard Styles
   ================================ */

.wmc-dashboard-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.wmc-dashboard-header h2 {
    font-size: 28px;
    color: var(--wmc-primary-color, #2c3e50);
    margin-bottom: 10px;
    font-weight: 300;
}

.wmc-dashboard-greeting {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.wmc-continue-shopping {
    display: inline-block;
    background: var(--wmc-button-color, #27ae60);
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.wmc-continue-shopping:hover {
    background: #219a52;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
    color: #fff;
    text-decoration: none;
}

/* ================================
   Orders Page Styles
   ================================ */

.wmc-orders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.wmc-orders-header h2 {
    font-size: 24px;
    color: var(--wmc-primary-color, #2c3e50);
    margin: 0;
}

.wmc-orders-filter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wmc-orders-filter select {
    padding: 5px;
    border: 1px solid #07212833;
    border-radius: 0;
    font-size: 14px;
    min-width: 205px;
    color: #072128;
    font-weight: 400;
}

.wmc-order-item {
    background: #fff;
    border: 1px solid #07212833;
    padding: 15px;
    margin-bottom: 20px;
    color: #072128;
    font-size: 14px;
}

.wmc-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wmc-order-header > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.wmc-order-info h3 {
    font-size: 16px;
    color: var(--wmc-primary-color, #2c3e50);
    margin: 0 0 5px 0;
    font-weight: 600;
}

.wmc-order-info .order-date {
    font-size: 14px;
    color: #666;
}

.wmc-order-status {
    padding: 40px 0;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 18px;
    font-weight: 700;
}

.wmc-order-status.in-transit {
    background: #fff3cd;
    color: #856404;
}

.wmc-order-status.cancelled {
    background: #f8d7da;
    color: #721c24;
}

.wmc-order-status.received {
    background: #d4edda;
    color: #155724;
}

.wmc-order-total {
    font-weight: 700;
    color: var(--wmc-primary-color, #2c3e50);
}

.wmc-order-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.wmc-orders-container .wmc-btn-view-details {
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #000;
    outline: none;
}

/* ================================
   Wishlist Styles
   ================================ */

.wmc-wishlist-products-container .woocommerce.columns-2 ul.products li.product {
    width: 100%;
}

/* ================================
   Profile Information Styles
   ================================ */

.wmc-form-header {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wmc-form-header h2 {
    font-size: 32px;
    color: #072128;
    margin: 0;
    font-weight: 400;
}

.wmc-form-header button {
    background: transparent;
    border: 1px solid #072128;
    height: 30px;
    line-height: 4px;
    padding: 0 15px;
    transition: .3s;
    font-size: 14px;
    color: #072128;
    cursor: pointer;
}

.wmc-form-header button:hover {
    background: #072128;
    color: #fff;
}

.wmc-form-row {
    display: flex;
    gap: 40px;
}

.wmc-form-row .wmc-form-group {
    width: 50%;
}

.wmc-form-group {
    margin-bottom: 20px;
}

.wmc-form-group label {
    display: block;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}

.wmc-form-group input,
.wmc-form-group select {
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid rgba(7, 33, 40, 0.2);
    border-radius: 0;
    font-size: 14px;
    box-sizing: border-box;
    color: #072128;
    font-weight: 400;
}

.wmc-form-group input:focus,
.wmc-form-group select:focus {
    outline: none;
    box-shadow: none;
}

.wmc-form-group .required {
    color: #dc3545;
}

.wmc-btn-save,
.wmc-btn-primary {
    width: 100%;
    background: transparent;
    color: #072128;
    border: 1px solid #072128;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    height: 50px;
    margin-bottom: 10px;
    transition: .3s;
    padding: 0 !important;
}

.wmc-btn-save:hover,
.wmc-btn-primary:hover {
    background: #072128;
    color: #fff;
}

/* ================================
   Newsletter Preferences Styles
   ================================ */

.wmc-newsletter-options {
    margin: 30px 0;
}

.wmc-newsletter-options > label {
    color: #072128;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.wmc-checkbox-group {margin: 5px 15px;}

.wmc-checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}

.wmc-checkbox-group input[type="checkbox"] {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    accent-color: var(--wmc-primary-color, #2c3e50);
}

.wmc-newsletter-description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* ================================
   Change Password Styles
   ================================ */

.wmc-password-requirements {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.wmc-password-requirements h4 {
    font-size: 14px;
    color: var(--wmc-primary-color, #2c3e50);
    margin-bottom: 10px;
}

.wmc-password-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wmc-password-requirements li {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.wmc-password-requirements li:before {
    content: "•";
    position: absolute;
    left: 0;
}

/* ================================
   Login/Register Styles
   ================================ */

.wmc-auth-container {
}

.wmc-auth-header {
    text-align: center;
}

.wmc-auth-header h2 {
}

.wmc-auth-form {
    max-width: 635px;
    margin: 0 auto;
}

.wmc-auth-form > p {
    font-size: 14px;
    color: #072128;
    font-weight: 400;
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
}

.wmc-auth-form .wmc-form-group {
    margin-bottom: 20px;
}

.wmc-auth-form input {
    padding: 5px 0;
}

.wmc-auth-actions {
    margin-top: 30px;
}

.woocommerce-account .wmc-auth-container .wmc-auth-form .wmc-btn-auth {
    width: 100%;
    background: transparent;
    color: #072128;
    border: 1px solid #072128;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    height: 50px;
    margin-bottom: 10px;
    transition: .3s;
}

.woocommerce-account .wmc-auth-container .wmc-auth-form .wmc-btn-auth:hover {
    background: #072128;
    color: #fff;
}

.wmc-auth-links {
    text-align: center;
    margin-top: 20px;
}

.wmc-auth-links span {
    padding: 0 10px;
}

.wmc-auth-links a {
    color: var(--wmc-primary-color, #2c3e50);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}

.wmc-auth-links a:hover {
    text-decoration: underline;
}

main#primary {
    min-height: calc(100vh - 414px);
}

/* ================================
   Responsive Design
   ================================ */
@media (min-width: 1440px){
   .woocommerce-container {
        min-height: calc(100vh - 414px);
    } 
}

@media (max-width: 768px) {

    .wmc-account-wrapper.wmc-content-wishlist .woocommerce-MyAccount-content{
        max-width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: relative;
    }

    .page-id-152.woocommerce-account.woocommerce-page .woocommerce-container {
        padding: 160px 10px 200px 10px;
    }
    .woocommerce-page:not(.woocommerce-cart):not(.woocommerce-checkout) .page {
        padding: 160px 10px 200px 10px;
    }

    .woocommerce-account .woocommerce-account {
        padding: 20px 15px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px;
    }

    .wmc-account-wrapper {
        padding-inline: 0px;
        flex-direction: column;
    }

    .wmc-form-row .wmc-form-group {
        width: 100%;
    }
    
    .wmc-orders-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .wmc-orders-filter {
        width: 100%;
        justify-content: space-between;
    }
    
    .wmc-order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .wmc-form-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .wmc-wishlist-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .wmc-product-actions {
        flex-direction: column;
    }
    
    .wmc-auth-container {
        margin: 0px;
        max-width: none;
    }
}

@media (max-width: 480px) {
    .wmc-dashboard-header h2 {
        font-size: 24px;
    }
    
    .wmc-order-item {
        padding: 20px;
    }
    
    .wmc-auth-form {
        padding: 0px;
    }
}

/* ================================
   Loading and Animation States
   ================================ */

.wmc-loading {
    opacity: 0.6;
    pointer-events: none;
}

.wmc-loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top-color: var(--wmc-primary-color, #2c3e50);
    border-radius: 50%;
    animation: wmc-spin 1s linear infinite;
}

@keyframes wmc-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wmc-fade-in {
    animation: wmc-fade-in 0.5s ease-in-out;
}

@keyframes wmc-fade-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ================================
   Success/Error Messages
   ================================ */

.wmc-message {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.wmc-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wmc-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wmc-message.info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.woocommerce-account .wmc-auth-container form.checkout_coupon, 
.woocommerce-account .wmc-auth-container form.login, 
.woocommerce-account .wmc-auth-container form.register {
    margin: 20px 0;
    text-align: left;
    border: none;
    padding: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #072128;
    font-weight: 400;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme input {
    width: auto;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    font-size: 14px;
    color: #072128;
    font-weight: 400;
}

.wmc-account-wrapper .woocommerce-MyAccount-content > p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.wmc-account-wrapper .woocommerce-MyAccount-content .woocommerce-order-details h2,
.wmc-account-wrapper .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.wmc-account-wrapper .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table,
.wmc-account-wrapper .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tbody th, 
.wmc-account-wrapper .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot td, 
.wmc-account-wrapper .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot th,
.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
}

.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgba(7, 33, 40, 0.2);
}