#products .product-title {
	height: 68px;
}
.thumbnail-container .product-description {
	height: 68px;
}
.product-title {
	height: auto !important;
}
.banner .img-fluid {
	max-width: 100%;
    max-height: 100%;
}
.menu-wrapper {
	background: #1d1d1b;
}
.mobile-header {
	background: #1d1d1b;
}
#menu-icon svg path {
    fill: #d8d8d8;
}
.user-info a svg path {
    fill: #d8d8d8;
}
.search-button-wrapper svg path {
    fill: #d8d8d8;
}
.blockcart-link svg path {
    fill: #d8d8d8;
}
.menu-wrapper {
  border-top: 1px solid #5a604c;
}
#subcategories {
	display:none;
}
.block-category {
	display:none;
}
#footer .myaccount-title a {
	color: transparent;
  	position: relative;
}
.myaccount-title a::after {
	content: "Konto";
  	color: black;
  	position: absolute;
  	left: 0;
}