/*
Theme Name:     Atlas Air Child Theme
Theme URI:      n/a
Template:       kadence
Author:         Kevin Pyles - Flashpoint Digital Marketing
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.woocommerce div.product div.images .flex-control-thumbs li {
width: 150px!important;
height: 150px!important;
margin-top: 35px!important;
}


#product-table.product-specs {
	tr:nth-child(even) {background-color: #f2f2f2;}
	th, td { padding: 15px;
	text-align: left;
}
}

#product-table, td, th {
	border: 1px solid black;
	border-collapse: collapse;
}

.woocommerce-shipping-totals.shipping, th.product-total, tr.order-total, tr.cart-subtotal, td.product-total, .order_details tfoot, .woocommerce-Price-amount {
	display: none;
}
#order_review table.shop_table tr>*:first-child {
	width: 100% !important;
}

.woocommerce a.remove {
display: inline!important;
}