#market-selector a {
  text-decoration: none;
  color: #998242;
  font-size: 18px;
  font-family: libre franklin;
}

#market-selector-overlay.overlay {
  font-family: libre franklin;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 3px 5px 5px #d3d3d3;
}

#market-selector-overlay .close-btn {
  font-size: 28px;
  float: right;
  padding: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-decoration: none;
  color: #4B4B4B;
}

#market-selector-overlay .market-title {
  text-align: center;
  color: #4B4B4B;
  font-size: 36px;
  margin-top: 40px;
  line-height: 44px;
}

#market-selector-overlay .market-subtitle {
  text-align: center;
  color: #AFAFAF;
  font-size: 20px;
  margin: 16px 0 32px 0;
  line-height: 28px;
}

#market-selector-overlay .market-subtitle a {
  color: #998242;
  text-decoration: none;
}

#market-selector-overlay .market-sections {
  margin: 30px 220px;
  border-top: 1px solid #dddddd;
  overflow: auto;
  height: 380px;
}

#market-selector-overlay .market-sections section h3 {
  color: #434343;
  margin: 32px 0 24px 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

#market-selector-overlay .market-sections section ul {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 4;
  /* Firefox */
  -webkit-column-fill: auto;
  column-fill: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

#market-selector-overlay .market-sections section ul .market-menu-item a {
  color: #393939;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
}

#market-selector-overlay .market-sections section ul .market-menu-item a span {
  text-transform: capitalize;
}

#market-selector-overlay .market-sections section ul .market-menu-item a span.language {
  font-weight: normal;
}

#market-selector-overlay .market-sections section ul .market-menu-item a span.separator {
  margin: 0 5px;
}

#market-selector-overlay .market-sections section ul .market-menu-item.selected a {
  color: #998242;
}

#market-selector-overlay .market-sections section ul .market-menu-item.selected a span {
  color: #998242 !important;
}
