.woocommerce-MyAccount-orders,
.woocommerce-MyAccount-orders.shop_table {
    width: 100%;
    table-layout: fixed;
}

.woocommerce-orders-table__header-order-number,
.woocommerce-orders-table__cell-order-number {
    width: 10%;
}

.woocommerce-orders-table__header-order-date,
.woocommerce-orders-table__cell-order-date {
    width: 20%;
}

.woocommerce-orders-table__header-order-status,
.woocommerce-orders-table__cell-order-status {
    width: 20%;
}

.woocommerce-orders-table__header-order-total,
.woocommerce-orders-table__cell-order-total {
    width: 20%;
}

.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell-order-actions {
    width: 30%;
}

.main-perfil a:not(.edit):hover,
.woocommerce-account a:not(.edit):hover {
    background-color: #c4006900 !important;
}

@media (max-width: 768px) {
    .tabla-scroll-mobile {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .tabla-scroll-mobile table {
        display: block;
        min-width: 700px;
        width: 100%;
    }

    .woocommerce-orders-table__header-order-number,
    .woocommerce-orders-table__cell-order-number,
    .woocommerce-orders-table__header-order-date,
    .woocommerce-orders-table__cell-order-date,
    .woocommerce-orders-table__header-order-status,
    .woocommerce-orders-table__cell-order-status,
    .woocommerce-orders-table__header-order-total,
    .woocommerce-orders-table__cell-order-total,
    .woocommerce-orders-table__header-order-actions,
    .woocommerce-orders-table__cell-order-actions {
        width: auto !important;
        min-width: 120px;
    }
}
