Theme Name:   Astra Child Theme
Theme URI:    https://www.wpbeginner.com/
Description:  An Astra child theme 
Author:       CCMS Hosting
Author URI:   https://ccmshosting.com
Template:     Astra
Version:      1.0.0
Text Domain:  Astrachild

.dataTables_wrapper .dataTables_filter > input{
	margin-bottom: 25px;
}

#order_review .shop_table tbody tr > td{
    border-left: none !important;
    border-right: none !important;
	border-bottom: 1px solid #d9d9d9;
}

#order_review .shop_table tbody tr td > .wc-item-meta{margin-left: 0;}
.woocommerce-page.woocommerce-checkout table.shop_table td {padding: 5px !important;}
.product-name{width: 75%;}
.product-quantity{min-width: 45px !important; width: 3%;}
.product-subtotal{width: 22%;}

#upcoming-sessions-table_filter, #historical-sessions-table_filter{margin-bottom: 1rem;}

@media only screen and (max-width: 767px) {
	.woocommerce-MyAccount-content{margin-top: 1rem;}
}

@media only screen and (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 18% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 80% !important;
    }
}