#basket {
  background-color: #D2E4F6;
  width: 102px;
  height: 24px;
  float: right;
}

#bag {
  border: none;
  margin-top: 3px;
}

#numitems {
  color: #7F7F7F;
  font-size: 12px;
  font-weight: bold;
  margin-top: 9px;
  margin-left: 3px;
  position: absolute;
}

