/* Custom code goes here */
section.product-features {
display: none;
}


.belowfilter {
	display: none;
}
.belowfilter.show {
	display: block;
}
#search-categories ul li .search-category-image a img {
	height: 100px;
}
#search-categories .d-grid {
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
}
#search-categories h5 a {
	font-size: 13px !important;
}
#search-categories .d-grid li {
	height: 160px !important;
}
.compatybile-message {
	display: none;
	flex-direction: column;
	margin: 0 0 15px 0;
	width: 100%;
}
.d-grid {
	display: grid;
	gap: 1rem;
}
.links-body-container {
	background: none !important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background: none !important;
}
.belowfilter .alert{
	border-radius: 10px;
	border-width: 2px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
	margin-bottom: 30px;
}
.compatybile-message .information-compatybile {
	display: none;
	text-align: center;
	font-size: 14px;
	border: 2px solid;
	padding: 15px;
	font-weight: bold;
	border-radius: 10px;
	color: #000;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
	.compatybile-message .information-compatybile .buttons_bottom_block {
	margin-top: 20px;
		margin-bottom: 0;
}
.compatybile-message .information-compatybile.suit {
	border-color: #197309;
	background: #cbf5c4;
	color: #197309;
}
	.compatybile-message .information-compatybile.no-selection {
		border-color: #e0e007;
		background: #f3f5c4;
	}
	.compatybile-message .information-compatybile.no-suit {
		border-color: #ba0202;
		background:#f5c4c4;
		color: #ba0202;
	}
	.compatybile-message .information-compatybile.no-available-combinations {
		border-color: #e0e007;
		background: #f3f5c4;
	}
@media (min-width:768px){
	.categories > a {
		float: left;
		width: 25%;
		margin: 0;
		padding: 0 10px;
		text-align: center;
	}
.categories > a .block-category {
border: 0;
padding: 0;
border: 0;
text-align: center;
min-height: auto;
margin-bottom: 20px;
}

.categories > a .block-category h1 {
font-size: 14px;
height: 32px;
margin: 0 0 6px;
overflow: hidden;
}

.categories > a .block-category .category-cover {
border: 1px solid #ccc;
position: relative;
right: 0;
}
}

@media (min-width:768px) and (max-width:992px){
.categories > a {
width: 33.333%;
}
}

@media (max-width:767px) {
.categories > a .thumbnail-container.category_box h1 {
font-size: 14px;
}
}

/* mobile */

section#products {
clear: both;
}

@media (max-width: 767px) {
.no-text-mobile span {
	display: none;
}
#paths-list td, #paths-list th {
		padding: .55rem;
		word-break: break-all;
}
.categories>a {
float: left;
width: 50%;
text-align: center;
}

.categories>a .block-category .category-cover {
border: 1px solid #ccc;
position: relative;
right: 0;
}

.categories>a .block-category.card.card-block.hidden-sm-down {
display: block!important;
border: 0;
min-height: auto;
margin-bottom: 0;
}

.categories>a .block-category .category-cover {
position: relative;
}

.categories>a .thumbnail-container.category_box .text-xs-center.hidden-md-up {
display: none;
}

.categories>a .block-category .category-cover img {
width: auto;
height: auto;
}

}

.product-information .product-actions .product-discounts.product-reference_top.product-reference {
	display: none !Important;
}

@media (max-width: 520px) {

.categories>a {
width: 50%;

}

}

/* tabela-zastosowan-importowanych */
.product-description table {
			font-size: 12px;
			color: #000000;

			border-spacing: 0px;
			border-collapse: collapse;
			margin-bottom: 15px;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			overflow-x:auto;
		}
		.product-description  table th {
			text-align: left;
			vertical-align: bottom;
			cursor: pointer;
		}
		.product-description table th h3 {
			text-align: left;
			padding: 10px;
			cursor: pointer;
		}
		.product-description table td {
			text-align: left;
			font-size: 12px;
			color: #000000;
			padding-right: 2px;
			padding-left: 2px;
			padding-top: 2px;
			padding-bottom: 2px;

			cursor: pointer;
			border: 1px dashed #DDDDDD;

		}
		.product-description table th {
			border-bottom: 1px dashed #DDDDDD;
		}
		.product-description table td:first-child {
			text-align: left;
			width: auto;
			border-left: 1px dashed #DDDDDD;
		}

		.product-description table tr:first-child {
			text-align: left;
			font-size: 14px;
			font-weight: bold;

		}

		.product-description table tr:hover td {
			background-color: #ffcc66;
		}

		.product-description table
		{
			overflow-x:auto;
		}



