.checkout_process {
  padding: 26px 20px;
  background: #0a0a0a;
  border-radius: 14px;
  margin: 0 auto 30px auto;
}
@media (min-width: 640px) {
  .checkout_process {
    padding: 26px 44px;
  }
}
.check_o_container {
  grid-template-columns: repeat(4, 1fr) !important;
}
.check_o_container > .dot:nth-child(5) {
  grid-column: 1;
  grid-row: 2;
}
.check_o_container > .dot:nth-child(6) {
  grid-column: 2;
  grid-row: 2;
}
.check_o_container > .dot:nth-child(7) {
  grid-column: 3;
  grid-row: 2;
}
.check_o_container > .dot:nth-child(8) {
  grid-column: 4;
  grid-row: 2;
}
.check_o_line_container {
  grid-column: 1 / 5 !important;
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
}
.check_o_line_container > p {
  visibility: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #33302c !important;
}
.check_o_line_container > p:nth-child(1),
.check_o_line_container > p:nth-child(8) {
  visibility: hidden !important;
}
.check_o_child a,
.check_o_child span {
  color: #8a857d !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}
.check_o_child .active_check_o {
  color: #fff !important;
}
.check_o_child a.inactive_check_o:hover {
  color: #fff !important;
}
.dot {
  background-color: #33302c !important;
  color: #8a857d !important;
  font-weight: 700 !important;
}
.dot > a {
  color: #8a857d !important;
}
.active_dot,
.active_dot > a {
  background-color: var(--primary) !important;
  color: #fff !important;
}
.connect_line.active_line {
  background-color: var(--primary) !important;
}
.co-card {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.co-card--banner {
  background: #f7f7f7;
  font-size: 18px;
  text-align: center;
}
.co-card--center {
  text-align: center;
}
.co-callout {
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--primary);
  border-left: 4px solid var(--primary);
  border-radius: 6px;
}
.co-callout h4 {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
}
.co-callout table {
  width: 100%;
}
.co-callout td {
  padding: 3px;
}
.co-callout p {
  margin: 10px 0 0;
  color: #555;
}
.co-h2 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
}
.co-h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.co-card > .co-h3:first-of-type {
  margin-top: 0;
}
.co-subtle {
  margin: 0;
  padding: 12px 14px;
  background: #f7f7f7;
  border-radius: 6px;
}
.co-table {
  width: 100%;
  border-collapse: collapse;
}
.co-table th {
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
}
.co-table td {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.co-table tr.co-table__total td {
  border-bottom: none;
  font-weight: 700;
}
.co-right {
  text-align: right;
}
.co-center {
  text-align: center;
}
.payment-method {
  padding: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: border-color .12s ease, box-shadow .12s ease;
}
.payment-method > label {
  padding: 16px;
  min-height: 32px;
  box-sizing: border-box;
}
.payment-method:hover {
  border-color: var(--primary);
}
.payment-method.selected {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}
.payment-method .pm-logo {
  height: 24px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
  display: block;
  transform: translateY(2px);
}
.payment-method input[type=radio] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}
.payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .payment-methods {
    grid-template-columns: 1fr;
  }
}
.cart-progress {
  background: #0a0a0a;
  border-radius: 14px;
  padding: 22px 32px;
  margin: 0 0 24px;
}
.cart-progress__track {
  display: flex;
  align-items: flex-start;
}
.cart-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: none;
}
.cart-progress__circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  background: #33302c;
  color: #8a857d;
}
.cart-progress__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #8a857d;
  white-space: nowrap;
  text-align: center;
}
.cart-progress__step.is-active .cart-progress__circle,
.cart-progress__step.is-done .cart-progress__circle {
  background: #c20016;
  color: #fff;
}
.cart-progress__step.is-active .cart-progress__label,
.cart-progress__step.is-done .cart-progress__label {
  color: #fff;
}
.cart-progress__line {
  flex: 1;
  height: 2px;
  background: #33302c;
  margin: 15px 12px 0;
}
.cart-progress__line.is-done {
  background: #c20016;
}
@media (max-width: 577px) {
  .cart-progress {
    padding: 16px;
  }
  .cart-progress__label {
    display: none;
  }
}
@media print {
  .cs-page .cart-progress {
    display: none;
  }
}
