/*cart*/
table {
  width:100%;
  margin-bottom:20px;
  line-height:2;
  border-collapse:collapse;
  border-spacing:0
}
tbody {
  border-bottom:1px solid #ddd
}
td,th {
  text-align:left
}
td {
  padding:6px 0;
  border-top:1px solid #ddd
}
th {
  font-weight: 500;
  color: #000000;
}
@media (max-width:800px) {
  table,tbody,td,th,thead,tr {
  display:block
}
thead tr {
  position:absolute;
  top:-9999px;
  left:-9999px
}
tr {
  margin-bottom:8px;
  border:1px solid #ccc
}
tbody {
  border-bottom:0
}
td {
  position:relative;
  padding-left:50%;
  border:0;
  border-bottom:1px solid #eee
}
td:before {
  position:absolute;
  top:6px;
  left:6px;
  width:45%;
  padding-right:10px;
  white-space:nowrap
}
td:nth-of-type(1):before {
  content:'Name'
}
td:nth-of-type(2):before {
  content:'Price'
}
td:nth-of-type(3):before {
  content:''
}
td:nth-of-type(4):before {
  content:'Qty'
}
td:nth-of-type(5):before {
  content:''
}
td:nth-of-type(6):before {
  content:'SubTotal'
}
}