/* Checkout simplification shared by the Classic staging theme and future themes. */
body#checkout .cart-summary-products .js-show-details {
  display: none !important;
}

body#checkout .cart-summary-products #cart-summary-product-list,
body#checkout .cart-summary-products #cart-summary-product-list.collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

.dt-company-purchase {
  margin: 14px 0 8px;
  padding: 14px 0 2px;
  background: #f7f7f5;
  border-left: 4px solid #b51f28;
}

.dt-company-purchase__choice {
  margin-bottom: 10px;
}

.dt-company-purchase__fields {
  padding-top: 14px;
  border-top: 1px solid #dededb;
}

.dt-company-purchase__fields[hidden] {
  display: none !important;
}

.dt-invoice-address-choice {
  margin-top: 12px;
  padding: 14px 0;
  background: #f7f7f5;
  border-left: 4px solid #b51f28;
}

.dt-invoice-address-choice small {
  display: block;
  margin-top: 5px;
  line-height: 1.45;
}

body#checkout .dt-address-options {
  margin: 14px -15px 8px;
  background: #f7f7f5;
  border-left: 4px solid #b51f28;
}

body#checkout .dt-address-options > .dt-company-purchase,
body#checkout .dt-address-options > .dt-invoice-address-choice {
  margin: 0;
  padding: 14px 0;
  background: transparent;
  border-left: 0;
}

body#checkout .dt-address-options .dt-company-purchase__choice,
body#checkout .dt-address-options > .dt-invoice-address-choice {
  margin-right: 0;
  margin-left: 0;
}

body#checkout .dt-address-options .dt-company-purchase__choice {
  margin-bottom: 0;
}

body#checkout .dt-address-options > .dt-invoice-address-choice {
  margin-bottom: 0;
  border-top: 1px solid #dededb;
}

body#checkout .dt-address-options .dt-company-purchase__fields {
  margin-top: 14px;
}

@media (min-width: 768px) {
  body#checkout #header .header-nav > .container > .row {
    display: flex;
    align-items: center;
  }
}
