/*
 * OC_CART_TITLE_ORDER_HISTORY_V03
 * Keep the cart's "My Order List" label visually aligned with Order History.
 */
.checkout-cart-index .oc-cart-v3 > .page-title.title-buttons {
  margin: 0 0 26px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

.checkout-cart-index .oc-cart-v3 > .page-title.title-buttons h1 {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  font-family: var(--oc-font-serif, 'Lora', serif) !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
  line-height: 1.1 !important;
  color: var(--oc-ink, #141412) !important;
  border-bottom: 2px solid var(--oc-amber, #c8873a) !important;
}

.checkout-cart-index .oc-cart-v3 > .page-title.title-buttons h1::before,
.checkout-cart-index .oc-cart-v3 > .page-title.title-buttons h1::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 767px) {
  .checkout-cart-index .oc-cart-v3 > .page-title.title-buttons h1 {
    font-size: 26px !important;
  }
}
