.stores-grid .store_card_layout {
	width: calc(25% - 30px);
}
.insta-item{
	width: calc(33.33333% - 20px);
}
.integration-item{
	width: calc(25% - 30px);
}
.products-grid .product_card_layout {
	width: calc(25% - 30px);
}
.radio-group.large-radio-group .default-radio{
	width: calc(33.33333% - 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: 1600px){
	.integration-item {
		width: calc(33.33333% - 30px);
	}
}
@media (max-width: 1499px){

	.insta-item{
		width: calc(50% - 15px);
	}
	.products-grid .product_card_layout {
		width: calc(33% - 20px);
	}
}
@media (max-width: 1300px){
	.products-grid .product_card_layout {
		width: calc(50% - 20px);
	}
	.integration-item {
		width: calc(50% - 30px);
	}
	.stores-grid .store_card_layout {
		width: calc(50% - 30px);
	}
}
@media (max-width: 991px){
	.integration-item{
		width: 100%;
	}
	.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%;
	}