: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{border-radius:50%;border:10px solid #f3f3f3;border-top-color:currentcolor}.loader,.spinner{width:60px;height:60px;animation:spin 1s linear infinite}.spinner{border:8px solid rgba(0,0,0,.1);border-left-color:transparent;border-radius:50%;background:conic-gradient(red,#ff0,green,blue,red);-webkit-mask-image:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px));mask-image:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px))}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#donationReceipt,#printableArea{display:none}@media print{body{visibility:hidden}#donationReceipt{visibility:visible;display:block;width:100%!important}#hide-content,.footer,.page-header{display:none}#donationReceipt{position:absolute;left:0;top:0;width:100%}}.blink-offline-store{font-family:serif;text-align:center;animation:animate 1.5s linear infinite}@keyframes animate{50%{opacity:0}}.onoffswitch{position:relative;width:100px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{position:absolute;opacity:0;pointer-events:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid transparent;border-radius:20px}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.onoffswitch-inner:after,.onoffswitch-inner:before{display:block;float:left;width:50%;height:30px;padding:0;line-height:28px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}.onoffswitch-inner:before{content:"Veg";padding-left:10px;background-color:#2fb558;color:#fff}.onoffswitch-inner:after{content:"Non Veg";padding-right:10px;background-color:red;color:#fff;text-align:right}.onoffswitch-switch{display:block;width:20px;margin:6px 8px;background:#fff;position:absolute;top:0;bottom:0;right:65px;border:2px solid #fff;border-radius:14px;transition:all .3s ease-in 0s}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:gray}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:#e2e6f3!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.2!important;overflow:auto!important}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{text-decoration:none}button:focus,button:hover{outline:medium;text-decoration:none}input{text-decoration:none}input:focus,input:hover{box-shadow:none!important}a{text-decoration:none!important}a:focus,a:hover{outline:medium;text-decoration:none}*{scrollbar-width:thin}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ddd}::-webkit-scrollbar-thumb{background-color:#999;border-radius:10px}.card{max-width:450px;border:none;border-radius:5px;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);overflow:hidden;margin-bottom:60px}.card,.topbar{width:100%;padding:10px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;box-shadow:0 2px 15px rgba(25,25,25,.1)}@media (max-width:575px){.topbar{padding:2px;margin-bottom:10px}}.topbar .logos{cursor:pointer;margin-right:10px;display:inline-block;max-width:150px}.topbar .logos h4{font-size:18px}.topbar .logos img{display:block;max-height:70px;max-width:150px}.topbar .search-div{display:inline-block;position:relative;max-width:180px}.topbar .search-div .fa-search{position:absolute;left:8px;top:11px;color:#999}.topbar .search-div .search-input{border:none;outline:none;border-radius:10px;padding:10px 10px 10px 30px;background-color:#f5f5f4;width:100%}@media (max-width:376px){.topbar .search-div{display:none}}.topbar .lang-select{color:#34d287;font-size:12px;font-weight:600;outline:none;border-radius:8px;padding:7px 4px;background-color:#f5f5f4;border:1px solid #ddd;cursor:pointer}.topbar .byt-user-toggle{width:30px;height:30px;color:#fff;font-size:16px;border-radius:50%;text-align:center;background-color:#7e8299;border:none}.topbar .byt-user-toggle:after{display:none}.filter-drop{outline:none;padding:3px;margin:3px;max-width:56px;font-size:10px;font-weight:400;color:#212529;background-color:#fff;border:1px solid #eee;border-radius:5px;box-shadow:0 2px 15px rgba(25,25,25,.1)}.catlist1{display:flex;width:100%;padding:6px;margin:5px 0;overflow:auto;background-color:#f9f9f9}.catlist1 .catname{color:#34d287;font-size:12px;font-weight:500;padding:5px 10px;margin:5px;border-radius:15px;background-color:#eee;cursor:pointer;white-space:nowrap}.catlist1 .activee{color:#fff;background-color:#34d287}.catlist2{width:100%;display:inline-block;margin:0}.catlist2 .catname{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.catlist2 .catname h4{color:#666;font-size:14px;font-weight:600}.catlist2 .catname a{color:#34d287;font-size:12px;font-weight:600;display:inline-block;cursor:pointer}.catlist2 .catboxslist{width:100%;display:flex;align-items:center;margin-bottom:10px;overflow:auto}.catlist2 .catboxslist .catboxs{margin:5px 10px;text-align:center;cursor:pointer}.catlist2 .catboxslist .catimg{width:50px;height:50px;background-color:#eee;border-radius:10px;padding:6px}.catlist2 .catboxslist .names{color:#000;font-size:14px;font-weight:500;line-height:1.2}.catlist3{width:100%;display:inline-block;margin:15px 0}.catlist3 .catname{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.catlist3 .catname h4{color:#666;font-size:16px;font-weight:600}.catlist3 .catname .seeall{color:#34d287;font-size:12px;font-weight:600;display:inline-block;cursor:pointer}.catlist3 .catboxslist{width:100%;display:flex;align-items:center;margin-bottom:10px;overflow:auto}.catlist3 .catboxslist .catboxs{margin:5px 10px;position:relative;padding:10px;border-radius:10px;box-shadow:0 2px 15px rgba(25,25,25,.1)}.catlist3 .catboxslist .catimg{width:120px;height:120px;padding:10px;cursor:pointer}.catlist3 .catboxslist .names{color:#000;font-size:14px;font-weight:700;line-height:1.2}.catlist3 .catboxslist .time{color:#999;font-size:12px;font-weight:500;line-height:1.2;margin:5px 0}.catlist3 .catboxslist .price{color:#000;font-size:16px;font-weight:600;line-height:1.2}.catgridlist{width:100%;display:inline-block;margin:5px 0}.catgridlist .catname{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.catgridlist .catname h4{color:#666;font-size:14px;font-weight:600}.catgridlist .catname .fa{color:#999;font-size:18px;display:inline-block;margin:0 5px;cursor:pointer}.catgridlist .catname .activee{color:#34d287}.catgridlist .catboxslist{width:100%;display:flex;flex-wrap:wrap;margin-bottom:10px}.catgridlist .catboxslist .catboxs{width:46%;margin:2%;position:relative;overflow:hidden;border-radius:10px;border:1px solid #eee;box-shadow:0 2px 15px rgba(25,25,25,.1)}.catgridlist .catboxslist .catimg{width:100%;height:120px;object-fit:cover;cursor:pointer}.catgridlist .catboxslist .names{color:#000;font-size:14px;font-weight:500;line-height:1.2}.catgridlist .catboxslist .desq{color:#000;font-size:12px;font-weight:500;line-height:1.2;margin:10px 0;text-align:justify}.catgridlist .catboxslist .price{color:#000;font-size:14px;font-weight:600;line-height:1.2;float:left;margin:2px 0}.catgridlist .catboxslist .addcart{float:right;padding:5px;font-size:12px;color:#fff;cursor:pointer;border-radius:5px;background-color:#34d287}.catgridlist .listviews1 .catboxs{display:flex;width:100%;margin:10px 0}.catgridlist .listviews1 .catimg{max-width:120px;height:100%}.catgridlist .listviews2 .catboxs{width:100%;margin:10px 0}.whatsapp-link{position:fixed;right:10px;bottom:70px;cursor:pointer;display:inline-block}.footer-menu-div{width:100%;display:flex;position:fixed;bottom:0;left:0;z-index:9;padding:0 5px;text-align:center;overflow:auto;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.3),inset 0 0 40px hsla(0,100%,99%,.1)}.footer-menu-div li{flex:1 1;min-width:80px}.footer-menu-div .footer-link{display:inline-block;width:100%;text-align:center;padding:8px;box-sizing:border-box;color:#555}.footer-menu-div .footer-icon{font-size:24px;margin-bottom:10px;color:#34d287}.footer-menu-div .footer-text{font-size:12px;text-transform:uppercase}.foodsmodal .btn-close{position:absolute;right:-5px;top:-5px;z-index:1;font-size:14px;box-shadow:none;background-color:#fff;opacity:1}.foodsmodal .catboxs .catimg{width:100%;height:200px;object-fit:cover}.foodsmodal .catboxs .names{color:#000;font-size:18px;font-weight:700;line-height:1.2}.foodsmodal .catboxs .desq{color:#999;font-size:16px;font-weight:500;line-height:1.2;margin:10px 0}.foodsmodal .catboxs .price{color:#000;font-size:18px;font-weight:600;line-height:1.2;margin-bottom:20px}.foodsmodal .catboxs .addcart{text-align:center;padding:10px;font-size:16px;color:#fff;border-radius:5px;background-color:#34d287;cursor:pointer}.foodsVariablemodal-bg{background-color:#00000048}.foodsVariablemodal .btn-close{position:absolute;right:8px;top:8px;z-index:1;font-size:14px;box-shadow:none;background-color:#fff;opacity:1}.foodsVariablemodal .catboxs .catimg{width:100%;height:200px;object-fit:cover}.foodsVariablemodal .catboxs .names{color:#000;font-size:18px;font-weight:700;line-height:1.2}.foodsVariablemodal .catboxs .desq{color:#999;font-size:16px;font-weight:500;line-height:1.2;margin:10px 0}.foodsVariablemodal .catboxs .price{color:#000;font-size:18px;font-weight:600;line-height:1.2;margin-bottom:20px}.foodsVariablemodal .catboxs .addcart{text-align:center;padding:10px;font-size:16px;color:#fff;border-radius:5px;background-color:#34d287;cursor:pointer}.cart-box{position:fixed;bottom:75px;left:0;right:0;z-index:999;width:90%;margin:auto;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background-color:#caeddd;box-shadow:0 1px 4px rgba(0,0,0,.3),inset 0 0 40px hsla(0,100%,99%,.1)}.cart-box .cart-items{color:#fff;display:flex;align-items:center;gap:8px;padding:4px 6px;font-size:14px;font-weight:500}.cart-box .cart-items h5{font-size:14px;font-weight:500;padding-left:10px;border-left:1px solid #999}.cart-box .view-btn{color:#fff;font-size:14px;padding:6px 10px;border-radius:5px;background-color:#3bb77e;cursor:pointer}.sidebar-panel{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;width:400px;position:fixed;right:0;top:0;height:100%;margin-right:-400px;z-index:999}.sidebar-panel.activate{margin-right:0;transition:.8s ease}.sidebar-panel.unactivate{margin-right:-400px;transition:.8s ease}.sidebar-panel .sidebar-top{background-color:#34d287;padding:15px;width:100%;display:flex;align-items:center;justify-content:space-between}.sidebar-panel .sidebar-top .titlediv{color:#fff;font-weight:500}.sidebar-panel .sidebar-top .closeing{font-size:20px;color:#fff;border:none;background-color:transparent}.sidebar-panel .sidebar-midd{overflow-y:auto}.sidebar-panel .sidebar-midd .product-list{display:flex;align-items:center;width:100%;padding:12px;border-bottom:1px solid #eee}.sidebar-panel .sidebar-midd .product-list .product-img{width:80px;border:1px solid #eee;border-radius:15px;padding:5px;margin-right:10px}.sidebar-panel .sidebar-midd .product-list .product-details{width:100%}.sidebar-panel .sidebar-midd .product-list .name{color:#000;font-size:16px;font-weight:400;margin-bottom:5px}.sidebar-panel .sidebar-midd .product-list .infodiv{display:flex;justify-content:space-between;align-items:center;width:100%}.sidebar-panel .sidebar-midd .product-list .sub-ttl{font-size:16px;font-weight:600}.sidebar-panel .sidebar-midd .product-list .qty,.sidebar-panel .sidebar-midd .product-list .qty .count{-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-panel .sidebar-midd .product-list .qty .count{color:#000;display:inline-block;vertical-align:top;font-size:22px;font-weight:400;line-height:26px;padding:0 2px;width:35px;text-align:center;border:none}.sidebar-panel .sidebar-midd .product-list input::-webkit-inner-spin-button,.sidebar-panel .sidebar-midd .product-list input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sidebar-panel .sidebar-midd .product-list input:disabled{background-color:#fff}.sidebar-panel .sidebar-midd .product-list .qty .plus{vertical-align:top}.sidebar-panel .sidebar-midd .product-list .qty .minus,.sidebar-panel .sidebar-midd .product-list .qty .plus{cursor:pointer;display:inline-block;color:#fff;width:26px;height:26px;font-size:26px;text-align:center;border-radius:50%}.sidebar-panel .sidebar-midd .product-list .qty .minus{vertical-align:middle;line-height:26px}.sidebar-panel .sidebar-midd .product-list .fa-trash{cursor:pointer;color:red}.sidebar-panel .sidebar-radios{background-color:#f9f9f9;padding:12px 15px;width:100%;display:inline-block}.sidebar-panel .sidebar-radios .side-radiolist{display:flex;justify-content:space-between;width:100%}.sidebar-panel .sidebar-radios .radiobtn{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-panel .sidebar-radios .radiobtn input{position:absolute;opacity:0;cursor:pointer}.sidebar-panel .sidebar-radios .radiobtn .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#ccc;border-radius:50%}.sidebar-panel .sidebar-radios .radiobtn .checkmark:after{content:"";position:absolute;display:none;top:6px;left:6px;width:9px;height:9px;border-radius:50%;background:#fff}.sidebar-panel .sidebar-radios .radiobtn input:checked~.checkmark{background-color:#34d287}.sidebar-panel .sidebar-radios .radiobtn input:checked~.checkmark:after{display:block}.sidebar-panel .sidebar-bottom{background-color:#34d287;padding:12px 15px;width:100%;display:flex;align-items:center;justify-content:space-between}.sidebar-panel .sidebar-bottom .count{color:#fff;font-size:16px}.sidebar-panel .sidebar-bottom .checkout-btn{padding:8px 10px;font-size:16px}.sidebar-panel .sidebar-bottom .checkout-btn,.sidebar-panel .sidebar-bottom .checkout-btn-sm{background-color:#fff;border-radius:5px;line-height:1.2;color:#34d287;font-weight:500;cursor:pointer}.sidebar-panel .sidebar-bottom .checkout-btn-sm{padding:7px 8px;font-size:14px;margin-right:3px}.sidebar-panel .sidebar-bottom .partin-btn{background-color:#fff;padding:4px 8px;border-radius:5px;line-height:1.2;color:#34d287;font-size:14px;font-weight:500;cursor:pointer}.black-overlay.dark{background:#d3d3d3;left:0}.black-overlay.dark,.black-overlay.user-drop{position:fixed;top:0;height:100vh;width:100%;z-index:10;opacity:.5}.black-overlay.user-drop{background:hsla(0,0%,100%,0)}@media screen and (max-width:991px){.sidebar-panel{max-width:350px;width:100%}}.branch-wrapper .branch{position:fixed;top:0;left:0;right:0;display:table;width:-moz-fit-content;width:fit-content;margin:auto;padding:0 4vw .6vw;font-size:4vw;font-weight:600;z-index:2;border-radius:0 0 10px 10px;background-color:#fff}.branch-wrapper .branch img{width:3.2vw;margin-left:1vw;vertical-align:-.3vw}.branch-wrapper .branch-name{position:fixed;top:-100%;left:0;right:0;width:calc(100% - 8vw);margin:8vw auto 0;max-height:calc(100vh - 9vh);overflow:auto;z-index:1;padding:5vw;gap:2.6vw;border-radius:3.2vw;background-color:var(--primary-color);box-shadow:0 0 6px #4f4f4f;transition:all .5s ease-in-out}.branch-wrapper .branch-name.active{top:0}.branch-wrapper .branch-name p{font-size:3.8vw;padding:.5vw 2vw;font-weight:500;background-color:var(--theme-color);display:inline-block;color:var(--primary-color);border-radius:6px}.branch-wrapper .branch-name p:last-child{border:none}.branch-wrapper .branch-name .branch-search{margin-bottom:4vw;top:0}.branch-wrapper .branch-name .branch-search input{border:1px solid rgba(0,0,0,.4);border-radius:10vw;padding:1.2vw 3.8vw;font-size:3.6vw;width:100%}.branch-wrapper .branch-name .branch-search input:focus-visible{outline:none}.branch-wrapper .branch-name .branch-search button{border:none;background-color:transparent;position:absolute;right:3vw;top:50%;line-height:.8;transform:translateY(-50%)}.branch-wrapper .branch-name .branch-search button img{width:4vw}@media (min-width:575px){.branch-wrapper .branch{font-size:20px;padding:0 25px 3px;cursor:pointer}.branch-wrapper .branch img{width:14px;margin-left:5px;vertical-align:-2px}.branch-wrapper .branch-name{width:calc(575px - 40px);margin-top:44px;padding:20px;gap:12px;border-radius:18px}#inquiry-form.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar,.branch-wrapper .branch-name::-webkit-scrollbar{width:8px}#inquiry-form.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb,.branch-wrapper .branch-name::-webkit-scrollbar-thumb{background-color:var(--theme-color);border:2px solid #000;border-radius:10px}.branch-wrapper .branch-name .branch-search{margin-bottom:10px}.branch-wrapper .branch-name .branch-search input{font-size:18px;padding:8px 20px}.branch-wrapper .branch-name .branch-search button{right:20px}.branch-wrapper .branch-name .branch-search button img{width:20px}.branch-wrapper .branch-name p{font-size:14px;padding:2px 10px;border-radius:5px;cursor:pointer}.banner-slider .slick-arrow{position:absolute;top:50%;left:1vw;width:1vw;height:1vw;font-size:0;line-height:0;transform:translateY(-50%);background-color:transparent;border:none;background-image:url(/images/back.png);background-size:cover;z-index:1}.banner-slider .slick-arrow.slick-next{right:1vw;left:auto;transform:translateY(-50%) rotate(180deg)}.banner-slider .banner-img{height:auto}}.catlists{display:inline-block;width:100%;margin:10px 0}.catlists .lists{display:flex;align-items:center;width:100%;padding:8px 0;border-bottom:1px dashed #999}.catlists .names{color:#000;font-size:14px;font-weight:400;line-height:1.2;width:60%}.catlists .price{color:#999;font-size:12px;font-weight:600;line-height:1.2;margin-left:auto;padding:5px 10px}.catlists .addcart{float:right;padding:5px 8px;font-size:12px;cursor:pointer;border-radius:5px}.catlists .addcart,.catlists .addqty{color:#fff;background-color:var(--primary);min-width:60px}.catlists .addqty{font-weight:500;font-size:14px;line-height:1.1;padding:4px 5px;border-radius:20px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.catlists .addqty span{cursor:pointer;padding:0 2px}.catlists .addqty .numbercount{background:transparent;border:none;color:#fff;font-weight:500;padding:0;width:20px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.catlists .addqty .numbercount::-webkit-inner-spin-button,.catlists .addqty .numbercount::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.catlist3 .catnoslide{flex-wrap:wrap;align-items:stretch}.catlist3 .catnoslide .catboxs{width:31.33%;margin:5px 1%;position:relative;padding:10px;border-radius:10px;box-shadow:0 2px 15px rgba(25,25,25,.1)}@media (max-width:376px){.catlist3 .catnoslide .catboxs{width:48%}}.catlist3 .catnoslide .catimg{width:100%;height:auto}.catlist3 .catboxs .addqty{background-color:var(--primary);color:#fff;font-weight:500;font-size:14px;line-height:1.1;padding:4px 5px;border-radius:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:64px;float:right}.catlist3 .catboxs .addqty span{cursor:pointer;padding:0 2px}.catlist3 .catboxs .addqty .numbercount{background:transparent;border:none;color:#fff;font-weight:500;padding:0;width:20px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.catlist3 .catboxs .addqty .numbercount::-webkit-inner-spin-button,.catlist3 .catboxs .addqty .numbercount::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.addqty{background-color:var(--primary);color:#fff;font-weight:500;font-size:14px;line-height:1.1;padding:4px 5px;border-radius:20px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:60px}.addqty span{cursor:pointer;padding:0 2px}.addqty .numbercount{background:transparent;border:none;color:#fff;font-weight:500;padding:0;width:20px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.addqty .numbercount::-webkit-inner-spin-button,.addqty .numbercount::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.menu-search-div{display:inline-block;position:relative;margin:3px 3px 3px auto}.menu-search-div .fa-search{position:absolute;left:2px;top:5px;color:#999;font-size:12px}.menu-search-div .cusinput{width:100%;max-width:105px;font-size:12px;line-height:1.2;outline:none;padding:6px;border:1px solid #eee;border-radius:6px;background-color:#f9f9f9}.my-order-section .nav-pills{margin-bottom:15px}.my-order-section .nav-pills .nav-link{color:var(--primary);font-size:12px;padding:6px 10px;font-weight:700;border:1px solid var(--primary);border-radius:5px;margin:5px}.my-order-section .nav-pills .nav-link.active{color:#fff;background-color:var(--primary)}.my-order-section .tab-content .order-table .table-bordered{min-width:500px}.my-order-section .tab-content .order-table td,.my-order-section .tab-content .order-table th{font-size:14px}.my-order-section .tab-content .form-control{border:1px solid #d4d4d4;border-radius:4px;font-size:14px;min-height:40px;box-shadow:none}.my-order-section .tab-content .links{cursor:pointer;color:var(--primary)}.my-order-section .tab-content .btn-primary{border-color:var(--primary);background-color:var(--primary)}.part-modal{background-color:#0000005d;overflow:hidden}.login-modal .btn-close{position:absolute;right:-10px;top:-10px;z-index:1;box-shadow:none;background-color:#fff;opacity:1}.login-modal .loginbox{padding:20px}.login-modal .headdiv h4{color:#444;font-size:26px;margin:0 0 10px}.login-modal .headdiv p{color:#777;font-size:14px;margin-bottom:20px;line-height:20px}.login-modal .form-control{background-color:#f7f7f7;border:1px solid #d4d4d4;border-radius:4px;font-size:14px;min-height:50px;box-shadow:none}.login-modal .btn.btn-submit{background-color:var(--primary);border-color:var(--primary);color:#fff;padding:10px;width:100%}.login-modal .forgot{margin-bottom:30px}.login-modal .forgot a{color:#777;font-size:14px;text-decoration:underline}.login-modal .or{display:flex;justify-content:center;align-items:center;color:grey;margin:2rem 0}.login-modal .or:after,.login-modal .or:before{content:"";display:block;background-color:#ececec;width:100%;height:1px;margin:0 10px}.login-modal .btn.btn-login{padding:10px;width:100%}@media screen and (max-width:767px){.login-modal .loginbox{padding:10px}.login-modal .headdiv h4{font-size:22px}}.step-checkout-div{display:inline-block;width:100%;margin-top:12px}.step-checkout-div .steps{position:relative;display:inline-block;width:100%;margin:0 0 15px;padding:14px;border-radius:15px;box-shadow:5px 5px 15px rgba(0,0,0,.05);border:1px solid #ececec}.step-checkout-div .steps .icondiv{width:40px;height:40px;border-radius:8px;background-color:#fff;box-shadow:5px 5px 15px rgba(0,0,0,.05);border:1px solid #ececec;text-align:center;padding:7px;font-size:20px;color:#999;margin-bottom:20px}.step-checkout-div .steps.activestep .icondiv,.step-checkout-div .steps.donestep .icondiv{color:#fff;background-color:var(--primary)}.step-checkout-div .steps .step-ttl{color:#000;font-size:20px}.step-checkout-div .steps .step-ttl .fa-check-circle{display:none}.step-checkout-div .steps.donestep .step-ttl .fa-check-circle{color:#008a49;display:inline-block}.step-checkout-div .steps .before-login{display:none}.step-checkout-div .steps.activestep .before-login{display:block}.step-checkout-div .steps.donestep .before-login{display:none}.step-checkout-div .steps .before-login .desq{margin-bottom:20px;color:#666}.step-checkout-div .steps .btn-login{background-color:transparent;border:1px solid #3bb77e;font-size:14px;color:#3bb77e;padding:6px 20px;margin:5px;outline:none;box-shadow:none}.step-checkout-div .steps .btn-login span{display:block;font-weight:600}.step-checkout-div .steps .btn-green{background-color:#3bb77e;color:#fff}.step-checkout-div .steps .after-login{margin-top:0;display:none}.step-checkout-div .steps.donestep .after-login{display:block}.step-checkout-div .steps .addresslist-div{display:flex;flex-wrap:wrap;width:100%}.step-checkout-div .steps .addresslist-div .addresslist{width:100%;margin:10px 0;float:left;padding:20px;border:1px solid #eee}.step-checkout-div .steps .addresslist h4{color:#000;font-size:20px;font-weight:600;margin-bottom:10px}.step-checkout-div .steps .addresslist p{color:#000;font-size:16px;font-weight:400;line-height:1.4;margin-bottom:20px}.step-checkout-div .steps .addresslist .btn{color:#fff;font-size:12px;background-color:#3bb77e}.step-checkout-total{margin:0 0 15px;padding:20px;border-radius:15px;box-shadow:5px 5px 15px rgba(0,0,0,.05);border:1px solid #ececec}.step-checkout-total,.step-checkout-total .products{display:inline-block;width:100%}.step-checkout-total .product-list{display:flex;align-items:center;width:100%;padding:12px 0;border-bottom:1px solid #eee}.step-checkout-total .product-list .product-img{width:70px;border:1px solid #eee;border-radius:15px;padding:5px;margin-right:5px}.step-checkout-total .product-list .product-details{width:100%}.step-checkout-total .product-list .name{color:#000;font-size:14px;font-weight:600;margin-bottom:10px}.step-checkout-total .product-list .infodiv{display:flex;justify-content:space-between;align-items:center;width:100%}.step-checkout-total .product-list .sub-ttl{font-weight:600;font-size:18px}.step-checkout-total .product-list .qty{-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:94px}.step-checkout-total .product-list .qty .count{color:#000;display:inline-block;vertical-align:top;font-size:20px;font-weight:600;line-height:26px;padding:0 2px;width:32px;text-align:center;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.step-checkout-total .product-list input::-webkit-inner-spin-button,.step-checkout-total .product-list input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.step-checkout-total .product-list input:disabled{background-color:#fff}.step-checkout-total .product-list .qty .minus,.step-checkout-total .product-list .qty .plus{cursor:pointer;display:inline-block;vertical-align:top;color:#fff;width:24px;height:24px;font-size:24px;line-height:22px;text-align:center;border-radius:50%}.step-checkout-total .product-list .qty .minus{background-clip:padding-box}.step-checkout-total .product-list .fa-trash{cursor:pointer;color:red}.step-checkout-total .table-responsive .text-brand{color:#3bb77e;font-size:16px}.checkout.sidebar-radios{background-color:#f9f9f9;padding:12px 15px}.checkout.sidebar-radios,.checkout.sidebar-radios .side-radiolist{width:100%;display:inline-block}.checkout.sidebar-radios .radiobtn{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkout.sidebar-radios .radiobtn input{position:absolute;opacity:0;cursor:pointer}.checkout.sidebar-radios .radiobtn .checkmark{position:absolute;top:0;left:0;height:23px;width:23px;background-color:#ccc;border-radius:50%}.checkout.sidebar-radios .radiobtn .checkmark:after{content:"";position:absolute;display:none;top:8px;left:8px;width:7px;height:7px;border-radius:50%;background:#fff}.checkout.sidebar-radios .radiobtn input:checked~.checkmark{background-color:#34d287}.checkout.sidebar-radios .radiobtn input:checked~.checkmark:after{display:block}.badge{font-size:.6em}.layout-wrapper .navbar-menu{position:fixed;top:0;left:0;width:25rem;max-height:100vh;height:100%;overflow:auto;background-color:#03374a;z-index:100}.layout-wrapper .navbar-menu .nav .nav-item{padding:1.6rem 1rem}.layout-wrapper .navbar-menu::-webkit-scrollbar{width:0}.layout-wrapper .navbar-menu::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}.layout-wrapper .navbar-menu::-webkit-scrollbar-thumb:hover{background-color:#555}.layout-wrapper .navbar-menu::-webkit-scrollbar-track{background-color:#f1f1f1}.layout-wrapper .navbar-menu::-webkit-scrollbar-track-piece{background-color:transparent}.layout-wrapper .navbar-menu .nav .nav-item .nav-link{padding:0;color:#fff;position:relative;display:flex;align-items:center}.layout-wrapper .navbar-menu .nav .nav-item .nav-link i{font-size:2rem;margin-right:3rem}.layout-wrapper .navbar-menu .lang .form-select{font-size:1.6rem;filter:brightness(0) invert(1)}.layout-wrapper .navbar-menu .lang .form-select option{color:#000}.header-active>.header-wrapper{background-color:#fff;padding:1.4rem 3rem;box-shadow:0 0 2px;gap:0 6rem;display:flex;border-bottom:1px solid}.byt-user-toggle{width:30px;height:30px;color:#fff;font-size:16px;border-radius:50%;text-align:center;background-color:#7e8299;border:none}.byt-user-toggle:after{display:none}.lang-select{color:#34d287;font-size:12px;font-weight:600;outline:none;border-radius:8px;padding:7px 4px;background-color:#f5f5f4;border:1px solid #ddd;cursor:pointer}.copyright-body{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.copyright-body h6{color:rgba(0,0,0,.87)}.copyright-body h6 a{text-decoration:underline;color:#01aef0}.copyright-body p{color:rgba(0,0,0,.87)}.container-fluid{max-width:95%;padding:0 3rem}@media (max-width:575.98px){.container,.container-fluid{padding-left:2.4rem;padding-right:2.4rem;max-width:100%}.copyright-body{justify-content:center}}@media (min-width:576px){.header-active .navbar-menu{display:none}.header-active .main-content{margin-left:0}.header-active .header-wrapper .brand-logo{max-width:18rem;max-height:8rem}.header-active .header-wrapper .header-menu .nav{gap:1rem 3rem}.header-active .header-wrapper .header-menu .nav .nav-item .nav-link{color:#2f2f2f;padding:0;font-weight:500}.header-active .header-wrapper .header-menu .nav .nav-item .nav-link i{display:none}.header-active .back-top{position:fixed;bottom:4rem;right:0;width:5rem;height:5rem;display:flex;background-color:#2f2f2f;border-radius:100%;cursor:pointer;z-index:10;display:none}.header-active .back-top i{font-size:2.4rem;color:#fff}.header-active .back-top.show{display:flex;transform:scale(1)}.header-active .social-icons{display:flex;position:fixed;top:80%;right:0;transform:translateY(-50%);z-index:10}.header-active .social-icons .icons{flex-direction:column}.header-active .social-icons .icons-link{width:4rem;height:4rem;background-color:#2f2f2f;border-radius:100%;display:flex;align-items:center;justify-content:center}.header-active .social-icons .icons-link img{width:1.6rem;height:1.6rem;object-fit:contain;filter:brightness(0) invert(1)}}@media (max-width:575px){.header-active>.header-wrapper{padding:1.4rem 0}.header-active .header-wrapper .brand-logo{max-width:12rem;max-height:4rem}.header-active .header-wrapper>.icons-link{position:absolute;top:50%;right:2rem;transform:translateY(-50%);font-size:20px}.header-active .main-content header{display:none!important}.header-active .navbar-menu .icons{display:flex!important}}@media (max-width:320px){.checkout.sidebar-radios .radiobtn{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkout.sidebar-radios .radiobtn .checkmark:after{content:"";position:absolute;display:none;top:4px;left:4px;width:12px;height:12px;border-radius:50%;background:#fff}.checkout.sidebar-radios .radiobtn .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#ccc;border-radius:50%}}.login-with-google{top:-7px;height:50px;width:auto;border:none;color:#000;font-size:14px;font-weight:500;border-radius:30px;border:1px solid rgba(255,0,0,.61);background:#4285f44f}@media (max-width:330px){.login-with-google{top:-7px;height:50px;width:auto;border:none;color:#000;font-size:15px;font-weight:500;border-radius:30px;border:1px solid rgba(255,0,0,.61);background:#4285f44f}}:root{--primary:#34d287!important;--white:#fff!important}body{padding-right:0!important;background-color:#fff!important}.ecom-products-section{padding-top:50px;background-color:#f8f8f8;min-height:100vh}.ecom-products-section .product-catlist{text-align:center;margin-bottom:10px}.ecom-products-section .product-catlist .catname{align-items:center}.ecom-products-section .product-catlist .catname h5{font-size:20px}.ecom-products-section .product-catlist .catname .filter-drop,.ecom-products-section .product-catlist .catname .menu-search-div .cusinput{padding:.5rem 1rem;font-size:1rem;font-weight:500;border:1px solid #ccc;color:#333;cursor:pointer;outline:none;transition:all .3s ease;min-width:180px}.ecom-products-section .product-catlist .catname .filter-drop:hover{background-color:#f0f0f0;border-color:#999}.ecom-products-section .product-catlist .catname .filter-drop:focus{border-color:#666;box-shadow:0 0 0 3px rgba(100,100,255,.2)}.ecom-products-section .product-catlist .btn .cat-name{font-size:16px}.ecom-products-section .product-catlist .btn{border:2px solid #247681;padding:6px 20px;margin:5px}.ecom-products-section .product-catlist .btn-scel{border:2px solid #d6d6d6;padding:6px 20px;margin:5px;border-radius:10px}.ecom-products-section .product-catlist .active{background-color:#247681;color:#fff}.ecom-products-section .product-catdata{display:inline-block;width:100%}.ecom-products-section .product-catdata .box{margin-bottom:15px;outline:none;background-color:#fff;box-shadow:0 5px 10px 0 rgba(7,28,31,.098);border-radius:0;overflow:hidden;padding:15px}.ecom-products-section .product-catdata .product-img{border:0 solid #fff;border-radius:10px}.ecom-products-section .product-catdata .product-img .img-fluid{display:block;transition:all .5s ease 0s;border:1px solid #ccc;border-radius:8px;min-width:100%}.ecom-products-section .product-catdata .product-content{padding:20px 20px 0;float:left;width:100%;text-align:center}.ecom-products-section .product-catdata .product-content h4{font-size:1.3rem;font-weight:600}.ecom-products-section .product-catdata .product-content .price{color:#000}.ecom-products-section .product-catdata .product-content .add-cart{border:2px solid #247681;background-color:#247681;color:#fff;font-size:14px;font-weight:500;padding:4px 15px;box-shadow:undefined}.ecom-products-section .product-catdata .product-content .addqty{background-color:#247681;color:#fff;font-weight:500;font-size:14px;line-height:1.1;border-radius:20px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:60px;padding:9px 22px;margin-top:5px}.ecom-products-section .product-catdata .product-content .addqty span{cursor:pointer;padding:0 2px}.ecom-products-section .product-catdata .product-content .addqty .numbercount{background:transparent;border:none;color:#fff;font-weight:500;padding:0;margin:0 10px;width:20px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ecom-products-section .product-catdata .product-content .addqty .numbercount::-webkit-inner-spin-button,.ecom-products-section .product-catdata .product-content .addqty .numbercount::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ecom-products-section .product-catdata .catname{display:flex;justify-content:end}.cat-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;text-align:center}.cat-btn img.catimg{display:block;margin:0 auto}.theme2-variable-product .box{margin-bottom:15px;outline:none;background-color:#fff;box-shadow:0 5px 10px 0 rgba(7,28,31,.098);border-radius:0;overflow:hidden;padding:15px}.theme2-variable-product .product-img{border:0 solid #fff;border-radius:10px}.theme2-variable-product .product-img .img-fluid{display:block;transition:all .5s ease 0s;border:1px solid #ccc;border-radius:8px}.theme2-variable-product .product-content{padding:10px 10px 0;float:left;width:100%;text-align:center}.theme2-variable-product .product-content h4{font-size:1.3rem;font-weight:600}.theme2-variable-product .product-content .price{color:#000}.theme2-variable-product .product-content .add-cart{border:2px solid #247681;background-color:#247681;color:#fff;font-size:14px;font-weight:500;padding:4px 15px;box-shadow:undefined}.theme2-variable-product .product-content .addqty{background-color:#247681;color:#fff;font-weight:500;font-size:14px;line-height:1.1;border-radius:20px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:60px;padding:9px 10px;margin-top:5px}.theme2-variable-product .product-content .addqty span{cursor:pointer!important;padding:0 2px}.theme2-variable-product .product-content .addqty .numbercount{background:transparent;border:none;color:#fff;font-weight:500;padding:0;margin:0 10px;width:20px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.theme2-variable-product .product-content .addqty .numbercount::-webkit-inner-spin-button,.theme2-variable-product .product-content .addqty .numbercount::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.slick-dots{display:none!important}.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;z-index:2;font-size:24px;color:#000}.next-arrow{right:-35px}.prev-arrow{left:-35px}.my-checkout-theme-2{background-color:#fff;min-height:85vh}.my-product-theme-2{background-color:#f8f8f8;min-height:80vh}.theme2-btn-lg{padding:10px 20px;font-size:16px!important}.single-product-section .preview-thumbnail{flex-direction:column}.single-product-section .preview-thumbnail li .active{border:2px solid}.step-theme2-checkout-div{padding:60px 0}.step-theme2-checkout-div .steps{position:relative;display:inline-block;width:100%;margin:0 0 15px;padding:25px;border-radius:15px;box-shadow:5px 5px 15px rgba(0,0,0,.05);border:1px solid #ececec}.step-theme2-checkout-div .steps .icondiv{width:40px;height:40px;border-radius:8px;background-color:#fff;box-shadow:5px 5px 15px rgba(0,0,0,.05);border:1px solid #ececec;text-align:center;padding:7px;font-size:20px;color:#999;margin-bottom:20px}.step-theme2-checkout-div .steps.activestep .icondiv,.step-theme2-checkout-div .steps.donestep .icondiv{color:#fff;background-color:var(--primary)}.step-theme2-checkout-div .steps .step-ttl{color:#000;font-size:20px}.step-theme2-checkout-div .steps .step-ttl .fa-check-circle{display:none}.step-theme2-checkout-div .steps.donestep .step-ttl .fa-check-circle{color:#008a49;display:inline-block}.step-theme2-checkout-div .steps .before-login{display:none}.step-theme2-checkout-div .steps.activestep .before-login{display:block}.step-theme2-checkout-div .steps.donestep .before-login{display:none}.step-theme2-checkout-div .steps .before-login .desq{margin-bottom:20px;color:#666}.step-theme2-checkout-div .steps .btn-login{background-color:transparent;border:1px solid #3bb77e;font-size:14px;color:#3bb77e;padding:6px 20px;margin:5px;outline:none;box-shadow:none}.step-theme2-checkout-div .steps .btn-login span{display:block;font-weight:600}.step-theme2-checkout-div .steps .btn-green{background-color:#3bb77e;color:#fff}.step-theme2-checkout-div .steps .after-login{margin-top:0;display:none}.step-theme2-checkout-div .steps.donestep .after-login{display:block}.step-theme2-checkout-div .steps .addresslist-div{display:flex;flex-wrap:wrap;width:100%}.step-theme2-checkout-div .steps .addresslist-div .addresslist{width:100%;margin:10px 0;float:left;padding:20px;border:1px solid #eee}.step-theme2-checkout-div .steps .addresslist h4{color:#000;font-size:20px;font-weight:600;margin-bottom:10px}.step-theme2-checkout-div .steps .addresslist p{color:#000;font-size:16px;font-weight:400;line-height:1.4;margin-bottom:20px}.step-theme2-checkout-div .steps .addresslist .btn{color:#fff;font-size:12px;background-color:#3bb77e}.my-checkout-theme-2 .nav-pills{margin-bottom:15px;flex-direction:column}.my-checkout-theme-2 .nav-pills .nav-link{font-size:16px;padding:15px;font-weight:700;border-radius:5px;margin:5px;border:1px solid var(--primary);text-align:start}.my-checkout-theme-2 .accont-title{font-weight:600;font-size:1.5rem}.my-form-control-2{padding:8px!important;border-radius:7px;border:1px solid #cfcfcf;font-size:16px;width:100%}.setting-theme-2 .main-add-box{display:inline-block;width:100%;margin:5px 0;padding:30px 40px;border-radius:15px;box-shadow:5px 5px 15px rgba(0,0,0,.05);border:1px solid #ececec}.setting-theme-2 .main-add-box .billing-address{padding:20px!important}.single-product-section{background-color:#fff}.product-dtl-wrapper{background-color:#f8f8f8;padding-bottom:80px}.single-product-section .subbox-div{margin-top:9rem;background-color:"rgb(249 249 249 / 100)"}.product-dtl-wrapper .products-images{padding-right:50px}.single-product-section .tab-content{overflow:hidden;position:relative}.single-product-section .subbox-div .taglabel{background-color:#247681;color:#fff;font-size:14px;font-weight:400;padding:6px 20px;border-radius:50px;top:10px;left:10px;z-index:1}.single-product-section .preview-thumbnail li img{max-width:100%;display:block}.tab-content>.active{display:block}.single-product-section .tab-content img{width:100%;animation-name:opacity;animation-duration:.3s}.product-dtl-wrapper .single-proinfo{background-color:#fff;padding:45px;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:10px;text-align:center;display:inline-block;width:100%}.product-dtl-wrapper .single-proinfo h3.product-title{color:#2d2a2a;font-size:34px;font-weight:800;text-transform:capitalize}.single-product-section .single-proinfo .add-to-cart{border:2px solid #247681;background-color:#247681;color:#fff;padding:4px 15px}.single-product-section .single-proinfo .product-description{margin-bottom:10px;line-height:25px}.single-product-section .addqty{background-color:var(--primary);color:#fff;font-weight:600;font-size:17px;line-height:1.1;padding:10px;border-radius:10px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.single-product-section .preview-thumbnail li{margin:1%}@media (min-width:1400px){.product-dtl-wrapper .container{max-width:1140px}}@media (max-width:575px){.product-dtl-wrapper .products-images{padding-right:0}.single-product-section .preview-thumbnail li{width:20%}.single-product-section .preview-thumbnail{flex-direction:row}.ecom-products-section .product-catlist .btn .cat-name{font-size:12px}.my-checkout-theme-2 .nav-pills .nav-link{font-size:12px;padding:6px;border-radius:5px;margin:2px}.my-checkout-theme-2 .nav-pills{margin-bottom:15px;flex-direction:row}.theme2-btn-lg{padding:8px;font-size:14px!important}.setting-theme-2 .main-add-box{display:inline-block;width:100%;margin:5px 0;padding:10px;border-radius:10px}}@media (max-width:620px){.next-arrow{right:0}.prev-arrow{left:0}.ecom-products-section .product-catdata .product-content{padding:10px 10px 0}.ecom-products-section .product-catdata .product-content .addqty{font-weight:500;font-size:12px;padding:10px 9px;margin-top:5px}.ecom-products-section .product-catdata .product-content .add-cart{font-size:14px;font-weight:500;padding:4px 9px}.ecom-products-section .product-catlist{text-align:center;margin-bottom:5px}.ecom-products-section .product-catlist .catname .filter-drop,.ecom-products-section .product-catlist .catname .menu-search-div .cusinput{padding:.3rem .5rem;font-size:.85rem;min-width:120px}.ecom-products-section .product-catlist .btn,.ecom-products-section .product-catlist .btn-scel{padding:4px;margin:3px;font-size:.85rem}}