.main-toolbar.hide-sm {
	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 2020;
}

.main-header {
	padding-top: 60px;
}

.collection-menu-horizontal-wrapper.sticky {
    position: fixed;
    top: 40px;
    width: 100%;
  	z-index: 2020;
}

@media (max-width: 1100px) {
.main-header {
	padding-top: 88px;
}
.collection-menu-horizontal-wrapper.sticky {
    top: 78px;
}
}
