@charset "UTF-8";
.list-wrapper {
  padding: 15px;
  overflow: hidden;
}

.list-item {
  box-shadow: 0px 0px 10px 0px #EEE;
}

.list-item h4 {
  color: #FF7182;
  font-size: 18px;
  margin: 0 0 5px;
}

.list-item p {
  margin: 0;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #FFF;
  background-color: var(--primary);
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  color: #666;
  background-color: #FFF;
}

.list-item .panel-heading {
  padding: 0;
  border: 0;
}
.list-item .panel-title > a, .list-item .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.btn-group-radio .radio {
  margin: 0px;
}

.btn-group-radio label {
  display: block;
  background-color: #FFF !important;
  color: #230871 !important;
  border: 1px solid #68478d !important;
  padding: 10px;
}

.btn-group-radio label.checked {
  background-color: #230871 !important;
  color: #FFF !important;
}

.btn-group-radio input {
  opacity: 0;
}

.map-background {
  width: 100%;
  position: absolute;
  z-index: 100;
  max-width: 380px;
  left: 60px;
}

.rtl .map-background {
  left: inhert;
  right: 60px;
}

@media (max-width: 992px) {
  .wrapper {
    width: 100%;
  }
}
.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title > a:before {
  content: "−";
  float: left;
  transition: all 0.5s;
  font-size: 32px;
  line-height: 35px;
}

.panel-title > a.collapsed:before {
  content: "+";
}

.panel-title > a, .panel-title > a:active {
  padding: 15px;
  display: block;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.custom-clustericon div {
  color: white !important;
  font-size: 18px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  width: 75px !important;
  height: 75px !important;
  margin: 9px auto;
}

.custom-clustericon img {
  position: relative !important;
  height: 75px;
  width: 75px;
}

#hoursDl, #addressDl {
  display: flex;
}

#hoursDl dt {
  width: 60px;
}

#addressDl dt {
  width: 72px;
}

#addressDl dd {
  padding-left: 8px;
}

p {
  margin-bottom: 3.5px !important;
}

.gm-ui-hover-effect {
  margin: 4px !important;
  right: 0px !important;
}

.hidden-lum {
  display: none;
}

.map-size {
  width: 100%;
  height: 900px;
}

.map-icon-position {
  display: flex;
  flex-direction: row-reverse;
}

.map-icon-size {
  width: 28px;
  height: 36px;
}

.custom-regions-error {
  display: none;
}

.gm-style-iw-d dl {
  display: flex;
}

.rtl .gm-style-iw-t .gm-style-iw .gm-ui-hover-effect {
  margin: 4px !important;
  left: inherit !important;
}

.panel-title .row {
  align-items: center;
}
.panel-title .row dl {
  margin: 0;
}
.panel-title .row dd {
  margin-bottom: 0;
}