/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



.woocommerce-product-search button[type=submit] {
	background-color: #72BE86 !important;
}
/* Filters op shoppage aan en uit schakelen */
@media screen and (max-width: 800px){
	.showbelow800{
		display: block!important;
		margin-bottom:30px;
	}
}

@media( max-width: 767px ) {
   .woocommerce.post-type-archive .module-small-shop .container {    
      display: table;    
   }

   .woocommerce.post-type-archive .module-small-shop .container .shop-with-sidebar {
       display: table-footer-group;
   }
}