#tb-marketselector {
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  /* margin-right: 20px; */
  padding:8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  height:40px
}

#tb-marketselector a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 100%;
  text-transform: uppercase;
}

/* #tb-marketselector a:hover:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #998242;
  display: block;
  position: absolute;
  top: 48px;
  width: 100%;
} */

#tb-marketselector-overlay .container-fluid {
  position: relative;
}

#tb-marketselector-overlay .tb-icon-close {
  top: 40px;
  position: absolute;
  right: 32px;
  cursor: pointer;
}

#tb-marketselector-overlay.overlay {
  width: 100%;
  position: fixed;
  top: 80px !important;
  left: 0;
  z-index: 999;
  display: none;
  background: #fff;
  color: #393939;
  box-shadow: 3px 5px 5px #d3d3d3;
}

#tb-marketselector-overlay .tb-marketselector-close-btn {
  font-size: 28px;
  text-decoration: none;
  position: absolute;
  right: 32px;
  cursor: pointer;
}

#tb-marketselector-overlay .tb-marketselector-close-btn span {
  color: #393939;
  position: relative;
  font-size: 16px;
  right: 4px;
  top: -3px;
}

#tb-marketselector-overlay .tb-marketselector-title {
  text-align: center;
  font-size: 36px;
  margin-top: 40px;
  line-height: 44px;
}

#tb-marketselector-overlay .tb-marketselector-subtitle {
  text-align: center;
  font-size: 20px;
  margin: 16px 0 32px 0;
  line-height: 28px;
}

#tb-marketselector-overlay .tb-marketselector-subtitle a {
  color: #998242;
  text-decoration: none;
}

#tb-marketselector-overlay .tb-marketselector-sections {
  border-top: 1px solid #DDDDDD;
  overflow: auto;
  height: 380px;
}

#tb-marketselector-overlay .tb-marketselector-sections section {
  padding-bottom: 20px;
}

#tb-marketselector-overlay .tb-marketselector-sections section h3 {
  color: #434343;
  margin: 32px 0 24px 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 4;
  list-style: none;
  padding: 0;
  margin: 0;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item .tb-marketselector-menu-item {
  line-height: 40px;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a {
  color: #393939;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a span {
  text-transform: capitalize;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a span.tb-marketselector-language {
  font-weight: normal;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a span.tb-marketselector-separator {
  margin: 0 8px;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a:hover:after {
  width: 100%;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item.selected a {
  color: #998242;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item.selected a span {
  color: #998242 !important;
}

@media only screen and (max-width: 768px) {
  .tb-marketselector {
    display: none;
  }
  #tb-marketselector-overlay {
    display: none;
  }
  #tb-marketselector-overlay.overlay {
    z-index: 1099;
  }
  #tb-marketselector-overlay .container-fluid {
    padding: 0;
  }
  #tb-marketselector-overlay .tb-marketselector-close-btn {
    display: none;
  }
  #tb-marketselector-overlay .tb-marketselector-title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    padding: 0px 24px;
    position: relative;
  }
  #tb-marketselector-overlay .tb-marketselector-subtitle {
    text-align: left;
    padding: 0px 24px;
  }
  #tb-marketselector-overlay .tb-marketselector-dropdown-menu {
    display: none;
  }
  #tb-marketselector-overlay .tb-marketselector-sections section h3 {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    margin: 0;
    z-index: 1299;
    padding: 12px 24px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  #tb-marketselector-overlay .tb-marketselector-sections section h3:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    right: 24px;
    top: 24px;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.25%205.98319L1.07915%2012L0.75%2011.4286L9.93338%205.98319L0.75%200.571429L1.07915%203.92512e-09L11.25%205.98319Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  .tb-market-select .tb-marketselector-title, .tb-market-select .tb-marketselector-subtitle, .tb-market-select .tb-marketselector-section-title {
    display: none;
  }
  .tb-market-select h3.tb-market-selected-option {
    display: block !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #393939 !important;
    padding: 24px !important;
  }
  .tb-market-select h3.tb-market-selected-option:after {
    display: none !important;
  }
  .tb-market-select .tb-market-selected-option + .tb-marketselector-dropdown-menu {
    display: block !important;
    -webkit-column-count: auto !important;
    column-count: auto !important;
  }
  .tb-market-select .tb-market-selected-option + .tb-marketselector-dropdown-menu .tb-marketselector-menu-item {
    border-bottom: 1px solid #DDDDDD;
    padding: 12px 24px;
  }
  .tb-market-select .tb-market-selected-option + .tb-marketselector-dropdown-menu .tb-marketselector-menu-item a {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
  }
}
