.xoo-cp-qtybox {
  display: flex;
  float: left;
  flex-wrap: nowrap;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
}

span.xcp-plus,
span.xcp-minus {
  border: 1px solid #efefef;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  width: 41px;
  color: black;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a19f9f14;
  padding: 6px 12px 8px;
}
input[type="number"].xoo-cp-qty {
  height: 41px;
  padding: 6px 12px 8px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 20px;
  line-height: 20px;
  box-shadow: none;
  margin: 0 !important;
}
