#map {
  width: 100%;
  height: 300px;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchInput {
  background-color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 3px 15px;
  text-overflow: ellipsis;
  width: 100%;
  height: 35px;
  box-shadow: unset;
}
#searchInput:focus {
  border-color: #4d90fe;
}
.gosend_box {
  border: 1px solid #aaa;
  position: relative;
}
.gosend_header {
  background: #8cc63f;
  padding: 5px 20px;
}
.gosend_info {
  padding: 5px 20px;
  min-height: 30px;
}
.gosend_box a {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: underline;
}
.map-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 903;
  background-color: rgba(0, 0, 0, 0.8);
}
.map-wrapper.noshow {
  top: -2000px;
}
.map-wrapper .map-wrapper-box {
  position: absolute;
  width: 80%;
  max-width: 850px;
  margin: auto;
  padding: 25px;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-wrapper-box .map-top-info {
  text-align: center;
}
.map-wrapper-box .map-top-info h1 {
  line-height: normal;
  margin: 0;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  font-size: 22px;
  text-transform: capitalize;
}
.map-wrapper-box .map-top-info p {
  padding: 20px 0;
  margin: 0;
}
.map-wrapper-box .action-button {
  position: static;
}
.map-wrapper-box .action-button.close-map .close {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}
.map-wrapper-box .action-button.close-map .close:hover {
  background: transparent;
}
.map-wrapper-box .action-button.close-map .close:after {
  content: "X";
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.map-wrapper-box .action-button.confirm-button {
  text-align: center;
  padding-top: 20px;
}
.map-wrapper-box .action-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #1fb90d;
  margin: 0 5px;
}
.map-wrapper-box .action-button a:hover {
  background: #5b960d;
  color: #fff;
}
.map-wrapper-box .action-button a.close {
  background: #ccc;
}
.map-wrapper-box .action-button a.close:hover {
  background: #444;
  color: #fff;
}
#geoData {
  display: none !important;
}
.pinmap-button {
  background: unset;
  background-color: #F6F6F6;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #535353;
}
.pinmap-button:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url(../../images/udropship/icon-pin-location.png) 0 0 no-repeat;
  vertical-align: middle;
}
div .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: inherit;
}
.map-wrapper-box .action-button.float-confirm-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.float-confirm-button .buttons-container {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 12px rgba(0,0,0,.25);
}
.float-confirm-button .buttons-wrapper {
  margin-top: 24px;
}
.map-wrapper-box .action-button.float-confirm-button.noshow {
  display: none;
}