/*
Theme Name: Buffalo Naval Park
Version: 1.0
Author: GraphicLux
Author URI: https://graphiclux.com/
Template: enfold
*/


@media only screen and (max-width: 767px) {
	#top.archive.woocommerce .sidebar {
    	display: block !important;
    	border: 0 !important;
	}

	#top.archive.woocommerce .template-shop .container {
	    display: flex;
	    flex-direction: column-reverse;
	}

	#top.archive.woocommerce .sidebar_left .content {
	    padding-left: 0;
	}

	#top.archive.woocommerce #main .sidebar_left .sidebar .inner_sidebar .widget:last-child{
		display: none;
	}
}

@media only screen and (min-width: 767px) {
	#top.archive.woocommerce .container_wrap .template-shop .widget{
		display: none
	}
}

#top nav.woocommerce-breadcrumb {
    margin-bottom: 30px;
}

