.cus-cart {
}

.cus-base01.cus-cart {
  margin-bottom: 30px;
}
.back_home_link {
  text-align: right;
  margin: 10px 0px;
}
.cus-cart .back_home_link a:active,
.cus-cart .back_home_link a:link,
.cus-cart .back_home_link a:visited {
  color: #3300ff;
  text-decoration: yes;
}
.cus-cart .back_home_link a:hover {
  color: #3300ff;
  text-decoration: none;
}

.cus-cart__header {
  width: 800px;
  margin: 0px auto;
}
.cus-cart .ec-progress {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  outline: 3px solid #e8e8e8;
}
.cus-cart .ec-progress__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  position: unset;
  z-index: unset;
}

.cus-cart .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #e66b6b !important;
}
.cus-cart .ec-progress__number {
  background: #747474 !important;
  left: unset;
  position: relative !important;
}
.cus-cart .ec-progress__number {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding-left: 18px;
  text-align: center;
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.cus-cart .ec-progress__item:not(:last-of-type) .ec-progress__number:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;

  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  z-index: 11;
}

.cus-cart .ec-progress__item:not(:last-of-type) .ec-progress__number:after {
  border-left: 18px solid #747474;
}

.cus-cart
  .ec-progress__item:not(:last-of-type).is-complete
  .ec-progress__number:after {
  border-left: 18px solid #e66b6b;
}
.cus-cart .ec-cartRole {
  padding-left: 0;
  padding-right: 0;
}

.ec-progress__item .ec-progress__number {
  width: 160px;
  height: 35px;
  border-radius: unset;
}

.tokutei {
  text-align: right;
  margin-top: 20px;
}
.tokutei a:link {
  color: #3300ff;
}
.tokutei_link {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
}

.cus-base02 {
  margin: 0 auto;
}

.cus__cart-form_wrapper {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  text-align: left;
}
.ec-cartRole .cus__cart-form_wrapper.ec-cartRole__cart {
  margin: 20px auto;
}
.ec-cartTable {
  border: 2px solid black;
  display: block;
}
.ec-cartHeader {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
.ec-cartHeader .ec-cartHeader__label {
  padding: 7px 10px;
}
#tbl-cart a {
  color: #3300ff;
  font-size: 16px;
  text-decoration: underline;
}
table#tbl-cart {
  width: 100%;
}
table#tbl-cart,
table#tbl-cart tr,
table#tbl-cart th,
table#tbl-cart td {
  border: 1px solid #ccc;
}
table#tbl-cart th,
table#tbl-cart td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
table#tbl-cart th {
  background: #eee;
  font-weight: bold;
}
#tbl-cart td.cus__cart-tbl-td--progress {
  text-align: right;
  padding-right: 10px;
  border: 1px solid #ccc;
}
#tbl-cart td.cus__cart-tbl-td--progress:first-child {
  background: #eee;
  font-weight: bold;
}
#tbl-cart .cart__product-image {
  width: 50px;
  height: 70px;
}

#tbl-cart .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
  align-items: center;
}
#tbl-cart .ec-cartRow__amountDownButton__icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 27px;
  margin-right: 5px;
}
#tbl-cart .ec-cartRow__amountUpButton__icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 27px;
}

#tbl-cart .ec-cartRow__amountUpDown img {
  height: 10px;
  width: 10px;
}

.ec-cartRole__actions.cus__cart-btn {
  width: 500px;
  height: 75px;
  margin: 10px auto;
  display: flex;
  flex-direction: row-reverse;
}
a.cus__cart-backtoshop {
  background-position: 0px 0px;
  width: 230px;
  height: 42px;
  float: left;
  margin: 15px 10px 30px;
}
.cus__cart-continueshoping.ec-blockBtn--cancel {
  background: #525263;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  padding: 0px;
  line-height: 48px;
  border: unset;
  border-radius: 5px;
  font-weight: normal;

  width: 100%;
  max-width: 163px;
  height: 48px;

  font-family: sans-serif;
  margin-right: 30px;
}
.cus__cart-continueshoping.ec-blockBtn--cancel a,
.cus__cart-proceed.ec-blockBtn--action a,
.cus__cart-continueshoping.ec-blockBtn--cancel:hover
  > .cus__cart-continueshoping.ec-blockBtn--cancel
  a,
.cus__cart-proceed.ec-blockBtn--action:hover
  > .cus__cart-proceed.ec-blockBtn--action
  a {
  color: #eff2f4 !important;
  opacity: 1;
}

.cus__cart-continueshoping.ec-blockBtn--cancel:hover {
  background: #3b3b47;
}
.cus__cart-proceed.ec-blockBtn--action {
  background: #2196f3 !important;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  padding: 0px;
  line-height: 48px;
  border: unset;
  border-radius: 5px;
  font-weight: normal;

  width: 100%;
  max-width: 200px;
  height: 48px;

  font-family: sans-serif;
}
.cus__cart-proceed.ec-blockBtn--action:hover {
  background: #1e87da !important;
}

#copyright {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  margin-top: 30px;
  text-align: center;
  clear: both;
}
.ec-progress .ec-progress__item:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .ec-progress {
    margin-bottom: 0px;
  }
  .ec-progress .ec-progress__number {
    line-height: unset;
  }
}

@media only screen and (max-width: 768px) {
  .cus__cart-continueshoping.ec-blockBtn--cancel {
    margin-right: 0px;
  }
  .cus-cart__header {
    padding: 0 10px;
  }
  .cus-base02.cus-cart {
    padding: 0 10px;
  }
  .cus-cart .ec-cartTable {
    overflow-x: auto;
  }
  .cus-cart .ec-progress {
    flex-direction: column;
    padding: 16px 0;
  }
  .cus-cart .ec-progress__item {
    justify-content: center;
  }
  .cus-cart__header {
    width: 100%;
  }
  .ec-cartRole__actions.cus__cart-btn {
    margin-top: 30px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cus-cart .ec-progress__number {
    padding: 5px 10px;
  }
  .cus-cart .ec-progress__item:not(:last-of-type) .ec-progress__number:after {
    border: unset;
    width: 2px;
    height: 20px;
    bottom: -20px;
    top: unset;
    right: 80px;
    background: #000;
  }
  .cus-cart
    .ec-progress__item:not(:last-of-type).is-complete
    .ec-progress__number:after {
    border-left: unset;
    background: #e66b6b;
  }
  .cus-cart .ec-progress__item:not(:first-child) {
    margin-top: 20px;
  }
}
