Menu sticky mobile
.responsive-layout-mobile .zone-search,
.responsive-layout-mobile .zone-contact,
.responsive-layout-mobile .zone-menu-wrapper{
top: 44px;
position: fixed;
width: 100%;
background: #F2F2F2;
}
.responsive-layout-mobile .zone-search-wrapper,
.responsive-layout-mobile .zone-contact-wrapper,
.responsive-layout-mobile .zone-branding-wrapper,
.responsive-layout-mobile .sticky-wrapper{
position: fixed;
min-width: 100%;
width: 100%;
z-index: 99;
top: 0;
}