/* The Modal (background) */
.wc-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top of all */
  padding-top: 70px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.wc-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.wc-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -8px;
}

.wc-close:hover,
.wc-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.wc-modal-height {
  height: max-content;
}

.wc-map-height {
  height: 460px;
}

.wc-modal-header {
  margin: auto;
  width: 79%;
}

.wc-modal-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wc-modal-col-sm-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%
}

.wc-modal-col-sm-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.wc-mb-15 {
  margin-bottom: 15px;
}

.wc-fl-right {
  float: right;
}

#billing_checkout_autofill_location_picker_field span{
  display: none !important;
}

#shipping_checkout_autofill_location_picker_field span{
  display: none !important;
}