/* CORE */
.storedesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2rem 1rem;
    font-size: 0.85rem;
    justify-content: center;
  }
  
  .map {
    position: relative;
  }
  
  .ggsearch-block-container {
    position: absolute;
    top: 30px;
    z-index: 9;
  }
  
  .ggsearch-block {
    position: relative;
  }
  
  input.ggsearch-form {
    width: 100%;
    height: calc(1.4004em + 1rem + 4px);
  }
  
  a.masonrylink,
  a.masonrylink:hover {
    text-decoration: none;
  }
  
  .blabel-content {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 4px;
    line-height: 1.2;
    white-space: nowrap;
    font-family: "LatoWebBold", sans-serif;
    font-weight: 600;
    font-size: 0.65rem;
    text-transform: uppercase;
  }
  
  .store-pp:not(.store-card-in-bounds) {
    display: none!important;
  }
  
  .post-resume {
    text-decoration: none;
  }
  
  .post-resume-title {
    color: #000;
    line-height: 1.1;
    font-family: "LatoWebBold", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
  }
  
  .post-resume-desc {
    font-size: 0.85rem;
    color: #3f4444;
    font-family: "LatoWeb", sans-serif;
    font-weight: 400;
  }
  
  .storescatfilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 1.2;
  }
  
  .storescatfilters .cf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 18px;
    border-radius: 20px;
    white-space: nowrap;
  }
  
  .storescatfilters .js_swfilter_name {
    width: auto;
    background-color: white;
    color: #000000;
    border-color: #000000;
    font-family: "LatoWebBold", sans-serif;
    font-weight: 600;
    font-size: 0.6875rem;
    text-transform: uppercase;
    border: solid 1px #9fabaf;
    align-items: center;
    padding: 4px 18px;
    border-radius: 15px;
    white-space: nowrap;
    height: 30px;
    margin: 0 3px 6px 3px;
    letter-spacing: 0.2px;
  }
  
  .storescatfilters .js_swfilter_name.selected {
    background: #9fabaf;
    color: #fff;
    border: solid 1px #9fabaf;
  }
  
  .gm-ui-hover-effect {
    width: 24px !important;
    height: 20px !important;
  }
  
  .gm-ui-hover-effect span {
    width: 16px !important;
    height: 16px !important;
    margin: 4px !important;
  }
  
  .windowInfoLeft {
    font-size: 0.85rem;
    color: #3f4444;
    font-family: "LatoWeb", sans-serif;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .windowInfoLeft .gg-storename {
    font-size: 1rem;
    color: #3f4444;
    font-family: "LatoWebbold", sans-serif;
    font-weight: 600;
    padding-bottom: 4px;
  }
  