@media (min-width: 1026px) {
  .page-checkout-style .table-booking-cart .facility {
    padding-left: 0;
  }
  .page-checkout-style .table-booking-cart .remove {
    padding-left: 0;
    padding-right: 0;
  }
}
.lt-ie9 .page-checkout-style .table-booking-cart .facility {
  padding-left: 0;
}
.lt-ie9 .page-checkout-style .table-booking-cart .remove {
  padding-left: 0;
  padding-right: 0;
}

.page-checkout-style .table-booking-cart .remove {
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .page-checkout-style .table-booking-cart td:nth-of-type(1):before {
    content: "FACILITY";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(2):before {
    content: "DATE";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(3):before {
    content: "TIME";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(4):before {
    content: "DEPOSIT";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(5):before {
    content: "FEE";
  }
  .page-checkout-style .table-booking-cart td.subtotal:nth-of-type(1):before {
    content: "";
  }
  .page-checkout-style .table-booking-cart td.remove {
    text-align: left;
  }
}

.page-checkout-style .table-booking-cart .remove {
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .page-checkout-style .table-booking-cart td:nth-of-type(1):before {
    content: "FACILITY";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(2):before {
    content: "DATE";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(3):before {
    content: "TIME";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(4):before {
    content: "DEPOSIT";
  }
  .page-checkout-style .table-booking-cart td:nth-of-type(5):before {
    content: "FEE";
  }
  .page-checkout-style .table-booking-cart td.subtotal:nth-of-type(1):before {
    content: "";
  }
  .page-checkout-style .table-booking-cart td.remove {
    text-align: left;
  }
}
