.cart-container .dropdown-menu {
  padding: 15px;
}
.cart-container [template] {
  display: none;
}
.cart-container .summary-btn {
  text-align: center;
  padding-top: 15px;
}
.cart-container .cart-image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.cart-container .cart-info {
  position: relative;
}
.cart-container .cart-info .product-name {
  height: auto;
  line-height: 22px;
  width: 200px;
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
  margin: 0;
}
.cart-container .cart-info .product-prop {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  height: 24px;
}
.cart-container .cart-info .product-prop small {
  background: #222;
  color: white;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
}
.cart-container .cart-qty .badge {
  color: #222;
}
.cart-container .cart-item {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid gainsboro;
}
