.cart__table-container--empty {
  margin-top: 70px;
  text-align: center;
  font-size: 1.8rem;
}

.cart__table-container--empty .cart__previous {
  margin: 0;
}

td.thumbnail {
  width: 113px; }
  td.thumbnail a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #565656;
    padding: 5px 0;
    margin: 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  td.thumbnail img {
    max-height: 100%;
    max-width: 100%; }

td.num {
  display: none;
}

td.productname {
  width: 386px; }
  @media screen and (max-width: 767px) {
    td.productname {
      width: 340px; } }
  td.productname h6 {
    font-size: 16px;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 767px) {
      td.productname h6 {
        font-size: 14px; } }
  td.productname span {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      td.productname span {
        font-size: 14px;
        margin-top: 5px; } }

td.quantity {
  text-align: center; }
  td.quantity input[type="number"] {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    width: 67px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-right: 10px;
    text-align: center;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
    @media screen and (max-width: 767px) {
      td.quantity input[type="number"] {
        font-size: 14px; } }
    td.quantity input[type="number"]::-webkit-outer-spin-button, td.quantity input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
              appearance: none;
      margin: 0; }

input[name="upButton"] {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  width: 53px;
  height: 37px;
  background-color: #eee;
  border: 0;
  border-radius: 0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    input[name="upButton"] {
      font-size: 14px; } }

td.unitprice,
td.subtotal {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  width: 126px; }
  @media screen and (max-width: 767px) {
    td.unitprice,
    td.subtotal {
      font-size: 14px;
      width: 80px; } }

td.stock {
  display: none; }

td.action {
  width: 103px;
  text-align: center; }
  td.action input {
    width: 37px;
    height: 37px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      td.action input {
        font-size: 14px; } }

.cart__table td {
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .cart__table td {
      padding: 10px 0; } }

.to_customerinfo_button,
.to_deliveryinfo_button,
.to_reganddeliveryinfo_button,
.to_confirm_button,
.checkout_button {
  width: 400px;
  height: 60px;
  background-color: #d71618;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 0;
  padding-right: 11px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("./img/common/white-arrow.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center right 162px; }
  @media screen and (max-width: 767px) {
    .to_customerinfo_button,
    .to_deliveryinfo_button,
    .to_reganddeliveryinfo_button,
    .to_confirm_button,
    .checkout_button {
      font-size: 12px;
      background-size: 15px auto;
      background-position: center right 33%; } }
  .to_customerinfo_button:hover,
  .to_deliveryinfo_button:hover,
  .to_reganddeliveryinfo_button:hover,
  .to_confirm_button:hover,
  .checkout_button:hover {
    letter-spacing: 0.3em;
    padding-right: 20px;
    background-position: center right 155px; }
    @media screen and (max-width: 767px) {
      .to_customerinfo_button:hover,
      .to_deliveryinfo_button:hover,
      .to_reganddeliveryinfo_button:hover,
      .to_confirm_button:hover,
      .checkout_button:hover {
        background-position: center right 22px;
        padding-right: 12px; } }

.back_to_customer_button,
.back_cart_button,
.back_to_delivery_button {
  width: 150px;
  height: 60px;
  background-color: #eee;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 0;
  padding-right: 11px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("./img/common/black-arrow-left.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center right 43px; }
  @media screen and (max-width: 767px) {
    .back_to_customer_button,
    .back_cart_button,
    .back_to_delivery_button {
      font-size: 12px;
      background-size: 15px auto; } }
  .back_to_customer_button:hover,
  .back_cart_button:hover,
  .back_to_delivery_button:hover {
    letter-spacing: 0.3em;
    padding-right: 20px;
    background-position: center right 40px; }
    @media screen and (max-width: 767px) {
      .back_to_customer_button:hover,
      .back_cart_button:hover,
      .back_to_delivery_button:hover {
        background-position: center right 22px;
        padding-right: 12px; } }

.to_deliveryinfo_button {
  margin-right: 20px;
  background-position: center right 103px; }
  .to_deliveryinfo_button:hover {
    background-position: center right 93px; }
    @media screen and (max-width: 767px) {
      .to_deliveryinfo_button:hover {
        background-position: center right 22px; } }

.to_reganddeliveryinfo_button {
  background-position: center right 115px; }
  .to_reganddeliveryinfo_button:hover {
    background-position: center right 105px; }
    @media screen and (max-width: 767px) {
      .to_reganddeliveryinfo_button:hover {
        background-position: center right 22px; } }

.back_to_customer_button,
.back_to_delivery_button {
  width: 400px;
  padding-right: 0;
  padding-left: 11px;
  background-position: center left 162px;
  margin-right: 77px; }
  .back_to_customer_button:hover,
  .back_to_delivery_button:hover {
    letter-spacing: 0.3em;
    padding-left: 20px;
    background-position: center left 150px; }
    @media screen and (max-width: 767px) {
      .back_to_customer_button:hover,
      .back_to_delivery_button:hover {
        background-position: center right 22px;
        padding-right: 12px; } }

.withdrawal-button {
  background-image: url("./img/common/white-arrow.png");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 70% center;
}

.back_to_delivery_button {
  background-position: center left 65px;
}
.back_to_delivery_button:hover {
  background-position: center left 45px;
}
@media screen and (max-width: 767px) {
  .back_to_delivery_button:hover {
    background-position: center left 5px;
  }
}

.checkout_button {
  background-position: center right 100px;
}
.checkout_button:hover {
  background-position: center right 90px;
}
