.burgermenu{position:fixed;top:0;left:0;z-index:1000}.burgermenu.hidden{opacity:0;visibility:hidden}.burgermenu.hidden,.burgermenu.visible{transition:opacity .3s ease,visibility .3s ease}.burgermenu.visible{opacity:1;visibility:visible}.burger-menu{position:relative;width:70px;height:70px;cursor:pointer;background-color:var(--secondary);padding:20px}.burger{position:absolute;background:#fff;width:70%;height:5px;top:50%;right:0;margin-top:-5px;opacity:1;left:50%;transform:translate(-50%)}.burger:before{top:15px}.burger:after,.burger:before{position:absolute;background:#fff;width:50px;height:5px;content:"";display:block;left:50%;transform:translate(-50%)}.burger:after{bottom:15px}.burger,.burger:after,.burger:before{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.burger-menu.menu-on .burger:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);bottom:0;left:0}.burger-menu.menu-on .burger:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:0;left:0}.burger-menu.menu-on .burger{background:hsla(0,0%,44%,0)}.burger-menu{margin-left:auto;margin-right:auto}.burgermenu-content{position:fixed;top:-120vh;left:0;width:100%;height:100%;background-image:url(/images/menu_bg.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:999;transition:all .3s ease-in-out;padding:50px}@media(max-width:768px){.burgermenu-content{background-color:#e0e6f2;background-image:inherit;padding:0 20px 20px}}.burgermenu-content.open{top:0}.burgermenu-content .tagline{position:absolute;bottom:100px;right:100px}@media(max-width:768px){.burgermenu-content .tagline{display:none}}.burgermenu-content .phone-container{position:absolute;top:160px;right:-40px;transform:translateY(100%) rotate(90deg)}@media(max-width:768px){.burgermenu-content .phone-container{top:inherit;bottom:120px}}.burgermenu-content .phone-container a{display:flex}.cart-icon{background-color:#002169;visibility:visible;margin-left:auto;cursor:pointer;position:fixed;right:0;width:80px;height:70px;margin-right:20px;z-index:1}.cart-icon a{display:flex;justify-content:center;align-items:center;height:100%}.cart-icon svg{color:#fff;position:absolute;font-size:40px}.cart-icon span{position:absolute;display:block;width:25px;height:25px;box-sizing:border-box;top:25%;z-index:12;transform:translate(-50%,-50%);left:25%;visibility:visible;color:#fff;font-size:15px;line-height:1.2;background:#ce0e2d;padding:3px;text-align:center;border-radius:50%}footer{background-color:#e0e6f2;padding:60px 20px;position:relative}@media(max-width:768px){footer{padding:30px 20px}}footer:before{left:0;height:100%}footer:after,footer:before{content:"";position:absolute;bottom:0;width:200px;background-image:url(/images/footer-right-bg-des.png);background-position:0;background-repeat:no-repeat;z-index:1}footer:after{right:0;height:60%}footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start}@media(max-width:768px){footer .footer-content{flex-direction:column}}footer .footer-content .footer-content-left{flex-grow:0;flex-shrink:0;flex-basis:calc(35% - 30px);max-width:calc(35% - 30px)}@media(max-width:768px){footer .footer-content .footer-content-left{flex:0 0 100%;max-width:100%}}footer .footer-content .footer-content-left img{width:100%;max-width:300px}@media(max-width:768px){footer .footer-content .footer-content-left img{margin:0 auto}footer .footer-content .footer-content-left p{margin-bottom:30px}}footer .footer-content .footer-content-right{flex-grow:0;flex-shrink:0;flex-basis:calc(65% - 30px);max-width:calc(65% - 30px)}@media(max-width:768px){footer .footer-content .footer-content-right{flex:0 0 100%;width:100%;max-width:100%}footer .footer-content .footer-content-right .footer-box-container-1,footer .footer-content .footer-content-right .footer-box-container-2{flex-direction:column;width:100%}}footer .footer-content .footer-content-right .footer-header .box{flex:1 1}@media(max-width:768px){footer .footer-content .footer-content-right .footer-header .box{width:100%}}footer .footer-content .footer-content-right .footer-header .box h3{background-color:var(--secondary);color:var(--white);padding:5px 10px;font-weight:700}@media(max-width:768px){footer .footer-content .footer-content-right .footer-header .box h3{text-align:center}}footer .footer-content .footer-content-right .footer-header .box ul{list-style:none;padding:10px}@media(max-width:768px){footer .footer-content .footer-content-right .footer-header .box ul{text-align:center}}footer .footer-content .footer-content-right .footer-header .box ul li{margin-bottom:10px}footer .footer-content .footer-content-right .footer-header .box ul li a{color:var(--primary);text-decoration:none;font-weight:500}@media(max-width:768px){footer .footer-content .footer-content-right .footer-header .box ul li a{justify-content:center}}footer .footer-content .footer-content-right .footer-header .box ul li a:hover{color:var(--secondary)}footer .footer-content .footer-content-right .footer-header .box ul li span{color:var(--primary);font-weight:500}@media(max-width:768px){footer .footer-content .footer-content-right .footer-header .box ul.social{justify-content:center}}footer .footer-content .footer-content-right .footer-header .box ul.social li a svg{border-radius:50%;background-color:var(--primary);padding:5px;color:var(--white);width:35px;height:35px}footer .footer-content .footer-content-right .footer-header .box svg{color:var(--secondary);margin-right:10px}