.cart-block--contents {
  background-color: #fff;
  right: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.cart-block--contents__items {
  overflow: auto;
}

.cart-block--link__expand {
  position: relative;
}

.cart-block--link__expand .cart-block--summary__count {
  background: #f44336;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -9px;
}

.cart-block--contents__items {
  padding: 0 10px;
}

.cart-block--contents {
  width: 300px;
}

@media (min-width: 768px) {
  .cart-block--contents {
    width: 400px;
  }
}

.cart-block--contents table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  margin-bottom: 0;
}

.cart-block--contents table th,
.cart-block--contents table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}

.cart-block--contents table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}

.cart-block--contents table thead th a {
  color: #000;
  transition: color .2s ease-in-out;
  text-decoration: underline;
}

.cart-block--contents table thead th a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.cart-block--contents table tbody + tbody {
  border-top: 2px solid #eeeeee;
}

.cart-block--contents table td.is-active {
  background-color: rgba(236, 239, 241, 0.5);
}

.cart-block--contents table table {
  background-color: #fff;
}

@media (min-width: 992px) {
  .cart-block--contents table {
    font-size: .778rem;
  }
}

.cart-block--contents table td {
  padding: .5rem;
  vertical-align: middle;
}

.cart-block--contents table td.views-field-field-image {
  width: 90px;
}

.cart-block--contents table td.views-field-total-price__number {
  font-weight: bold;
}

.cart-block--contents table tr:first-child td {
  border-top: none;
}

.cart-block--contents__links a {
  display: block;
  padding: .75rem 1rem;
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .877rem;
  margin-top: 5px;
  transition: background .2s ease-in-out;
}

.cart-block--contents__links a:hover {
  background: #263238;
  color: #FFF;
}

/*# sourceMappingURL=sourcemaps/commerce-cart-block.css.map */
