.butchers-inner .social-txt p {
    font: 400 2.8rem "Fira Sans",sans-serif;
    line-height: 45px;
}

.butchers-map-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 90%;
  margin: 0 auto 85px;
  color: #313131;
  font-family: "Fira Sans", Arial, sans-serif;
}

.butchers-map-container * {
  box-sizing: border-box;
}

.butchers-map-container__list {
  order: 2;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.butchers-map-container__list h4 {
  margin: 0;
  padding: 18px 24px;
  background: #333132;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 800 18px "Fira Sans", sans-serif;
  line-height: 24px;
}

.butchers-pin-groups {
  max-height: 540px;
  overflow-y: auto;
}

.butchers-pin-group h5 {
  margin: 0;
  padding: 14px 24px 10px;
  background: #efefef;
  color: #333132;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 800 14px "Fira Sans", sans-serif;
  line-height: 20px;
}

.butchers-pin-group ul {
  margin: 0;
  padding: 0;
}

.butchers-pin-group li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}

.butchers-pin-card {
  display: flex;
  align-items: flex-start;
  width: 100%;
  /* min-height: 70px; */
  padding: 10px;
  border: 0;
  border-left: 4px solid transparent;
  background: #fff;
  color: #313131;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.butchers-pin-card:hover,
.butchers-pin-card.is-active {
  border-left-color: #d90020;
  background: #f7f7f7;
}

.butchers-pin-card:disabled {
  cursor: default;
  opacity: .6;
}

.butchers-pin-card__icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin: 1px 13px 0 0;
  background: url("../img/pin.svg") center / contain no-repeat;
}

.butchers-pin-card__content {
  min-width: 0;
}

.butchers-pin-card strong {
  display: block;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .05em;
  font: 800 16px "Fira Sans", sans-serif;
  line-height: 20px;
}

.butchers-pin-card span span {
  display: block;
  margin-top: 4px;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .04em;
  font: 500 13px "Fira Sans", sans-serif;
  line-height: 18px;
}

.butchers-map-container__map-wrap {
  order: 1;
  position: relative;
  min-height: 420px;
  border: 1px solid #d8d8d8;
  background: #efefef;
}

.butchers-google-map {
  width: 100%;
  height: 420px;
}

.gm-style-iw {
  flex-direction: row-reverse !important;
  padding: 15px !important;
}
.gm-style-iw-chr button {
  width: 24px !important;
  height: 24px !important;
}
.gm-style-iw-chr button span {
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
}

.butchers-google-map .gm-style-mtc button {
  height: 43px !important;
  padding: 0 22px !important;
  border-radius: 0 !important;
  font: 800 16px "Fira Sans", sans-serif !important;
  color: #313131 !important;
}

.butchers-google-map .gm-style-mtc:first-child button {
  background: #333132 !important;
  color: #fff !important;
}

.butchers-google-map .gm-control-active,
.butchers-google-map .gm-svpc {
  border-radius: 0 !important;
}

.butchers-map-empty {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: #313131;
  text-align: center;
  font: 400 18px "Fira Sans", sans-serif;
  line-height: 28px;
}

.butchers-map-container.is-empty .butchers-google-map {
  display: none;
}

.butchers-map-container.is-empty .butchers-map-empty {
  display: flex;
}

.butchers-map-info {
  max-width: 260px;
  color: #313131;
  font-family: "Fira Sans", Arial, sans-serif;
}

.butchers-map-info strong {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font: 800 16px "Fira Sans", sans-serif;
  line-height: 21px;
}

.butchers-map-info span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .03em;
  font: 500 13px "Fira Sans", sans-serif;
  line-height: 18px;
}

@media screen and (min-width: 769px) {
  .butchers-map-container {
    grid-template-columns: minmax(280px, 34%) 1fr;
    gap: 18px;
    width: 88%;
    max-width: 1260px;
  }

  .butchers-map-container__list {
    order: 1;
  }

  .butchers-map-container__map-wrap {
    order: 2;
  }

  .butchers-map-container__map-wrap,
  .butchers-google-map {
    min-height: 800px;
    height: 800px;
  }

  .butchers-pin-groups {
    max-height: 737px;
  }
}

@media screen and (min-width: 1200px) {
  .butchers-map-container {
    grid-template-columns: 392px 1fr;
  }
}
