/*
	
	Bitte folgende Regeln integrieren:

	------------------------------------------

	1. Fix Menü-Breite
	Datei scss/utilities.scss

*/

@media (min-width: 992px) {
	.d-lg-block {
   	min-width: 290px;
	}
}

@media (min-width: 1730px) {
	.col-custom-product {
   	max-width:12.5%;
	}

}

@media (max-width: 900px) {
	.main-logo {
		width: 100%;
	}
}

@media (max-width: 850px) {
	.pe-basket-buttons {
		width: 100%;
		margin: 5px auto 7px;
	}
}

/*

	2. Korrekturen Produkte in Kategorie-Ansicht

*/


.product-card .product-card-actions, .product-card > .btn-wishlist, .product-card .badge {
	top: 6px !important;
	left: 6px !important;
	right: unset !important;
	bottom: unset !important;
	transform: scale(0.85);
	transform-origin: top right;
	text-rendering: geometricPrecision;
}

.product-card a.card-img-top {
	margin-top:-7px;
}

.product-card h3.product-title {
	margin-top:-11px;
}

.product-card div.product-meta {
	margin-top:-2px;
}

.product-card div.pbg-preise {
	margin-top:-9px;
}

.product-card div.product-price {
	margin-top:-4px;
}

.product-floating-btn {
	top: 6px !important;
	right: 6px !important;
	bottom: unset !important;
	left: unset !important;
	transform: scale(0.65);
	transform-origin: top right;
	text-rendering: geometricPrecision;
	opacity:0.15;
	position: absolute;
}

/*
	
	------------------------------------------
	
	3. Fix Menü hinter Footer versteckt:
	Datei scss/_user.scss

*/

header {
	z-index: 999 !important;
}

.mini-menu {
	z-index: 998 !important;
}

h4.smaller-header {
	font-size:12pt !important;
}

.centered {
	text-align:center;
}

.card-article-number {
	margin-left: -9px;
}

.card.product-card {
	overflow: hidden;
}

/*

	------------------------------------------

*/

.navbar-tool-combi-bg-secondary {
	background-color: #f3f5f9 !important;
	position: relative;
   height: 2.875rem;
   transition: color 0.25s ease-in-out;
   border-radius: 1.4375rem;
   line-height: 2.625rem;
   text-align: center;
   padding-right:12px;
}