.pac-pack-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.pac-pack-summary__count, .pac-pack-summary__text {
  font-size: 11px;
  color: #CA1541;
}

.pac-grouped-pack-form.is-pack-valid .pac-pack-summary__text {
  font-weight: 600;
}

.pac-grouped-pack-form.is-pack-overflow .pac-pack-summary__text {
  color: #b42318;
  font-weight: 600;
}

.pac-grouped-pack-table .pac-pack-item--heading td {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pac-grouped-pack-table .pac-pack-item--variation .pac-pack-item__label {
  padding-left: 24px;
  font-size: 12px;
  font-weight: 600;
}

.pac-pack-item__variation-label {
  display: inline-block;
}

.pac-qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pac-qty-wrap .pac-pack-qty {
  width: 72px;
  text-align: center;
}

.pac-qty-wrap .pac-qty-btn {
  min-width: 32px;
  min-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

.pac-qty-wrap .pac-qty-btn[disabled],
.pac-pack-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.pac-pack-locked-qty {
  font-weight: 600;
}

.pac-pack-price-comparison {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pac-pack-price-comparison del {
  opacity: 0.65;
}

.pac-pack-price-comparison ins {
  text-decoration: none;
  font-weight: 700;
}

.pac-pack-widget-quantity,
.pac-pack-widget-price {
  display: block;
}

.grouped_form .quantity {
  width: 100px !important;
}
