/* Always set the map height explicitly to define the size of the div
* element that contains the map. */

#checkout-map {
	width: 100%;
	/* max-width: 500px; */
	height: 500px;
	border: 1px solid #c6c6c6;
	/* border: 1px solid #000000; */
}

/* Optional: Makes the sample page fill the window. */
#checkout-map-description {
	/* font-family: Roboto; */
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#checkout-map #infowindow-content {
	display: inline;
}

.pac-card {
	/*margin: 10px 10px 0 0;*/
	width: 100%;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	/* font-family: Roboto; */
}

#pac-container {
	/*padding-top: 12px;
				padding-bottom: 12px;*/
	/*margin-right: 12px;
				margin-left: 12px;*/
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	/* font-family: Roboto; */
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	/* font-family: Roboto; */
	font-size: 14px;
	font-weight: 300;
	padding: 0 11px 0 11px;
	text-overflow: ellipsis;
	width: 100%;
	height: 2.2em;
	box-sizing: border-box;
}

#pac-input:focus {
	border-color: #4d90fe;
}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}

#checkout-map-address,
#checkout-map-coordinate {
	width: 100%;
	/* max-width: 500px; */
    border: 1px solid #c6c6c6;
    display: flex;
	/* border: 1px solid #000000; */
	/* text-align: left; */
}
#checkout-map-address-left {
	width: 70%;
    text-align: left;
    margin: 5px;
}
#checkout-map-address-right {
	width: 30%;
    text-align: center;
    margin: 5px;
    vertical-align: middle;
    margin: auto;
}
#checkout-map-address-right .select-drop-location-button{
    background: #000;
    color: #fff;
    padding: 5px;
    border: none;
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

#selected-checkout-map-address {
	width: 100%;
	/* max-width: 500px; */
    border: 1px solid #c6c6c6;
    display: flex;
	/* border: 1px solid #000000; */
	/* text-align: left; */
}
#selected-checkout-map-address-left {
	width: 70%;
    text-align: left;
    margin: 5px;
}
#selected-checkout-map-address-right {
    width: 30%;
    text-align: right;
    margin: 5px;
    vertical-align: top;
}

#selected-checkout-map-address-right .select-drop-location-button{
    background: #000;
    color: #fff;
    padding: 5px;
    border: none;
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}