header{--color: #fff;height:70px;padding:10px 0;box-sizing:content-box;display:flex;flex-direction:column;row-gap:15px;position:absolute;top:0;left:0;width:100%;z-index:999}header>.container{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative;flex-wrap:wrap}header .logo{display:flex;align-items:center;justify-content:flex-start}header .logo a{display:flex;align-items:flex-start;justify-content:center}header .logo a figure{display:flex;align-items:flex-start;justify-content:center}header .logo a figure img{width:100%;height:100%;object-fit:contain;max-height:45px}header .menu{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 1024px){header .menu{display:none}}header .menu>.menu-item{position:relative;width:auto;height:auto}header .menu>.menu-item>a{color:var(--color);font-size:17px;font-weight:500;padding:10px 15px;display:flex;align-items:center;justify-content:center;text-align:center}header .menu>.menu-item>a .subMenuIcon{margin-left:4px;font-size:.7rem}header .menu>.menu-item:hover .sub-menu{top:100%;visibility:visible;opacity:1}header .menu>.menu-item .sub-menu{padding:15px 20px;width:auto;min-width:200px;top:120%;border-radius:8px;box-shadow:0 2px 3px rgba(96,96,96,.1);background-color:#fff;position:absolute;visibility:hidden;opacity:0;transition:500ms all}header .menu>.menu-item .sub-menu .menu-item a{color:#2c3e50;font-size:16px;font-weight:500;padding:8px 0;transition:all .3s ease-in-out}header .mobile-bars{display:none;align-items:center;justify-content:center;fill:#fff;margin-left:12px;font-size:24px;width:30px;height:30px;text-align:center}@media screen and (max-width: 1024px){header .mobile-bars{display:flex}}header .action{display:flex;align-items:center;justify-content:flex-end;column-gap:12px}@media screen and (max-width: 1024px){header .action{margin-left:auto}}@media screen and (max-width: 400px){header .action{display:none}}header .action .currency{color:#fff;font-weight:400}header .action a{color:#fff;display:flex;align-items:center;column-gap:8px;transition:350ms color,350ms background-color}header .action a svg{fill:#fff !important;height:18px}header .action a.userLogin svg{fill:#fff !important;height:18px}@media screen and (max-width: 500px){header .action a.userLogin{display:flex}header .action a.userLogin span{display:none}}header .action a.border{padding:10px 25px;border:1px solid #fff;border-radius:30px}header .action a.invert{background-color:#fff;color:#2c3e50}header .action a.invert:hover{background-color:rgba(0,0,0,0);color:#fff}header .action a:hover{background-color:#fff;color:#2c3e50}header .action a:hover svg{fill:#2c3e50 !important}.mobile-menu{position:fixed;bottom:0;width:100%;left:100%;height:calc(100% - var(--header_height));background-color:rgba(44,62,80,.7);z-index:9999;transition:500ms left;backdrop-filter:blur(10px);display:flex;flex-direction:column;padding-top:30px}@media screen and (min-width: 1025px){.mobile-menu{display:none}}.mobile-menu.active{left:0;visibility:visible}.mobile-menu .menu{flex:1;overflow-y:auto}.mobile-menu .menu .menu-item a{display:block;color:#fff;font-size:16px;font-weight:500;padding:10px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu .menu .menu-item:last-child a{border-bottom:0}.mobile-menu .action{gap:24px;padding:40px 20px;margin-top:auto;text-align:center;color:#fff;width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.mobile-menu .action .currency{color:#fff;font-weight:400}.mobile-menu .action a{color:#fff;display:flex;align-items:center;column-gap:8px}.mobile-menu .action a.userLogin{width:100%;align-items:center;justify-content:center}.mobile-menu .action a.userLogin svg{fill:#fff !important;height:18px}.mobile-menu .action a.border{padding:10px 25px;border:1px solid #fff;border-radius:30px}.mobile-menu .action a.invert{background-color:#fff;color:#2c3e50;transition:350ms color,350ms background-color}.mobile-menu .action a.invert:hover{background-color:rgba(0,0,0,0);color:#fff}/*# sourceMappingURL=header.min.css.map */
