/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2026-08-20T05:33:25+00:00 */

body.woocommerce-cart .wa-order-breadcrumbs-box:first-child .wa-order-breadcrumbs-box__text {
  font-weight: 700;
}
body.woocommerce-checkout .wa-order-breadcrumbs-box:nth-of-type(3) .wa-order-breadcrumbs-box__text {
  font-weight: 700;
}
body.woocommerce-order-received .wa-order-breadcrumbs-box:last-child .wa-order-breadcrumbs-box__text {
  font-weight: 700;
}
.wa-order-breadcrumbs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: var(--space-m);
}
.wa-order-breadcrumbs-section {
  padding-bottom: 0 !important;
}
.wa-order-breadcrumbs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
}
.wa-order-breadcrumbs-box__text {
  text-align: center;
  font-weight: 400;
}
.wa-order-breadcrumbs-box__icon {
  width: 3.2rem;
  height: 3.2rem;
}
.wa-order-breadcrumbs-box__icon path {
  stroke: var(--primary);
}
.wa-order-breadcrumbs__divider {
  width: 100%;
  height: 0.2rem;
  background-color: var(--primary-trans-40);
}
