/*Footer Menüzeile zentrieren*/
.container-footer .grid-child {
    justify-content: center !important;
    width: fit-content;
    flex-direction: inherit;
}
.jshop_list_category .category_name, .jshop_list_manufacturer .manufacturer_name, .jshop_list_vendor .vendor_name {
  visibility: hidden;
}
.container-header {
	z-index: 10;
	background-color: #292929;
	background-image: linear-gradient(135deg, #161616 0%, #292929 100%);
	position: relative;
	box-shadow: inset 0 5px 5px #00000008
}
.footer {
	color: #fff;
	background-color: #292929;
	background-image: linear-gradient(135deg, #161616 0%, #292929 100%);
	margin-top: 1em
}
.footer .grid-child {
	justify-content: space-between;
	align-items: center;
	padding: .1rem .5em
}
#mxcpr {
display: none !important;
}