.campus_cart {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  width: 50px;
}

.campus_cart > .glyphicon {
  float: right;
}

a:focus, a:hover .quantity {
  background-color: transparent;
}

.quantity {
  color: white;
  font-size: 15px;
  height: 20px;
  width: 20px;
  background-color: #438EB9;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  text-align: center;
  line-height: 20px;
}

.steps a:hover {
  text-decoration: none;
}
.steps a:focus {
  outline: none;
  background-color: transparent;
}

.steps a > span:focus {
  outline: none;
}