.block-stores {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .block-stores-listing {
    flex: 0 0 25%;
    max-width: 25%;
    display: inline-block; }
  .block-stores--details {
    width: 100%;
    display: flex; }
  .block-stores-map {
    flex: 0 0 75%;
    max-width: 75%;
    float: right;
    display: inline-block;
    width: 100%;
    position: relative; }
    .block-stores-map-form {
      position: absolute;
      top: 25px;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 9;
      width: 50%;
      opacity: 0;
      transition: opacity 500ms;
      visibility: hidden; }
      .block-stores-map-form__autocomplete {
        width: 75%;
        float: left; }
      .block-stores-map-form__nearby {
        width: 25%;
        float: left; }
      .block-stores-map-form--visible {
        visibility: visible;
        opacity: 1; }
    .block-stores-map__embed {
      height: 500px; }
  .block-stores__tab {
    width: 100%;
    display: none; }
    .block-stores__tab-indicator {
      display: inline-block;
      margin: 0 0 -1px;
      padding: 15px 25px;
      font-weight: 600;
      text-align: center;
      color: #abc;
      border: 1px solid transparent; }
    @media (max-width: 767px) {
      .block-stores__tab--opened {
        display: block; } }
  @media (max-width: 767px) {
    .block-stores-listing {
      display: none;
      flex: 0 0 100%;
      max-width: 100%; }
      .block-stores-listing--opened {
        display: block; }
    .block-stores--details {
      flex-direction: column-reverse; }
    .block-stores-map {
      flex: 0 0 100%;
      max-width: 100%;
      max-height: 0; }
      .block-stores-map__embed {
        display: none; }
      .block-stores-map--opened {
        max-height: none; }
        .block-stores-map--opened .block-stores-map__embed {
          display: block; } }

.block-stores__no-listing .block-stores-listing {
  display: none; }

.block-stores__no-listing .block-stores-map {
  flex: 0 0 100%;
  max-width: 100%;
  max-height: none; }
  .block-stores__no-listing .block-stores-map .block-stores-map__embed {
    display: block; }

.store-item {
  margin: 20px 0; }
  .store-item__title {
    font-weight: bold; }
    .store-item__title a {
      color: black; }

.block-store-single__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.block-store-single__address {
  flex: 0 0 25%;
  max-width: 25%; }

.block-store-single__map {
  flex: 0 0 75%;
  max-width: 75%; }

.store-single-item {
  margin: 20px 0; }
  .store-single-item__title {
    font-weight: bold; }
    .store-single-item__title a {
      color: black; }

