.cartListGoods{
  width: 100%;
}
.cartListGoods td, .cartListGoods th{
  vertical-align: middle !important;
}
.cartListGoods td.amount input{
  width: 40px;
}
td.amount{
  width: 110px;
  text-align: center !important;
}
td.totalPrice{
  width: 90px;
}
.amount .subtract, .amount .adding{
  cursor: pointer;
}
.orderBlock{
  /*padding: 10px;*/
  text-align: right;
}
img.processLoading{
  position: absolute;
  left: 50%;
  top: 50%;
}
.tac{
  text-align: center !important;
}

