/* button used inside cart to step through cart / checkout process */
#button-next-step {
  width: 100%;
  height: auto;
  border: 0 solid black;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* #txcode-id, #phone-id{ */
  /* border: 10 solid black; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */

/* } */