/* BUILD255 — editable decimal cart quantity, minimum 0.50 */
.posScreen .cartQtyBox{
  gap:5px!important;
}
.posScreen .cartQtyInput255{
  width:62px!important;
  min-width:62px!important;
  height:34px!important;
  min-height:34px!important;
  box-sizing:border-box!important;
  padding:3px 5px!important;
  border:2px solid #9fc8ae!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#071b11!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1!important;
  text-align:center!important;
  font-variant-numeric:tabular-nums!important;
  outline:none!important;
}
.posScreen .cartQtyInput255:focus{
  border-color:#087542!important;
  box-shadow:0 0 0 3px rgba(8,117,66,.12)!important;
}
.posScreen .cartQtyInput255[readonly]{
  background:#eef3f0!important;
  color:#526158!important;
}
@media(max-width:800px){
  .posScreen .cartQtyInput255{
    width:56px!important;
    min-width:56px!important;
    height:30px!important;
    min-height:30px!important;
    font-size:13px!important;
  }
}
