#location-name {
  font-family: 'Fedra Serif B Demi 2', 'FedraSerifDemi', Georgia;
  font-size: 16px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin: 5px 0;
}

.hoverinfo {
  width: 450px;
  display: flex;
}

.leftblock {
  width: 100px;
}

.leftblock img {
  width: inherit;
}

.rightblock {
  width: 320px;
  padding: 5px 15px;
  font-family: "Fedra Sans Alt Book 2","FedraSansBook",Verdana,sans-serif;
  font-size: 13px
}

.sustainability-icons img {
  margin-right: 5px;
}

.datamaps-hoverover h2>a:hover {
  text-decoration: none;
}

.datamaps-hoverover h2 a:after {
  content: " \2197";
}

.custom-sourcing-map .rightblockHeader {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.custom-sourcing-map .rightblockHeader .mainImage {
  margin-right: 20px;
}

.custom-sourcing-map .rightblockHeader h2#location-name {
  border: none !important;
  font-size: 20px;
  line-height: 1.2 !important;
}

.custom-sourcing-map .datamaps-hoverover .rightblock{
  font-size: 14px !important;
  line-height: 24px !important;
}

.custom-sourcing-map .datamaps-hoverover .hoverinfo {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 10px 5px;
}

.custom-sourcing-map circle.datamaps-bubble {
  stroke: none !important;
}

.custom-sourcing-map .mainImage img{
  min-height: 60px;
  width: auto;
  max-height: 90px;
  max-width: 190px;
}

/*JAVALI*/
.datamaps-hoverover .mobile-map-close{
  display:none;

}

.datamaps-hoverover .hoverinfo{
  width: auto;
}

.custom-sourcing-map circle.datamaps-bubble {
  stroke: none !important;
}

@media (max-width: 500px) {
  .datamaps-hoverover .hoverinfo {
    width: 320px;
  }

  .datamaps-hoverover{
    left: 0!important;
  }

  .rightblock {
    width: auto;
  }

  .custom-sourcing-map .rightblockHeader{
    width: 250px;
  }

  body[class*="page-node-type"] .datamaps-hoverover .mobile-map-close, .datamaps-hoverover .mobile-map-close{
    display: block;
    width: 15px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
