.page-wrapper-left table {
  width: 100%;
}

.woocommerce-table-thead {
  border-bottom: 3px solid #ddd;
  height: 100%;
  text-transform: uppercase;
}

tbody, td, tfoot, th, thead, tr {
  padding: 5px 0;
  font-size: 15px;
}

.product-name {
  border-bottom: 3px solid #ddd;
  padding-top: 3px;
  padding-bottom: 7px;
}

th.woocommerce-table__product-table.product-total {
  text-align: right;
}

.woocommerce-table__product-total.product-total,
.woocommerce-Price-amount {
  text-align:right;
}

td.woocommerce-Price-amount.amount input {
  border: none;
  text-align: right;
  font-weight: bold;
  color: #000;
}

.woocommerce-table-tfoot tr {
  border-bottom: 1px solid #ddd;
}

td.woocommerce-Price-amount.amount {
  text-align: right;
}

.woocommerce-Price-amount.amount input {
  background-color: #f4f8fa;
  border: none;
}

.page-wrapper-right {
  padding: 30px;
  background-color: rgba(0,0,0,0.02);
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 7%), inset 0 0 0 1px rgb(0 0 0 / 5%);
  font-size: 15px;
}

.page-wrapper-right p {
  color: #e9422a;
  font-weight: 600;
}

.page-wrapper-right ul {
  padding:0;
}

.page-wrapper-right ul li {
  padding: 5px 0;
  list-style:none;
}

.checkout-page-title {
  align-items:center;
  justify-content: center;
}

.checkout-page-title a {
  text-decoration: none;
  color: #ccc;
  text-transform: uppercase;
  font-size: 18px;
}

.checkout-page-title a:hover {
  color:#000;
}

.activeColor {
  color:#000 !important;
}
