.table.cart-list {
  margin-bottom: 0;
}

.table.cart-list th,
.table.options_cart th {
  background-color: #f6e5e8 !important;
  text-transform:none;
  font-weight: 600;
  border: 0;
  padding-top: 10px !important;
  border-top: 1px solid #d3d3d3 !important;
  border-bottom: 1px solid #d3d3d3 !important;
}
.table.cart-list td {
  vertical-align: middle;
}
.table.cart-list td a {
  vertical-align: middle;
  color:#e45875;
  text-decoration:none;
}
.table.cart-list td a:hover {
  vertical-align: middle;
  color:#000000;
  text-decoration:none;
}
.table.cart-list td strong {
  font-weight: 500;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}

@media (max-width: 991px) {
  .table.cart-list,
  .table.cart-list thead,
  .table.cart-list tbody,
  .table.cart-list th,
  .table.cart-list td,
  .table.cart-list tr {
    display: block;
    border: 0;
	font-size:22px !important;
  }

  .table.cart-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table.cart-list tr {
    border: 1px solid #fff !important;
  }

  .table.cart-list td {
    border: none;
    border-bottom: 1px solid #fff !important;
    position: relative;
    padding-left: 30%;
  }
  .table.cart-list td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.cart-list td:nth-of-type(1):before, .table.cart-list td:nth-of-type(2):before, .table.cart-list td:nth-of-type(3):before, .table.cart-list td:nth-of-type(4):before {
    font-weight:normal;
    color: #666;
  }

  .table.cart-list td:nth-of-type(1):before {
    content: "No.";
	text-align:left !important;
	line-height:24px;
  }

  .table.cart-list td:nth-of-type(2):before {
    content: "Title";
	text-align:left !important;
	line-height:28px;
  }

  td.options {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
.table.cart-list td a {
  margin-bottom: 0;
  font-size:22px !important;
}
}

@media only screen and (max-width: 840px) {
.table.cart-list td a {
  margin-bottom: 0;
  font-size:22px !important;
}
}