.mct-cart-list { list-style:none; padding:0; }
.mct-cart-list li { padding:6px 0; border-bottom:1px solid #eee; }
.mct-field { margin-bottom:10px; }
.mct-cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mct-cart-thumb {
  border-radius: 6px;
}
