.cart-checkout-products {
  width: 100%;
}

.cart-checkout-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 5px;
  background: #FFF;
}

.cart-checkout-products .product-list-item {
  border-radius: 5px;
}

.cart-checkout-products > h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--light-text);
  width: 100%;
  padding: 5px 10px 0 10px;
}

.cart-checkout-container {
  padding: 20px 0;
}

.cart-checkout-products .product-list-item-container {
  margin-bottom: 0;
  margin-top: 20px;
}

/* ============================ */

/* SUBTOTAL */

/* ============================ */

.checkout-subtotal {
  padding: 20px 10px;
  background-color: #fff;
}

.cart-subtotal-table thead tr {
  text-align: left;
  border-bottom: 5px solid #dedede;
}

.cart-subtotal-table thead th,
.cart-subtotal-table tbody td,
.cart-subtotal-table tbody th {
  padding: 10px 7px;
  vertical-align: middle;
}

.cart-subtotal-table thead th {
  font-size: 20px;
  font-weight: 700;
  color: var(--light-text);
  padding-bottom: 10px;
  padding-top: 0;
  text-transform: uppercase;
}

.cart-subtotal-table tbody tr:not(:last-child){
  padding-bottom: 15px;
}

.checkout-subtotal {
  margin-bottom: 20px;
}

.cart-subtotal-table {
  width: 100%;
}

.subtotal-header-title {
  text-align: left;
  display: flex;
  align-items: center;
}

.cart-subtotal-table tbody .cart-subtotal-info-title {
  width: 150px;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
}

.cart-subtotal-table tbody td {
  vertical-align: top;
  vertical-align: top;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
}

.cart-subtotal-table tbody .partial-subtotal {
  font-weight: 400;
  text-align: justify;
  color: var(--light-text);
  font-size: 16px;
}

.checkout-finish > a,
.checkout-finish > button {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 20px 0;
  text-transform: uppercase;
}

.checkout-finish > a.btn.btn-sm {
  padding: 15px 0;
}

.cart-subtotal-table tbody td.subtotal-tax,
.checkout-subtotal-result h2 {
  font-size: 20px;
}

/* LAYOUT */

.cart-checkout-table thead {
  display: none;
}

.cart-checkout-table td {
  display: block;
}

.cart-checkout-table tr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 15px;
}

.p-amount .add-to-cart-form svg {
  width: 25px;
  height: 25px;
}

.p-amount {
  width: 140px;
}
