.shopping-cart {
  margin-top: 15px;
}


/* 购物车流程 */
.cart-step {
  width: 50%;
  display: flex;
}

.cart-step .cart-step-item {
  flex: 1;
}

.cart-step .cart-step-item p {
  text-align: center;
  font-size: 13px;
  color: #9c9c9c;
}

.cart-step .cart-step-item:first-child p {
  text-align: left;
  padding-left: 15%;
}

.cart-step .cart-step-item:last-child p {
  text-align: right;
  position: relative;
  left: -15%;
}

.cart-step .cart-step-item .cart-step-item-num {
  padding: 25px 0;
  position: relative;
}

.cart-step .cart-step-item .cart-step-item-num p.step-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  transform: translateY(-50%);
  background: #dcdcdc;
}

.cart-step .cart-step-item .cart-step-item-num .step-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #919191;
  width: 26px;
  height: 26px;
  background: #cacaca;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  display: inline-block;

}

.cart-step .cart-step-item:first-child .cart-step-item-num .step-num {
  left: 35%;
}

.cart-step .cart-step-item:last-child .cart-step-item-num .step-num {
  left: 65%;
}

.cart-step .cart-step-item.active .cart-step-item-num p.step-line {
  background: #7abe55;

}

.cart-step .cart-step-item.active .cart-step-item-num .step-num {
  color: #fff;
  background: #7abe55;
}

.cart-step .cart-step-item.active .cart-step-item-num .step-num::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #7abe5579;
  border-radius: 50%;
  z-index: 8;
}

/* 购物车商品 */
.cart-content {
  margin-bottom: 100px;
}

.cart-content-top {
  display: flex;
  align-items: baseline;
}

.cart-content-top h1 {
  color: #333;
}

.cart-content-top p {
  color: #666;
  margin-left: 10px;
}

.cart-table {
  margin-top: 15px;
}

.cart-table-header {
  height: 75px;
  background: #a99479;
  display: flex;
  align-items: center;
}

.cart-table-header p {
  font-size: 15px;
  color: #fff;
}

.cart-table-body .cart-table-body-item {
  display: flex;
  align-items: center;
  height: 100px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.cart-table-body .cart-table-body-item:hover {
  background: #dfd5c9;
}

.cart-table-body .cart-table-body-item .thumb {
  height: 80px;
  width: auto;
}

.cart-table input[type="checkbox"] {
  display: none;
}

.cart-table label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  cursor: pointer;
}

.cart-table label.active {
  background: url('../../common/image/lk/checked-icon.png') no-repeat center center;
  background-size: 65%;
}

.cart-table-body .cart-table-body-item label, .cart-table-body-shop label {
  border: 1px solid #8a8a8a;

}

.cart-table-body .cart-table-body-item .amount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table-body .cart-table-body-item .amount input {
  width: 80px;
  border: 1px solid #efefef;
  text-align: center;
  margin-left: 5px;
  font-size: 14px;
  height: 25px;
}

.cart-table-body .cart-table-body-item .amount span {
  width: 25px;
  height: 25px;
}

.cart-table-body .cart-table-body-item .amount p {
  margin-right: 5px;
  margin-left: 2px;
  font-size: 14px;
  color: #333;
}

.cart-table-body .cart-table-body-item .amount span.reduce {
  background: url('../../common/image/lk/reduce.png') no-repeat center center;
  background-size: 80%;
  cursor: pointer;
}

.cart-table-body .cart-table-body-item .amount span.increase {
  background: url('../../common/image/lk/increase.png') no-repeat center center;
  background-size: 80%;
  cursor: pointer;
}

.cart-table-body .cart-table-body-item p {
  font-size: 14px;
}

.cart-table-body .cart-table-body-item .delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 38px;
  background: #a99479;

  cursor: pointer;

}

.cart-table-body .cart-table-body-item .delete span {
  color: #fff;
}

.cart-table-body .cart-table-body-item .collection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 38px;
  background: #a99479;

  cursor: pointer;

}

.cart-table-body .cart-table-body-item .collection span {
  color: #fff;
}

.cart-table-footer {
  height: 75px;
  background: #a99479;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.cart-table-footer p {
  font-size: 14px;
  color: #fff;
}

.cart-table-footer .cart-table-footer-left {
  display: flex;
  align-items: center;
}

.cart-table-footer .cart-table-footer-left .batch-oprate {
  display: flex;
}

.cart-table-footer .cart-table-footer-left .batch-oprate p {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table-footer .cart-table-footer-left .batch-delete,
.cart-table-footer .cart-table-footer-left .batch-collect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 38px;
  background: #d0ac89;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.cart-table-footer .cart-table-footer-left .batch-collect {
  background: #c39866;
  margin-left: 10px;
}

.cart-table-footer .cart-table-footer-left .batch-delete .delete-icon,
.cart-table-footer .cart-table-footer-left .batch-collect .collect-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../../common/image/lk/delete-icon.png') no-repeat center center;
  background-size: 62%;
}

.cart-table-footer .cart-table-footer-left .batch-collect .collect-icon {
  background: url('../../common/image/lk/collect-icon.png') no-repeat center center;
  background-size: 65%;

}

.cart-table-footer .cart-table-footer-right {
  display: flex;
  align-items: stretch;

}

.cart-table-footer .cart-table-footer-right .buy-btn {
  background: #c39866;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart-table-footer .cart-table-footer-right .buy-btn p {
  color: #fff;
  font-size: 20px;
}

.cart-table-footer .cart-table-footer-right .all-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}

.cart-table-footer .cart-table-footer-right .total-currency,
.cart-table-footer .cart-table-footer-right .total-price {
  color: #b83123;

}

.cart-table-footer .cart-table-footer-right .total-currency {
  margin-left: 10px;
}

.cart-table-footer .cart-table-footer-right .total-price {
  font-size: 30px;
  font-weight: bold;
}