.navItem_wrapper:hover .navItem_line{animation:navItemAnimate;animation-fill-mode:forwards;animation-duration:.5s}.myCartWrapper{animation-name:myCart;transition:all 1s;animation-fill-mode:forwards;transition-duration:2s}@media (max-width:850px){.loginCart_items,.navItem_container{display:none}.loginCart_items_img,.smallNavItems{display:block}}@keyframes navItemAnimate{0%{width:0;height:2px;background-color:#fff}to{width:100%;height:2px;background-color:#fff}}@media (max-width:900px){.footer_left_part_container{display:flex;flex-direction:column-reverse;width:100%;gap:30px}.footer_left_left_container{width:400px}.footer_container{display:flex;flex-direction:column}.last_email_section{transform:translateX(0);margin:50px 0 0}}@media (max-width:450px){.footer_left_left_container{width:100%}}