.single-order {
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  padding: 16px;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: all 0.3s linear;
background-color:#fff;
}

.single-order .order-id {
  line-height: 22px;
  color: #000;
  font-weight: 400;
}

.single-order .order-meta {
  margin-top: 4px;
}

.single-order .order-meta li {
  display: inline-block;
}

.single-order .order-meta li + li {
  margin-left: 15px;
}

.single-order .order-meta li .product {
  font-size: 13px;
  color: #4C4C4C;
}

.single-order .order-meta li .date {
  font-size: 14px;
  color: #4C4C4C;
}

.single-order .single-progress-bar-horizontal {
  margin-top: 8px;
}

.single-order .single-progress-bar-horizontal.completed .progress-text p {
color: var(--tb-theme-color);
}

.single-order .single-progress-bar-horizontal:not(.completed) .progress-text p {
color: #00D4E0;
}

.single-order .single-progress-bar-horizontal .progress-text p {
font-weight:500;
}

.single-order .order-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

@media (max-width: 767px) {
  .single-order .order-price {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-order .order-price {
    position: absolute;
    top: 16px;
    right: 16px;
    margin-top: 0;
  }
}


.order-title {
    background-color: #F2F2F2;
    height: 48px;
    padding: 0 16px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.order-title .title {
    line-height: 48px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}



.order-product .order-product-table .table {
  margin-bottom: 0;
}

.order-product .order-product-table .table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #F2F2F2;
  padding: 16px;
}

.order-product .order-product-table .table tbody tr td.price {
  width: 100px;
}
.order-product .order-product-table .table tbody tr td.product .wc-item-meta {
  padding-left: 1rem!important;
}

.order-product .order-product-table .order-product-item .product-content {
  padding-left: 8px;
}

.order-product .order-product-table .order-product-item .product-content .title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  transition: all 0.3s linear;
}

.order-product .order-product-table .order-product-item .product-content .title a:hover {
  color: #542DED;
}

.order-product .order-product-table .order-product-item .product-content ul li span {
  font-size: 14px;
  line-height: 16px;
  color: #4C4C4C;
}

.order-product .order-product-table .product-price {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.order-product .order-product-total {
  padding: 8px 16px;
}

.order-product .order-product-total .sub-total {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.order-product .order-product-total .sub-total .value {
  line-height: 32px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.order-product .order-product-total .sub-total .price {
  line-height: 32px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.order-product .payable-total {
  border-top: 1px solid #F2F2F2;
  padding: 8px 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.order-product .payable-total .value {
  line-height: 32px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.order-product .payable-total .price {
  line-height: 32px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.qr-info p, .qr p {
font-weight:600;
}

.qr-info {
background-color: #F2F2F2;
}
