.h-menu:before,
.h-menu:after {
  content: "";
  display: table;
}

.h-menu:after {
  clear: both;
}

.h-menu input[type="checkbox"] {
  display: none;
}

.h-menu ul {
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h-menu ul>li>a:hover {
  text-decoration: none;
}

.h-menu ul>li>label {
  display: inline-block;
  position: relative;
  bottom: 1px;
  left: -5px;
}