.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
}


.dashboard-welcome {
    font-size: 34px;

    margin-top: 50px;

}

.wc-block-components-notice-banner__content {
    font-size: 18px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    font-size: 18px;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: black;
}


.my-account-right {
    font-family: 'Arial', sans-serif;
    color: #000; /* black text */
}

.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.3s ease; /* smooth transition for hover effects */
}

.order-summary p {
    font-size: 18px; /* increased font size */
    margin-bottom: 25px;
    color: #000;
}

.order-number, .order-date, .order-status {
    font-weight: bold;
    color: #000;
    transition: color 0.3s ease;
}

.woocommerce-order-details__title {
    font-size: 22px; /* bigger title */
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #000;
}

.order-details-table th,
.order-details-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px; /* increased font size */
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
}

.order-details-table tbody tr:hover {
    background: #f5f5f5; /* subtle hover effect */
}

.order-details-table tfoot th,
.order-details-table tfoot td {
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

.customer-addresses {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.billing-address, .shipping-address {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border-radius: 10px;
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
}

.billing-address h2, .shipping-address h2 {
    margin-bottom: 12px;
    font-size: 20px; /* increased heading font */
    color: #000;
}

address {
    font-style: normal;
    line-height: 1.6;
    font-size: 16px;
}

.my-account-right {
    font-family: 'Arial', sans-serif;
    color: #000; /* black text */
}

.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.3s ease; /* smooth transition for hover effects */
}

.order-summary p {
    font-size: 18px; /* increased font size */
    margin-bottom: 25px;
    color: #000;
}

.order-number, .order-date, .order-status {
    font-weight: bold;
    color: #000;
    transition: color 0.3s ease;
}

.woocommerce-order-details__title {
    font-size: 22px; /* bigger title */
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #000;
}

.order-details-table th,
.order-details-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px; /* increased font size */
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
}

.order-details-table tbody tr:hover {
    background: #f5f5f5; /* subtle hover effect */
}

.order-details-table tfoot th,
.order-details-table tfoot td {
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

.customer-addresses {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.billing-address, .shipping-address {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border-radius: 10px;
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
}

.billing-address h2, .shipping-address h2 {
    margin-bottom: 12px;
    font-size: 20px; /* increased heading font */
    color: #000;
}

address {
    font-style: normal;
    line-height: 1.6;
    font-size: 16px;
}
td.woocommerce-table__product-name.product-name a {
    color: black;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #000000;
}

.wc-block-components-notice-banner.is-info {
    background-color: #f7f7f7;
    border-color: #000000;
}

nav.woocommerce-breadcrumb a {
    color: black;
}

.woocommerce-info {
    border-top-color: #000000;
}


p.woocommerce-info {
    font-size: 18px;
}

button.woocommerce-Button.button.wp-element-button {
    background: black;
}





td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    color: white;
}


.dashboard-welcome a {
    color: black;
    font-weight: bold;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: black;
}

.woocommerce-account .addresses .title .edit{

    float: left;
    color: black;
    font-weight: bold;
}

button.button.wp-element-button {
    background: black;
}


.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: auto;
    margin: 0;
}

@media (max-width: 767px) {
    #stickyProductBarWrapper {
        display: none !important;
    }
}


a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: white;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top svg {
    transform: rotate(-90deg);
}

#back-to-top #arrow {
    position: absolute;
    font-size: 20px;
    color: #000000;
    pointer-events: none;
}
