.darkmode-toggle, .darkmode-layer{
    display: none;
}

.top-header{
    background:#183f68;
    color:#fff;
    font-size:13px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.top-header-inner{
    height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.top-left,
.top-right{
    display:flex;
    align-items:center;
    gap:22px;
}

.top-center{
    font-weight:500;
    color:#fff;
}

.top-center strong{
    color:#FFD54F;
    margin-left:4px;
}

.top-header a{

    color:#fff;

    text-decoration:none;

    transition:.25s;

}

.top-header a:hover{
    color:#FFD54F;
}

.top-header i{
    margin-right:6px;
    color:#FFD54F;
}

@media(max-width:991px){
    .top-center{
        display:none;
    }

    .top-left{
        gap:12px;
    }

    .top-right{
        gap:12px;
    }
}

@media(max-width:767px){
    .top-header{
        display:none;
    }
}

@media(max-width:991px){
    .header-search{
        display:none;
    }

    .header-logo{
        width:auto;
    }

    .header-logo img{
        max-height:50px;
    }

    .header-icon{
        width:42px;
        height:42px;
        font-size:18px;
    }
}

.main-header{
    background:#fff;
    padding:18px 0;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 18px rgba(0,0,0,.06);
}

.header-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header-logo{
    width:220px;
}

.header-logo img{
    max-height:65px;
}

.header-search{
    flex:1;
    padding:0 60px;
}

.search-box{
    position:relative;
}

.search-box input{
    width:100%;
    height:52px;
    border:2px solid #ececec;
    border-radius:60px;
    padding:0 70px 0 25px;
    font-size:15px;
    transition:.3s;
}

.search-box input:focus{
    outline:none;
    border-color:#183f68;
}

.search-box button{
    position:absolute;
    right:6px;
    top:6px;
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#183f68;
    color:#fff;
}

.header-icons{
    display:flex;
    align-items:center;
    gap:15px;
}

.header-icon{
    position:relative;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#f7f7f7;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#333;
    font-size:20px;
    transition:.3s;
}

.header-icon:hover{
    background:#183f68;
    color:#fff;
    text-decoration:none;
}

.header-icon span{
    position:absolute;
    top:-5px;
    right:-3px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#ff4d4d;
    color:#fff;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.main-header{
    background:#fff;
    padding:18px 0;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 18px rgba(0,0,0,.06);
}

.header-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header-logo{
    width:220px;
}

.header-logo img{
    max-height:65px;
}

.header-search{
    flex:1;
    padding:0 60px;
}

.search-box{
    position:relative;
}

.search-box input{
    width:100%;
    height:52px;
    border:2px solid #ececec;
    border-radius:60px;
    padding:0 70px 0 25px;
    font-size:15px;
    transition:.3s;
}

.search-box input:focus{
    outline:none;
    border-color:#183f68;
}

.search-box button{
    position:absolute;
    right:6px;
    top:6px;
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#183f68;
    color:#fff;
}

.header-icons{
    display:flex;
    align-items:center;
    gap:15px;
}

.header-icon{
    position:relative;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#f7f7f7;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#333;
    font-size:20px;
    transition:.3s;
}

.header-icon:hover{
    background:#183f68;
    color:#fff;
    text-decoration:none;
}

.header-icon span{
    position:absolute;
    top:-5px;
    right:-3px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#ff4d4d;
    color:#fff;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

@media(max-width:991px){
    .header-search{
        display:none;
    }

    .header-logo{
        width:auto;
    }

    .header-logo img{
        max-height:50px;
    }

    .header-icon{
        width:42px;
        height:42px;
        font-size:18px;
    }
}

.main-navigation{
    background:#183f68;
    height:60px;
}

.navigation-wrapper{
    display:flex;
    align-items:center;
    height:60px;
}

.category-menu{
    position:relative;
    width:300px;
}

.category-btn{
    width:100%;
    height:60px;
    border:none;
    background:#102c49;
    color:#fff;
    display:flex;
    align-items:center;
    padding:0 20px;
    font-size:15px;
    font-weight:600;
}

.category-btn i:first-child{
    margin-right:15px;
}

.category-dropdown{
    position:absolute;
    left:0;
    top:100%;
    width:300px;
    background:#fff;
    border-radius:0 0 12px 12px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    display:none;
    z-index:999;
}

.category-menu:hover .category-dropdown{
    display:block;
}

.category-dropdown a{
    display:flex;
    align-items:center;
    padding:14px 18px;
    border-bottom:1px solid #f3f3f3;
    color:#333;
    transition:.25s;
}

.category-dropdown a:hover{
    background:#f7f9fc;
    color:#183f68;
    padding-left:24px;
}

.category-dropdown img{
    width:34px;
    height:34px;
    object-fit:contain;
    margin-right:14px;
}

.desktop-menu{
    display:flex;
    margin:0;
    padding:0 0 0 35px;
    list-style:none;
    flex:1;
}

.desktop-menu li{
    margin-right:35px;
}

.desktop-menu a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    line-height:60px;
    transition:.25s;
}

.desktop-menu a:hover{
    color:#FFD54F;
}

@media(max-width:991px){
    .main-navigation{
        display:none;
    }
}