/*
Theme Name: Gonzo's Offspring
Theme URI: http://
Description: Child Theme for Gonzo
Author: Gonzo Buyer
Author URI: http://
Template: gonzo
Version: 0.1
*/

@import url('../gonzo/style.css');

/* Put your css in after this line :-) */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 21.05% !important;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count {
    margin: 0 3.5em 1em 0 !important;
}

.shop-menu ul li {
	display: inline-block;
	text-align: center;
	border-bottom: 2px solid #ccc;
	background: #eee;
	line-height: 3em;
}
.shop-menu ul li a {
    display: block;
}
.shop-menu ul li.active {
	border-bottom: 2px solid #3eb8d1;
}
.shop-menu ul li.active a {
	font-weight: bold;
	color: #333;
}
@media (max-width:666px) {
	.shop-menu ul li {
		width: 95%;
		margin-right: 0.8em;
		margin-bottom: 0.5em;
	}
}
@media (min-width:667px) {
	.shop-menu ul li {
		width: 30%;
		margin-right: 0.8em;
		margin-bottom: 1em;
	}
}
media (min-width:1024px) {
	.shop-menu ul li {
		width: 18%;
		margin-right: 1em;
	}
}