.productTable-container {
	overflow:none;
}

.productTable-scroll {
	overflow-x:auto;
}

table.productTable {
	width:max-content;
	min-width:100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
.productTable-right > .productTable {
	width:1000px;
}
table.productTable > tr {
}
table.productTable td, table.productTable th {
	text-align:center;
}
tr.productTable-header {
	
}
tr.productTable-header > th {
	border-bottom:3px solid #ccc;
	font-weight:normal;
}
tr.productTable-row > td {
	border-bottom:1px solid #e9e9e9;
}
tr.productTable-row > td, tr.productTable-header > th {
	padding:10px 0;
	background:#fff;
}
tr.productTable-row.forKits > td {
	color:var(--color-blue-dark);
	background:#f3f7ff;
}
tr.productTable-row.forKits.k80004 > td {
	color:var(--color-orange-dark);
	background:#fff3e4;
}

tr.productTable-icons > td {
	background:#fff;
}
tr.productTable-icons {
	height:84px;
}
tr.productTable-icons > td > img {
	background: #ccc;
	width: 100%;
	max-width: 80px;
}

table.productTable tr.productTable-row:hover > td {
	background:#eeeeee;
}
table.productTable tr.productTable-row.forKits:hover > td {
	background:#d9e5ff;
}
table.productTable tr.productTable-row.forKits.k80004:hover > td {
	background:#ffe2bd;
}

tr.productTable-row td.dcol.data:hover {
	transition: color 0.3s, background 0.3s;
	color:#4099d5;
	background: #EEEEEE;
	background: linear-gradient(90deg,rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%) !important;
	cursor:pointer;
}
tr.productTable-row.forKits td.dcol.data:hover {
	background: #d9e5ff;
	background: linear-gradient(90deg,rgba(217, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(217, 229, 255, 1) 100%) !important;
}
tr.productTable-footer td {
	color:#fff;
	padding:5px 0;
}
tr.productTable-footer.footer-units {
	background:#888;
}
tr.productTable-footer.footer-cases {
	background:#666
}
table.productTable tr > .dcol {
	/*display:none;*/
}
table.productTable tr > th.dcol {
	font-weight:bold;
	width:120px;
}
table.productTable tr > .dcol-speed {
	width:86px;
	display:table-cell;
	position: sticky;
	left:90px;
	border-right:2px dotted #ccc;
}
table.productTable tr > .dcol-finish {
	width:100px;
}
table.productTable tr > .dcol.active {
	display:table-cell;
}
table.productTable tr > .dcol-grit {
	width:90px;
	display:table-cell;
	position: sticky;
	left:0;
	
	/*text-align: left;
  	padding-left: 10px;*/
}
table.productTable tr > .dcol-countc {
	display:none;
}
table.productTable tr > .dcol-kitgrit {
	display:table-cell;
	position: sticky;
	left:0px;
	font-family:"FuturaEagle", sans-serif;
	text-transform: uppercase;
	border-right:2px dotted #ccc;
	font-size:0.85em;
}
.productTable-selector {
	position:absolute;
	width:200px;
	height:80px;
	
	display:flex;
	align-items:center;
	z-index:3;
	box-shadow: 20px 0 15px 0px #fff;
	background:#fff;
}
.selector-dropdown {
	background:#eee;
	height:50px;
	width:100%;
	display:block;
}
.kgrit_cell {
	display:flex;
	gap:7px;
	margin-left:5px;
}
.kgrit_color {
	display:none;
}
.kgrit_icon {
}
.kgrit_num {
	flex:1;
	text-align:left;	
	font-weight:bold;
}

.hide-sm {
	display:none;
}
.hide-md {
	display:none;
}

@media only screen and (min-width: 576px) {
	.hide-sm {
		display:inline;
	}
	
	table.productTable {
		min-width:1000px;
		width:100%;
	}

	.kgrit_color {
		flex:1;
		text-align:right;
		display:block;
	}

	.kgrit_cell {
		margin:0px;
	}
	
	.productTable-selector {
		/*width:250px;*/
	}
	.selector-dropdown {
		background:#eee;
		height:60px;
		width:100%;
		display:block;
	}
	
	table.productTable tr > .dcol {
		display:table-cell;
	}
	table.productTable tr > .dcol-grit {
		width:175px;
		border-right:2px dotted #ccc;
	}
	table.productTable tr:first-child > .dcol-grit {
		border-right:none;
	}
	table.productTable tr > .dcol-kitgrit {
		border-right:none;
		font-size:1em;
		text-align: left;
    	padding-left: 20px;
	}
	table.productTable tr > .dcol-speed {
		width:100px;
		display:table-cell;
		position:static;
		left:auto;
		border-right:none;
	}
	table.productTable tr > .dcol-finish {
		width:100px;
		display:table-cell;
	}

	table.productTable tr > .dcol-sku {
		
	}

	table.productTable tr > .dcol-countc {
		width:180px;
		display:table-cell;
	}
	table.productTable tr > .dcol-countu {
		width:180px;
	}
	
	.productTable-right {
		flex:1;
	}
	
}
@media only screen and (min-width: 1000px) {
	.hide-md {
		display:inline;
	}
	table.productTable tr > .dcol-grit {
		border-right:none;
	}
}


.popover {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 1em;
	display: none;
	z-index: 999;
	width: 250px;
 }

 .popover-content {
	text-align:center;
 }
 
 .popover.active {
	display: block;
 }
 
 .popover-arrow {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	transform: rotate(45deg);
	z-index: -1;
 }
 
 /* Arrow when popover is below the element */
 .popover[data-position="bottom"] .popover-arrow {
	top: -6px;
	left: calc(50% - 6px);
 }
 
 /* Arrow when popover is above the element */
 .popover[data-position="top"] .popover-arrow {
	bottom: -6px;
	left: calc(50% - 6px);
 }