/* @override http://www.mankind.com.au/wp-content/themes/mankind/css/desktop.css */

@media only screen and (max-width: 1080px) {
	
	.sticky,
	.menu,
	#shop-menu-container,
	#shop-menu-logged-out,
	#shop-menu-logged-in,
	#list-child-page {
		display: none!important;
	}
	
	#shop-hdr-gift-vouchers {
		background-position: left top !important;
		background-size: 40% !important;
		margin-top: 18px !important;
	}
	
	.menu .current_page_item a,
	.current-page-ancestor a,
	.current-post-parent a,
	.current-menu-item a {
		border: 1px solid #778e1d;
		background-color: #778e1d;
		color: white;
	}
	
	input#s,
	.wpcf7-form input,
	.wpcf7-form textarea {
		width: 80%;
	}
	
	.woocommerce-page .entry-title,
	.woocommerce-page .entry-title a,
	.woocommerce .page-title,
	.woocommerce #order_review_heading {
		margin-top: 50px;
	}
	
	.woocommerce #content ul.products li {
		width: 200px !important;
		margin: 10px!important;
		border: 1px solid white!important;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.woocommerce #content ul.products li img {
		width: 200px;
		height: auto;
	}
	
}