/* Essential Grid styles
----------------------------------------------------------------- */

.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
	line-height:36px;
	margin:0;
}
.flat-light .esg-filters .esg-sortbutton {
	padding-right: 0;
}


/* The house shop grid */
#home_products_esg .esg-overflowtrick {
	overflow: visible;
}
#home_products_esg .esg-filterbutton,
#home_products_esg .esg-loadmore {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#home_products_esg .esg-filterbutton span {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
#home_products_esg .esg-loadmore-wrapper {
	margin-top: 4.3em;
}
#home_products_esg .esg-loadmore {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.1px;
	padding: 0.45em 1.5em;
}

#home_products_esg .esg-overflowtrick .mainul {
	margin-top: 2em;
}
#home_products_esg .esg-overflowtrick .mainul li:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.09);
	box-shadow: 0 0 15px rgba(0,0,0,0.09);
}
#home_products_esg .esg-filters {
	padding: 0 3.8em;
}
#home_products_esg .esg-filters:before,
#home_products_esg .esg-filters:after {
	background: url('../../images/filters_bg.png') no-repeat;
	content: '';
	height: 2px;
	width: 57px;
	position: absolute;
	top: 1.1em;
}
#home_products_esg .esg-filters:before {
	left: 0;
}
#home_products_esg .esg-filters:after {
	right: 0;
}
#home_products_esg .esg-filterbutton {
	border: 0;
	padding: 0 1.5em;
}

