/**
 * Cart / checkout / account: gap between main content and footer newsletter.
 * Themes such as index-demo5 set #page-content { margin-bottom: 0 }.
 */
body.checkout-page #page-content,
body.cart-page #page-content,
body.account-page #page-content {
  margin-bottom: 60px !important;
  padding-bottom: 40px !important;
  display: flow-root;
}

body.checkout-page .page-content.checkout-page.checkout-style1-page,
body.cart-page #ecom-cart-page.cart-page,
body.account-page .page-content.account-page {
  padding-bottom: 48px !important;
  margin-bottom: 0 !important;
}

body.my-account-page .dashboard-sidebar {
  margin-bottom: 0;
}

body.checkout-page .ecom-checkout-cart-totals {
  margin-bottom: 0.5rem;
}

body.checkout-page .ecom-checkout-submit.checkout {
  margin-bottom: 0 !important;
}

body.checkout-page .footer,
body.cart-page .footer {
  margin-top: 0 !important;
}

body.checkout-page .footer > :first-child,
body.cart-page .footer > :first-child {
  margin-top: 0 !important;
}

/* My Account: breathing room before footer newsletter block */
body.account-page .footer,
body.my-account-page .footer {
  margin-top: 56px !important;
}

body.account-page .footer > :first-child,
body.my-account-page .footer > :first-child {
  margin-top: 0 !important;
  padding-top: 8px;
}

body.my-account-page #page-content {
  margin-bottom: 72px !important;
  padding-bottom: 48px !important;
}

body.my-account-page .page-content.account-page {
  padding-bottom: 56px !important;
}

body.my-account-page .order-table a.ecom-order-view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

body.my-account-page .ecom-account-stat-icon {
  display: inline-block;
  font-size: 2.75rem;
  line-height: 1;
  margin-right: 20px;
  min-width: 45px;
  text-align: center;
}

body.my-account-page .account-info .welcome-msg h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

body.my-account-page .account-box .box-info .box-content h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
