@charset "UTF-8";
/*
 * Pleasing the eye
 */
.box_in {
  float: left;
  display: flex;
  width: 110px;
  height: 42px;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  color: rgb(31 41 55 / 0.8);
  font-family: 'Inter';
  overflow: hidden;
  margin-left:-2px;
}

/*
 * Plugin style
 */
.numberstyle-qty {
  position: relative;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
  //border: 1px solid rgb(229 231 235);
  margin-top:3px;
  height:43px;
}

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

.shadow-sm {
  padding:3px;
  padding-right:7px;
  padding-left:7px;
  opacity: 1;
  border-radius: 999px;
  font-weight: 700;
  margin-left: 0px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index:1;
}

.shadow-sm-min {
  padding:3px;
  padding-right:7px;
  padding-left:7px;
  opacity: 1;
  border-radius: 999px;
  font-weight: 700;
  margin-left: 0px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.numberstyle-qty .qty-btn {
  width: 30px;
  font-size: 16px;
  cursor: pointer;
  z-index: 999999;
  border: 1px solid var(--first-color-savebutton);
  border-radius: 999px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 250ms ease;
  color: var(--first-color-savebutton);
}

.numberstyle-qty .qty-btn:active {
  transform: scale(0.9);
  background-color:var(--first-color-savebutton);
  color: #fff;
}

.numberstyle-qty .qty-btn.disabled {
  transform: scale(1);
  cursor: default;
  color: rgba(116, 116, 116, 0.5);
  top: 0px;
  background-color:#FFF;
}

.blur-button {
opacity:0.3;
}

.numberstyle-qty input {
  width: 40px;
  border-left: 0;
  border-right: 0;
  color: rgb(31 41 55 / 0.8);
  font-size: 15px;
  font-weight: 400;
  z-index: 1;
}

.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}

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

.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}
