.whiteroom__checkout {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  font-family: "Inter", sans-serif;
  background: #FFFFFF;
}
.whiteroom__checkout .input-text {
  border: solid 1px #929292;
  border-radius: 0.25rem;
  background-color: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__checkout-review-order {
  position: sticky;
  z-index: 1;
  top: 5rem;
}
@media (min-width: 1200px) {
  .whiteroom__checkout {
    margin-top: 2vw;
  }
  .whiteroom__checkout .input-text {
    border: solid 0.2vw #929292;
    border-radius: 0.25vw;
  }
  .whiteroom__checkout-review-order {
    top: 5vw;
  }
}