body.admin-bar .my-sticky-header {
    top: 32px !important;
}

.my-sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999999;

    min-height: auto !important;

    background: white;
    transition: padding 0.25s ease, background 0.25s ease;
}

@media only screen 
and (max-device-width: 1000px)
{ 
.boostify-site-logo-header {
margin-top: 8px;

}
}

