main {
	padding: 0;
}

.table-wrap {
	overflow: visible;
}

#product-search {
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	padding: 0.35rem 0.5rem;
}

#product-search:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
	outline: none;
}

#product-search {
	flex: 0 1 24rem;
	font-size: 1.1rem;
	margin: 0 auto;
	min-width: 18rem;
}

#vendor-product-page {
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	padding: 0.2rem 0.35rem;
}

.vendor-product-summary {
	display: flex;
	min-width: 0;
}

.vendor-product-summary span {
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	font-weight: 700;
	padding: 0.65rem 0.75rem;
	width: 100%;
}

#NewItemTagChips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

#tbl_vendor_product th,
#tbl_vendor_product td {
	width: 9rem;
}

#tbl_vendor_product thead th:nth-child(1),
#tbl_vendor_product tbody td:nth-child(1),
#tbl_vendor_product thead th:nth-child(2),
#tbl_vendor_product tbody td:nth-child(2),
#tbl_vendor_product thead th:nth-child(4),
#tbl_vendor_product tbody td:nth-child(4) {
	display: none;
}

#tbl_vendor_product th:nth-child(3),
#tbl_vendor_product td:nth-child(3),
#tbl_vendor_product th:nth-child(6),
#tbl_vendor_product td:nth-child(6),
#tbl_vendor_product th:nth-child(8),
#tbl_vendor_product td:nth-child(8) {
	width: 12rem;
}

@media only screen and (max-width: 960px) {

	main {
		display: block;
	}

	#mobile-product-search {
		border: 1px solid #c7d2fe;
		border-radius: 0.25rem;
		box-sizing: border-box;
		flex: 1;
		font-size: 1rem;
		min-width: 0;
		padding: 0.45rem 0.55rem;
	}

	#mobile-product-search:focus {
		border-color: #0d6efd;
		box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
		outline: none;
	}

	#mobile-btn-add-product {
		align-items: center;
		background-color: #0d6efd;
		box-sizing: border-box;
		color: white;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 1.35rem;
		font-weight: 700;
		height: 2.15rem;
		justify-content: center;
		line-height: 1;
		padding: 0;
		width: 2.15rem;
	}

.mobile-list {
		overflow: hidden;
}
.mobile-title {
		overflow-wrap: anywhere;
}
}
