.hamburger {
    float: right;
    margin-top: 18px;
    width: 50px;
    height: 40px;
}

.svgHamburger-2 {
    fill: white;
}

.hamburger > div > svg {
    width: 50px;
    height: 40px;
}

.hamburger svg {
    cursor: pointer;
}

.hamburger.dropdown.open svg {
    background-color: #58595b1a;
}

.hamburger svg:hover {
    background-color: #58595b1a;
}

.mobile-log-in-dropdown,
.mobile-log-in-dropdown .btn-sign-in {
    display: none;
}

.mobile-menu {
    display: none;
    height: 74px;
}

.mobile-menu div.logo {
    float: left;
    width: 162px;
}

.mobile-menu .mobile-header-action-buttons {
    float: left;
    width: calc(100% - 235px);
    height: 100%;
}

.mobile-menu .mobile-header-action-buttons > div {
    float: right;
    height: 100%;
    padding-right: 5px;
}

.mobile-menu .mobile-header-action-buttons > div > div {
    float: left;
}

.mobile-menu .mobile-header-action-buttons .language-selector {
    margin-left: 25px;
}

.mobile-dropdown-menu {
    background-color: #2C2E3D;
    width: 280px;
    left: auto;
    top: 55px;
    padding: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
}

.mobile-dropdown-menu .dropdown-menu-action ul li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #edeffe;
}

.mobile-dropdown-menu .help-block {
    width: 90%;
    margin: 5px auto 0;
    font-size: 12px;
    color: #e0dd13;
}

.dropdown-menu-separator {
    z-index: -1;
    position: relative;
}

.dropdown-menu-separator hr {
    height: 1px;
    background-color: #edeffe;
    opacity: 0.302;
    width: 90%;
    margin: 0 auto;
}

.dropdown-menu-action {
    width: 100%;
    cursor: pointer;
    font-family: Montserrat-Light, sans-serif;
    font-size: 14px;
    color: #edeffe;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    margin-top: -3px;
    margin-bottom: -3px;
}

.dropdown-menu-action:first-child {
    margin-top: 0;
}

.menu-a-wrap:hover {
    background-color: rgb(69, 72, 95);
}

.menu-a-wrap .btn.sign-up,
.menu-a-wrap .btn.btn-sign-in {
    width: 100%;
    height: 51px;
    min-width: auto;
    padding: 15px 0;
    background-color: transparent;
    border: none;
}

.menu-a-wrap a {
    padding: 15px 0;
    display: block;
}

.menu-a-wrap > a,
.menu-a-wrap > a:hover {
    color: #edeffe;
    text-decoration: none;
}

.dropdownActionBody {
    width: 100%;
    color: #edeffe;
    display: none;
    padding-bottom: 20px;
}

.dropdownActionBody ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.dropdownActionBody ul li {
    margin: 0;
    padding: 10px 0;
}

.dropdownActionBody ul li:hover a {
    color: rgb(119, 11, 11);
}

.dropdownActionBody ul li:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(119, 11, 11);
}

.dropdown-menu-action:last-child .dropdownActionSeparator {
    background-color: transparent;
}

.dropdownActionLoginButton {
    margin-top: 3px;
    border: 3px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    border-radius: 18px;
    min-width: 130px;
    height: 36px;
    font-size: 16px;
    color: rgb(174, 16, 16);
    text-transform: uppercase;
    line-height: 1.833;
    text-align: center;
}

.dropdown-menu-action.activeMenu, .dropdownActionBody.activeMenu {
    background-color: #770b0b;
}

.dropdownMobileRegistrationButton {
    margin-top: 3px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    width: 150px;
    height: 36px;
    padding: 3px 0;
    color: rgb(174, 16, 16);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
}

.language-selector .selector div .mobile {
    display: none;
}

.mobile-menu div.search img {
    width: 26px;
    height: 26px;
}

.mobile-menu div.logo img {
    max-width: 100%;
    max-height: 100%;
}

.mobile-menu .user-message-wrap {
    margin-left: 0;
    padding-left: 25px;
}

@media (max-width: 1179px) and (min-width: 720px) {
    .main-header-wrap .boundaries {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-header-wrap table.boundaries {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 1129px) and (min-width: 1090px) {
    .headerMenu.loggedIn {
        width: 570px;
    }
}

@media (max-width: 1023px) {
    .headerMenu, .visitorActionContainer, .loggedInLogoutWrap,
    .menu-desktop {
        display: none;
    }

    .menu-desktop {
        width: 165px;
        float: left;
    }

    .loggedInMenu {
        margin-top: 10px;
    }

    .loggedInProfileImgWrap {
        position: static;
        margin-right: 23px;
        margin-top: 0;
        border: 4px solid rgb(174, 16, 16);
        border-radius: 50%;
        background-color: rgb(237, 28, 36);
        width: 65px;
        height: 65px;
    }

    .loggedInMenu {
        width: auto;
    }

    .loggedInProfileImgWrap > a > .helper {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .header-padding {
        padding-top: 74px;
    }
}

@media (max-width: 719px) {
    .main-header-wrap .boundaries {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-header-wrap table.boundaries {
        max-width: 98%;
    }
}

@media (max-width: 429px) {
    .mobile-menu div.logo {
        width: 120px;
    }

    .mobile-menu .mobile-header-action-buttons {
        width: calc(100% - 190px);
    }
}

@media (max-width: 369px) {
    .main-header.boundaries-padding {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-menu div.logo {
        width: 100px;
    }

    .mobile-menu .mobile-header-action-buttons {
        width: calc(100% - 155px);
    }

    .language-selector {
        width: 55px;
    }

    .mobile-menu .mobile-header-action-buttons > div {
        padding-right: 25px;
    }
}

@media (max-width: 349px) {
    .mobile-dropdown-menu {
        width: 300px;
        left: -248px;
    }
}

@media (max-height: 360px) {
    .menu-a-wrap a,
    .menu-a-wrap .btn.sign-up,
    .menu-a-wrap .btn.btn-sign-in {
        padding: 13px 0;
        height: auto;
    }

    .dropdown-menu-action,
    .menu-a-wrap .btn.sign-up,
    .menu-a-wrap .btn.btn-sign-in {
        font-size: 12px;
    }
}
