.text-lg {
    font-size: 32px;
}

@media(max-width: 768px) {
    .text-lg {
        font-size: 18px;
    }
}

.myPage-list li a {
    color: #000 !important;
}

.myPage-list li {
    border: 2px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.myPage-list li a {
    padding: 16px;
    font-size: 14px;
}

.menu-bottom-links li a {
    text-decoration: underline;
    color: #edcc77;
}

#myPage-Buttons button {
    padding: 4px 12px;
    font-size: 20px;
    border: #edcc77;
    color: white !important;
    background-color: #EDCC77 !important;
}

.woocommerce-info {
    display: none !important;
}

.woocommerce-notices-wrapper {
    display: none;
}

/* @media(max-width: 768px) { */
    .woocommerce-orders-table__cell-order-number {
        display: none;
    }
/* } */

.tabletolist {
    display: none;
}

.woocommerce-orders-table {
    display: table !important;
}

/* @media(max-width: 768px) { */
    .woocommerce-orders-table__cell {
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        background-color: white !important;
    }
/* } */

/* @media(max-width: 768px) { */
    .woocommerce-orders-table__cell-order-status {
        display: none;
    }
/* } */

/* @media(max-width: 768px) { */
    input {
        padding: 10px;
    }
/* } */

/* @media(max-width: 768px) { */
    input {
        padding: 10px;
    }
/* } */

.woocommerce-EditAccountForm {
    display: none;
}

body:not(.woocommerce-cart-layout-modern) table.shop_table_responsive thead {
    display: none;
}

#order-details div div:nth-child(even) {
    font-weight: bold;
}