#content {
  padding-bottom: 80px;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  width: 100%;
  margin: auto;
}
#content > * {
  width: 100%;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 25px;
}
.form-group {
  display: flex;
  flex-direction: column;

  width: 100%;
}

.form-group label {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  text-align: left !important;
}
.form-group input,
.form-group select,
#checkout-checkout select {
  width: 100%;
  border: 0.5px solid #000;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 0px 16px;
  height: 40px;
  background-color: transparent;
}
.form-control:focus {
  border: 0.5px solid #000 !important;
  box-shadow: unset !important;
}

.panel-body input.form-control {
  width: 100%;
  border: 0.5px solid #000;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 0px 16px;
  height: 40px;
  background-color: transparent;
}
.panel-body textarea.form-control {
  width: 100%;
  border: 0.5px solid #000;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 16px;

  background-color: transparent;
}

.form-group input::placeholder {
  color: #a9abbd;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  color: #000;
}

form fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
#content .buttons {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}
#content .btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  height: 50px;
  padding: 0px 47px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-color: #b07c34;
  border-radius: 11px;
  border: none;
  transition: all 0.3s ease;
  display: flex;
}
#content .btn:hover {
  opacity: 0.8;
}
#content form legend {
  font-size: 21px;
  padding-bottom: 20px;
}
#content .list-unstyled li {
  padding-bottom: 5px;
}
.table-bordered tr {
  border-bottom: 1px solid #000;
}
.table-bordered tr td {
  padding: 7px;
}
#content .radio-inline {
  display: inline-flex;
  gap: 7px;
  margin-right: 20px;
}
#payment-new .form-group {
  margin-bottom: 12px;
}
div.required .control-label:not(span):before,
td.required:before {
  content: "* ";
  color: #ff6363;
  font-weight: bold;
}
/*.panel-title{
    padding: 5px 10px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    background: #ccc;
    border-radius: 5px;
}
.panel-body {
    margin-bottom: 20px;
}
.text-danger{
    padding-top:5px
}*/
.hidden {
  display: none;
}
/*.form-horizontal .radio{
    padding: 5px;
}*/
.panel {
  border-radius: 8px !important;
}
.panel,
.panel-heading {
  background-color: transparent !important;
  background: transparent !important;
}
