/*
Theme Name: Kannauj Perfume
Theme URI: https://kannaujperfume.com
Author: Kannauj Perfume
Description: Custom WooCommerce theme for Kannauj Perfume, built from the site's original HTML/CSS design.
Version: 1.0
Text Domain: kannaujperfume
Requires PHP: 7.4
*/
/* Edit icon link injected next to the Order summary heading (checkout
   page only) — see kannauj_inline_ui_script() in functions.php. The title
   row is a flex container with the heading text set to flex-grow, so this
   naturally lands flush right without extra positioning. align-self:center
   centers this item on the row's own cross-axis directly, instead of
   relying on matching margins to the heading text's box height. */
.kannauj-order-summary-cart-link {
  display: inline-flex;
  align-items: center;
  align-self: center;
  line-height: 1;
  color: #daa521;
  font-size: 18px;
  margin: 0 0 0 8px;
}

.kannauj-order-summary-cart-link:hover {
  color: #b8860b;
}

/* Divider above the mobile-number field on the login modal, shown only when
   the Nextend Social Login shortcode in header.php actually renders a
   button (i.e. the admin has enabled a provider under Settings > Nextend
   Social Login). */
.kannauj-social-divider {
  display: flex;
  align-items: center;
  color: #9a9a9a;
  font-size: 14px;
  margin: 4px 0 16px;
}

.kannauj-social-divider:before,
.kannauj-social-divider:after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.kannauj-social-divider span {
  padding: 0 12px;
}