#main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.svg-inline--fa {
  margin-right: 5px;
}

#form-search-stores-escooter .btn {
  width: 100%;
}

.list-stores {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.store-escooter {
  width: calc(33.33% - 30px);
  padding: 16px;
  border: 1px solid #D9E1E2;
  font-weight: 600;
  line-height: unset;
  letter-spacing: 0;
}

.store-escooter .field-name {
  font-size: 18px;
  color: #3C3C3C;
}

.store-escooter .field-address,
.store-escooter .field-hotline,
.store-escooter .field-services,
.store-escooter .field-working-hours {
  margin-top: 16px;
}

.store-escooter .field-address-label,
.store-escooter .field-hotline-label,
.store-escooter .field-services-label {
  display: flex;
  justify-content: space-between;
}

.store-escooter .label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.store-escooter .field-address-label .get-direction,
.store-escooter .field-hotline-label .get-phone {
  font-size: 12px;
  color: #1464F4;
  text-decoration: none;
  cursor: pointer;
}

.store-escooter .field-address-content,
.store-escooter .field-services-content,
.store-escooter .field-working-hours-content {
  margin-top: 8px;
  font-size: 12px;
}

.store-escooter .field-services-content ul {
  margin: 0;
}

.store-escooter .field-working-hours-content {
  display: flex;
  gap: 16px;
}

.store-escooter .field-working-hours-content-column {
  background-color: #F7F9F9;
  padding: 8px;
  flex-basis: 50%;
}

.store-escooter .field-working-hours-content--label {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #84A3B6;
}

.store-escooter .field-working-hours-content--day-of-week,
.store-escooter .field-working-hours-content--hours {
  font-weight: 400;
}

#form-search-stores-escooter .form-text {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: #F7F9F9;
  border-radius: 3px;
  padding: 16px;
  box-shadow: none;
  border: 1px solid #D9E1E2;
  height: auto;
}

#form-search-stores-escooter .select2-container {
  width: 100% !important;
}

#form-search-stores-escooter .select2-container .select2-selection {
  border: 1px solid #D9E1E2;
  border-radius: 3px;
  height: auto;
}

#form-search-stores-escooter .select2-container .select2-selection .select2-selection__rendered {
  line-height: normal;
  padding: 16px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translate(0, -50%);
  background: url(../images/icon-arrow-up.svg) no-repeat center center;
  width: 20px !important;
  height: 20px !important;
  right: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

#form-search-stores-escooter .btn {
  padding: 16px;
}

#no-results {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

#no-results .field-content {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: unset;
}

#no-results .field-content-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: unset;
  margin-top: 20px;
}

#no-results .field-content-2 b {
  text-transform: uppercase;
  color: #1464F4;
  margin-left: 24px;
  font-weight: 700;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .list-stores {
    margin-top: 16px;
    gap: 16px;
  }

  .store-escooter {
    width: 100%;
  }
}
