.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-bottom: 1.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: 1.5rem;
  height: 2.5rem;
  margin: 0 1.5rem;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.inputCount_count:focus {
  background-color: transparent;
  box-shadow: none;
}
.inputCount_sign {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #005fa2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.inputCount_sign:not(:active):hover {
  box-shadow: 1px 2px 8px rgba(16,18,18,0.24);
  background-color: #007fd9;
  color: #fff;
}

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