.inputCount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
  text-align: center;
}
.inputCount__cart {
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.inputCount_count {
  width: 29px;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
.inputCount_sign {
  cursor: pointer;
  width: 18px;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #920d30;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.inputCount_sign:not(:active):hover {
  background-color: #00bcfe;
}

/*# sourceMappingURL=../maps/component/inputCount.css.map */
