﻿.header {
    padding: 0 20px;
}

.header .logo {
    padding: 0 25px;
    position: relative;
    z-index: 10;
}


.header .header-menu {
    overflow: hidden;
}

.header .header-menu a {
    padding: 22px 12px;
}

.header .header-menu li:last-child::after {
    content: "";
    position: absolute;
    left: 102%;
    width: 100vw;
    top: -10px;
    bottom: -10px;
    background: #fff;
    z-index: 2;
}

.click {
    background: red;
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: 5px;
}

.search-box {
    display: none;
    align-items: center;
}

.pointer {
    cursor: pointer;
}

.header .navbar-right {
    margin-top: 0 !important;
}

.header .search-icon {
    height: 15px;
    margin-right: 15px;
}



.header .help-icon {
    height: 17px;
    margin-right: 15px;
}

.navbar .search-box.visible {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
}

.input-icons img {
    z-index: 10;
    margin: 0 8px;
}

.input-icons {
    margin: auto;
    width: 600px;
    cursor: pointer;
    display: flex;
}

.input-icons .search {
    width: 17px;
}

.input-icons .times {
    width: 12px;
}

.input-icons .close {
    width: 12px;
}



.icon {
    color: green;
}

.input-field {
    width: 100%;
    padding: 0;
    text-align: center;
    top: 0;
    height: 49px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    border: none;
    outline: none;
    color: #AC9B86;
}


.join-now {
    background: linear-gradient(180deg, #2097F6 0%, #1672BC 100%);
    border-radius: 8px !important;
    padding: 12px 16px !important;
    color: #FFFFFF;
    font-size: 12px !important;
    font-family: 'Lato' !important;
    white-space: nowrap;
    margin-right: 20px;
    font-weight: 700;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.login-container {
    margin: 0 12px;
}


.header .header-menu {
    flex-wrap: wrap;
}

@media(min-width:768px) {
    .header .header-menu {
        max-height: 61px;
    }

    .header .navbar-collapse.collapse {
        display: flex !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

.mobile-menu {
    position: absolute;
    background: white;
    width: 100%;
    top: 0;
    display: none;
    z-index: 10000;
}

.mobile-menu .menu {
    box-shadow: 0 8px 16px rgb(74 74 74 / 4%), 0 8px 16px rgb(74 74 74 / 8%) !important;
}

.mobile-menu .mobile-header {
    justify-content: space-between;
    height: 46px;
    align-items: center;
    padding: 0 20px;
}

.mobile-menu .header-menu li {
    display: flex;
    align-items: center;
    padding: 32px;
    border-bottom: 1px solid #F2F2F2;
}

.mobile-menu .header-menu li img {
    margin-right: 12px;
    width: 21px;
}

.mobile-menu .mobile-header .times {
    width: 12px;
    margin-left: 12px;
}

.mobile-menu .mobile-header .logo img {
    height: 16px;
}

.mobile-menu .header-menu .mobile-search {
    padding: 20px;
    border-top: 1px solid #F2F2F2;
}

.mobile-menu .header-menu .mobile-search .input-icons,
.mobile-menu .header-menu .mobile-search .input-icons img,
.mobile-menu .header-menu .mobile-search .input-icons input {
    background: #F5F3EF;
}

.mobile-menu .header-menu .mobile-search .input-icons {
    border-radius: 10px;
    padding: 0 10px;
    width: 100%;
}

.mobile-menu.visible {
    display: block;
}

.mobile-menu .header-menu .mobile-search .input-icons .input-field {
    height: 36px;
}



@media(max-width:768px) {
    .header {
        position: relative;
    }

    .header .logo {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .header .header-content {
        justify-content: space-between;
    }

    .header .header-menu {
        width: 100%;
        /*  display: block !important;
            position: absolute;
            top:0;
            left:0;
            right:0;
            background-color:white;
            padding-bottom:20px;*/
    }

    .navbar-collapse {
        border: none !important;
    }

    header .navbar {
        background: white !important;
    }

    header .navbar .header-menu {
        display: block !important;
    }
}

.header .header-menu li {
    margin-top: 0;
}

.header .show-more {
    margin-right: 24px;
}

.header .show-more .btn {
    padding-top: 7px;
}

.header .show-more i {
    color: #5A5A5A;
}

.header .logo {
    margin-bottom: 0 !important;
    z-index: 20000;
}

.header .logo img {
    height: 16px;
    position: relative;
    z-index: 2000;
}

.header .more,
.header .dropdown-menu-more-items a {
    font-weight: 700;
    font-size: 1.4rem;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #5A5A5A !important;
    position: relative;
}

.header .dropdown-menu-more-items a {
    padding: 8px 0;
    text-decoration: none;
}

.header .dropdown-menu-more-items li {
    padding: 12px 16px;
    color: #5A5A5A !important;
}

.header .dropdown-menu-more-items li:hover a::before {
    right: 0;
    width: 100%;
}

.header .dropdown-menu-more-items li a::before {
    background: #ac9b86;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    transition: all .3s linear;
    bottom: 0;
    left: 0;
    width: 0;
}

.dropdown-menu-more-items {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.show-more:active .dropdown-menu-more-items,
.show-more:hover .dropdown-menu-more-items,
.dropdown-menu-more-items:hover,
.dropdown-menu-more-items:active {
    display: block !important;
}
