﻿.map-view {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

#retailers {
  display: none;
  visibility: hidden;
}

.map-view h1 {
  padding-top: 20px;
  font: 200 40px/45px "Myriad Pro", Arial, Helvetica, sans-serif;
  color: #fff;
}

.formatted-address {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #333;
  margin-top: 5px;
}

.address-error {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 15px 0;
    margin-bottom: 0;
    display: none;
}

.map-view .form {
    background-color: #9e9e9e;
}

.map-view .container {
    max-width: 980px;
    margin: 0 auto;
}

.map-view .search-form {
    display: flex;
    padding: 10px 0;
}

.search-form button {
  font-size: 18px;
  font-family: "Myriad Pro", Arial, sans-serif;
  border-radius: 20px;
  padding: 6px 20px;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
  line-height: 28px;
  min-width: 80px;
}

.search-form button:hover {
  outline: none;
  box-shadow: 0 0 0 4px #f79fbe;
  background: #e30040;
}

.search-form .reset {
  display: none;
  min-width: 55px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  margin-top: 10px;
  text-transform: none;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  background-color: rgb(27, 27, 27);
  font-size: 16px;
  padding: 10px;
  position: absolute;
  top: -7px;
  right: 5px;
}

.search-form .reset:hover {
  box-shadow: none !important;
  background-color: rgb(73, 73, 73);
}

.search-form .reset::after {
  display: none;
}

.search-form .show {
  display: block;
}
.search-form .search-field {
  position: relative;
  width: 100%;
}

.search-form .search-field input {
  font-size: 17px;
  display: inline-block;
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid transparent;
  position: relative;
}

.search-form .search-field input:focus {
  outline: none;
  border: 1px solid #333;
}

.stores-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.stores-list li {
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.stores-list .active {
  background-color: #333;
  color: #fff;
}

.stores-list li:last-child {
  border-bottom: 0;
}

.stores-list li span {
  display: inline-block;
}

.stores-list li p {
  margin-bottom: 10px;
}

.stores-list li strong {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  min-width: 150px;
  margin-bottom: 5px;
}

.stores-list li a {
  margin-top: 5px;
  display: block;
  max-width: fit-content;
}

.map-view .map-container {
  position: relative;
  width: 100%;
}

.map-view .stores-list {
  display: none;
  max-height: calc(100% - 90px);
  overflow-y: scroll;
  position: absolute;
  left: 10px;
  top: 85px;
  z-index: 0;
  border: none;
  background: white;
  padding: 0;
  box-shadow: 1px 1px 3px rgba(192, 192, 192, 0.548);
}

.map-view .stores-list:not(:empty) {
  width: 300px;
  display: block;
}
.map-view .stores-list a:lang(en)[target="_blank"]:after {content: '';}

#map {
  width: 100%;
  height: calc(100vh - 260px);
}

.gmnoprint button {
  min-width: 40px !important;
}

.gmnoprint {
    z-index: 99 !important;
}

/*.gm-style-mtc {
    z-index: 99 !important;
}

.gm-style-mtc ul {
    z-index: 99 !important;
}*/

.gm-style-iw > div > div {
    padding: 15px;
    display: block !important;
}

@media only screen and (max-width:768px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width:768px) {
    .map-view .stores-list:not(.empty) {
        position: relative;
        width: auto;
        position: relative;
        left: unset;
        top: unset;
        padding: 0 5px;
        margin-top: 20px;
    }
  .stores-list li strong {
    display: block;
  }
}