Sticky Header on Mobile

.html_header_top.html_header_sticky #header {
position: fixed !important;
}
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: 0px !important;
	margin-top: 50px !important;
}
}