/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/classic-rocket/assets/css/MaterialIcons-Regular.eot');
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/themes/classic-rocket/assets/css/MaterialIcons-Regular.woff2') format('woff2'),
    url('/themes/classic-rocket/assets/css/MaterialIcons-Regular.woff') format('woff'),
    url('/themes/classic-rocket/assets/css/MaterialIcons-Regular.ttf') format('truetype');
}

.p-relative {
	position: relative;
}
.z-i-1 {
	z-index: 1;
}
.home__manufacturers-list {
	justify-content: center;
}
.home__manufacturers-item img {
	height: 22px;
	width: auto;
	max-width: initial;
}
.haworth__and-more-list {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.haworth__and-more-item img {
	max-width: initial;
	width: auto !important;
	height: 30px !important;
}

.header-banner--empty + .header-nav {
	height: auto;
	max-height: none;
}

.product-flag.online-only {
	display: none !important;
}

@media (min-width: 768px) {
	.menu-sub {
		pointer-events: none;
	}
	.menu-sub__content {
		pointer-events: auto;
	}
}
