/* Checkout Block inline quantity controls */
.rm-qty{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:10px;
  max-width: 180px;
}

.rm-qty__btn{
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}

.rm-qty__btn:hover{
  border-color: rgba(0,0,0,.3);
}

.rm-qty__input{
  width:60px;
  height:36px;
  text-align:center;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
}
