header .menu-wraper { cursor: pointer; position: relative;}
header .menu-wraper .explore-btn { border: none; background: none; padding: 25px 0px 25px 20px; font-weight: 600; position: relative; display: flex; align-items: center;}
header .menu-wraper .explore-btn:after { content: ""; font-family: "Font Awesome 6 Free"; font-size: 14px; font-weight: 900; color: #999 !important; transform: none; display: inline-block; vertical-align: middle; position: absolute; left: 0; border: none; line-height: 3px; width: 10px; margin-right: 5px;}
header .menu-wraper:hover > .menu-content { opacity: 1; visibility: visible; margin-top: 0;}
header .menu-content { min-width:150px; background: #eee; opacity: 0; border: 1px solid #eee; visibility: hidden; position: absolute; top: 100%; right: 0; margin-top: 10px; transition: 0.5s;}
header .menu-content ul { list-style: none; padding: 0; margin: 0; overflow: auto; height: 100%;}
header .menu-content ul::-webkit-scrollbar { width: 3px;}
header .menu-content ul::-webkit-scrollbar-track { background: #ccc;}
header .menu-content ul::-webkit-scrollbar-thumb { background: #666;}
header .menu-content ul::-webkit-scrollbar-thumb:hover { background: #666;}
header .menu-content ul li { padding: 0; margin: 0; border-bottom: 1px solid #eee;}
header .menu-content ul li a { width: 100%; display: block; text-decoration: none; font-size: 12px; color: #151515; font-family: "Droid Arabic Kufi", "Poppins", sans-serif !important; padding: 10px 15 10px 0px;}
header .menu-content ul li span { width: 40px; display: block; height: 36px; display: flex; align-items: center; justify-content: center; color: #999; font-size: 13px; transform: scale(-1);}
header .menu-content ul.main-category { width: 265px; max-height: 75vh; overflow: auto; background: #fff;}
header .menu-content ul.main-category > ul { max-height: 75vh; overflow: auto;}
header .menu-content ul.main-category > li > a { font-weight: 600; position: relative; padding-right: 35px; white-space: wrap;}
header .menu-content ul.main-category > li > a i { color: #151515; transition: 0.5s;}
header .menu-content ul.main-category > li > a > i { min-width: 15px; text-align: center; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
header .menu-content ul.main-category > li:hover { background: #ffb100;}
header .menu-content ul.main-category > li:hover > a { color: #151515;}
header .menu-content ul.main-category > li:hover > a i { color: #151515;}
header .menu-content .submenu { width: auto; min-width: 180px; position: absolute; right: 100%; top: 0; opacity: 0; visibility: hidden; margin-left: 10px; transition: 0.5s; background: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; height: 100%;}
header .menu-content .submenu li a { font-size: 12px !important; font-weight: 400;}
header .menu-content .submenu li span { font-size: 12px;}
header .menu-content .submenu li:hover { background: #fff;}
header .menu-content i.fas.fa-chevron-right{ transform:none !important;}
header .menu-content li.has-child-menu { width: 100%; display: flex; cursor: pointer; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee;}
header .menu-content li.has-child-menu a { display: block; width: 100%; position: relative; font-size: 12px; padding: 9px 10px 9px 10px;}
header .menu-content li.has-child-menu:hover > .submenu { opacity: 1; visibility: visible; margin-left: 0;}
header .menu-content li.has-child-menu:hover > span { color: #151515;}
header .menu-content li.has-child-menu:hover { background: #ffb100;}
header .menu-content li.has-child-menu:last-child { border-bottom: 0px;}


@media screen and (max-width: 1366px) { 
    header .menu-content {
        right: -120px;
    }
    header .menu-content ul.main-category {
        width: 245px;
    }
    header .menu-content .submenu {
        margin-left: 0px;
    }
}