/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%!important
}

.global-dashboard .elementor-widget-heading .elementor-heading-title {
    color: #8F8F8F;
    text-align: center;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

.woocommerce-order-details__title {
    margin-top: 30px;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    text-align: center;
    border: 0;
    color: #737373!important
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table th {
    font-size: 1.5em;
    
}

.grid-fill {
    display: grid;
    grid-gap: 13px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

thead {
    background-color: #EEEEEE;
    border-bottom: solid 1px #EEEEEE; 
}
tbody tr:nth-child(even) {
    background-color: #EEEEEE;
 }

 tbody tr:nth-child(odd) {
    border-bottom: solid 1px#EEEEEE;
 }

 .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 15px 8px;
 }

 .portal-header {
    color: #1D2735;
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    font-weight: bold;
 }
