#guest-order .form-control {
    background: #fff;
    border-radius: 5px;
}
#guest-order{
      padding-left: 15px;
}
.checkout-step {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
 
}

.step-title {
  padding: 10px 15px;
  margin: 0;
  background: #f7f7f7;
  font-size: 18px;
  cursor: pointer;
}

.step-content {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.checkout-step.active .step-content {
  max-height:100%;
  padding: 15px;
}
label.radio-block{
      display: flex;
          padding: 10px;
    font-size: large;
}
.title_checkout{
  padding: 15px 15px 0;
}
.btn-secondary{
      text-transform: none;
    border-radius: 5px;
}
