/* Categories */
#store-products .store-categories
{
	margin-bottom: 20px;
	border-bottom: 2px solid #ebebeb;
}

/* Category, Product */
#store-products .store-category, #store-products .store-product { margin-bottom: 20px; }

@media (min-width: 35.5em) and (max-width: 63.9375em)
{
	[dir="rtl"] #store-products .store-category:nth-child(odd), [dir="ltr"] #store-products .store-category:nth-child(even), [dir="rtl"] #store-products .store-product:nth-child(odd), [dir="ltr"] #store-products .store-product:nth-child(even) { padding-left: 10px; }
	[dir="ltr"] #store-products .store-category:nth-child(odd), [dir="rtl"] #store-products .store-category:nth-child(even), [dir="ltr"] #store-products .store-product:nth-child(odd), [dir="rtl"] #store-products .store-product:nth-child(even) { padding-right: 10px; }
}

@media (min-width: 48em)
{
	[dir="rtl"] #store-search.have-filters #store-products { padding-right: 20px; }
	[dir="ltr"] #store-search.have-filters #store-products { padding-left: 20px; }
}

@media (min-width: 64em)
{
	[dir="rtl"] #store-products .store-category:nth-child(3n+1), [dir="ltr"] #store-products .store-category:nth-child(3n), [dir="rtl"] #store-products .store-product:nth-child(3n+1), [dir="ltr"] #store-products .store-product:nth-child(3n) { padding-left: 10px; }
	[dir="ltr"] #store-products .store-category:nth-child(3n+1), [dir="rtl"] #store-products .store-category:nth-child(3n), [dir="ltr"] #store-products .store-product:nth-child(3n+1), [dir="rtl"] #store-products .store-product:nth-child(3n) { padding-right: 10px; }

	#store-products .store-category:nth-child(3n+2), #store-products .store-product:nth-child(3n+2)
	{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 80em)
{
	[dir="rtl"] #store-products .store-category:nth-child(3n+1), [dir="ltr"] #store-products .store-category:nth-child(3n), [dir="rtl"] #store-products .store-product:nth-child(3n+1), [dir="ltr"] #store-products .store-product:nth-child(3n) { padding-left: 13.333333px; }
	[dir="ltr"] #store-products .store-category:nth-child(3n+1), [dir="rtl"] #store-products .store-category:nth-child(3n), [dir="ltr"] #store-products .store-product:nth-child(3n+1), [dir="rtl"] #store-products .store-product:nth-child(3n) { padding-right: 13.333333px; }

	#store-products .store-category:nth-child(3n+2), #store-products .store-product:nth-child(3n+2)
	{
		padding-left: 6.666666px;
		padding-right: 6.666666px;
	}
}