.row, .col-lg-3, .col-sm-6, .col-xs-12 {
	    box-sizing: border-box !important;
}
.store_item a {
	font-size: 16px;
}
.store_item.top a {
	font-weight: bold;
}

.stores_block {
	column-count: 2;
	column-gap: 16px; 
}
.stores_block .store_item {
	break-inside: avoid;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
} 
@media (min-width: 768px) {
	.stores_block {
		column-count: 4;
		column-gap: 32px; 
	}
}
