.page-store {
	margin: 0 0 30px;
}
.address-map h3 {
	font-size: 18px;
	color: #333;
	background: url(/static/jockey-assets/store-location.png) center left no-repeat;
	padding: 8px 0 8px 45px;
	background-size: contain;
}

.address-map select {
	width: 100%;
	border: 1px solid #d7d7d7;
	color: #333;
	text-indent: 5px;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
	min-width: 60px;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .6em .8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(/static/jockey-assets/arrow_down.svg) no-repeat right center;
}

.address-cont {
	max-height: 370px;
	overflow-y: auto;
	margin-top: 15px;
	border-top: 1px solid #f5f5f5;
}

.address-detail li {
	padding-left: 14px;
	border: 1px solid #f5f5f5;
	border-top: 0;
	background: #fff;
}

.address-detail li.active {
	background:#eee;
}

.address-detail li a {
	color: #444;
	display: block;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	padding: 8px 0;
	box-sizing: border-box;
}

.address-detail li a:before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #FCD12C;
	margin-right: 10px;
	border-radius: 50%;
}

.img-map iframe {
	width: 100%;
}
@media screen and (max-width: 767px){
	iframe {
		max-width: 100%;
		height: 300px;
	}
}

@media screen and (min-width: 1200px) {
	.col-sm-4 {
		width: 25% !important;
	}
}