input,
textarea {
  outline:none;
}

.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart h1.c_heading {
  width: 100%;
  margin-bottom: 50px;
}

.cart .cart-list-table {
  width: calc(100% - 30%);
}

.cart ul.cart-button-wrap {
  width: 25%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  text-align: left;
}

.cart ul.cart-button-wrap .cart-button {
  order: 2;
}

.cart ul.cart-button-wrap .cart-button a {
  width: 100%;
  padding: 20px 0 12px;
  background: #121212;
  border-radius: 0;
  font-size: 1.5rem;
  letter-spacing: .1rem;
} 

.cart ul.cart-button-wrap .cart__side-wrapper {
  order: 1;
  margin-bottom: 10px;
}

.cart ul.cart-button-wrap .cart__side-wrapper a {
  text-decoration: underline;
  color: #0000EE;
  margin-top: 10px;
  display: inline-block;
}

.cart ul.cart-button-wrap  .cart-back-button {
  order: 3;
}

.cart .cart-list-table th {
  background: none;
}

.cart .cart-total {
  background: none;
}

.cart .cart-list-table thead {
  border-bottom: 1px solid #E6E6E6;
}

.cart p.item-cart-title,
.cart .cart-total .cart-total-price,
.cart .cart-total .cart-total-title {
  font-weight: 400;
}

.cart td.item-cart-subtotal {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}

.cart .item-cart-quantity input {
  width: 80px;
  padding: 10px 5px;
  font-size: 1.5rem;
}

.cart .item-cart-delete {
  margin-top: 14px;
}

.cart .item-cart-delete a {
  font-size: 12px;
  padding: 6px 8px 1px;
}

h2.m_section__title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-family: Libre Baskerville, "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .08em;
  margin-top: 40px;
  margin-bottom: 25px;
}

#recently-viewed-products .product-viewed__item img {
  width: 100%;
}

#recently-viewed-products .details {
  margin-top: 10px;
}

#recently-viewed-products .product-card__title {
  display: block;
  line-height: 120%;
}

#recently-viewed-products .item-price span {
  font-size: 10px;
}

@media (max-width: 989px) {
  .cart {
    margin-top: 40px;
    padding: 0 10px;
  }

  .cart .cart-list-table {
    width: 100%;
    margin-bottom: 27px;
  }

  .cart ul.cart-button-wrap {
    width: 100%;
  }

  .cart h1.c_heading {
    margin: 0 0 20px;
  }

  .cart p.item-cart-title {
    font-size: 15px;
  }

  .cart .cart-total .cart-total-price {
    margin-bottom: 0;
    font-size: 18px;
  }

  .cart .item-cart-quantity input {
    padding: 5px;
  }

  .cart .cart-total .cart-total-title {
    font-size: 15px;
  }

  .cart ul.cart-button-wrap .cart-button {
    width: 80%;
    margin: 20px auto 0;
  }

  .cart ul.cart-button-wrap .cart-button a {
    padding: 16px 0 10px;
    margin-bottom: 10px;
  }

  .cart ul.cart-button-wrap .cart-back-button {
    text-align: center;
  }

  #recently-viewed-products {
    padding: 0 10px;
  }

  h2.m_section__title {
    margin-top: 17px;
    font-size: 17px;
  }

  #recently-viewed-products .product-viewed__item {
    width: calc((100% / 3) - 10px);
  }
}

footer {
  margin-bottom: 0px !important;
}