#stores_list .modal-content {
  border-radius: 20px;
}

#stores_list .modal-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

#stores_list .close {
  display: contents;
}

#stores_list .close:hover path {
  fill: #E3CC00;
}

#stores_list .list-filter {
  padding: 0 12px 10px;
  border-bottom: 1px solid #E4E6E8;
}

#stores_list .list-filter > * {
  padding: 0 8px;
}

/* Select appearance when modal opened */
#wrapper #stores_list .select2-selection {
  padding: 11px 19px;
}

#wrapper #stores_list .select2-selection:after {
  top: 15px;
  right: 19px;
}

body.modal-open .select2-container--open .select2-dropdown {
  padding: 0 19px 6px;
}

body.modal-open .select2-results .select2-results__options[aria-expanded=true] .select2-results__option {
  padding: 5px 0;
}
/* *** */

#stores_list .list-filter .select2-container {
  width: 100% !important;
}

#stores_list .stores-list {
  padding: 10px 20px 20px;
}

#stores_list .store-item {
  padding: 15px 0;
  gap: 10px;
  border-bottom: 1px solid #E4E6E8;
}

#stores_list .store-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

#stores_list .store-details {
    font-size: 12px;
}

#stores_list .store-name,
#stores_list .store-phone,
#stores_list .store-email {
  color: #4C4F51;
  font-weight: 600;
  line-height: 18px;
}

#stores_list .store-phone,
#stores_list .store-email {
  color: #0075E3;
}

#wrapper #stores_list p {
  display: flex;
  gap: 5px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .hp-contact-heading .stores-list-btn {
    margin: 0 auto;
  }

  #stores_list .list-filter {
    row-gap: 15px;
    text-align: left;
  }
}
