#gmap-glf-content {
  font-family: "Aso Sans", sans-serif;
  font-weight: 500;
}

#gmap-glf-content p {
  margin-bottom: 10px;
}

#gmap-glf-content span {
  margin-bottom: 10px;
  display: inline-block;
}

#gmap-glf-content .gmap-glf-address span {
  margin-bottom: 0;
}

#gmap-glf-content .gmap-glf-title p {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

#gmap-glf-content .gmap-glf-filiale p {
  text-transform: uppercase;
}

#gmap-glf-content .gmap-glf-title span {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

#gmap-glf-content .gmap-glf-title span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 19px;
  background: url('../images/LOCATION.png');
  position: absolute;
  top: 2px;
  left: 0;
}

#gmap-glf-content .gmap-glf-type p {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0px;
}

#gmap-glf-content .gmap-glf-type span {
  font-weight: 700;
  font-size: 18px;
}

#gmap-glf-content .gmap-glf-more p {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0px;
}

#gmap-glf-content .gmap-glf-more span {
  font-weight: 700;
  font-size: 18px;
}

.glf-map-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.glf-map-filters-wrapper {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 10;
  background-color: #8c0f92;
  padding: 3%;
  overflow-y: auto;
}

.glf-map-filters-wrapper .js-form-type-radio {
  padding-left: 0px;
}

.glf-map-filters-wrapper label, .glf-map-filters-wrapper .filter-group__title {
  cursor: pointer;
  margin-top: 15px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #b463b9;
  position: relative;
}

.glf-map-filters-wrapper label.option {
  border-bottom: none;
  padding-left: 30px;
  text-transform: none;
}

.glf-map-filters-wrapper label:after, .glf-map-filters-wrapper .filter-group__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 8px;
  height: 14px;
  background: url('../images/arrow_right.png');
}

.glf-map-filters-wrapper label.opened:after, .glf-map-filters-wrapper .filter-group__title.opened:after {
  width: 14px;
  height: 8px;
  background: url('../images/arrow_down.png');
}

.glf-map-filter.not-expandables label:after {
  display: none;
}

.glf-map-filters-wrapper .js-form-type-checkbox label {
  margin-top: 14px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 2s linear;
  padding-bottom: 0px;
  border-bottom: none;
}

.glf-map-filters-wrapper .js-form-type-checkbox label:after {
  display: none;
}

.glf-map-filters-wrapper .js-form-type-checkbox input {
  display: inline-block;
  width: auto;
}

.glf-map-filters-wrapper .glf-map-filter,
.glf-map-filters-wrapper .js-webform-radios label {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 2s linear;
  height: 0;
}

.glf-map-filters-wrapper .filter-group > .glf-map-filter.opened {
  margin-top: 30px;
}

.glf-map-filters-wrapper .glf-map-filter.opened,
.glf-map-filters-wrapper .js-form-type-checkbox label.opened,
.glf-map-filters-wrapper .js-webform-radios label.opened {
  margin-top: 15px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 2s linear;
  height: auto;
}

.glf-map-filters-wrapper .js-form-type-checkbox label.opened {
  margin-top: 14px;
}

.glf-map-filters-wrapper .gmap-glf-filters-reset {
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
}

.glf-map-filters-wrapper .gmap-glf-filters-reset:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  width: 17px;
  height: 17px;
  background: url('../images/RESET.png');
  margin: auto;
}

.glf-map-filters-wrapper .js-form-type-radio label::before,
.glf-map-filters-wrapper .js-form-type-radio label::after {
  background: #8c0f92;
  border: 1px solid #fff;
}

.glf-map-filters-wrapper .js-form-type-radio label::after {
  background: #fff;
  display: none;
}

.glf-map-filters-wrapper .js-form-type-radio input:checked ~ label::after {
  display: inline-block;
}

.glf-map-wrapper__overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

.glf-map-wrapper__overlay--visible {
  display: flex;
}

.glf-map-wrapper__overlay-text {
  color: #fff;
  margin: auto;
}

@media screen and (min-width: 992px) {
  #map {
    width: 75%;
    margin-left: auto;
  }

  .glf-map-wrapper__overlay {
    width: 75%;
  }
}
