.address_map {
  /* height: 100%; */
  /* position: initial !important; */
  height: 350px;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

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

#infowindow-content {
  display: none;
}

.address_map #infowindow-content {
  display: inline;
}

.search_input {
  margin: 10px 10px 0 0;
  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-bottom: 12px;
  margin-right: 12px;
}

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

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

.search_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;
}

.search_input:focus {
  border-color: #4d90fe;
}

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

/* div#billing_address_map_field, */
div#shipping_address_map_field {
  height: 420px;
  margin-bottom: 100px;
}
input#shipping_address_map_search_input,
input#billing_address_map_search_input {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 1rem;
  margin-top: 0;
}
.address-fields {
  display: none !important;
}
.set-location-opt {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.change-location-opt .change-your-location {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #2980b9;
  line-height: 2.8;
  padding: 0 1.5em;
  text-transform: uppercase;
  overflow: hidden;
  margin: 15px 0;
  display: inline-block;
  /*margin-left: 15px;*/
}
.wpml_lang_en .set-location-opt .set-your-location {
  margin-left: 0px;
  margin-right: 15px;
}
.pac-container {
  z-index: 99999;
}
@media (min-width: 768px) {
  #map-modal .modal-dialog {
    width: 450px;
  }
}

#map-modal .modal-header {
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}

#map-modal .modal-header .close {
  border: none;
  box-shadow: none;
  margin-right: 2px;
}

#map-modal .modal-content {
  border-radius: 0;
  width: 100%;
}

#map-modal .modal-body {
  padding: 20px;
}

#map-modal .modal-body > p {
  margin: 0;
}

#map-modal .modal-body #billing_address_map_search_input {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  width: calc(100% - 80px);
  z-index: 99999999;
  border: 1px solid #d3d3d3;
  background: #fff !important;
  padding: 0 10px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#map-modal .modal-footer {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0 20px 20px;
  align-items: center;
  justify-content: center;
}

#map-modal .modal-footer button {
  width: fit-content;
  width: moz-fit-content;
  margin: 0 auto;
  font-weight: 300;
}

#map-modal .modal-footer .confirm-location {
  order: -1;
  margin: 0 auto 10px !important;
  text-transform: uppercase;
}

#map-modal .modal-footer .btn-default {
  background: none;
  border: none;
  box-shadow: none;
  color: #666;
}

#map-modal .alert {
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  margin: 20px 20px 0;
  font-size: 0.9rem;
  text-align: center;
}

#map-modal .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

@media screen and (max-width: 480px) {
  #map-modal .modal-body {
    padding: 10px;
  }
  #map-modal .modal-body #billing_address_map_search_input {
    left: 20px;
    right: 20px;
    top: 20px;
    width: calc(100% - 40px);
    padding: 0 5px;
    font-size: 16px;
  }

  #billing_address_map_address_input {
    font-size: 12px;
    text-overflow: ellipsis;
  }
}

#billing_address_map_address_input {
    border: none;
	box-shadow: none;
}