#map {
  height: 100%;
  overflow: auto;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.shipping_div {
  width: 200px;
  height: 200px;
  background-color: black;
}

.addf_auto_billing_invalid_addr {
  text-align: center;
  color: rgb(241, 36, 36);
  font-weight: bold;
  font-size: 18px;
}

.addf_auto_shipping_invalid_addr {
  text-align: center;
  color: rgb(241, 36, 36);
  font-weight: bold;
  font-size: 18px;
}