.cart-block--contents {
  background-color: rgba(38, 50, 56, 0.7);
  width: 350px;
  border-radius: .25rem;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  color: #FFF;
  right: 0;
}

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

.cart-block--contents a {
  color: #FFF;
}

.cart-block--contents table {
  margin-bottom: 0;
  font-size: 80%;
}

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

.cart-block--contents table td {
  padding: .5rem;
  vertical-align: middle;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.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--cart-block .cart-block--contents__links a {
  display: block;
  padding: .75rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #263238;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .877rem;
  margin-top: 5px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

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

.cart-block--contents__items {
  background-color: rgba(38, 50, 56, 0.5);
  overflow: auto;
}

a.cart-block--link__expand {
  padding: 0 1rem;
  position: relative;
  border-radius: .25rem .25rem 0 0;
}

a.cart-block--link__expand.cart-block--link-active {
  background-color: rgba(38, 50, 56, 0.7);
  color: #FFF;
}

a.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: calc(1rem - 10px);
}
