/*
Theme Name: Salient Child
Description: This is a child theme for Salient Theme
Template: salient
Text Domain: salient
Version: 1.0.2
*/

.product-category-tree ul {
    margin-left: 20px;
    list-style-type: none;
}

.product-category-tree li.collapsed > ul {
    display: none;
}

.product-category-tree li.expanded > ul {
    display: block;
	padding-left: 20px;
}

.product-category-tree li.current > a {
    font-weight: bold;
    text-decoration: underline;
    color: #0073aa;
}
.shop_table .woocommerce-shipping-totals{
	display:none!important;
}
.woocommerce-checkout-review-order .wc_payment_method{
display:none!important;
}
@media screen and (min-width: 768px) {
  body:not(.woocommerce-cart) .main-content tr th:first-child {
    width: 330px;
  }
}
