.shop_cart {
  margin: 50px 0px;
}
.shop_cart ::marker {
  font-size: 0;
}
.shop_cart .details {
  padding-left: 10px;
}

table {
  border-collapse: collapse;
  border: 1px solid #d2d9df;
}
table thead tr {
  background-color: #F3F3F3;
}
table th:nth-child(1) {
  border: none;
}
table td,
table th {
  border: 1px solid #d2d9df;
  text-align: left;
  padding: 10px;
}
table td {
  border-right: none !important;
  border-left: none !important;
  border-bottom: none;
}
table td img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
table .total_tr p {
  text-align: right;
}
table .total_tr p span {
  color: #5dbc78;
}
