#wheretobuy-full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.wheretobuy-full-inner {
  position: relative;
  height: 100%; }

#wheretobuy-full-map-canvas {
  position: relative;
  height: 100% !important; }

.wheretobuy-map-overlay {
  width: calc(100% - 2rem);
  height: calc(75px - 2rem );
  position: absolute;
  z-index: 1000;
  padding: 1rem;
  background-color: white; }
  .wheretobuy-map-overlay .logo {
    position: relative;
    float: left;
    width: 20%;
    height: 100%; }
    .wheretobuy-map-overlay .logo img {
      max-width: 100%;
      height: 100%; }
  .wheretobuy-map-overlay .head {
    width: 80%;
    float: right; }
    .wheretobuy-map-overlay .head button {
      float: right;
      background-color: #021E43;
      color: #fff;
      border: 1px solid #021E43;
      border-radius: 0;
      height: calc(2.25rem + 2px);
      font-size: 1.1rem;
      margin-left: 1rem; }
    .wheretobuy-map-overlay .head input, .wheretobuy-map-overlay .head select {
      border: 1px solid #021E43;
      height: calc(2.25rem + 2px);
      vertical-align: initial;
      border-radius: 0;
      font-size: 1.1rem;
      float: right;
      margin-left: 1rem;
      padding-left: 10px;
      padding-right: 10px; }
    .wheretobuy-map-overlay .head select {
      height: 42px;
      -webkit-appearance: none;
      background: #fff url("data%3Aimage%2Fsvg%2Bxml%3Bcharset%3Dutf8%2C%3Csvg+xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27+viewBox%3D%270+0+4+5%27%3E%3Cpath+fill%3D%27%2523333%27+d%3D%27M2+0L0+2h4zm0+5L0+3h4z%27%2F%3E%3C%2Fsvg%3E"); }
    .wheretobuy-map-overlay .head input:focus, .wheretobuy-map-overlay .head input:active, .wheretobuy-map-overlay .head select:focus, .wheretobuy-map-overlay .head select:active, .wheretobuy-map-overlay .head button:focus, .wheretobuy-map-overlay .head button:active {
      outline: none; }
  .wheretobuy-map-overlay .body {
    height: calc(100% - 77px);
    overflow: auto;
    display: none; }
  .wheretobuy-map-overlay .search-markers-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem; }
    .wheretobuy-map-overlay .search-markers-list li {
      margin-bottom: 1rem;
      overflow: hidden;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem; }
      .wheretobuy-map-overlay .search-markers-list li .left {
        float: left;
        max-width: 60%; }
      .wheretobuy-map-overlay .search-markers-list li img {
        max-width: calc(40% - 1rem);
        float: right; }
      .wheretobuy-map-overlay .search-markers-list li strong {
        font-weight: 600; }

/*# sourceMappingURL=styles.css.map */
