.cart-button-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

h3.cart-title {
  color: var(--primary);
  font-weight: bold;
}

p.cart-subtitle {
  font-size: 23px;
}

th.cart-title-tab {
  color: var(--primary);
}

span.cart-tab-label {
  color: var(--primary);
}

a.product-remove {
  background-color: #000;
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
  border-radius: 50%;
}

.product-thumbnail img {
  max-height: 5rem;
}

.shadowed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
