Buy me a coffee

#Header005

@media screen and (max-width:991px) {
.header-nav {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9999;
    transform: translatey(-50%);
}

.header-actions.header-actions--right {
    position: relative;
    top: 50px;
}
    	.header-title-nav-wrapper {max-width: 40%;}
.header-display-desktop {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.header-display-mobile {
    display: none;
}
.header-burger {
    display: none;
}
.header-nav {
    display: flex !important;
}
.header-nav {
    display: flex !important;
    flex: 70% !important;
    justify-content: flex-end;
}
    .header-actions.header-actions--right, .header-actions.header-actions--right div {
    display: flex !important;
}}