.checkout-success {
  padding: 0 20px;
  margin: 50px auto;
  text-align: center;
}

.checkout-success > div {
  min-width: 35vw;
}

.size1of2 p {
  padding: 0 15px;
}

.checkout-info {
  display: flex;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.checkout-info > * {
  padding: 5px;
}

.checkout-info dt {
  width: 120px;
  min-width: 120px;
  margin-right: 15px;
  text-align: start;
  font-weight: 700;
}

.checkout-info dd {
  text-align: start;
  width: 100%;
}

.order-products {
  max-width: 640px;
  width: 100%;
  margin: 15px auto;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}

.order-products .title {
  padding: 15px;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 700;
}

.product-item {
  display: flex;
  padding: 15px;
  height: 90px;
}

.product-item:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}

.product-item img {
  width: 70px;
  height: 50px !important;
  margin-right: 15px;

}
.product-item > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-name {
  width: 100%;
}

.price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.price-item {
  font-weight: 700;
}
