/*!
Theme Name: ProStore
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: prostore
*/

.home header.woocommerce-products-header.container {
    display: none;
}

.home .site-content {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
	min-height: 500px;
}
.home.logged-in .site-content {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.woocommerce-loop-product__title{
	text-align: center !important;
}
.product-content {
    text-align: center;
}
@media only screen and (min-width: 768px) {
	footer {
    	/*bottom: 0;
    	position: absolute;
    	width: 100%;*/
	}
}
@media only screen and (max-width: 767px){
	.woocommerce-account .woocommerce > h2, .woocommerce-account .woocommerce > .woocommerce-form-login{
		flex: 1 1 100% !important;
	}
}