/*
 Theme Name:     Shopkeeper Child Theme
 Theme URI:      NA
 Description:    Shopkeeper Child Theme
 Author:         Free Enterprise
 Author URI:     
 Template:       shopkeeper
 Version:        1.0.0
*/
 
@import url("../shopkeeper/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.menu-item:hover, .main-navigation > ul > li > a, .main-navigation > ul > li > a:hover {
	color: #fff;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.filter-popup {
	display: none;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.woocommerce .page-title,
.woocommerce-page .page-title,
.woocommerce-page h1,
.woocommerce h1,
.on-shop,
.dm-shop-title {
	font-size: 2.3125rem;
    font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.xlarge-block-grid-4 > li,
.attachment-shop_catalog {
	max-width: 370px;

}

.shop_header {
	margin-bottom: 0px;
}

.product_li {
	padding: 20px 30px 30px;
}

.store-locator__actions-bar > table {
	margin-bottom: 0;
}