: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:rgba(255,255,255,0.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)}}.product-breadcrumb{margin:80px 0 0 -20px}.product-breadcrumb.threeItems .MuiBreadcrumbs-li:nth-of-type(3):after{left:50%;transform:translateX(-50%)}.product-breadcrumb .MuiBreadcrumbs-ol{display:inline-flex;position:relative}.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li{position:relative;line-height:1}.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li svg{width:12px;height:12px}.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li a,.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li p{margin:0 10px;color:var(--text-color-pink);font-weight:300;text-decoration:none;box-shadow:0;transition:.2s ease-in-out;font-size:.9rem}@media only screen and (max-width:576px){.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li a,.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li p{font-size:.8rem;line-height:1.9}}.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li a:hover,.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li p:hover{box-shadow:0 1px 0 var(--text-color-pink)}.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li p{box-shadow:none;color:var(--primary-color)}.product-breadcrumb .MuiBreadcrumbs-ol .MuiBreadcrumbs-li p:hover{box-shadow:none}.MuiBreadcrumbs-separator{display:none!important}.deal-breadcrumb{margin:20px 0 30px -10px}@media only screen and (max-width:576px){.deal-breadcrumb{margin:20px 0}}.paginationContainer{margin-bottom:80px;width:100%}.paginationContainer .MuiPagination-ul{justify-content:center}.paginationContainer .MuiPagination-ul .Mui-disabled{background:var(--bg-disable-color)}.paginationContainer .MuiPagination-ul .Mui-disabled svg{fill:var(--icon-color)}.paginationContainer .MuiPagination-ul .Mui-selected.MuiPaginationItem-page{color:var(--primary-color);background:rgba(0,0,0,0);border:1px solid var(--primary-color);border-radius:5px}.paginationContainer .MuiPagination-ul .MuiPaginationItem-page{color:var(--text-color);font-weight:600;border:1px solid var(--border-line-grey2-color);height:32px;border-radius:5px}.selectBox{position:relative}.selectBox svg{position:absolute;top:28px;right:22px;font-size:20px;color:#000;z-index:1;transform:translateY(-50%)}.react-select__option123__control{position:relative!important;z-index:1;min-height:53px!important;border:1px solid var(--shadow-color)!important;border-radius:10px!important;padding:11px 20px;width:100%}.react-select__option123__control:hover{box-shadow:none!important;border-color:var(--shadow-color)}.react-select__option123__control.react-select__option123__control--is-focused{box-shadow:none!important}.react-select__option123__control .react-select__option123__value-container{padding:0}.react-select__option123__control .react-select__option123__value-container>input{position:absolute}.react-select__option123__control .react-select__option123__value-container .react-select__option123__placeholder{font-size:.8125rem}.react-select__option123__control .selectedItem{display:flex;align-items:center;font-size:.9rem}.react-select__option123__menu{margin:0;box-shadow:none!important;border:1px solid var(--shadow-color);border-top:0;border-top-left-radius:0;border-top-right-radius:0;z-index:5;padding-top:5px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media only screen and (max-width:768px){.react-select__option123__menu{position:relative!important}}.react-select__option123__menu:after,.react-select__option123__menu:before{content:"";position:absolute;top:-18px;left:-1px;width:1px;height:30px;background:var(--shadow-color)}.react-select__option123__menu:after{left:auto;right:0;transform:translateX(1px)}.react-select__option123__menu .react-select__option123__menu-list{padding-bottom:0}.react-select__option123__menu .react-select__option123__menu-list .react-select__option123__option{display:flex;align-items:center;color:var(--text-color);font-size:.9rem;padding:15px 20px;cursor:pointer;background:rgba(0,0,0,0)}.react-select__option123__menu .react-select__option123__menu-list .react-select__option123__option:active{background:rgba(0,0,0,0)}.react-select__option123__menu .react-select__option123__menu-list .react-select__option123__option>div{position:relative;width:16px;height:16px;margin-right:20px}@media only screen and (max-width:768px){.promo-code-form{width:100%!important;max-width:100%!important}}.promo-code-form input{width:100%!important;max-width:100%!important}.promo-code-form button.btn.primary.btn-half-rounded{right:15px!important;text-transform:uppercase}.MuiTabScrollButton-vertical,.MuiTabs-indicator{display:none}.verticalTabs>div:first-child{flex:0 0 20%;max-width:20%;border:none;min-height:auto!important;overflow:initial!important}@media only screen and (max-width:576px){.verticalTabs>div:first-child{flex:0 0 100%;max-width:100%}}.verticalTabs>div:first-child .MuiTabs-hideScrollbar{overflow:initial!important}.verticalTabs>div:first-child .MuiTabs-hideScrollbar .MuiTabs-flexContainerVertical{align-items:center!important}@media only screen and (max-width:576px){.verticalTabs>div:first-child .MuiTabs-hideScrollbar .MuiTabs-flexContainerVertical{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:nowrap;overflow-x:auto!important}.verticalTabs>div:first-child .MuiTabs-hideScrollbar .MuiTabs-flexContainerVertical::-webkit-scrollbar{display:none!important}}.verticalTabs>div:first-child .MuiButtonBase-root{border-radius:10px;color:var(--text-color);padding:12px 10px;margin-bottom:20px;font-size:.8rem;text-transform:capitalize;border:solid var(--shadow-color);border-width:1px 1px 3px;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 20px);min-height:-moz-fit-content;min-height:fit-content;display:inline-block;transition:.2s ease-in-out}@media only screen and (max-width:992px){.verticalTabs>div:first-child .MuiButtonBase-root{font-size:.7rem;padding:9px 5px}}@media only screen and (max-width:576px){.verticalTabs>div:first-child .MuiButtonBase-root{margin-right:10px;padding:9px 10px}}.verticalTabs>div:first-child .MuiButtonBase-root.Mui-selected{border-bottom-color:var(--primary-color)}.verticalTabs .tabPanel{flex:0 0 78%;max-width:78%;position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:576px){.verticalTabs .tabPanel{flex:0 0 100%;max-width:100%}}.verticalTabs .tabPanel>div{padding:0 20px 30px}@media only screen and (max-width:576px){.verticalTabs .tabPanel>div{padding:0}}.verticalTabs .tabPanel>div p{font-size:.9rem}.headerSkeleton_headerLoader__HnTWC{padding:20px 0}.headerSkeleton_headerLoader__HnTWC span{border-radius:8px}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopDesktop__i3iVg{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:wrap;margin-bottom:15px}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopDesktop__i3iVg .headerSkeleton_headerLoaderTopRight__ohVlu{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:wrap}@media only screen and (max-width:576px){.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopDesktop__i3iVg{display:none}}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8{display:none}@media only screen and (max-width:576px){.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:wrap}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8>div{width:100%;display:flex}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8>div:first-child{margin-bottom:15px}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8>div:first-child span{margin-right:15px}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8>div:first-child span:last-child{flex:1 1;margin-right:0}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8>div:last-child{margin-bottom:10px}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderTopMobile__qFBT8>div:last-child span{width:100%!important}}.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderBottom__Jxrxo{display:flex;justify-content:space-around;align-items:center;flex-direction:row;flex-wrap:wrap;list-style:none}@media only screen and (max-width:576px){.headerSkeleton_headerLoader__HnTWC .headerSkeleton_headerLoaderBottom__Jxrxo{display:none}}.faq-grid{margin-bottom:8rem;column-count:2;column-gap:40px}@media only screen and (max-width:992px){.faq-grid{column-gap:20px}}@media only screen and (max-width:768px){.faq-grid{column-count:1}}@media only screen and (max-width:576px){.faq-grid{margin-bottom:0}}.faq-grid .grid_items{display:inline-block;margin-bottom:30px;width:100%}@media only screen and (max-width:576px){.faq-grid .grid_items:last-child{margin-bottom:0}}.faq-grid .grid_items>div .MuiAccordion-root{margin-bottom:20px;border:1px solid var(--border-color);border-radius:10px}.faq-grid .grid_items>div .MuiAccordion-root:before{content:none}.faq-grid .grid_items>div .MuiAccordion-root ul{margin-left:20px}.faq-grid .grid_items>div .MuiAccordion-root h2{font-weight:500}.faq-grid .grid_items>div .MuiAccordion-root p{font-size:.8rem!important;font-family:Inter,sans-serif!important;line-height:1.6!important;padding:0 0 10px}.categoryMainItems{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-color);flex-wrap:wrap}.categoryMainItems:last-child{border-bottom:none}.categoryMainItems button{all:unset;cursor:pointer;padding:15px}.categoryMainItems a{color:inherit;text-decoration:none;font-size:14px;flex:1 1}.cateogries-menu{box-shadow:none}.cateogries-menu .MuiAccordionDetails-root{padding:0}.cateogries-menu .cateogries-itemLink p{flex:1 1}.cateogries-menu .cateogries-itemLink button{min-width:auto;all:unset;cursor:pointer}.cateogries-menu .cateogries-itemLink a{color:inherit;text-decoration:none;font-size:14px}.cateogries-menu ul{width:100%;background:var(--primary-color)}.cateogries-menu ul ul{background:#6bab1c}.cateogries-menu ul ul ul{background:#5d9715}.cateogries-menu ul.visible{display:block}.cateogries-menu .submenu li .cateogries-menu{border-bottom:1px solid #fff;border-bottom-right-radius:0;border-bottom-left-radius:0;background:var(--primary-color)}.cateogries-menu .submenu li .cateogries-menu .cateogries-menu{background:#6bab1c}.cateogries-menu .submenu li .cateogries-menu .cateogries-menu .cateogries-menu{background:#5d9715}.cateogries-menu .submenu li .cateogries-menu .cateogries-itemLink a{color:#fff}.cateogries-menu .submenu li .cateogries-menu .cateogries-itemLink button svg path{fill:#fff}.cateogries-menu .submenu li:last-child>.cateogries-menu{border-bottom:none}.cateogries-menu .submenu .cateogries-menu.no-submenu a{display:block}.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:wrap;flex-direction:column!important;padding:5rem 2rem 3rem}@media only screen and (max-width:768px){.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_{padding:4rem 2rem 3rem}}.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq,.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz{flex:0 0 100%;max-width:100%;width:60%;margin:0 auto}@media only screen and (max-width:768px){.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq,.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz{width:80%}}@media only screen and (max-width:576px){.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq,.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz{width:100%}}.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq .Address-modal_addressesListWrapper__1oYg6,.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz .Address-modal_addressesListWrapper__1oYg6{background:#000}.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq{text-align:center;margin:60px auto 0}@media only screen and (max-width:768px){.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq{flex:0 0 100%;max-width:100%;margin:30px auto 0}}.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq>button{width:80%;padding:20px;text-transform:uppercase}@media only screen and (max-width:768px){.Address-modal_addressModalContainer__J2qmq .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq>button{width:50%;width:250px;padding:18px}}.Address-modal_addressModalContainer__J2qmq .Address-modal_AddAddressBox__9vspm{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;flex-wrap:nowrap;width:100%}@media only screen and (max-width:768px){.Address-modal_addressModalContainer__J2qmq .Address-modal_AddAddressBox__9vspm{flex-wrap:wrap}}.Address-modal_addressModalContainer__J2qmq .Address-modal_AddAddressBox__9vspm .Address-modal_gridBox2__tAsQq,.Address-modal_addressModalContainer__J2qmq .Address-modal_AddAddressBox__9vspm .Address-modal_gridBox__MPYcz{width:80%;flex:0 0 80%;max-width:80%}@media only screen and (max-width:576px){.Address-modal_addressModalContainer__J2qmq .Address-modal_AddAddressBox__9vspm .Address-modal_gridBox2__tAsQq,.Address-modal_addressModalContainer__J2qmq .Address-modal_AddAddressBox__9vspm .Address-modal_gridBox__MPYcz{width:100%;flex:0 0 100%;max-width:100%}}.Address-modal_addressPopupSearch__k6b84>div{height:auto}.Address-modal_addressPopupSearch__k6b84>div>div:first-child{right:0;left:auto}.Address-modal_addressPopupSearch__k6b84>div input{padding:14px 25px!important}.Address-modal_addressPopupSearch__k6b84>div svg{width:19px;height:19px}.Address-modal_backBtn__n9TDz{position:absolute;top:25px;left:25px;background:rgba(0,0,0,0);border:none}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_{background:rgba(0,0,0,0);padding:0!important}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressBoxWrapper__rLETp{width:100%}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressBoxWrapper__rLETp{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressesContainer__8pLwB{height:250px;overflow-x:hidden;padding:10px 1.6rem}}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressesContainer__8pLwB::-webkit-scrollbar{display:none}}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3{top:auto!important;overflow:hidden;bottom:0}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_modelBoxClass__Ebc6X{margin:0!important;max-width:100%!important;width:100%!important}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_modalHeadClass__ki__Y{display:none!important}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:wrap;flex-direction:column!important}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_{border-bottom-left-radius:0;border-bottom-right-radius:0;border:none}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq,.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz{flex:0 0 100%;max-width:100%;width:60%;margin:0 auto}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq,.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz{width:100%}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq .Address-modal_headingWrapper__hqo3w,.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz .Address-modal_headingWrapper__hqo3w{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap;padding:1.4rem 1.6rem 20px;margin-bottom:0}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq .Address-modal_headingWrapper__hqo3w .Address-modal_heading__tUQov,.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz .Address-modal_headingWrapper__hqo3w .Address-modal_heading__tUQov{margin-bottom:0!important;margin-left:10px!important;pointer-events:none;cursor:default}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq .Address-modal_headingWrapper__hqo3w svg,.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox__MPYcz .Address-modal_headingWrapper__hqo3w svg{width:20px;height:30px;pointer-events:none;cursor:default}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq{text-align:center;margin:60px auto 0}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq{margin:30px auto}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addressModalContent__vS1L_ .Address-modal_gridBox2__tAsQq>button{width:80%;padding:20px;text-transform:uppercase}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_AddAddressBox__9vspm{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;flex-wrap:nowrap;width:100%}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_AddAddressBox__9vspm .Address-modal_gridBox2__tAsQq,.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_AddAddressBox__9vspm .Address-modal_gridBox__MPYcz{width:100%;flex:0 0 100%;max-width:100%}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_closeBtnOnModal__y4rOi{display:none}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addNewAddressBtnContainer__XYJxN{text-align:left;width:60%;margin:10px auto 0;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:wrap}@media only screen and (max-width:576px){.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addNewAddressBtnContainer__XYJxN{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:wrap;padding:0 1.6rem 10px}}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addNewAddressBtnContainer__XYJxN .Address-modal_addNewAddressBtn__J10Xs{color:var(--primary-color);font-size:15px;text-transform:capitalize;border-bottom:1px solid var(--primary-color);padding:0 0 2px;border-radius:0}.Address-modal_addressStartPopupContainer__9h5u3 .Address-modal_addNewAddressBtnContainer__XYJxN svg{width:25px;height:35px;margin-right:10px}