/* =================Cart (CSS)==================== */
.cart-row {
  padding: 30px 0 20px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.step-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.step {
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

.step.active {
  background-color: #0060a1;
}

.step-line {
  width: 50px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
}

.heading.cf {
  text-align: center;
  margin-bottom: 20px;
}

.heading.cf h1 {
  font-size: 24px;
  font-weight: 600;
}

.cartSection select {
  padding: 8px 50px 8px 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #000000;
  letter-spacing: 1px;
  color: #000;
}

.cartSection p {
  font-size: 16px;
  margin: 0;
}

.reserved {
  font-weight: bold;
  color: red;
  margin-right: 10px;
  letter-spacing: 2px;
}

.remove {
  background: #bbb;
  padding: 6px 21px;
  color: white;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
}

.subtotal ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}

.subtotal .totalRow {
  margin-bottom: 10px;
  font-size: 16px;
}

.subtotal .totalRow.final {
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: bold;
}

.btn.back,
.btn.continue {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  margin-top: 25px;
  border-radius: 30.5px;
  background: #002664;
  border-color: #002664;
  padding: 11px 36px;
  color: #FFF;
  font-family: "Schibsted Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s linear;
}
.btn.back {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000;
}
.btn.back {
  background: #aaa;
}
.infoWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bab6b6;
    padding-bottom: 50px;
    width: 86%;
    margin: 0 auto;
    text-align: center;
}
.infoWrap p {list-style: none !important;font-size: 18px;}
li.items.odd {
    list-style: none;
}
.subtotal.cf p,.subtotal.cf small {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 8px 0;
}
ul.cartWrap {
    margin: 0 !important;
    padding: 0;
}
h3.num {
    font-size: 19px;
    margin: 0 0 7px 0;
    font-weight: 300;
}