/*** CART STYLE ***/
.centerleft {
  left: 50%;
  transform: translateX(-50%);
}
.centertop {
  top: 50%;
  transform: translateY(-50%);
}
#content {
  padding: 70px 0 80px;
}
.cart-product {
  width: 100%;
}
.cart-product .table-prd {
  border-collapse: collapse;
  width: 100%;
}
.cart-product .table-prd th,
.cart-product .table-prd td {
  border: 1px solid #cfd8dc;
}
.cart-product .table-prd td {
  padding: 5px 15px;
  font-size: 14px;
}
.cart-product .table-prd td.no {
  width: 60px;
  text-align: center;
  font-size: 16px;
}
.cart-product .table-prd td.img,
.cart-product .table-prd td.price,
.cart-product .table-prd td.count,
.cart-product .table-prd td.tax,
.cart-product .table-prd td.tus,
.cart-product .table-prd td.action {
  width: 95px;
  text-align: center;
}
.cart-product .table-prd td.name {
  font-size: 15px;
}
.cart-product .table-prd tr:nth-child(odd) {
  background-color: #fafafa;
}
.cart-product .table-prd tr.tb-head {
  background-color: #546e7a;
}
.cart-product .table-prd tr.tb-head td {
  padding: 8px 5px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
.cart-product .table-prd td .delbtn {
  display: inline-block;
  color: #FFF;
  background-color: #01579b;
  width: 60px;
  padding: 9.5px 0;
  text-align: center;
  border-radius: 3px;
}
.cart-price {
  width: 100%;
  padding: 25px 0 25px;
  border-bottom: 1px solid #cfd8dc;
}
.cart-price p {
  text-align: right;
  font-size: 16px;
}
.cart-price .prilb {
  margin-right: 18px;
}
.cart-price .pricetol {
  margin-bottom: 4px;
}
.cart-price .priceship {
  margin-bottom: 20px;
}
.cart-price .priceall {
  font-size: 15px;
}
.cart-price .priceall .num {
  font-size: 24px;
  color: #f57f23;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.cart-btn {
  width: 100%;
  text-align: center;
  margin: 55px 0 60px;
}
.cart-btn ul {
  width: 100%;
}
.cart-btn ul li {
  width: 260px;
  display: inline-block;
}
.cart-btn ul li + li {
  margin-left: 6px;
}
.cart-btn ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 16.5px 5px;
  border-radius: 3px;
  background-color: #78909c;
}
.cart-btn ul li .buy {
  background-color: #f57f23;
}
.cart-note {
  width: 100%;
  border: 2px solid #cfd8dc;
  font-size: 13px;
  padding: 20px;
}
/* Style SP */
@media (max-width: 769px) {
  #content {
    padding-top: 120px;
  }
  .cart-product {
    overflow: auto;
  }
  .cart-product .table-prd {
    width: 960px;
  }
  .cart-btn ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .cart-btn ul li a {
    font-size: 16px;
    padding: 12px 3px;
  }
  .cart-note {
    padding: 10px;
  }
}
