.ktc-filter-wrapper{
	position: relative;
	padding-right: 25px;
}

.ktc-filter-row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.ktc-filter-row select,
.ktc-reset {
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-size: 14px;
	font-family: var(--wp--preset--font-family--poppins) !important;
	outline: none;
	max-width: 169px;
}

.ktc-reset {
    cursor: pointer;
	font-weight: 500;
}

.ktc-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    display: inline-block;
    right: 0;
    top: calc(50% - 10px);
}

.ktc-table {
    width: 100%;
    border-collapse: collapse;
}

.ktc-table th,
.ktc-table td {
    border: 1px solid #B3B3B3;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

.ktc-table th {
    background: #B3B3B3;
    font-weight: 500;
	color: #ffffff;
	border-right-color:#ffffff;
}
.ktc-table th:last-child{
	border-right-color:#B3B3B3;
}
.ktc-table td {
	padding: 3px 12px;
}

.ktc-add-quote {
    width: 27px;
    height: 27px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
	outline: none;
}

.ktc-pagination {
    margin-top: 20px;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.ktc-pagination a {
    display: inline-block;
    padding: 0px 8px;
    border: solid 1px #aaa;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
}

.ktc-pagination a.active {
    font-weight: bold;
}

.bgb-active.active a{
	background-color: var(--wp--preset--color--accent-6) !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.catalogue-tube-mecanique{
	.ktc-filter-row select, .ktc-reset {
		border-color: #E85C1A;
	}
	.ktc-reset {
		background-color: #E85C1A;
		color:#fff;
	}
}

.catalogue-tube-conduite{
	.ktc-filter-row select, .ktc-reset {
		border-color: #4FAF73;
	}
	.ktc-reset {
		background-color: #4FAF73;
		color:#fff;
	}
}

.catalogue-tube-barre{
	.ktc-filter-row select, .ktc-reset {
		border-color: #3A7FB1;
	}
	.ktc-reset {
		background-color: #3A7FB1;
		color:#fff;
	}
}