.store-info {
	margin-bottom: 37px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e5e5
}

@media (max-width:767px) {
	.store-info {
		margin-bottom: 0;
		padding: 27px 25px 22px;
		border-bottom: 0
	}
	.store-info:nth-child(2n+1) {
		background-color: #f2f2f2
	}
}

.store-info:last-child {
	margin-bottom: 0
}

.store-info__name {
	margin-bottom: 11px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px
}

@media (max-width:767px) {
	.store-info__name {
		margin-bottom: 5px;
		font-size: 18px
	}
}

.store-info__address {
	margin-bottom: 32px;
	color: #797979;
	line-height: 18px
}

@media (max-width:767px) {
	.store-info__address {
		margin-bottom: 21px
	}
}

.store-info__address-line {
	display: block
}

@media (max-width:767px) {
	.store-info__address-line {
		font-size: 15px;
		line-height: 1.2
	}
}

.store-info__map-pin-btn {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	color: #3799ea;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase
}

@media (max-width:767px) {
	.store-info__map-pin-btn {
		font-size: 18px
	}
}

.store-info__map-pin-btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 17px;
	height: 20px;
	background-image: url(/assets/images/pin.png);
	background-size: 100% 100%
}

.store-info__register {
	margin-top: 27px;
	padding-bottom: 8px;
	padding-right: 1px
}

.map-holesale-store-locator {
	border: 1px solid #CCC;
	position: relative;
	width: 100%;
	height: 500px	
}
.map-store-locator {
	position: relative;
	width: 100%;
	height: 810px
}

@media (max-width:767px) {
	.map-store-locator {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%
	}
}
@media (max-width:767px) {
	.store-info__register {
		margin-top: 17px
	}
}

.store-info__register-heading {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px
}

@media (max-width:767px) {
	.store-info__register-heading {
		font-size: 12px
	}
}

.store-info__select {
	width: calc(100% - 1px);
	padding: 0 10px;
	color: #4d4d4d;
	border-color: #e5e5e5
}

@media (max-width:767px) {
	.store-info__select {
		height: 35px;
		color: #000;
		font-size: 15px;
		line-height: 24px;
		padding: 5px 6px
	}
}

.store-info--map {
	max-width: 273px;
	padding-bottom: 0;
	border-bottom: 0
}

@media (max-width:767px) {
	.store-info--map {
		padding: 0
	}
	.store-info--map:nth-child(2n+1) {
		background-color: transparent
	}
}
.store-location .select-wrapper,
.store-location__map {
	width: 100%
}

@media (max-width:767px) {
	.store-location__map {
		position: relative;
		height: 395px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		overflow: hidden
	}
}

@media (max-width:500px) {
	.store-location__map {
		height: 340px
	}
}