/*CHARACTERS LIST - product info*/
.product_info_characters {
  padding:0px;
  margin:0px;
  list-style-type: none;
}
.product_info_characters li {
  display:block;
  float:left;
}
.product_info_characters li:after {
  content : " , ";
}
.product_info_characters li:last-child:after {
  content : "";
}

.tab-pane h2 {
  color: #000;
  font-size: 1.308em;
  font-weight: 400;
  padding: 5px 0;
}
.tab-pane p {
  color: #595959;
}

.tab-pane p strong {
  color: #191919;
}

.footer__bottom .footer__logo {
  margin: -3px 3px 0 0;
  padding-left: 3px;
}

.footer__bottom a {
  text-decoration: none;
}
.font-404 {
  color: #fff;
  font: bold 200px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s linear 0s;
}
