
.woocommerce-account .container {
    padding: 20px 0 50px!important;
}
.woocommerce-account #left-area {
    width: 100%!important;
}
#my-account nav.woocommerce-MyAccount-navigation {
    box-shadow:0 16px 32px -20px #0047d64a;
    padding:0;
    background:#fff;
    border:1px solid #e4e8ee;
    border-radius:10px;
    overflow:hidden
}

#my-account nav.woocommerce-MyAccount-navigation ul {
    list-style:none;
    padding:0;
    margin:0
}

#my-account nav.woocommerce-MyAccount-navigation ul li a {
    color:#333;
    padding:14px 24px;
    height:auto;
    display:block;
    border-bottom:1px solid #e9edf3;
    font-weight:600;
    transition:all .2s ease
}

#my-account nav.woocommerce-MyAccount-navigation ul li a:hover {
    background:#f5f8ff;
    color:#7dd63e;
    padding-left:28px
}

#my-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background:linear-gradient(90deg,#7dd63e 0,#76ca3b 100%);
    color:#fff;
    border-bottom-color:#76ca3b
}

#my-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    border:none
}

#my-account .woocommerce-MyAccount-content {
    padding:30px;
    background:#fff;
    border:1px solid #e4e8ee;
    border-radius:10px;
    box-shadow:0 16px 32px -20px #0047d64a
}

#my-account .woocommerce-MyAccount-content p:first-child {
    margin-top:0
}

#my-account .woocommerce-MyAccount-content .button,
#my-account .woocommerce-MyAccount-content button:not(.show-password-input),
#my-account .woocommerce-MyAccount-content input[type=submit],
#my-account .woocommerce-MyAccount-content .woocommerce-Button {
    background: #77db31;
    box-shadow: 0 0 10px #666;
    border-radius: 6px !important;
    border: 2px solid #fff !important;
    padding: 13px 30px;
    color: #fff;
    font-size: 16px;
}

@media(max-width:980px) {
    #my-account nav.woocommerce-MyAccount-navigation,
    #my-account .woocommerce-MyAccount-content {
        margin-bottom:20px
    }
}
@media(max-width:768px) {
    #page-container-main #main-content #left-area .button {
        margin-left: 5px;
    }
    .info-text svg {
        width: 30px !important;
    }
}
@media(max-width:767px) {
    #my-account nav.woocommerce-MyAccount-navigation ul li a {
        padding:12px 16px
    }
    #my-account .woocommerce-MyAccount-content {
        padding:24px 18px
    }

}
.woocommerce-orders-table__cell-order-actions{
    display: flex;
    gap: 5px;
}
#my-account .woocommerce-MyAccount-content .woocommerce-button.track {
    background: #2ea3f2 !important;
    border-color: #1f8f3a !important;
    box-shadow: none;
    outline: none!important;
}

#my-account .woocommerce-MyAccount-content .woocommerce-button.track:hover {
    opacity: 0.8;
}

.edit-account legend{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: none;
    padding: 25px 0 0 0;
}
.billing-info-notice {
    margin-bottom: 15px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
    display: block;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-bottom: 22px;
}
.woocommerce-MyAccount-content .woocommerce-Button {
    margin-top: 30px!important;
}
.info-text {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f3f3f3;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 3px solid #77a464;
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}
.info-text svg {
    height: 15px;
    width: 15px;
    vertical-align: bottom;
    margin-right: 5px;
}
.woocommerce-payment-methods .woocommerce table.shop_table_responsive tr td:nth-child(3)::before {
    content: "" !important;
}
#lost-pass input.button.button-primary.button-large {
    background:#77db31
}
.tools420-account-wishlist h2 {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
}

.tools420-account-wishlist__empty {
    padding: 24px !important;
    background: #f7f7f7;
    border-radius: 8px;
}

/* Unified Action Button */
.tools420-account-wishlist__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    color: #fff;
    font-weight: 700;
    background-color: #7dd63e;
    border: 2px solid #fff !important;
    box-shadow: 0 0 10px #666;
    border-radius: 6px !important;
    text-decoration: none;
}
.tools420-account-wishlist__button:hover{
    color: #fff;
    background-color: #71c038;
}

.tools420-account-wishlist__table img {
    width: 70px;
    height: auto;
}

/* New Red Remove Icon */
.tools420-wishlist-remove-icon {
    background: transparent !important;
    border: none !important;
    color: #d9534f !important;
    font-size: 28px !important;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 0 10px !important;
    margin: 0;
    box-shadow: none !important;
    transition: color 0.2s ease;
}
.tools420-wishlist-remove-icon:hover {
    color: #c9302c !important;
    background: transparent !important;
}

.tools420-account-wishlist__stock .in-stock {
    color: #4b9b20;
    font-weight: 700;
}

.tools420-account-wishlist__stock .out-of-stock {
    color: #b32d2e;
    font-weight: 700;
}

@media (max-width: 767px) {
    .tools420-account-wishlist__table thead {
        display: none;
    }

    .tools420-account-wishlist__table,
    .tools420-account-wishlist__table tbody,
    .tools420-account-wishlist__table tr,
    .tools420-account-wishlist__table td {
        display: block;
        width: 100%;
    }

    .tools420-account-wishlist__table tr {
        margin-bottom: 18px;
        padding: 16px;
        border: 1px solid #eee;
        border-radius: 10px;
    }

    .tools420-account-wishlist__table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0;
        border: 0;
        text-align: right;
    }

    .tools420-account-wishlist__table td:before {
        content: attr(data-title);
        font-weight: 700;
        text-align: left;
    }

    .tools420-account-wishlist__thumbnail,
    .tools420-account-wishlist__actions {
        justify-content: center !important;
        flex-direction: column;
    }

    .tools420-account-wishlist__thumbnail:before,
    .tools420-account-wishlist__actions:before {
        display: none;
    }
    
    .tools420-account-wishlist__remove {
        justify-content: flex-end !important;
    }
}
#page-container-main #main-content #left-area .button {
    border: 2px solid #fff !important;
    white-space: nowrap;
}