/* overrides and styles to support infinite scroll on home + collections pages */

.grid-flex {
	margin: 0;
	position:relative;
	text-align: center;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: space-around;
    -webkit-align-content: space-around;
}
.grid-flex .product {
	float: none;
	padding: 0;
	display: inline-block;
    -webkit-animation-delay: 0.5s !important;
	-moz-animation-delay: 0.5s !important;
	-o-animation-delay: 0.5s !important;
}
.grid-flex .product#more {
	margin: auto;
	padding: 20px 30%;
	font-size: 40px;
}
img#inifinite-scroll-loader {
	display: block;
	width: 150px;
	margin: auto;
	padding: 20px 30%;
}