.geofield-google-map .gva-icon-map .icon-map {
  width: 54px;
  height: 54px;
  background-size: 100%;
  display: inline-block;
  position: relative;
}
.geofield-google-map .gva-icon-map .icon-map .icon-cat {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 4px;
  left: 10px;
  z-index: 9;
  background: #fff;
  color: #973a4b;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  background-image: url(/sites/default/files/img/misc/map-marker-diglo.png);
  background-position: center;
  background-size: 90%;
}
.geofield-google-map .btn-show-calculate-wrapper {
  position: absolute;
  /*margin-top: -430px;*/
  top: 42px;
  margin-left: 10px;
  padding: 15px 0px;
}
@media (max-width: 769px) {
.geofield-google-map .btn-show-calculate-wrapper {
  left: 190px;
  top: -6px;
}
}

.geofield-google-map .btn-show-calculate-wrapper button {
  background: #aee4b5 !important;
  color: #004b7a !important;;
}
.geofield-google-map .btn-show-calculate-wrapper button {
  text-transform: none !important;
}
.geofield-google-map .btn-show-calculate-wrapper button:hover {
  background: #004b7a !important;
  color: #aee4b5 !important;
}
.geofield-google-map .distance-metrix-wrapper {
  position: absolute;
  top: 25%;
  /*margin-top: -360px;*/
  margin-left: 10px;
  padding: 15px 17px;
  background-color: white;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  z-index: 1;
}
.geofield-google-map .distance-value-wrapper {
  color: #004b7a;
  font-size: 1.2rem;
}
.geofield-google-map .sticky-btn-show-calculate-wrapper {
  position: fixed !important;
  margin-top: -180px !important;
}
.geofield-google-map .sticky-distance-metrix-wrapper {
  position: fixed !important;
  margin-top: -105px !important;
}

@media (min-width: 1200px) {
  .geofield-google-map .distance-metrix-wrapper {
    top: 15%;
  }
}
