/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5.use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./src/scss/pc/user/common.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.cart-step_box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}

.cart-step_box h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.cart-step__progress {
  display: flex;
}

.cart-step__item {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.cart-step__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A6A6A6;
  display: inline-block;
  z-index: 1;
}

.cart-step__item--active .cart-step__dot {
  background: #FF7F00;
}

.cart-step__line {
  width: 40px;
  height: 1px;
  background: #F2F2F2;
  display: inline-block;
  margin: 4px 8px;
  border-radius: 1px;
}

.cart-step__item--active .cart-step__line,
.cart-step__line--active {
  background: #FF7F00;
}

.cart-step__text {
  font-weight: bold;
  font-size: 14px;
  color: #A6A6A6;
  text-align: center;
  transition: color 0.2s, font-weight 0.2s;
}

.cart-step__text--active {
  color: #FF7F00;
}

.cart-step__item:last-child .cart-step__line {
  display: none;
}

/*# sourceMappingURL=common.css.map*/