.dnnFormMessage {
  height: fit-content !important;
}

.dnnFormInfo {
  height: auto !important;
}

.location_box {
  display: block;
  width: 100%;
  padding: 0 10px 0 0;
  vertical-align: super;
}

.location-icon {
  color: #666666;
  cursor: pointer;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  fill: #666666;
}

.location-icon:hover {
  color: #00809f;
  cursor: pointer;
  fill: #00809f;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}

.location-icon svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.location-icon span {
  display: none;
}

.location-wrapper {
  position: absolute;
}

.location_loading {
  width: 100%;
  float: left;
  text-align: center;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
}

.location-modal {
  z-index: 10001;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #ffffff;
  display: flex;
  width: 100vw;
  position: fixed;
  left: 50%;
  margin-left: -50vw;
  margin-right: -15px;
  top: 80px;
  align-items: stretch;
  flex-flow: column;
  justify-content: space-between;
}

.top-panel {
  min-height: 30px;
  text-align: right;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.top-location-panel {
  height: 40px;
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding: 7px 10px;
}

.top-location-panel svg {
  vertical-align: bottom;
  height: 25px;
  width: 25px;
}

.top-location-panel span {
  vertical-align: super;
  display: inline-block;
  padding: 0 5px;
  font-weight: 700;
  font-size: 14px;
}

.top-location-panel span span {
  padding: 0;
  text-transform: capitalize;
  vertical-align: initial;
}

.middle-panel {
  text-align: left;
  display: table;
  padding: 17px;
  min-width: 350px;
  height: auto;
}

.bottom-panel {
  height: 50px;
  text-align: right;
  border-top: 1px solid #d5d5d5;
  vertical-align: middle;
  margin-top: -20px;
}

.location-heading {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

.location-subheading {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
}

.save-button {
  height: 30px;
  background-color: #00809f;
  width: 100px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  border-width: 0px;
  border-style: solid;
  margin: 7px;
}

.location-input-wrapper {
  position: relative;
}

.location-address-input {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  height: 20px;
  padding: 20px 40px 20px 20px;
}

.location-address-input:focus {
  outline: 0px;
}

.location-search-icon {
  width: 25px;
  position: absolute;
  right: 5px;
  top: calc(50% - 0.5em);
  color: #a0a0a0;
  line-height: 20px !important;
}

.location-loading {
  width: 100%;
  float: left;
  text-align: center;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.loader {
  margin: 20px auto;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #1f597c;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.location-close {
  position: absolute;
  right: 10px;
  top: calc(50% - 0.83em);
  width: 30px;
  cursor: pointer;
}

.location-close:before,
.location-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 4px;
  background-color: #a0a0a0;
  border-radius: 7px;
}

.location-close:hover:before,
.location-close:hover:after {
  background-color: #00809f;
}

.location-close:before {
  transform: rotate(45deg);
}

.location-close:after {
  transform: rotate(-45deg);
}

.location-table {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.location-table-row {
  min-width: 120px;
  margin-bottom: 20px;
}

.location-table-header-cell {
  font-size: 12px;
  font-weight: bold;
}

.location-table-body-cell {
  margin: 4px 0px;
}

.location-table-body-cell span {
  font-size: 13px;
  padding: 3px 5px;
  text-transform: capitalize;
}

.location-table-body-cell span:hover {
  background-color: #00809f;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.location-table-body-cell.location-selected span {
  background-color: #00809f;
  color: #ffffff;
  border-radius: 4px;
}

.locationMap {
  display: none;
}

.footer-address-wrapper {
  display: none;
}

.pac-container {
  z-index: 10050 !important;
}

div[id^="Top-Panel-"] .close {
  font-size: 23px;
  padding: 0 15px;
  line-height: 60px;
}

/*map*/
.google-map {
  min-height: 100px;
  background-color: #e3e3e3;
}

.popup-tip-anchor {
  position: absolute;
  width: 500px;
  max-width: 90%;
  margin-top: -55px;
}

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: white;
  margin: -6px 0 0 -5px;
}

.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  border-radius: 5px;
  overflow-y: auto;
  max-height: 300px;
  padding: 5px;
  line-height: 1.3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #cacaca;
  text-transform: capitalize;
}

.popup-bubble-content h6 {
  padding-bottom: 5px;
}

.popup-bubble-content svg {
  vertical-align: sub;
  color: #4d4d4d;
  fill: #4d4d4d;
}

.popup-bubble-content p,
.popup-bubble-content a,
.popup-bubble-content a:active,
.popup-bubble-content a:visited,
.popup-bubble-content a:link {
  font-size: 10px;
  margin: 0px 0px 3px 0px;
}

.popup-bubble-content a,
.popup-bubble-content a:active,
.popup-bubble-content a:visited,
.popup-bubble-content a:link {
  text-transform: none;
}

.gmap01 {
  height: 220px;
  width: 220px;
}

.open-hours {
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-address-store-name {
  text-transform: capitalize;
  font-size: 14px;
}