.stores-grid .store_card_layout {
		width: calc(20% - 30px);
	}
	.products-grid .product_card_layout {
		width: calc(20% - 30px);
	}
@media (max-width: 1699px){
	.stores-grid .store_card_layout {
		width: calc(33.33333% - 30px);
	}
	.products-grid .product_card_layout {
		width: calc(25% - 30px);
	}
}
@media (max-width: 1499px){
	.products-grid .product_card_layout {
		width: calc(33% - 20px);
	}
}
@media (max-width: 1300px){
	.stores-grid .store_card_layout {
		width: calc(50% - 30px);
	}
}
@media (max-width: 991px){
	.stores-grid .store_card_layout {
		width: calc(50% - 15px);
	}
	.stores-list .store-card {
		width: calc(50% - 15px);
	}
}
@media (max-width: 699px){
	.stores-grid .store_card_layout {
		width: 100%;
	}
	.stores-list .store-card {
		width: 100%;
}