/*
 Theme Name:   Born To Give Child
 Description:  Born To Give Theme Woocommerce-Anpassungen
 Author:       Christian Drath
 Author URI:   http://netactive.de
 Template:     born-to-give
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  borntogivechild
*/
.na-styles .shop-categories{
	padding-top: 100px;
}
.single-product .na-styles .shop-categories{
	padding-top: 0px;
}
.na-styles .shop-categories li{
	float: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.na-styles .shop-categories li:last-child{
	border-bottom: 0;
}
.na-styles .shop-categories li img{
	display: none;
}
.na-styles .shop-categories li mark{
	background: none;
}
.woocommerce ul.products li.product .price{
	color:#276230;
}

@media only screen and  (max-width: 992px) {
	.na-styles .shop-categories{
		padding-top: 0;
	}
	.na-styles .shop-categories li{
		padding-bottom: 3px;
		margin-bottom: 3px;
	}

}