.vrac-pro-qty{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  margin:12px 0;
}

.vrac-pro-qty__input{
  width:72px;
  text-align:center;
  padding:10px 8px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:12px;
}

.vrac-pro-qty__btn{
  width:42px;
  height:42px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
  font-size:18px;
  line-height:1;
}
