.minty-store-locator-map-container {
  width: 50%;
  height: 80vh;
}

.minty-store-locator-content,
.minty-store-locator-filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.minty-store-locator-row-filters,
.minty-store-locator-city,
.minty-store-locator-perimeter,
.minty-store-locator-country {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.minty-store-locator-city,
.minty-store-locator-perimeter,
.minty-store-locator-country {
  width: 20%;
}

.minty-store-locator-btn-search {
  width: auto;
}
.minty-store-locator-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.minty-store-locator-wrapper input,
.minty-store-locator-wrapper select,
.minty-store-locator-wrapper button {
  height: 40px;
  border: 1px solid #0000ff;
  font-weight: 400;
}

.minty-store-locator-filters,
.minty-store-locator-results {
  background-color: #f4f3f3;
  padding: 20px;
}

.minty-store-locator-label,
.minty-store-locator-city,
.minty-store-locator-perimeter,
.minty-store-locator-country {
  font-size: 18px;
  font-weight: 700;
}

.minty-store-locator-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.minty-store-locator-brands input {
  display: none;
}

.minty-store-locator-brands label {
  padding: 5px 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.minty-store-locator-filters input[type='text'] {
  border-radius: 0;
  border: 1px solid #0000ff;
  width: 60%;
  padding-left: 15px;
}

select {
  padding: 8px 16px;
  font-size: 16px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.minty-store-locator-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}

.minty-store-locator-shop-name {
  font-weight: 700;
}

a.minty-store-locator-shop-infos {
  border: 1px solid #1e1e3e;
  border-radius: 0;
  padding: 10px;
  background-color: transparent;
  color: #1e1e3e;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

a.minty-store-locator-shop-infos:hover {
  background-color: #1e1e3e;
  color: #ffffff;
}

input:checked + label {
  background-color: #1e1e3e;
  color: #70bbbe;
}

button.minty-store-locator-btn-search {
  padding: 6px 18px;
  background-color: #0000ff;
  color: #fff;
  border: 1px solid #0000ff;
  transition: 0.4s ease-in-out;
  border-radius: 0;
  line-height: 18px;
  height: 36px;
  margin-left: 0;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

button.minty-store-locator-btn-search:hover {
  background-color: transparent;
  color: #000000; /*changement couleur de texte au hover*/
}

.minty-store-locator-shop {
  transition: 0.4s ease-in-out;
  padding: 5px;
}

.minty-store-locator-shop:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.minty-store-locator-country-select,
.minty-store-locator-perimeter-select {
  position: relative;
  background-color: #ffffff;
  height: 40px;
  width: 100px;
}

.minty-store-locator-country-select i,
.minty-store-locator-perimeter-select i {
  font-size: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: darkgrey;
  transition: 0.4s ease-in-out;
}

.minty-store-locator-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 80vh;
  gap: 20px;
  align-items: stretch;
  padding: 50px;
  margin-top: 5% !important;
}

.minty-store-locator-content {
  display: contents;
  width: auto;
  height: auto;
}

.minty-store-locator-filters {
  grid-column: 1 / 3;
  padding: 40px 0;
}

.minty-store-locator-results {
  grid-column: 1 / 2;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.minty-store-locator-map-container {
  grid-column: 2 / 3;
  width: 100%;
  height: 100%;
}

.minty-store-locator-city,
.minty-store-locator-country,
.minty-store-locator-perimeter,
.minty-store-locator-btn-search {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: 700;
}

.minty-store-locator-perimeter-select {
  width: 45%;
}

select#minty-store-locator-country {
  font-weight: 400;
  font-family: 'Poppins';
}

.gm-style .gm-style-mtc button {
  line-height: 0;
}

@media (max-width: 992px) {
  .minty-store-locator-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .minty-store-locator-content {
    width: 100%;
    height: auto;
  }

  .minty-store-locator-map-container {
    width: 100%;
    height: 400px;
  }

  .minty-store-locator-city,
  .minty-store-locator-perimeter,
  .minty-store-locator-country {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .minty-store-locator-city input[type='text'],
  .minty-store-locator-country-select,
  .minty-store-locator-perimeter-select {
    width: 70%;
    max-width: 280px;
    padding-left: 15px;
  }

  .minty-store-locator-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .minty-store-locator-results {
    min-height: 40vh;
    max-height: none;
  }

  .minty-store-locator-btn-search {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  button.minty-store-locator-btn-search {
    width: 50%;
    height: 40px;
    padding: 10px 12px;
    font-size: 13px;
    margin: 0 auto;
    max-width: 200px;
	margin-top: 20px;
  }
}
