.di table {
	table-layout: fixed;
}

.di .di-distributor-logo {
	width: 90px;
}

.di td {
	padding: .3rem;
	border-bottom: 1px solid rgba(17, 17, 17, .25);
}

.di [data-di-field="distributor_common_name"] {
	width: 250px;
	min-width: 250px;
}

.di [data-di-field="source_part_number"] {
	width: 250px;
	min-width: 250px;
}

.di [data-di-field="quantity_in_stock"] {
	width: 100px;
	min-width: 100px;
}

.di [data-di-field="min_break_price"] {
	width: 100px;
	min-width: 100px;
}

.di [data-di-item-index]:last-child td {
	border-bottom: 0 !important;
}

.di [data-di-view-all],
[data-di-view-fewer] {
	border-bottom: 0;
}

.di [data-di-view-all] .btn::before {
	background: url("https://ipxchange.jeremyhickman.co.uk/wp-content/themes/jh-theme/assets/dist/img/svg/img-sprite.svg") no-repeat -743px center;
}

.di [data-di-view-fewer] .btn::before {
	background: url("https://ipxchange.jeremyhickman.co.uk/wp-content/themes/jh-theme/assets/dist/img/svg/img-sprite.svg") no-repeat -801px center;
}

.di .btn {
	text-wrap: nowrap;
}


@media screen and (max-width: 992px) {
	.di [data-di-field="distributor_common_name"] {
		display: none !important;
	}

	.di [data-di-field="source_part_number"] {
		width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.di [data-di-field="min_break_price"] {
		display: none !important;
	}
}

@media screen and (max-width: 530px) {
	.di [data-di-field="distributor_logo"] {
		display: none !important;
	}

	.di .di-distributor-logo-mobile-only {
		display: block !important;
		width: 75px;
	}

	.di td {
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
}
