#wcfmmp-user-locaton-map {
	width: 100%; 
	height: 300px; 
	border: 1px solid #DFDFDF; 
}

#wcfmmp_user_location{padding-right:32px;}

#wcfmmp_user_location_field .woocommerce-input-wrapper{position:relative}

#wcfmmp_user_location_field i.wcfmmmp_locate_icon {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -12px;
	cursor: pointer;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	#wcfmmp-user-locaton-map { 
		width: 325px;
	}
}