.header {
    padding-top: 10px;
}

.header.header-inner {
    background-color: var(--white);
    box-shadow: 0 4px 8px #00000029;
    /* display: none; */
    display: block;
    padding-top: 0;
}

@media (min-width: 1200px) {
    .header.header-inner {
        /*display: block;*/
    }
}

.header-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .header-wrap {
        margin-bottom: 15px;
    }
}

.header.header-inner .header-wrap {
    align-items: center;
    height: 80px;
    display: flex;
    flex-flow: row;
}

.header a {
    color: #70747f;
    font-weight: 300;
}

.header .special {
    background-color: var(--white);
    border-radius: 10px;
    color: #70747f;
    display: inline-block;
    padding: 5px 15px;
}

.header.header-inner a {
    color: #707070;
    font-weight: 400;
}

.header .header-wrap>a {
    max-width: 150px;
}

.header-menu .hamburger-icon {
    display: none;
}

@media (max-width: 1200px) {
    .header-wrap .dropdown {
        width: auto !important;
    }

    .header-wrap .alert {
        order: 4;
    }

    .header-menu {
        position: relative;
        height: 60px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 6;
    }

    .header-menu .hamburger-icon {
        display: block;
        flex: 1;
        text-align: right;
        align-self: flex-end;
        padding-bottom: 3px;
    }

    .header-menu .cstm-dropdown {
        position: absolute;
        top: 80px;
        right: 0;
        min-width: 150px;
        display: flex;
        flex-flow: column;
        gap: 20px;
        background-color: var(--white);
        box-shadow: 0 4px 8px #00000029;
        align-items: center !important;
        text-align: center;
        border-radius: 12px;
    }

    .header-menu .cstm-dropdown.show {
        visibility: visible;
    }

    .header-menu .cstm-dropdown .dropdown-navigation-content {
        max-height: 130px;
        overflow-y: auto;
        left: unset !important;
        right: 160px;
        top: 10px;
        width: 80%;
    }

    .header {
        padding-top: 5px;
    }
}

.header-menu ul {
    align-items: center;
    display: flex;
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header.header-inner .alert-number {
    background-color: var(--black);
    border-color: var(--white);
    color: var(--white);
}

.header-wrap {
    align-items: center;

}

.header-wrap .lh-10 {
    max-width: 220px;
}

@media (max-width: 600px) {
    .header-wrap .lh-10 {
        max-width: 140px;
    }
}

.header-wrap .lh-10 a img {
    margin-left: -12px;
}

.home-page {
    align-items: end !important;
}

.home-page .cstm-dropdown {
    align-items: end !important;
}