.banner-cart {
  background-image: url("../img/cart/background-title.png");
}

.bg-table {
  width: 100vw;
  background-image: url("../img/cart/fondo-canelo-lineas.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.5);
}

.table-cart th {
  min-width: 170px;
}

@media (min-width: 1024px) {}
