@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.page-title {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
.page-title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.page-title h1 .sub {
  font-size: 15px;
  font-size: 1.5rem;
  color: #202124;
  font-weight: 400;
}
@media print, screen and (min-width: 1023px) {
  .page-title {
    margin-top: 135px;
    height: 300px;
  }
  .page-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .page-title h1 .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.content-wrap {
  padding-top: 0;
}

.incart-total-item {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 6em;
}

.cart-list-table thead th {
  background: #202124;
}
.cart-list-table tbody tr {
  margin-bottom: none;
}
.cart-list-table tbody td {
  border-bottom: none;
}

.cart-button-wrap .cart-button a {
  background: #BA0612;
}