.block-commerce-checkout.container {
  z-index: 999;
  position: relative;
  margin-bottom: 80px;
  padding-right: 80px;
}

@media (min-width: 1200px) {
  /* .block-commerce-checkout.container {
    margin-top: -120px;
  } */
  /* .block-commerce-checkout-review.container {
    margin-top: -63px;
  } */
}

@media (min-width: 768px) {
  .block-commerce-checkout .checkout-progress {
    float: right;
  }
}

@media (max-width: 767px) {
  .block-commerce-checkout.container {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  /* .block-commerce-checkout-review.container {
    margin-top: 100px;
  } */
}

.block-commerce-checkout .checkout-progress .checkout-progress--step {
  display: inline-block;
  /* padding-left: 5px; */
}

.block-commerce-checkout .checkout-progress .checkout-progress--step a {
  text-decoration: none;
  color: #474949;
  /* display: block;
  width: 40px; */
}

.block-commerce-checkout .checkout-progress .checkout-progress--step:nth-of-type(2) a {
  width: 80px;
}

.block-commerce-checkout .checkout-progress .checkout-progress--step:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  background: #474949;
  margin-top: -35px;
  margin-left: 50px;
  margin-right: 18px;
}

@media (min-width: 992px) {
  .block-commerce-checkout .checkout-progress .checkout-progress--step:not(:last-child)::after {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .block-commerce-checkout .checkout-progress .checkout-progress--step:not(:last-child)::after {
    width: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* .block-commerce-checkout.container {
    margin-top: -45px;
  } */
  .block-commerce-checkout .checkout-progress .checkout-progress--step:not(:last-child)::after {
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* .block-commerce-checkout.container {
    margin-top: -45px;
  } */
  /* .block-commerce-checkout-review.container {
    margin-top: -15px;
  } */
}

.block-commerce-checkout .checkout-progress .checkout-progress--step .step-number {
  display: block;
  border-radius: 50%;
  background: #474949;
  color: #fff;
  width: 33px;
  height: 33px;
  text-align: center;
  padding-top: 4px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.block-commerce-checkout .checkout-progress .checkout-progress--step .step-name {
  font-size: 11px;
  font-weight: 600;
  width: 33px;
  display: flex;
  justify-content: center;
}

.block-commerce-checkout .checkout-progress .checkout-progress--step__current .step-number {
  background: #fea82d;
}
