body, html {
  font-family: 'Helvetica Neue', Helvetica, Arial sans-serif
  font-weight: 100;
  color: #000;
  background-color: #fff;
}

#header {
  text-align: center;
  font-weight: 100; }
  #header #brands-navigator {
    font-weight: 100; }
    #header #brands-navigator .brand-input {
      font-weight: 100;
      position: relative;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      vertical-align: baseline;
      display: inline; }

.tt-menu {
  text-align: left;
  background-color: white;
  padding: 1rem;
  width: 100%; }

.tt-highlight {
  color: #000;
  font-weight: 400; }

.tt-cursor {
  background-color: #E2E2E2; }

.table {
  font-size: small;
  text-align: center;
  color: #000;
  font-weight: 300; }

.table th {
  text-align: center; }

.table-hover > tbody > tr:hover {
  background: #000;
  color: #fff; }

#uomo img, #donna img, #bambino img {
  width: 100%; }

.gender__selector--container {
  padding: 0; }
  .gender__selector--container .gender__selector {
    list-style: none;
    background-color: #6D6E71; }
    .gender__selector--container .gender__selector a{
      color: white;
      display: block;
      line-height: 2;
      font-size: 1.5rem;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none; 
      font-weight: 600;
      letter-spacing: 1px;
      font-family: 'Courier Prime', 'Courier New', Courier, monospace;
    }
    .gender__selector--container .gender__selector.active a {
      background-color: #000; 
      color: #fff;
    }

.gender__size__title {
  text-align: center; 
  font-family: 'Courier Prime','Courier New', Courier, monospace;
  font-weight: 600;
}

.brandsButton {
  display: block;
  background-color: white;
  border: 1px solid #ccc;
  color: #3a3a3a;
  text-transform: uppercase;
  text-align: center;
  margin: 0.5rem; }
  .brandsButton:hover {
    background-color: black;
    color: #fff;
    border: 1px solid black; }
    
.jumbotron {
background-color: #363636;
border-radius: 0;
}
.jumbotron .container{
   color: #fff;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
}