#checkout-form input, #checkout-form textarea {
  border-radius: 10px;
}
#checkout-form .iti__selected-flag {
  background-color: #000000;
  color: #ffffff;
  border-radius: 10px;
}
#checkout-form .box-checkout {
  padding: 15px;
  border: 1px solid #e0dcdb;
  border-radius: 10px;
  margin-bottom: 15px;
}

.customer-form {
  padding: 15px;
  border: 1px solid #e0dcdb;
  border-radius: 10px;
  margin-bottom: 15px;
}

.checkout-containter {
  background: #fff;
}

.card-checkout {
  border-radius: 25px;
  box-shadow: none;
  border: solid 1px #000000;
}

.list-group {
  border-radius: 0.75rem;
}