:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login_main_wrapper__a5N6R{display:flex;flex-wrap:wrap;width:100%;margin:0;padding:0;align-items:center;align-content:center;height:85vh}.login_wrapper_left__tFzOe{width:50%;height:auto;text-align:center;align-self:center}.login_heroImage__rzj3e{max-width:250px;height:auto}.login_wrapper_right__j2U5X{width:50%;align-self:center;display:flex;flex-direction:column;text-align:left;border-radius:5px}.login_heading_wrapper__qCCA0{margin-bottom:10px}.login_wrapper_right__j2U5X h1{font-size:48px;color:#fff;margin:0}.login_btn__gAlrf{width:150px;background:linear-gradient(260.54deg,#009583 4.76%,#00955f 93.93%);padding:5px 10px;color:#fff;border-radius:20px;font-size:18px;margin-top:15px;margin-bottom:15px;outline:none;border:1px solid #00955f;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;cursor:pointer}.login_btn__gAlrf:hover{background:linear-gradient(260.54deg,#00955f 4.76%,#009583 93.93%);transform:scale(1.05);border-color:#007568}.login_forget__aOr7O a{font-size:16px;color:#00d19d;text-decoration:none;margin:0;cursor:pointer}.login_create__zpUP5{font-size:16px;color:#fff;text-decoration:none;margin-left:20px}.login_create__zpUP5 a{text-decoration:none}.login_create_link__7YIul{color:#00d19d}.login_wrapper_left__tFzOe p{color:#fff;font-size:22px;font-weight:lighter;margin:20px auto auto}.login_inputGroup__qcLuw{position:relative;display:flex;align-items:center;margin-bottom:20px;width:450px}.login_inputField__zt8sM{flex-grow:1;margin-bottom:0;box-sizing:border-box;background:transparent;color:#fff;border:1px solid #ffffff99;outline:none;padding:14px 14px 14px 40px}.login_leftIcon__OCXKx{position:absolute;left:5px;top:10px;width:25px;height:auto}.login_rightIcon__KyS5U{position:absolute;right:10px;top:14px;width:20px;height:auto}.login_color__VOWJO{color:#00ecd4}.login_wrapper__jIyIm{display:flex;flex-wrap:wrap;align-items:center}.login_rightIcon1__B7DTl{width:20px}@media screen and (min-width:1800px){.login_main_wrapper__a5N6R{display:flex;flex-wrap:wrap;width:100%;margin:0;padding:0;align-items:center;align-content:center;height:75vh}}@media screen and (min-width:2400px){.login_wrapper_right__j2U5X h1{font-size:68px}.login_inputGroup__qcLuw{width:600px}.login_inputField__zt8sM{font-size:20px;padding:20px 40px 20px 60px}.login_leftIcon__OCXKx{left:8px;top:20px}.login_create__zpUP5,.login_forget__aOr7O a{font-size:20px}.login_btn__gAlrf{font-size:22px;padding:10px 15px}.login_heroImage__rzj3e{max-width:100%}.login_wrapper_left__tFzOe p{font-size:28px;font-weight:lighter;width:400px}.login_rightIcon__KyS5U{top:14px}.login_leftIcon__OCXKx{left:11px;top:15px;width:35px}.login_rightIcon__KyS5U{right:10px;top:18px;width:30px}.login_rightIcon1__B7DTl{width:30px}}@media screen and (max-width:1280px) and (min-width:599px){.login_main_wrapper__a5N6R{height:auto}.login_wrapper_left__tFzOe{display:none}.login_wrapper_right__j2U5X{width:90%;align-self:center;display:flex;flex-direction:column;text-align:left;padding-left:3%;padding-right:5%;border-radius:5px;justify-content:center;align-items:center;text-align:center;width:100%;margin:10% auto;height:auto}.login_forget__aOr7O{text-align:left}}@media screen and (max-width:599px) and (min-width:250px){.login_main_wrapper__a5N6R{height:auto}.login_wrapper_left__tFzOe{display:none}.login_wrapper_right__j2U5X{text-align:center;width:100%;margin:10% auto;height:auto}.login_inputGroup__qcLuw{position:relative;display:flex;align-items:center;margin-bottom:20px;width:90%}.login_wrapper_right__j2U5X h1{font-size:28px;color:#fff;margin:0}.login_create__zpUP5{margin:auto}.login_btn__gAlrf{margin:20px auto}.login_inputGroup__qcLuw{margin:15px auto}}.login_MoonLoader__rcLyq{margin:auto}.NavBar_navbar__fp7IE{height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;top:0;z-index:20}.NavBar_nav_container__FyAjX{display:flex;justify-content:space-between;align-items:center;width:98%;height:80px;position:relative}.NavBar_nav_logo__b_VVs{color:#fff;margin-left:30px;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center;justify-content:center}.NavBar_nav_logo__b_VVs .NavBar_icon__JpYO_{display:inline-block;width:3rem;height:3rem;margin-left:16px}.NavBar_nav_menu__jFe0U{display:flex;list-style:none;text-align:center;margin-right:2rem}.NavBar_nav_links__Eo3n6{color:#fff;text-decoration:none;padding:.5rem 1rem;height:100%;border-bottom:3px solid transparent;font-size:18px;font-family:Poppins;font-weight:100;font-weight:500}.NavBar_nav_item__5RkNw{line-height:40px;margin-right:10px;align-self:center}.NavBar_nav_item__5RkNw:after{content:"";display:block;height:3px;width:0;background:transparent;transition:width .5s ease,background-color .5s ease}.NavBar_nav_item__5RkNw:hover:after{width:100%;border-bottom:3px solid #00ecd4}.NavBar_nav_icon__pZYXX{display:none}.NavBar_nav_icon__pZYXX .NavBar_icon__JpYO_{display:inline-block;width:2rem;height:2rem}.NavBar_shopButtonStyle__XDl7c{display:inline-block;width:94px;top:39px;left:1729px;border-radius:20px;background:#4caf50;color:#fff;cursor:pointer;text-decoration:none;font-size:16px;padding:5px 10px}.NavBar_logoStyle__atAuX{width:50px;height:50px}.NavBar_cart__A1BNy{margin:0;padding:0}.NavBar_logoStyle_add_to_card__RkRUC{width:25px;height:auto;align-self:center;margin:0}.NavBar_profile_image__RPquc{width:35px;height:35px;border-radius:50%;align-self:center;border:1px solid #fff}.NavBar_profile_image_banner__ggrTE{width:50px;height:50px;align-self:center;position:absolute;top:80px;border-radius:50%}.NavBar_profileDropdown__Pw84E{position:absolute;top:calc(100% - 10px);right:0;z-index:100;background-color:#fff;border:1px solid #ccc;border-radius:10px;transition:all .8s ease;display:flex;flex-direction:column;font-size:18px}.NavBar_profileDropdown__Pw84E:before{content:"";position:absolute;right:25%;border:10px solid transparent;border-bottom-color:#fff}.NavBar_banner_image__NS6SP{width:300px;height:auto;position:relative}.NavBar_dropdownList__xHYuq{list-style:none;margin:0;text-align:left;padding:0 0 0 10px}.NavBar_Link__H3ybB{list-style:none;list-style-type:none;text-decoration:none;font-size:15px;color:#000;cursor:pointer;transition:color .3s ease}.NavBar_Link__H3ybB:hover{color:blue}.NavBar_dropdownList__xHYuq li{padding:0;border-bottom:1px solid #ccc}@media screen and (min-width:1800px){.NavBar_navbar__fp7IE{font-size:20px}.NavBar_nav_links__Eo3n6{font-size:26px}.NavBar_nav_item__5RkNw{line-height:40px;margin-right:1rem;align-self:center}.NavBar_nav_menu__jFe0U{display:flex;list-style:none;text-align:center;margin-right:3rem}.NavBar_shopButtonStyle__XDl7c{display:inline-block;width:94px;font-size:22px;padding:3px 10px}}@media screen and (min-width:2750px){.NavBar_nav_links__Eo3n6,.NavBar_navbar__fp7IE{font-size:36px}.NavBar_nav_item__5RkNw{line-height:40px;margin-right:1rem;align-self:center}.NavBar_nav_menu__jFe0U{display:flex;list-style:none;text-align:center;margin-right:3rem}.NavBar_shopButtonStyle__XDl7c{display:inline-block;width:94px;font-size:36px;padding:10px 30px}.NavBar_logoStyle__atAuX{width:70px;height:auto}.NavBar_logoStyle_add_to_card__RkRUC{width:50px;height:auto}.NavBar_profile_image__RPquc{width:70px;height:70px}.NavBar_navbar__fp7IE{height:110px}}@media screen and (min-width:3260px){.NavBar_nav_container__FyAjX{width:3150px}}@media screen and (max-width:1326px){.NavBar_nav_menu__jFe0U{margin:0;padding:0}}@media screen and (max-width:1280px){.NavBar_navbar__fp7IE{display:none}}.footer_footer__ih4BT{height:auto;display:flex;justify-content:center;align-items:center;font-size:1.2rem;flex-wrap:wrap;width:95%;margin:auto}.footer_footer_container___zqQn{display:flex;justify-content:space-between;align-items:center;width:100%;height:80px}.footer_footer_logo__hIi8_{color:#fff;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center}.footer_logoStyle__mk4A2{width:50px;height:50px}.footer_footer_logo__hIi8_ .footer_icon__CtcRy{display:inline-block;width:3rem;height:3rem;margin-left:16px}.footer_footer_menu__RUbT0{display:flex;list-style:none;text-align:center;margin-right:2rem}.footer_footer_links__QkL4s{color:#fff;text-decoration:none;padding:.5rem 1rem;height:100%;border-bottom:3px solid transparent;font-size:18px;font-family:Poppins;font-weight:500}.footer_footer_item__qmEAp{line-height:40px;margin-right:1rem}.footer_footer_item__qmEAp:after{content:"";display:block;height:3px;width:0;background:transparent;transition:width .5s ease,background-color .5s ease}.footer_footer_item__qmEAp:hover:after{width:60%;margin:auto;border-bottom:3px solid #00ecd4}.footer_footer_btn__wzlUD{display:inline-block;width:64px;border-radius:20px;background:#4caf50;color:#fff;cursor:pointer;padding:0;text-decoration:none;font-size:14px}.footer_icons_logo__hN9bt{width:25px;height:25px;margin:2px}.footer_footer_end__22dwa,.footer_footer_menu_bottom__zi2Sx{display:flex;justify-content:space-between}.footer_footer_menu_bottom__zi2Sx{list-style:none;padding-left:0}.footer_Link__6LB7y,.footer_bottom_footer__s_ttV p{color:#fff;margin-top:10px;margin-bottom:10px;font-size:18px}.footer_Link__6LB7y,.footer_bottom_footer__s_ttV{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;text-decoration:none;color:#fff}.footer_span__9jtlB{display:flex;justify-content:space-around}.footer_Link__6LB7y{width:150px}.footer_line__uGCiW{margin-right:20px;height:45%}@media screen and (min-width:1800px){.footer_footer__ih4BT{font-size:20px}.footer_footer_links__QkL4s{font-size:26px}.footer_Link__6LB7y,.footer_bottom_footer__s_ttV p{font-size:20px}.footer_icons_logo__hN9bt{width:30px;height:30px}}@media screen and (min-width:2750px){.footer_footer__ih4BT,.footer_footer_links__QkL4s{font-size:36px}.footer_bottom_footer__s_ttV p{font-size:28px}.footer_logoStyle__mk4A2{width:70px;height:auto}.footer_footer_container___zqQn{height:130px}.footer_footer_menu__RUbT0{align-items:center}.footer_icons_logo__hN9bt{width:50px;height:auto}}@media screen and (min-width:3260px){.footer_footer__ih4BT{width:3150px}}@media screen and (max-width:1280px) and (min-width:250px){.footer_footer__ih4BT{justify-content:center;font-size:1.2rem}.footer_footer__ih4BT,.footer_footer_container___zqQn{height:auto;display:flex;align-items:center;flex-wrap:wrap}.footer_footer_container___zqQn{justify-content:space-between;width:100%;margin-top:10px}.footer_footer_logo__hIi8_{color:#fff;align-items:center;cursor:pointer;text-decoration:none;display:flex;align-items:left;justify-content:flex-start;margin-left:20px}.footer_logoStyle__mk4A2{width:50px;height:50px}.footer_footer_logo__hIi8_ .footer_icon__CtcRy{display:inline-block;width:3rem;height:3rem;margin-left:16px}.footer_footer_menu__RUbT0{display:flex;list-style:none;text-align:left;flex-wrap:wrap;width:100%;justify-content:space-between;padding:0;margin:20px 0}.footer_footer_links__QkL4s{color:#fff;text-decoration:none;padding:.5rem 0;height:100%;font-size:18px;font-family:Poppins;font-weight:100}.footer_footer_item__qmEAp{line-height:40px;margin-right:0;width:100%;padding:0 0 0 20px}.footer_footer_btn__wzlUD{display:inline-block;width:150px;border-radius:20px;background:#4caf50;color:#fff;cursor:pointer;padding:0;text-decoration:none;font-size:18px;text-align:center}.footer_icons_logo__hN9bt{width:25px;margin:2px}.footer_footer_end__22dwa{display:flex;justify-content:space-between}.footer_footer_menu_bottom__zi2Sx{display:flex;list-style:none;width:95%;justify-content:space-around;padding-left:0;margin:auto}.footer_hrStyle__ZBQz4:last-of-type{display:block}.footer_Link__6LB7y,.footer_bottom_footer__s_ttV p{margin:5px 12px;font-size:14px}.footer_footer_item__qmEAp:hover:after{border-bottom:none}}@media screen and (max-width:400px) and (min-width:250px){.footer_span__9jtlB{flex-wrap:wrap;justify-content:left}.footer_line__uGCiW{display:none}}@media screen and (max-width:1280px) and (min-width:600px){.footer_footer_btn__wzlUD,.footer_footer_links__QkL4s{font-size:22px}.footer_Link__6LB7y,.footer_bottom_footer__s_ttV p{margin:5px 12px;font-size:18px}}.m_navbar_navbar__OZm6G{height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;top:0;z-index:20}.m_navbar_nav_container__J9fGc{display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;position:relative}.m_navbar_nav_logo__wqfc6{color:#fff;margin-left:20px;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center;justify-content:center}.m_navbar_nav_logo__wqfc6 .m_navbar_icon__gAI4V{display:inline-block;width:3rem;height:3rem;margin-left:16px}.m_navbar_nav_menu__7jJv9{display:flex;list-style:none;text-align:center;margin-right:2rem}.m_navbar_nav_links__10aha{color:#fff;text-decoration:none;padding:.5rem 1rem;height:100%;border-bottom:3px solid transparent;font-size:14px;font-family:Poppins;font-weight:100}.m_navbar_nav_item__rblMc:after{content:"";display:block;height:3px;width:0;background:transparent;transition:width .7s ease,background-color .5s ease}.m_navbar_nav_item__rblMc:hover:after{width:100%}.m_navbar_nav_icon__Wujn3{display:none}.m_navbar_nav_icon__Wujn3 .m_navbar_icon__gAI4V{display:inline-block;width:2rem;height:2rem}.m_navbar_shopButtonStyle__MNNxF{display:inline-block;width:94px;top:39px;left:1729px;border-radius:20px;background:#4caf50;color:#fff;cursor:pointer;text-decoration:none;font-size:14px;padding:10px;margin-top:10px}.m_navbar_logoStyle__8HbB8{width:50px;height:50px}.m_navbar_logoStyle_add_to_card__gSOwp{width:25px;height:auto;align-self:center}.m_navbar_profile_image__gOk6o{width:40px;height:40px;align-self:center;border:1px solid #fff;border-radius:50%}.m_navbar_profileDropdown__MTYWe{position:absolute;top:100%;left:1020px;z-index:2;background-color:#fff;border:1px solid #ccc;padding:10px;border-radius:20px;transition:all .3s ease}.m_navbar_banner_image__f0w_9{width:100%;height:auto}.m_navbar_dropdownList__1yLlr{list-style:none;padding:0;margin:0;text-align:left;font-size:11px}.m_navbar_dropdownList__1yLlr li{padding:0;border-bottom:1px solid #ccc}.m_navbar_navbar__OZm6G{display:none}@media screen and (max-width:1280px){.m_navbar_nav_menu__7jJv9{display:inline;width:100%;height:500px;border-top:1px solid #fff;position:absolute;top:0;left:-120%;opacity:1;transition:all .5s ease}.m_navbar_nav_menu__7jJv9.m_navbar_active__rCo7v{background:#1f5156;left:-38px;opacity:1;transition:all .5s ease;z-index:1;height:-moz-fit-content;height:fit-content;z-index:2;margin:auto;padding-top:56px;padding-bottom:100%;position:fixed}.m_navbar_nav_logo__wqfc6 .m_navbar_icon__gAI4V{width:2rem;height:2rem}.m_navbar_nav_icon__Wujn3{display:block;position:absolute;top:50%;right:-29px;transform:translate(-100%,-50%);width:2rem;height:2rem;cursor:pointer;padding:5px 5px 0 9px;z-index:2}.m_navbar_wrapper__lPPJD ul{position:absolute}.m_navbar_box__hzWB8 .m_navbar_nav_links__10aha{display:flex;align-items:center;width:80%;background:#1a3647;border:1px solid #1a3647;border-radius:10px;margin:4px auto;height:25px}.m_navbar_box__hzWB8 img{margin-right:20px;margin-left:10px}.m_navbar_navbar__OZm6G{display:block}.m_navbar_profile_header__GfggL{display:flex;justify-content:space-between;width:83%;margin:auto;align-items:center}.m_navbar_login__xsT1B li,.m_navbar_profile_header__GfggL li{width:auto;background:none;border:none}.m_navbar_login__xsT1B{justify-content:left;width:92%;align-self:flex-end}#m_navbar_ul__qy0Gy{height:100vh}.m_navbar_nav_links__10aha{font-size:22px}}@media screen and (max-width:600px){.m_navbar_nav_links__10aha{font-size:18px}.m_navbar_box__hzWB8 .m_navbar_nav_links__10aha{margin:8px auto}}