	.plusik {
		float: left;
		height: 100px;
		display: flex;
		align-items: center;
		font-size: 24px;
		margin: 0px 10px;
	}
	#myInput {
		width: 45%;
		font-size: 16px;
		padding: 12px 0px 12px 40px;
		border: 1px solid #ddd;
	}

	.img-old {
		width: 100%;
		max-width:80px;
		max-height:90px
	}
	.img-new {
		width: 100%;
    	max-width: 60px;
	}
	.borderek {
		/* border-right: 1px solid #cbcac9; */
	}
	#produkty-zastepcze {
		width: 100%;
		margin-top: 20px;
	}
	#produkty-zastepcze #box-search {
		position: relative;
		height: 45px;
		margin-bottom: 10px;
	}
	#produkty-zastepcze #box-search i {
		position: absolute;
		top: 8px;
		left: 8px;
	}
	#produkty-zastepcze table {
		width: 100%;
	}
	#produkty-zastepcze table .card {
		display: inline-flex;
		align-items: center;
		height: 100px;
		float: left;
		margin: 0px 6px;
	}
	.product-column-old .card {
		max-width: 245px;
	}
	.product-column-new .card {
		max-width: 245px;
	}
	.product-column-new .card div.card-body{
		padding:0px;
	}
	
	/* #produkty-zastepcze table .card img{
		max-width: 110px;
		float: left;
		padding: 5px;
		width: 100%;
	} */
	#produkty-zastepcze table .card div.card-body{
		padding: 6px;
		text-align: center;
	}
	#produkty-zastepcze table .card div.card-body h5.card-title{
		font-size: 16px;
		text-align: left;
	}
	#produkty-zastepcze table .card div.card-body p{
		display: flex;
		align-items: center;
		padding: 0px;
	}
	#produkty-zastepcze table .card div.card-body p a {
		padding: 0px;
		font-size: 14px;
		color: #aaa9a9;
	}
	#produkty-zastepcze table .card div.card-body p a:hover {
		color: #09a0f1;
	}
	/* #produkty-zastepcze table .card div.card-body img{
		width: 28px;
		float: left;
		padding: 10px 0px;
	} */
	#produkty-zastepcze table thead.fixed {
		position:fixed;
		width: 100%;
		max-width: 1180px;
		display: inline-table;
		top: -2px;
	}	
	#produkty-zastepcze table thead.fixed tr th {
		max-width:120px;
	}	
	#produkty-zastepcze table thead tr th {
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 10px;
		background: #e8e8e8;
		/* max-width: 175px;
		width: 175px; */
	}	
	#produkty-zastepcze table tr td:nth-child(2) {
		width: 70px;
 		 max-width: 70px;
	}
	#produkty-zastepcze table tr td:first-child {
		max-width: 324px;
		width: 324px;
	}	
	#produkty-zastepcze table thead tr th i {
		width:100%;
	}

	.tableFix { /* Scrollable parent element */
	position: relative;
	overflow: auto;
	height: 100px;
	}

	.tableFix table{
	width: 100%;
	border-collapse: collapse;
	}

	.tableFix th,
	.tableFix td{
	padding: 8px;
	text-align: left;
	}

	.tableFix thead th {
	position: sticky;  /* Edge, Chrome, FF */
	top: 0px;
	background: #fff;  /* Some background is needed */
	}

		/* #produkty-zastepcze table tbody tr:nth-child(even){background-color: #f7f7f7;} */
		/* #produkty-zastepcze table tbody tr:nth-child(odd){background-color: #f2f2f2;} */
		
	@media screen and (max-width: 525px) {
		#produkty-zastepcze table .card img{
			display:none;
		}
	}
	.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	width: 318px;
	}
	.pagination > li {
	display: inline;
	}
	.pagination li:hover{
	cursor: pointer;
	}
	.pagination li.active span {
		background: #09a0f1;
	color: white;
	}
	.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	}

	.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}
	.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	}
	#box-rows select {
		padding: 8px;
	background: white;
	border: 1px solid #ccc;
	width: 80px;
	}