#locInfo {
	white-space: nowrap;
	width: 7em;
	text-overflow: ellipsis;
	overflow: hidden;
}

#locInfoMob {
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.loc-modal-body {

}

#locmap {
	width:100%;
	height: 50vh;
	background:#727579;
	border-radius: 15px;
}

.loc-inp-wrap {
	position: relative;
	padding-bottom: 0.5em;
}

#locinputtxt {
	height: 45px;
	width: 100%;
	text-indent: 14px;
	border: 1px solid #8f9393;
	border-radius: 15px;
}

#locinputbtn {
	width: 4em;
	height: 45px;
	background: #eeeeee;
	border: 1px solid #8f9393;
	border-left: 0;
	border-radius: 0 15px 15px 0;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #5c636a36;
	z-index: 2000;
	display: flex;
}

.modal-overlay i {
	font-size: 600%;
}

.shopGeoSet select {
	width: 60%;
}


@media (max-width: 767px){
	.shopGeoSet select {
		width: 98%;
	}
}