/*STORE LIST ROWS*/
#store-listing-rows {
	border-top: 1px solid #e2e2e2;
}

.store-list-row-container {
	display: flex;
	max-width: 100%;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	padding: 1rem .5rem 1rem 2rem;
	border-bottom: 1px solid #e2e2e2;
}

.store-list-row-item {
	flex-basis: 100%;
}

.store-list-row-item-col02 {
	flex-basis: 100%;
}

.store-list-row-item-col03 {
	flex: 0 0 250px;
}

/*
.store-bucket {
	padding: 1rem .5rem 1rem 2rem;
}
*/
.store-number {
	font-weight: bold;
	float: left;
	border: 1px solid #d1d2d3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	height: 2.15rem;
	line-height: 2.15rem;
	margin: 0;
	padding: 0;
	font-size: .9rem;
	width: 2.15rem;
	text-align: center;
}

.store-content {
	margin-left: 3rem;
}

.store-content a {
	display: block;
}

.store-name {
	font-size: 16px;
	font-weight: bold;
}

.store-address {
	line-height: 1.25rem;
	padding-bottom: 1rem;
}

.store-hours {
	line-height: 1.25rem;
	padding-bottom: 1rem;
}

.store-link-icon {
	display: inline-block;
	width: 20px;
	text-align: center;
	margin-right: 6px
}

.block-link {
	display: block;
}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	
	.store-list-row-container {
		flex-wrap: wrap;
	}
	
	.store-list-row-item-col02, 
	.store-list-row-item-col03 {
		margin-left: 3rem;
	}
	
}
























