#main_cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    min-height: 100%;
}

#top_address_bar {
    height: 4vh;
    flex: 0 0 4vh;
    background-color: var(--main-gray);
}

#bottom_menu_cont {
    background-color: var(--main-blue);
    padding-top: 3vh;
    padding-bottom: 5vh;
    display: flex;
    flex-direction: row;
}

#bottom_cr_cont {
    height: 4vh;
    flex: 0 0 4vh;
    background-color: var(--main-blue);
    justify-content: center;
}

#top_bar_separator {
    flex: 0 0 1px;
    height: 1px;
    width: 100%;
    background-color: var(--sepearator-gray);
}

#bottom_menu_separator {
    flex: 0 0 1px;
    height: 1px;
    width: 100%;
    background-color: var(--separator-blue);
}

#top_title_bar {
    height: 7vh;
    flex: 0 0 7vh;
    background-color: var(--main-gray);
}

#login_bar {
    background-color: #000;
    height: 6vh;
    flex: 0 0 6vh;
}

#login_bar_login_icon {
    height: 4vh;
    width: 4vh;
    margin: 0 0.5vw 0 0;
    cursor: pointer;
    border-radius: 2vh;
}

#login_bar_lang_icon {
    height: 3vh;
    width: 3vh;
    margin: 0 1vw 0 0;
    cursor: pointer;
}

#login_bar_badge_icon {
    height: 3vh;
    width: auto;
    margin: 0 1vw 0 0;
}

#search_cont {
    margin: 0 3vw 0 0;
}

#top_bar_search_input {
    width: 10vw;
}


#bottom_cr_cont a {
    color: var(--dark-blue);
    text-decoration: none;
}

#bottom_cr_cont {
    font-family: 'Avenir';
    font-size: 1.4vmin;
    font-weight: normal;
    color: var(--font-color);
}

#Click_menu {
    position: absolute;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px #666;
}

#payments_logo_cont {
    background-color: var(--font-color);
}

#payments_logo {
    flex-grow: 0;
    flex-shrink: 0;
    height: 4vmin;
    width: auto;
}