@media (min-width: 768px){
	.navigation-in>ul>li>a, .navigation-in>ul>li>a:hover {
		background-color: transparent;
		color: white;
	}
	
	#navigation {
		background-image: linear-gradient(black, #3f3f3f);
		border-bottom: 3px solid red;
	}
	
	.p-data-wrapper {
		padding: 2rem !important;
	}
}

.btn.btn-cart,.btn.btn-conversion {
   color: white;
   border: 1px solid #1faa1f;
}
.btn.btn-cart:hover,.btn.btn-conversion:hover {
	color: white;
	border: 1px solid #1faa1f;
}

table.detail-parameters tbody tr td {
	padding-left: 0;
}

.availability-label {
	margin-left: 0;
}

.p-code {
	display: none;
}

.code {
	color: #a5a5a5;
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 5px;
}

.sold-out {
	display: none;
}

#description, .shp-tabs-holder ul.shp-tabs {
	margin-left: unset;
    margin-right: unset;
}

.standard-price-label {
	display: none;
}

.price-save {
	color: rgb(0, 153, 1);
	font-weight: bold;
}

.p-to-cart-block {
	border: 1px solid rgb(226 226 226);
}

.brand-wrapper-manufacturer-name a {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.brand-wrapper {
	display: flex;
    align-items: center;
	gap: 1rem;
}

.brand-image {
	max-width: 120px;
    max-height: 65px;
}

.quantity .decrease:hover:before {
	background-color: red;
}

.flag {
	font-size: 14px !important;
}

.p-data-wrapper {
	padding: 1rem !important;
	box-shadow: 0px 0px 4px 2px #00000029;
}

.print {
	display: none !important;
}

table.detail-parameters tbody tr th::after {
	content: none !important;
}

.menu-helper>span {
	color: white;
}

.warranty-wrapper {
	width: 100%;
}

.ratings-and-brand {
	flex-wrap: wrap !important;
}

.link-icon.chat {
	border: 1px solid #b6056f;
    padding: 1rem;
    background-color: #ff0099;
    color: white;
}

.link-icon.watchdog {
	border: 1px solid #c07f08;
    padding: 1rem;
    background-color: orange;
    color: white;
}

.link-icons.watchdog-active {
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
    gap: 1rem;
}

.link-icon.chat {
	margin-right: 0;
}

.subcategories {
	box-shadow: 0 0 8px 3px lightgrey;
	overflow: hidden;
}

.subcategories li {
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	margin-bottom: -1px;
    margin-top: 1px;
}

footer {
	background-color: black !important;
}

.footer-bottom {
background-color: black !important;
color: white;

}

#footer h4 , #footer a{
	color: white;
}

.contact-item img {
    margin-right: 10px;
}

.images figure {
    margin: 0;
    display: flex;
    align-items: center;
}

.images figure img {
    max-width: 88px;
}

.images {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 280px;
    gap: 2rem;
}

.basic-description p {
	margin: 0 !important
}

.benefitBanner__item {
	justify-content: center;
}

span:contains(Nicht auf Lager){
	color: red;
}

.category-perex ul, .category__secondDescription ul, .p-short-description ul, .tab-content ul, .welcome-wrapper ul, article ul {
	padding-left: 20px;
}

.category-perex ul li, .category__secondDescription ul li, .p-short-description ul li, .tab-content ul li, .welcome-wrapper ul li, article ul li {
	position: relative;
	margin-bottom: 11px;
}

.category-perex ul li:before, .category__secondDescription ul li:before, .p-short-description ul li:before, .tab-content ul li:before, .welcome-wrapper ul li:before, article ul li:before {
	position: absolute;
	margin: 0;
	left: -20px;
	top: 12px;
}