.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.snap-left {
  float: left;
}
.snap-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.snap-right {
  float: right;
}
.main-body {
  border-bottom: 4px solid #ffc842;
  *zoom: 1;
}
.main-body:before,
.main-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-body:after {
  clear: both;
}
.main-body.empty {
  border-bottom: none;
}
.main-body .item .price {
  width: 90px;
}
.main-body .item .qty {
  width: 260px;
}
.main-body .item .qty .controls .btn {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.main-body .item .size {
  width: 90px;
}
.main-body .item .title {
  width: 230px;
}
.main-footer {
  width: 320px;
}
.main-footer .actions {
  margin-top: 20px;
}
.main-footer .actions .cancel-order {
  float: left;
  line-height: 50px;
}
.main-footer .actions .checkout {
  float: right;
  width: 140px;
}
.main-footer .coupon {
  margin-top: 15px;
  margin-bottom: 20px;
  *zoom: 1;
}
.main-footer .coupon:before,
.main-footer .coupon:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-footer .coupon:after {
  clear: both;
}
.main-footer .coupon .add-code {
  float: right;
}
.main-footer .coupon .add-code input[type="submit"] {
  color: #ffffff;
  background-color: #c9c3c2;
  border: none;
  display: block;
  float: left;
  font-family: rosewoodfill;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
.main-footer .coupon .add-code input[type="text"] {
  border: 1px solid #c9c3c2;
  diplay: block;
  float: left;
  height: 22px;
  font-size: 14px;
  width: 100px;
}
.main-footer .coupon .add-code label {
  float: left;
  line-height: 26px;
  margin-right: 5px;
}
.main-footer .coupon .code {
  clear: both;
  float: right;
  font-family: ITCAvantGardeGothicBook;
  font-size: 10px;
  margin-top: 5px;
}
.main-footer .coupon .code .remove-code {
  display: inline;
}
.main-footer .coupon .code .txt-btn {
  font-family: ITCAvantGardeGothicBook;
}
.main-footer .discount,
.main-footer .shipping,
.main-footer .subtotal,
.main-footer .total {
  font-size: 30px;
  *zoom: 1;
}
.main-footer .discount:before,
.main-footer .shipping:before,
.main-footer .subtotal:before,
.main-footer .total:before,
.main-footer .discount:after,
.main-footer .shipping:after,
.main-footer .subtotal:after,
.main-footer .total:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-footer .discount:after,
.main-footer .shipping:after,
.main-footer .subtotal:after,
.main-footer .total:after {
  clear: both;
}
.main-footer .discount .label,
.main-footer .shipping .label,
.main-footer .subtotal .label,
.main-footer .total .label {
  float: left;
}
.main-footer .discount .value,
.main-footer .shipping .value,
.main-footer .subtotal .value,
.main-footer .total .value {
  float: right;
  text-align: right;
  width: 150px;
}
.main-footer .total {
  margin-top: 10px;
}
