.qonfi_btn {
	width: 50%; 
	background-color: #000000; 
	color: #ffffff
}
.qonfi_btn_product {
	width: 50%; 
	background-color: #000000; 
	color: #ffffff
}
.qonfi_btn_catalog {
	width: 50%; 
	background-color: #000000; 
	color: #ffffff
}

.qonfi_filter_btn {
	width: 100%; 
	background-color: #000000; 
	color: #ffffff
}

.qonfi_btn:hover {
	background-color: color-mix(in srgb, #000000 80%, white);
}
.qonfi_btn_product:hover {
	background-color: color-mix(in srgb, #000000 80%, white);
}
.qonfi_btn_catalog:hover {
	background-color: color-mix(in srgb,  80%, white);
}

.qonfi_filter_btn:hover {
	background-color: color-mix(in srgb, #000000 80%, white);
}

.qonfi_group {
	width: 100%; 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding:15px;
	margin-top: 5px;
	margin-bottom: 5px;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 5px;
}

.qonfi_head {
	color: white;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	font-size: larger;
	font-weight: 600;
	padding: 10px;
}
/* Mobile override */
@media (max-width: 768px) {
	.qonfi_btn {
		width: 75% !important;
	}
	.qonfi_btn_product {
		width: 75% !important;
	}
	.qonfi_btn_catalog {
		width: 75% !important;
	}
}