.checkout-container {
  background: url('/images/buythebook/grid_2.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px;
}

.checkout-card {
  width: 75%;
  border-radius: 25px;
  padding: 40px;
  background: rgb(231, 231, 231);
}

.name-holder-checkout {
  width: 100%;
  margin: 0 15px 0 0;
}

.book-qty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.book-qty label {
  margin-right: 10px;
}

.book-qty input {
  width: 60px;
  text-align: center;
}


.checkout-total-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-container h3 {
  margin: 0 auto 20px 0 ;
}

.checkout-total-container h3 {
  margin: 20px ;
  font-size: 25px;
}




.checkout-button-container button {
  border-radius: 25px;
  font-size: 15px;
  transform: translateX(-15px);
}

#book-checkout input {
  border-radius: 25px;
}
