.nav.top-menu > li > a {
  color: #ffffff;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 13px;
  margin-right: 32px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.productdetails-tabs {
    display: none;
}

.additional-images img {
    margin-right: 8px;
    width: 110px;
    height: auto;
}

.page-error {
    background: url(../images/error-bg.jpg) no-repeat center center #1b2838;
    background-size: cover;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}