.commerce-order-form .layout-region-order-secondary {
  display: none;
}

.commerce-order-form .layout-region-order-main {
  width: 100%;
}

.commerce-order-form .field--name-field-order-party.field--label-inline .field--label {
  width: auto;
}

.commerce-order-form .profile-address {
  background: #eeebeb;
  padding: 10px;
  min-height: 150px;
}

.commerce-order-form .profile-address .field {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.commerce-order-form .field--name-order-items legend,
.commerce-order-form .field--name-order-items .help-block {
  display: none;
}

.commerce-order-form .field--name-order-items .form-type-commerce-price .form-type-commerce-number {
  width: 120px;
  min-width: 120px;
  margin-bottom: 0 !important;
}

.commerce-order-form .field--name-order-items .form-type-commerce-price .form-type-select {
  width: 100px;
  margin-bottom: 0 !important;
}

.commerce-order-form .field--name-order-items .form-number {
  display: block;
  margin-top: 0.25rem;
}

.commerce-order-form .field--name-order-items .field--name-unit-price .form-type-checkbox {
  margin-top: 5px;
}

.commerce-order-form .field--name-order-items .ief-entity-operations {
  margin: 0 !important;
}

.commerce-order-form .field--name-order-items .form-inline[data-drupal-selector="edit-order-items-actions"] {
  margin-top: 0;
}

.commerce-order-form .field--name-order-items .form-inline[data-drupal-selector="edit-order-items-actions"] > * {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  margin-bottom: 5px !important;
  margin-right: 10px;
}

.commerce-order-form .field--name-order-items .field--name-unit-price .form-type-checkbox {
  width: 80px;
}

.commerce-order-form .field--name-purchased-entity .select2-container,
.commerce-order-form .field--name-purchased-entity select {
  width: 250px !important;
}

.commerce-order-form .field--name-quantity {
  width: 120px;
}

.commerce-order-form .ief-entity-table .ief-row-entity {
  background-color: #fff !important;
}

.commerce-order-form .ief-entity-table .ief-row-entity td {
  --bs-table-bg-type: inherit;
}

.commerce-order-form .party_profile .field--name-name {
  display: none;
}

.commerce-order-form .field--name-order-items .panel .panel-heading {
  display: none;
}

.commerce-order .state-machine-transition-form {
  margin-bottom: 0;
}

.commerce-order .state-machine-transition-form .form-wrapper {
  margin-bottom: 0;
}

.commerce-order .field--name-state {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.commerce-order .profile-address .field {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.commerce-order .field--name-field-default-profile {
  display: none;
}

.party_profile .field--name-field-default-profile {
  display: none;
}

.order-total .order-total-line__total {
  padding-top: 5px;
  font-weight: normal;
}

.order-total .order-total-line-label {
  display: inline-block;
}

.order-total .order-total-line-value {
  display: inline-block;
  width: 80px;
  text-align: right;
}

.order-total .field--name-total-paid,
.order-total .field--name-field-total-due {
  padding: 5px 10px;
  text-align: right;
}

.order-total div.field.field--name-total-price,
.order-total div.field.field--name-total-paid {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.order-total div.field.field--name-field-total-due {
  padding: 10px;
  color: #fff;
  background-color: #8392ab;
}

.order-total .field .field--item,
.order-total .order-total-line .order-total-line-value {
  width: 120px;
}

.commerce-order-bill-add-form .layout-region-order-footer,
.commerce-order-bill-edit-form .layout-region-order-footer {
  width: 100%;
}

.payment-summary-line-balance,
.payment-summary-line-total-paid {
  margin-left: auto;
  width: 300px;
}

.payment-summary-line-balance .payment-summary-line-value,
.payment-summary-line-total-paid .payment-summary-line-value {
  width: 150px;
}

.payment-summary-line-total-paid {
  border-bottom: 1px solid #d2d6da;
}

.payment-summary-line-balance {
  border-bottom: 4px double #ccc;
}

.field--type-commerce-adjustment table#adjustments-values h4.label {
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
}

.field--type-commerce-adjustment table#adjustments-values tr {
  background-color: transparent !important;
}

.field--type-commerce-adjustment table#adjustments-values tr td {
  padding: 20px;
}

.field--type-commerce-adjustment .form--inline > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.field--type-commerce-adjustment .form--inline > .form-group.form-wrapper > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  min-width: 150px;
}

.field--type-commerce-adjustment .form--inline > .form-group.form-wrapper > .form-type-textfield,
.field--type-commerce-adjustment .form--inline > .form-group.form-wrapper > .form-type-commerce-price {
  width: 250px;
}

.field--name-field-exchange-rate .form-item > span, .field--name-field-exchange-rate .form-item > input {
  display: inline-block;
  vertical-align: middle;
}

.field--name-field-exchange-rate .form-item input {
  width: calc(100% - 125px);
  padding-left: 5px;
}

.field--name-field-exchange-rate .form-item label {
  width: 100%;
}

.field--type-address .address {
  border: 1px dashed grey;
  padding: 10px;
}

#coupons-values th {
  background-color: transparent !important;
}

#coupons-values h4.label {
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
}
