/*
 * Plugin style
 */
/* line 9, ../scss/numberstyle.scss */
.numberstyle-qty {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  border: 1px solid #D0D0D0;
}

/* line 16, ../scss/numberstyle.scss */
.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  line-height: 40px;
  outline: 0;
  box-shadow: 0px;
}

/* line 31, ../scss/numberstyle.scss */
.numberstyle-qty .qty-btn {
  width: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: all 250ms ease;
}

/* line 40, ../scss/numberstyle.scss */
.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: rgba(116, 116, 116, 0.5);
}

/* line 45, ../scss/numberstyle.scss */
.numberstyle-qty input {
  width: 50px;
  border-left: 0;
  border-right: 0;
  color: #747474;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

/* line 55, ../scss/numberstyle.scss */
.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0;
}

/* line 60, ../scss/numberstyle.scss */
.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 66, ../scss/numberstyle.scss */
.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}
