.dlm-cart .dlm-cart-table-items table tr th,
.dlm-cart .dlm-cart-table-items table tr td {
  background: none;
  padding: 1em;
}
.dlm-cart .dlm-cart-table-items table tr th {
  font-size: 1.1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #c3c1bc;
}
.dlm-cart .dlm-cart-table-items table tr td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #c3c1bc;
}
.dlm-cart .dlm-cart-table-items table tr td .dlm-cart-remove-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 14px;
  font-size: 15px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.dlm-cart .dlm-cart-bottom {
  background: #f8f8f8;
  padding: 1em;
  overflow: hidden;
}
.dlm-cart .dlm-cart-bottom .dlm-cart-coupons {
  width: 40%;
  float: left;
}
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right {
  width: 40%;
  float: right;
}
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right .dlm-cart-totals h2 {
  font-size: 1.6em;
}
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right .dlm-cart-totals table tr th,
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right .dlm-cart-totals table tr td {
  padding: 0.75em 0.5em;
  background: #f8f8f8;
}
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right .dlm-cart-totals table tr.dlm-totals-last-row th,
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right .dlm-cart-totals table tr.dlm-totals-last-row td {
  border-top: 1px solid #c3c1bc;
}
.dlm-cart .dlm-cart-bottom .dlm-cart-bottom-right .dlm-proceed-to-checkout a.dlm-button-checkout {
  display: block;
  color: #000;
  padding: 1em 2em;
  border: 2px solid #000;
  text-align: center;
  font-weight: 800;
  box-shadow: none !important;
}
