.headerButtons{
	/* background-color: darkblue; */
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}
.headerButtons>div{
    position: relative !important;
    top:0 !important;
    left:0 !important;
}
.headerButtons .buttonPrimary, .headerButtons .buttonText{
    margin-left: 7px !important;
}
.headerButtons .buttonMobileMenu{
    margin-right: auto;
    margin-left: 0 !important;
}
@media (max-width: 575.98px){
    .headerLogo{
        display: none !important;
    }
}