
/* Dropdown-Listen: Letztes Element ohne Border */
.drpd__item:last-child {border-bottom: none;}



/* Warenkorb */
.cart__sticky-bar.is-pinned {
  box-shadow: 0 -15px 24px -28px rgb(0 0 0 / 64%);
  border-top: 1px solid #c0c0c0;
  transition: all 200ms ease;
  }



/* Tabellen */

tr:nth-child(even) {
  background-color: #f3f3f3;
}
tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.table-hover {
	width: 100%;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0,0,0,0.1);
}

.table-hover th img, .table-hover td img {
	max-width: none;
}

.table-hover .table__cell.listicon, .table__header.listicon {
/*	padding: 0px 4px;*/
	text-align: center;
}



/* Scrollbalken ausblenden */

.overlay__scroll-list::-webkit-scrollbar, .table--real-table::-webkit-scrollbar, .table--sample::-webkit-scrollbar, .table--overflow::-webkit-scrollbar, .cnt--overflow-scroll-full::-webkit-scrollbar, .cnt--overflow-scroll::-webkit-scrollbar { 
	width: 0 !important 
}

.overlay__scroll-list, .table--real-table, .table--sample, .table--overflow, .cnt--overflow-scroll-full, .cnt--overflow-scroll {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow: scroll; 
}
