:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.Toastify__toast{font-size:1rem;padding:12px 16px;border-radius:10px;max-width:400px;margin:0 auto;background:#fff;color:#333;box-shadow:0 4px 12px #0000001f;border:1px solid #f0f0f0}.Toastify__toast-body{line-height:1.4;word-break:break-word;font-weight:500}.Toastify__toast--success{background:#e6f4ff;color:#0a66c2;border-left:5px solid #0a66c2}.Toastify__toast--error{background:#ffe6e6;color:#d32f2f;border-left:5px solid #d32f2f}.Toastify__toast--info{background:#f0f7ff;color:#1976d2;border-left:5px solid #1976d2}.Toastify__toast--warning{background:#fff8e1;color:#f57c00;border-left:5px solid #f57c00}@media (max-width: 1024px){.Toastify__toast{font-size:.9rem;padding:8px 12px;max-width:300px}}@media (max-width: 600px){.Toastify__toast{font-size:.8rem;padding:6px 10px;max-width:85%;margin:0 auto 8px;border-radius:6px}.Toastify__toast-body{line-height:1.3}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.popup-container{background:#fff;border-radius:16px;width:420px;max-width:90%;padding:24px 28px;box-shadow:0 8px 30px #0003;animation:scaleUp .3s ease-out;text-align:center;border-top:5px solid #1e40af}.popup-header{display:flex;flex-direction:column;align-items:center;margin-bottom:12px}.popup-icon{font-size:48px;margin-bottom:8px}.popup-header h3{margin:0;color:#111827;font-size:20px;font-weight:700}.popup-body{color:#4b5563;font-size:15px;margin-bottom:20px;line-height:1.4}.popup-actions{display:flex;justify-content:center;gap:10px}.popup-btn{background-color:#1e40af;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:14px;cursor:pointer;transition:all .2s ease}.popup-btn:hover{background-color:#243b91}.popup-btn-secondary{background-color:#f3f4f6;color:#374151;border:none;border-radius:8px;padding:8px 18px;font-size:14px;cursor:pointer;transition:all .2s ease}.popup-btn-secondary:hover{background-color:#e5e7eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.85);opacity:.6}to{transform:scale(1);opacity:1}}@media (max-width: 600px){.popup-container{width:90%;padding:20px;border-radius:12px}.popup-header h3{font-size:18px}.popup-icon{font-size:40px}.popup-body{font-size:14px}.popup-actions{flex-direction:column;gap:8px}.popup-btn,.popup-btn-secondary{width:100%;font-size:15px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif!important}.sAnsRButtonsContainer{display:flex;justify-content:flex-end}.submitAndResetButton{width:120px;height:40px;padding:5px;border-radius:5px;outline:none;border:none;margin:1rem 1rem 0 0;color:#fff;cursor:pointer;background-color:#214f98}.submitAndResetButton:hover{background-color:#18386a}.tableContainer{padding:20px}.tableSearchBar{padding:8px;margin-right:10px;width:200px;border-radius:4px;border:1px solid #ccc}@media screen and (max-width: 550px){.tableSearchBar{width:100%}}.filter-dropdown{padding:10px;border:1px solid #ccc;border-radius:4px}.table-toolbar{display:flex;align-items:center;margin-bottom:10px}.flexRowCon{display:flex;margin-bottom:1rem}.export-icons{display:flex;align-items:center;gap:10px}.icon-button{display:flex;align-items:center;gap:5px;padding:6px 10px;border:none;background-color:#214f98;color:#fff;border-radius:4px;cursor:pointer}.icon-button:hover{background-color:#18386a}.action-icons{display:flex;align-items:center}.edit-icon{margin-right:10px;color:#00f;cursor:pointer}.delete-icon{color:red;cursor:pointer}.viewIcon{color:#ff4500;cursor:pointer;margin-right:.5rem}.printIcon{color:green;cursor:pointer}.switch{position:relative;display:inline-block;width:34px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translate(14px)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.formContainer{margin-top:2rem;padding:1rem;width:100%;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.formContainer2{margin-top:2rem;padding:1rem;width:100%;border-radius:.5rem;background-color:#f8f9fc}.formContainer3{padding:1rem;width:100%}.rowFlexContainer{display:flex;justify-content:space-between;margin-bottom:2rem;align-items:center}.headingText{font-size:1.5rem}.addItemHeadText{font-size:1.5rem;margin-bottom:1.5rem}.HeadtextTop{font-size:1.5rem;margin:1.5rem 0;font-weight:800}.formTitle{font-size:1.5rem;font-weight:800;margin-top:2rem}.gridSize4{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:1rem}.gridSize3{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:1rem}.gridSize2{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:.8rem 0}.gridSize1{display:grid;grid-template-columns:repeat(1,1fr);gap:.8rem;margin:.8rem 0}.flexRow{display:flex;align-items:center}.reactIconAvg{width:35px;height:35px}.avgImageSize{width:200px;height:200px;margin-top:1rem}.text1point5remfw500{font-size:1.5rem;font-weight:500}.text1point2remfw500{font-size:1.2rem;font-weight:500}.text1point2rem{font-size:1.2rem}.text1rem{font-size:1rem}.text1remfw500{font-size:1rem;font-weight:600}.marginTop1rem{margin-top:1rem}.marginRight1rem{margin-right:1rem}.marginLeft1rem{margin-left:1rem}.marginBottom1rem{margin-bottom:1rem}.marginTop05rem{margin-top:.5rem}.marginRight05rem{margin-right:.5rem}.marginLeft05rem{margin-left:.5rem}.marginBottom05rem{margin-bottom:.5rem}.errorText{color:#e63946;font-size:12px;margin-top:4px}.boxImageUploadContainer{border:2px dashed #ccc;border-radius:8px;padding:1rem;display:flex;justify-content:center;align-items:center;width:200px;height:200px;position:relative}.recImageUploadContainer{border:2px dashed #ccc;border-radius:8px;padding:1rem;display:flex;justify-content:center;align-items:center;width:200px;height:100px;position:relative}.boxImageInput{display:none}.boxImagePreview{width:200px;height:200px;object-fit:cover;border-radius:6px}.recImagePreview{width:200px;height:100px;object-fit:cover;border-radius:6px}.boxImagePlaceholder{color:#888;font-size:.9rem}.flexRowbetweencenter{display:flex;justify-content:space-between;align-items:center}.errorMsgCon1{display:flex;justify-content:center;align-items:center;height:350px;width:100%}.errorMsgText{font-size:1.5rem;color:#848383}@media screen and (max-width: 550px){.flexRowCon{display:flex;flex-direction:column;gap:1rem}.gridSize2{grid-template-columns:repeat(1,1fr)}.gridSize3,.gridSize4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 450px){.tableContainer{padding:0}.tableSearchBar{padding:5px;width:130px}.gridSize3,.gridSize4{grid-template-columns:repeat(1,1fr)}}a{text-decoration:none;color:#000}li{list-style:none}input,button{border:none;outline:none;background-color:none}.heading{display:flex;align-items:center;gap:10px}.heading h1{width:fit-content;text-align:center;margin:20px auto 30px!important}.images-container{display:flex}.not-found{margin:40px auto 20px;width:fit-content}*/ .clearText{font-size:20px;font-weight:700;cursor:pointer}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.fontBold18px{font-size:18px;font-weight:700}.fontBold15px{font-size:15px;font-weight:700}.font18px{font-size:18px}.font15px{font-size:15px}button.delete ion-icon{font-size:30px}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px;border:0px none #ffffff}.editdeleteIcon{width:25px;height:25px;cursor:pointer;padding:3px;border-radius:100px}.editdeleteIcon:hover{background-color:#b2adb3}@media screen and (max-width: 450px){.editdeleteIcon{height:15px;width:15px}}@media screen and (max-width: 570px){.editdeleteIcon{height:20px;width:20px}}.dropdown{color:#fff;font-family:Arial,sans-serif;font-size:16px;margin-bottom:10px}.dropdownIcon{font-size:1rem;color:#fff;margin-right:10px}.dropdown-header{padding:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.iconandText{display:flex;align-items:center}.dropdown-header .icon{margin-right:10px;font-size:20px}.arrow-icon{font-size:20px;transition:transform .3s ease}.arrow-icon.open{transform:rotate(180deg)}.dropdown-items{padding-left:20px}.dropdown-item{padding:5px 0;cursor:pointer;display:flex;align-items:center}.dropdown-item .bullet-point{margin-right:10px;font-size:14px}.dropdown-item.active,.dropdown-item:hover{color:#8c8a8b}@media screen and (max-width: 1100px){.dropdown{font-size:15px}.dropdown-header{padding:8px}.dropdown-header .icon{margin-right:10px;font-size:15px}.arrow-icon{font-size:15px;transition:transform .3s ease}.dropdown-items{padding-left:20px}.dropdown-item{padding:5px 0}.dropdown-item .bullet-point{margin-right:10px;font-size:14px}}@media screen and (max-width: 1000px){.dropdown{font-size:12px}.dropdown-header .icon{margin-right:7px;font-size:12px}.arrow-icon{font-size:12px}.dropdown-item{padding:0}.dropdown-item .bullet-point{margin-right:7px;font-size:12px}}.sidebar-item{padding:10px;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center}.sidebar-item .icon{margin-right:10px;font-size:20px;color:#fff}.sidebar-item .icon.active{color:#8c8a8b}.sidebar-item .label{color:#fff}.sidebar-item .label.active,.sidebar-item:hover .label,.sidebar-item:hover .icon{color:#8c8a8b}@media screen and (max-width: 1100px){.sidebar-item,.sidebar-item .icon{font-size:15px}}@media screen and (max-width: 900px){.sidebar-item,.sidebar-item .icon{font-size:12px}}.sidebarMainCon{width:17%;background-color:#18386a;color:#fff;transition:transform .3s ease-in-out,opacity .3s ease;transform:translate(0);opacity:1;box-shadow:2px 0 5px #0000001a;z-index:1100}.sidebarMainCon.mobile{width:75%;max-width:240px;position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease;box-shadow:2px 0 10px #0003}.sidebarMainCon.open.mobile{transform:translate(0);opacity:1}.logoSection{padding:1rem;width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;background-color:#18386a;margin-top:1rem}.appLogoImg{width:70px;height:70px;object-fit:contain;cursor:pointer}.itemsSection{height:calc(100vh - 60px);overflow-y:auto;width:100%;padding:.5rem;background-color:#18386a}.section-title{color:#a8a8a8;font-size:12px;font-weight:600;text-transform:uppercase;margin:15px 10px 8px}.sbEaItSection{display:flex;align-items:center;cursor:pointer;padding:8px 10px;border-radius:6px;transition:background .2s ease}.sbEaItSection:hover{background-color:#ffffff1a}.sbEaItIcon{width:20px;height:20px;color:#fff}.sbEaItText{font-size:1rem;color:#fff;margin-left:1rem}.sidebar-item.active,.sbEaItSection.active{background-color:#ffffff26;border-left:4px solid #ffd700}.module-dropdown{width:100%;color:#fff;font-size:1rem;margin-top:.8rem}.module-header{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:6px;transition:background .2s ease}.module-header:hover{background-color:#ffffff1a}.arrow{transition:transform .3s;font-size:18px}.arrow.open{transform:rotate(180deg)}.module-items{padding-left:20px}.module-item{padding:5px 0;display:flex;align-items:center;border-radius:4px;transition:background .2s ease}.module-item:hover{background-color:#ffffff14;cursor:pointer}.module-item.active{background-color:#ffffff26;color:gold}.itemsSection::-webkit-scrollbar{width:4px}.itemsSection::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}@media screen and (max-width: 1000px){.itemsSection{padding:.7rem}.sbEaItIcon{width:1rem;height:1rem}.sbEaItText{font-size:.85rem;margin-left:.8rem}.module-dropdown{font-size:.9rem}.module-items{padding-left:12px}.arrow{font-size:14px}}@media screen and (max-width: 700px){.sidebarMainCon{width:100%;position:fixed;top:0;left:0;transform:translate(-100%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease}.sidebarMainCon.open{transform:translate(0);opacity:1}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}.menuIcon{visibility:visible}.appLogoImg{width:50px;height:50px}}.headerCon{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#fff;position:sticky;top:0;z-index:10;height:40px}.menuToggleIcon{font-size:24px;color:#18386a;cursor:pointer}.headerRight{display:flex;align-items:center;gap:16px}.headerIcon{font-size:20px;color:#18386a;cursor:pointer}.mainCon{display:flex;height:100vh;overflow:hidden}.mainSectionCon{flex-grow:1;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.maSecConCon{flex-grow:1;overflow-y:auto;padding:24px}.sidebarMainCon{width:17%;background-color:#18386a;color:#fff;transition:transform .3s ease-in-out;box-shadow:2px 0 5px #0000001a;z-index:1100}.sidebarMainCon.mobile{position:fixed;top:0;left:0;height:100vh;max-width:240px;width:75%;transform:translate(-100%);transition:transform .3s ease-in-out}.sidebarMainCon.open.mobile{transform:translate(0)}.logoSection{padding:1rem;display:flex;align-items:center;justify-content:space-between}.appLogoImg{width:50px;height:50px;object-fit:contain;cursor:pointer}.menuIcon{font-size:20px;color:#fff;cursor:pointer;visibility:visible}.itemsSection{padding:1rem .5rem;overflow-y:auto;height:calc(100vh - 3.5rem)}.sidebar-section{margin-bottom:1.2rem}.section-title{color:#a8a8a8;font-size:12px;font-weight:600;text-transform:uppercase;padding:0 10px;margin-bottom:8px}@media screen and (max-width: 1000px){.sidebarMainCon{width:25%}.appLogoImg{width:40px;height:40px}.sbEaItText{font-size:.85rem}}.sidebar-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#0006;z-index:999}.mainnav{min-height:50px;width:100%;margin:0% auto;position:fixed;padding:10px;z-index:15;top:0%;left:0%;background-color:#fff;box-shadow:3px 3px 5px #0000001a}.mainnav .navLink{width:100%;list-style:none;display:flex;justify-content:space-between;align-items:center}.navsidebar{position:fixed;top:0;right:0;height:100vh;width:250px;z-index:1000;background-color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:-10px 0 10px #0000001a;list-style:none;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start}.navsidebar li,.navsidebar a{width:100%}.menu-button{display:none;margin-right:10px;width:25px;height:25px;cursor:pointer;color:#292929}.closeMenuButton{width:25px;height:25px;margin-left:1rem;margin-top:1rem;cursor:pointer}.closeMenuButton:hover{color:#214f98}.sideBarLink{font-size:15px;margin:10px 0;cursor:pointer;padding:10px;border-radius:5px}.sideBarLink:hover{background-color:#f7f7f7}.searchBarCon{flex-grow:1;position:relative}.searchBarCon input{min-width:75%;margin:0;padding:12px 12px 12px 45px;font-size:1rem;border:none;outline:none;background-color:#f2f2f2;border-radius:5px}.searchBarCon input:focus{background-color:#e1dfdf}.navSearchBarIcon{position:absolute;top:.9rem;left:.8rem}.companyLogo{width:100px;max-height:60px;padding:0 10px;object-fit:cover;cursor:pointer}.textRound1,.textRound2{background-color:#ceebe9;padding:3px;border-radius:70%;margin-right:10px}.right-container{display:flex}.wishlistCartContainer{position:relative;display:flex;align-items:center}.navBarReactIcon1{height:25px;width:25px;color:#292929;cursor:pointer}.navBarReactIcon1:hover{color:#214f98}.wishlistBadge{position:absolute;top:-5px;right:-5px;background-color:#ceebe9;color:#292929;font-size:10px;padding:3px 6px;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}.navBarReactIcon{height:25px;width:25px;margin-right:1rem;color:#292929;cursor:pointer}.navBarReactIcon:hover{color:#214f98}.searchPageIcon{width:25px;height:25px;cursor:pointer;color:#292929;margin-left:10px;display:none}.searchPageIcon:hover{color:#214f98}@media (max-width: 550px){.searchBarCon{display:none}.searchPageIcon{display:block}}@media (max-width: 700px){.hideOnMobile{display:none}.menu-button{display:block}.companyLogo{width:90px}.nav-links{padding:5px;font-size:10px;width:50px;height:40px}}@media (max-width: 500px){.sidebar{width:100%}.nav-links{padding:2px;font-size:8px;margin-top:8px;width:40px;height:30px}.companyLogo{width:75px}}.homPagFooter{background-color:#fff;border-top:1px solid #eaeaea;padding:20px 30px;font-family:Arial,sans-serif;font-size:14px;color:#333;width:100%}.homPagFooter-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.homPagFooter-icons{display:flex;gap:15px}.homPagFooter-icons a{color:#888;font-size:18px;transition:color .3s ease}.homPagFooter-icons a:hover{color:#214f98}@media (max-width: 500px){.homPagFooter-content{flex-direction:column;align-items:center;text-align:center}.homPagFooter-icons{margin-top:10px}}.customermainCon{width:100%;height:100vh}.customerOutletCon{padding:2rem;background-color:#f7f7f7;margin-top:4rem}@media screen and (max-width: 504px){.customerOutletCon{padding:0 .5rem;margin-top:4.5rem}.customermainCon{padding:.4rem}}.home-banner{display:flex;flex-direction:column;justify-content:flex-end;background-repeat:no-repeat;background-size:cover;background-position:center;height:500px;padding:60px;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000000f}.home-banner:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(to right,#000000bf,#0000);position:absolute;top:0;left:0;z-index:0}.banner-content{color:#fff;position:absolute;top:30%;left:5%;z-index:1}.BannerImgTitle{font-size:2.5rem;font-family:poppins,sans-serif;font-weight:600}.BannerImgSubtitle{font-size:1rem}.BannerButton{padding:.8rem;width:150px;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-top:1rem;background-color:#fff;color:#000;cursor:pointer;font-size:1.2rem;font-weight:400}@media screen and (max-width: 768px){.home-banner{height:300px;padding:30px}.BannerImgTitle{font-size:2rem}.BannerButton{padding:.5rem;width:120px;font-size:1rem}}@media screen and (max-width: 480px){.home-banner{height:200px;padding:20px}.BannerImgTitle{font-size:1.5rem}.BannerImgSubtitle{font-size:.75rem}.BannerButton{padding:.3rem;width:100px;font-size:.75rem}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.categoryModalContainer{padding:0;max-height:90vh;overflow-y:auto;position:relative;background-color:#fff}.modalHeader{position:sticky;top:0;background:#fff;z-index:10;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.modalHeader h2{font-size:20px;font-weight:600;margin:0}.closeBtn{color:#333}.categoryFlexContainer{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:1.5rem 2rem}.spinnerContainer{display:flex;justify-content:center;align-items:center;padding:1.5rem}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.product{padding:20px;position:relative}.product img{width:200px;height:200px!important;object-fit:cover;cursor:pointer;border-radius:5px}.product-like{position:absolute;top:0;right:0;margin:10px}.starRatingColor{color:#ffcd4e}.proLisCardCartWishIcon{width:1.3rem;height:1.3rem;cursor:pointer}.proLisCardReactIcon{cursor:pointer;width:25px;height:25px}.proLisCardCon1{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem}.proListCardText1{font-size:1.2rem;font-weight:600;color:#000}.proLisCardText2{font-size:1rem;color:#848383;text-decoration:line-through;margin-right:1rem}@media screen and (max-width: 550px){.product img{width:250px;height:250px!important}.proListCardText1{font-size:1.3rem}.proLisCardText2{font-size:1.1rem}.product{margin-bottom:1rem}}.feaProdCon1{padding:1.5rem;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin:1rem 0}.feaprodCon2{display:flex;flex-wrap:wrap;gap:1.5rem}.feaprodCon3{display:flex;justify-content:space-between}.feaprodIcon{width:1.3rem;height:1.3rem;color:#000;cursor:pointer}.feaprodIcon:hover{color:#214f98}@media screen and (max-width: 550px){.feaprodCon2{justify-content:center}}.adBannwrapper{background-repeat:no-repeat;background-size:cover;background-position:center;height:300px;border-radius:5px;display:flex;flex-direction:column;padding:34px 30px 40px;justify-content:end}@media screen and (max-width: 1200px){.adBannwrapper{height:250px;padding:34px 40px 40px}}@media screen and (max-width: 900px){.adBannwrapper{height:200px;padding:34px 40px 40px}}@media screen and (max-width: 500px){.adBannwrapper{min-height:150px;padding:34px 40px 40px}}.adBanncontent{max-width:200px;width:100%}.adBannTitle{color:#000;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:600}.adBannDesc{color:#fff;font-size:1rem}.adBannButton{width:100px;height:50px;border-radius:5px;box-shadow:0 2px 4px #0000001a;background-color:#214f98;margin-top:20px;transition:all .2s ease;cursor:pointer;font-size:1rem;font-family:Poppins,sans-serif;color:#fff;font-weight:600}.adBannButton:hover{background-color:#18386a}@media screen and (max-width: 1000px){.adBannButton{height:40px}.adBannTitle{font-size:1.5}}@media screen and (max-width: 800px){.adBannTitle{font-size:1.5rem}.adBannDesc{font-size:.8rem}}.trenProdCon1{padding:1.5rem;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin:1rem 0}.trenProdCon2{display:flex;flex-wrap:wrap;gap:1.5rem}.trenProdCon3{display:flex;justify-content:space-between}.trenProdIcon{width:1.3rem;height:1.3rem;color:#000;cursor:pointer}.trenProdIcon:hover{color:#214f98}.botBannerhome-banner{display:flex;flex-direction:column;justify-content:flex-end;background-repeat:no-repeat;background-size:cover;background-position:center;height:300px;padding:60px;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000000f}.botBannerhome-banner:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(to right,#000000bf,#0000);position:absolute;top:0;left:0;z-index:0}.botBannerbanner-content{color:#fff;position:absolute;top:30%;left:5%;z-index:1}.botBannerBannerImgTitle{font-size:2.5rem;font-family:poppins,sans-serif;font-weight:600}.botBannerBannerImgSubtitle{font-size:1rem}.botBannerBannerButton{padding:.5rem .8rem;width:150px;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-top:1rem;background-color:#214f98;color:#fff;font-size:1.2rem;font-weight:400;cursor:pointer}.botBannerBannerButton:hover{background-color:#18386a}@media screen and (max-width: 768px){.botBannerhome-banner{height:300px;padding:30px}.botBannerBannerImgTitle{font-size:2rem}.botBannerBannerButton{padding:.5rem;width:120px;font-size:1rem}}@media screen and (max-width: 480px){.botBannerhome-banner{height:200px;padding:20px}.botBannerBannerImgTitle{font-size:1.5rem}.botBannerBannerImgSubtitle{font-size:.75rem}.botBannerBannerButton{padding:.3rem;width:100px;font-size:.75rem}}.topadBannwrapper{width:100%;position:relative;overflow:hidden;border-radius:5px;background-color:#f3f4f6;aspect-ratio:var(--banner-aspect-ratio, 16/5)}.topadBannwrapper:before{content:"";display:block;padding-top:calc(100%/property(--banner-aspect-ratio,16/5));padding-top:31.25%}.topadBannwrapper>.topadImage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-position:center;object-fit:cover;transition:transform .25s ease;-webkit-user-drag:none}@media (max-width: 900px){.topadBannwrapper>.topadImage{object-fit:cover;background-color:#f3f4f6}}.topadBanncontent{position:absolute;bottom:24px;left:24px;z-index:2;max-width:320px;color:#fff}.errMsgContainer1{text-align:center;margin:2rem 0;height:100vh}.errMsgImage1{width:100px;height:100px;border-radius:50%}.errMsgBackButton{width:150px;height:50px;padding:.5rem;font-size:1.2rem;background-color:#0f3460;border:none;outline:none;color:#fff;border-radius:.5rem;margin-top:1rem;cursor:pointer}.errMsgBackButton:hover{background-color:#5252dc}.cart-items{background:#fff;min-height:90vh;border-radius:5px;padding:1.5rem}.cartCon1{display:flex;justify-content:space-around}.cartTotal{background-color:#fff;height:150px}.cartTotal h4{font-size:15px;font-weight:400}.cartTotal h3{font-size:20px;font-weight:500;color:#0f3460}.cartTotal h2{font-size:18px;font-weight:600;margin-bottom:1rem;border-bottom:1px solid rgb(3 0 71 / 9%);padding-bottom:10px;color:#0f3460}.checkoutButton{background-color:#214f98;padding:10px 15px;color:#fff;font-size:1rem;border-radius:5px;cursor:pointer}.checkoutButton:hover{background-color:#18386a}.no-items{color:#0f3460;font-size:18px;margin-top:130px;height:130px}.cartList{position:relative;background:#f5f5f5;margin-bottom:30px;padding:1.2rem;border-radius:10px;display:flex;justify-content:space-between}.cartProductImage{width:100px;height:100px;border-radius:5px;object-fit:cover;margin-right:1rem;cursor:pointer}.cart-content{align-items:flex-end;display:flex}.cart-details h3{font-size:20px;font-weight:500;width:fit-content;text-align:center;cursor:pointer}.cart-details h4{font-size:15px;font-weight:400;margin-top:50px;color:gray;width:fit-content}.cart-details h4 span{color:#0f3460;margin-left:20px;font-weight:500}.cartControl{margin:1rem 0 0 15rem}.incCart{background:none;border:1px solid rgb(3 0 71 / 9%);color:#0f3460;cursor:pointer;width:2rem;height:2rem;margin-right:.5rem}.cartDeleteIcon{position:absolute;right:1rem;top:1rem;width:20px;height:20px;border:none;outline:none;background-color:transparent;color:#000;cursor:pointer}.cartDeleteIcon:hover{color:#214f98}.cartErrCon{height:85vh;display:flex;justify-content:center;align-items:center;margin-top:4.7rem}@media screen and (max-width: 900px){.cartProductImage{width:75px;height:75px}.cart-details h3{font-size:1.1rem}.cart-details h4{margin-top:30px}.cartControl{margin:1rem 0 0 5rem}}@media screen and (max-width: 700px){.cartCon1{flex-direction:column-reverse}.cartProductImage{width:75px;height:75px}.cart-details h3{font-size:1.1rem}.cart-details h4{margin-top:30px}.cartControl{margin:1rem 0 0 5rem}}@media (max-width: 555px){.cartProductImage{width:60px;height:60px}.cartList{padding:1rem}.cartControl{margin:1rem 0 0 3rem}.incCart{width:1.5rem;height:1.5rem}.cartDeleteIcon{width:1rem;height:1rem}}@media (max-width: 555px){.cartProductImage{width:50px;height:50px}.cartControl{margin:1rem 0 0 2rem}.cart-details h3{font-size:1rem}.cart-details h4{font-size:.8rem;margin-top:20px}.cart-details h4 span{margin-left:.8rem}.incCart{width:1.5rem;height:1.5rem}.cartDeleteIcon{width:1rem;height:1rem}}.wishlist-main{width:100%;min-height:70vh;padding:1rem;box-sizing:border-box}.wishlist-submain{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;justify-items:center}.wishlist-container{display:flex;flex-direction:row;align-items:center;position:relative;width:100%;max-width:350px;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 6px #00000014;transition:transform .2s ease-in-out}.wishlist-container:hover{transform:translateY(-3px)}.wishlist-image{flex-shrink:0;width:90px;height:90px;object-fit:cover;cursor:pointer;border-radius:6px;margin-right:1rem}.wishListCartButton{border-radius:5px;padding:8px 14px;font-size:.85rem;color:#fff;cursor:pointer;background-color:#214f98;transition:background .2s ease-in-out}.wishListCartButton:hover{background-color:#18386a}.wishlist-delete{position:absolute;right:10px;top:8px;font-size:1.1rem;opacity:0;cursor:pointer;transition:opacity .2s}.wishlist-container:hover .wishlist-delete{opacity:1}.wishlist-delete:hover{color:#214f98}.no-items{color:#0f3460;font-size:1.2rem;margin-top:5rem;text-align:center;font-weight:600}.wishListErrCon{height:70vh;display:flex;justify-content:center;align-items:center}.wishlistText1{font-size:1rem;font-weight:600;color:#000;line-height:1.4}.wishlistText2{font-size:.9rem;color:#888;text-decoration:line-through;margin-right:.5rem}@media (max-width: 600px){.wishlist-container{flex-direction:column;align-items:center;text-align:center;padding:1rem}.wishlist-image{width:100%;max-width:150px;height:auto;margin:0 0 1rem}.wishlist-delete{top:10px;right:10px;opacity:1}}.ShopListContainer1{display:flex;flex-wrap:wrap}@media screen and (max-width: 550px){.ShopListContainer1{justify-content:center}}.image-container{border-radius:8px;position:relative;width:100%;overflow:hidden;max-height:280px}.image-container img{width:100%;height:auto;object-fit:cover;display:block;margin:0 auto}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.overlay h2{color:#000;font-size:clamp(18px,3vw,30px);text-align:center}@media (max-width: 768px){.image-container{max-height:180px}}.allclearText{font-size:13px;color:#214f98;cursor:pointer;text-align:right;margin-top:-10px;margin-bottom:16px}.sortby-select{font-size:14px}.shopPageCon1{background-color:#fff;padding:1rem;box-shadow:0 4px 6px #0000001a;border-radius:5px;margin-top:2rem;padding-bottom:100px}.shopPageCon2{display:flex;justify-content:space-between}.search-container1{display:flex;align-items:center;max-width:250px;height:40px;padding:.5rem 1rem;border-radius:5px;background-color:#f2f2f2;color:#000;width:100%}.shopPageSearchInput{width:100%;height:100%;font-size:1rem;outline:none;border:none;background:transparent;margin:0;padding:0}.productsPageGrid1{display:grid;grid-template-columns:.2fr 1fr;gap:5rem;margin-top:2rem}.productsPageGrid1>div:last-child{display:flex;flex-direction:column;padding-bottom:50px}.shopListNotFoundText{font-size:1.5rem;font-weight:600;color:#000;text-align:center;margin-top:5rem}.loaderWrapper{display:flex;justify-content:center;align-items:center;height:400px;width:100%}.loadMoreBtn{background-color:#214f98;color:#fff;padding:8px 25px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.loadMoreBtn:hover{background-color:#18386a}@media screen and (max-width: 550px){.productsPageGrid1{grid-template-columns:1fr}.globalSearchMainCon{padding:0 1rem}.shopPageCon2{display:flex;flex-direction:column}.search-container1{margin-bottom:1rem;width:100%;padding:.5rem}}.usersidebar{width:100%;height:100%;display:flex;flex-direction:column}.usersidebar .s1,.usersidebar .s2{display:flex;align-items:center;gap:10px;padding:20px}.usersidebar .s1 svg{width:30px;height:30px;color:gray}.usersidebar .s2 svg{width:30px;height:30px;color:#000}.usersidebar .s1:hover{background-color:#f6f6f6;border-radius:5px;cursor:pointer;color:gray}.usersidebar .s2{background-color:#f6f6f6;border-radius:5px;cursor:pointer;color:#000}@media (max-width: 800px){.usersidebar span{font-size:12px}}@media (max-width: 500px){.usersidebar{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;padding:10px}.usersidebar .s1,.usersidebar .s2{display:flex;align-items:center;gap:2px;padding:3px}.usersidebar .s1{background-color:#fff;border-radius:25px;cursor:pointer;box-shadow:0 0 10px #0000001a;padding:5px 20px}.usersidebar .s2{border-radius:25px;cursor:pointer;box-shadow:0 0 10px #0000001a;padding:5px 20px}.usersidebar span{font-size:12px}}.perInfo-loader{display:flex;justify-content:center;align-items:center;height:100%}.perInfo-profile{display:flex;flex-direction:column;align-items:center;margin:1.5rem 0 1rem}.perInfo-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.perInfo-username{font-size:1.3rem;font-weight:600;margin-top:.4rem}.perInfo-editButton{padding:.4rem 1.2rem;background-color:#214f98;color:#fff;border-radius:4px;margin-top:.8rem;cursor:pointer;border:none;font-size:.9rem}.perInfo-editButton:hover{background-color:#18386a;transition:background-color .3s ease}.perInfo-cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1rem 5%}.infoCard{background:#fff3;border:1.5px solid #214f98;border-radius:8px;padding:.9rem 1rem;box-shadow:0 1px 4px #0000000d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.infoCardLabel{font-size:.85rem;font-weight:600;color:#214f98;margin-bottom:.3rem}.infoCardValue{font-size:.95rem;font-weight:500;color:#333;word-break:break-word;margin-bottom:.7rem}.walletAddSection{display:flex;align-items:center;gap:.4rem;margin-top:.3rem;flex-wrap:wrap}.walletInput{width:100px;padding:.3rem .5rem;border:1px solid #ccc;border-radius:4px;font-size:.85rem}.walletAddButton{padding:.3rem .8rem;background-color:#214f98;color:#fff;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;white-space:nowrap}.walletAddButton:hover{background-color:#18386a}.referralCopyButton{padding:.3rem .8rem;background-color:#214f98;color:#fff;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;white-space:nowrap}.referralCopyButton:hover{background-color:#18386a}@media (max-width: 768px){.perInfo-username{font-size:1.2rem}.perInfo-cardGrid{margin:1rem 4%}.walletAddSection{flex-direction:column;align-items:stretch}.walletInput,.walletAddButton,.referralCopyButton{width:100%}}.orderPage{padding:20px;background:#f7f8fa;max-width:800px;margin:0 auto;font-family:Segoe UI,sans-serif}.sectionCard{background:#fff;border-radius:12px;padding:20px;margin-top:20px;box-shadow:0 2px 6px #0000000d}.orderMeta .metaRow{display:flex;justify-content:space-between;padding:10px 0}.statusText{font-weight:500;color:#4a4a4a}.orderId{font-size:14px;color:#777}.itemsGrid{display:flex;flex-wrap:wrap;gap:15px}.itemCard{display:flex;width:100%;max-width:350px;background:#fafafa;padding:10px;border-radius:8px;align-items:center;border:1px solid #ddd}.itemImage{width:60px;height:60px;object-fit:cover;border-radius:5px;margin-right:15px}.itemInfo .itemName{font-weight:600}.itemMeta{color:#555;font-size:14px}.priceRow{display:flex;justify-content:space-between;margin:8px 0}.totalRow{font-weight:700;font-size:16px;color:#222}.actionRow{display:flex;justify-content:space-between;margin-top:20px;gap:10px}.primaryBtn,.dangerBtn{flex:1;padding:10px;border:none;border-radius:6px;font-size:15px;cursor:pointer;color:#fff;transition:background .2s ease}.primaryBtn{background-color:#3b6ef6}.primaryBtn:hover{background-color:#2f59c5}.dangerBtn{background-color:#e24b4b}.dangerBtn:hover{background-color:#c03939}.cancelSection{margin-top:15px;background:#fff3f3;border:1px solid #e24b4b}.cancelLabel{font-weight:600;display:block;margin-bottom:8px;color:#333}.cancelDropdown{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;margin-bottom:10px;font-size:14px}.cancelInput{width:100%;padding:10px;margin-top:8px;border:1px solid #ccc;border-radius:6px;font-size:14px}.cancelSubmitBtn{margin-top:10px}.contactRow{display:flex;align-items:center;gap:10px}.icon{font-size:16px;color:#3b6ef6}.invoiceContent{padding:40px;background:#fff;font-family:Segoe UI,sans-serif;color:#333}.invoiceContent h1{text-align:center;font-size:24px;margin-bottom:20px;text-transform:uppercase}.sectionCard h3{font-size:16px;margin-bottom:10px;border-bottom:1px solid #ccc;padding-bottom:5px}.summaryLabel{font-weight:500}hr{border:none;border-top:1px solid #ddd;margin:10px 0}.invoiceFooter{margin-top:30px;text-align:center;font-size:12px;color:#777}.hiddenPrint{position:absolute;top:-10000px;left:0;width:794px;height:auto;padding:40px;background:#fff;z-index:-1;overflow:hidden}@media screen and (max-width: 600px){.itemsGrid,.actionRow{flex-direction:column}}.order-container{width:100%;max-width:1000px;margin:0 auto;padding:10px;box-sizing:border-box}.center{display:flex;justify-content:center;align-items:center;min-height:70vh;width:100%}.accordianContainer{margin-bottom:16px;border-radius:10px;overflow:hidden}.orderSummary{display:flex;flex-direction:column;gap:8px;width:100%}.orderInfo{font-size:14px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-weight:500}.orderDate{font-size:13px;color:#666}.orderItemsPreview{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:6px}.previewItem{display:flex;align-items:center;gap:6px;background:#f9f9f9;padding:4px 8px;border-radius:6px}.previewImg{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1px solid #eee}.previewName{font-size:13px;color:#333;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moreItems{font-size:13px;font-weight:600;color:#555}@media (max-width: 768px){.orderInfo{flex-direction:column;align-items:flex-start;gap:4px}.order-container{padding:8px}}.useraddress{margin:0;padding:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.addressin{width:100%;display:flex;flex-wrap:wrap}.addressin .address{height:auto;width:45%;margin:10px;padding:10px;border:1px solid #d0d0d0;border-radius:5px;position:relative;min-height:100px;gap:5px}.addressin .address .delbtn{color:#000;border:none;display:flex;justify-content:space-between;position:absolute;right:2px;top:3px}.eddelcon{height:20px;width:20px;margin-right:5px;cursor:pointer}.addnewbtn{width:42px;height:42px;cursor:pointer}.useraddress .addnew{width:100%;padding:20px}.useraddress .addnew h1{text-align:center}.useraddress .addnew button{width:200px}.useraddress .form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%;padding:10px 20px}.useraddress .form .form-group{display:flex;flex-direction:column;width:45%;margin:10px}.useraddress .form .form-group label{font-size:1.2rem;font-weight:300;margin-bottom:5px}.useraddress .form .form-group input{padding:10px 20px;border:1px solid rgb(207,207,207);border-radius:5px;outline:none}.useraddress .form .form-group input:focus{border:1px solid var(--col1)}.useraddress .form button{background-color:var(--col1);color:#fff;border:none;border-radius:5px;padding:10px 20px;margin:10px 0}@media (max-width: 1000px){.useraddress .addnewbtn{width:42px;height:42px;cursor:pointer}.addressin{width:100%;display:flex;flex-direction:column}.addressin .address{height:auto;align-self:center;width:97%;margin:10px;padding:10px;border:1px solid #d0d0d0;border-radius:5px;display:flex;flex-direction:row;flex-wrap:wrap;position:relative;min-height:100px;gap:5px}.addressin .address .delbtn{color:#000;border:none;display:flex;justify-content:space-between;position:absolute;right:2px;top:3px}.eddelcon{height:20px;width:20px;margin-right:5px;cursor:pointer}}@media (max-width: 900px){.useraddress .form{display:flex;flex-direction:column;width:100%;padding:10px 20px}.useraddress .form .form-group{display:flex;flex-direction:column;width:97%;align-self:center;margin:10px}}.userprofile{display:flex;flex-direction:column}.userprofilein{display:flex;width:100%;margin-top:10vh;margin-bottom:20px}.userprofile .userprofilein .left{width:20%;box-shadow:0 0 10px #0000001a;background-color:#fff;border-radius:5px;min-height:75vh;margin-right:.5rem}.userprofile .userprofilein .right{width:78%;box-shadow:0 0 10px #0000001a;background-color:#fff;border-radius:5px;min-height:75vh}@media (max-width: 1000px){.userprofile .userprofilein .left{width:30%;border:1px solid rgb(207,207,207);border-radius:5px;min-height:50vh}.userprofilein{display:flex;width:100%;justify-content:center;margin-top:10vh;gap:10px}}@media (max-width: 1000px){.userprofile .userprofilein .left{width:30%;border:1px solid rgb(207,207,207);border-radius:5px;min-height:50vh}.userprofile .userprofilein .right{width:68%;border:1px solid rgb(207,207,207);border-radius:5px;min-height:50vh}.userprofilein{display:flex;width:100%;justify-content:center;margin-top:10vh;gap:10px}}@media (max-width: 500px){.userprofilein{display:flex;flex-direction:column;width:100%;justify-content:center;margin-top:10vh;gap:20px}.userprofile .userprofilein .left{width:97%;border:1px solid rgb(207,207,207);border-radius:5px;align-self:center;margin-right:0;margin-bottom:.5rem;min-height:0}.userprofile .userprofilein .right{width:97%;border:1px solid rgb(207,207,207);border-radius:5px;align-self:center;min-height:0}}#dropdown-basic{outline:none;border:none;margin:0;padding:0}.goback{background-color:var(--col1);color:#fff;border:none;outline:none;padding:10px 20px;border-radius:5px;font-size:13px;cursor:pointer;margin:10px 0;display:flex;position:absolute;top:10px;left:10px;min-width:100px}.goback svg{margin-right:5px;width:15px;height:15px}.stylenone{text-decoration:none;color:inherit}.mainhead1{color:var(--col1);font-size:30px;font-weight:300;padding:5px 10px;margin-top:10px}.mainbutton1{background:none;border:1px solid var(--col1);padding:10px 20px;border-radius:5px;font-size:1.5rem;font-weight:300;margin:1rem;cursor:pointer;color:var(--col1)}.mainbutton1:hover{background-color:var(--col1);color:#fff;transform:scale(1.1);transition:all .6s ease-in-out}@media screen and (max-width: 768px){.mainhead1{font-size:20px}}@media screen and (max-width: 400px){.giveReviewModal{width:300px!important}}.QandAText2{font-size:1.2rem;font-weight:500}.QandAText2:hover{color:#214f98;cursor:pointer}.question-text{font-size:15px;font-weight:600}.answer-text{font-size:13px}.QandACon1{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.QandAText1{font-size:1.5rem;font-weight:600}.QandAText2{font-size:1.2rem;color:#555}.prodViewqnaContainer{max-width:650px}.prodViewqnaItem{border-bottom:1px solid #ddd;padding:16px 0}.prodViewqnaHeader{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.prodViewqnaIcon{font-size:20px;color:#555;margin-top:3px}.prodViewqnaQuestion{font-weight:600;font-size:15px;color:#222;margin-bottom:4px}.prodViewqnaAnsweredBy{font-size:13px;color:#666}.prodViewqnaAnswer{font-size:14px;color:#333;margin-top:6px;line-height:1.5}.prodViewqnaActions{display:flex;gap:10px;margin-top:12px}.prodViewqnaButton{padding:6px 12px;border:1px solid #ccc;background-color:#fff;color:#333;font-size:13px;border-radius:4px;cursor:pointer;transition:all .3s ease}.prodViewqnaButton:hover{border-color:#999;background-color:#f8f8f8}.prodViewqaDetailContainer{max-width:650px;margin:0 auto;padding:20px}.prodViewqaQuestionBlock{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.prodViewqaIcon{font-size:20px;color:#555;margin-top:3px}.prodViewqaQuestionText{font-weight:600;font-size:16px;color:#222}.prodViewqaAnswerList{margin-bottom:20px}.prodViewqaAnswerItem{border-bottom:1px solid #ddd;padding:12px 0}.prodViewqaAnsweredBy{font-size:13px;color:#666;margin-bottom:4px}.prodViewqaAnswerText{font-size:14px;color:#333;line-height:1.5}.prodViewqaActions{display:flex;gap:10px}.prodViewqaButton{padding:6px 12px;border:1px solid #ccc;background-color:#fff;color:#333;font-size:13px;border-radius:4px;cursor:pointer;transition:all .3s ease}.prodViewqaButton:hover{border-color:#999;background-color:#f8f8f8}@media screen and (max-width: 400px){.modalWidth{width:300px!important}}.prodViewqnaQuestion{white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.prodViewqnaContainer{width:100%;max-width:100%}.prodViewMainCon{display:flex;height:calc(100vh - 80px);overflow:hidden}.product-details{display:flex;flex:1;height:100%}.product-images-gallery{display:flex;align-items:center;justify-content:center;width:40%;padding:1rem;box-sizing:border-box;background-color:#f9f9f9;flex-shrink:0}.thumbnail-list{display:flex;flex-direction:column;gap:.8rem;margin-right:.5rem;max-height:350px;overflow-y:auto}.thumbnail-list::-webkit-scrollbar{width:0px}.thumbnail-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.thumbnail-list video.thumbnail-image{object-fit:cover}.thumbnail-image{width:60px;height:60px;border-radius:4px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:border .3s ease}.thumbnail-image:hover{border:2px solid #ccc}.active-thumbnail{border:2px solid #214f98}.main-image-preview{flex:1}.main-product-image{width:100%;max-width:500px;height:auto;border-radius:8px;object-fit:cover}.product-content{overflow-y:auto;padding:1.5rem 2rem;max-width:800px;margin:0 auto;flex:1}.product-content h1{font-size:2rem;font-weight:600;margin-bottom:1rem}.product-price1{font-size:1.8rem;color:#000;text-decoration:line-through;margin-right:1rem}.product-price2{font-size:1.8rem;color:#000}.product-description{color:#555;margin-bottom:1rem}.product-description2{color:#555;margin-bottom:1rem;font-weight:500;display:block}.expected-delivery{margin-bottom:1rem;color:#214f98;font-weight:500}.stepper-controls{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;max-width:100px;overflow:hidden}.stepper-btn{background-color:#f0f0f0;border:none;padding:6px 12px;font-size:18px;cursor:pointer;width:36px;height:36px}.stepper-btn:hover{background-color:#ddd}.stepper-value{width:40px;text-align:center;font-size:16px;line-height:36px}.add-to-cart{background:#214f98;color:#fff;padding:12px 25px;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-top:1rem}.add-to-cart:hover{background:#18386a}.rating-text{background-color:orange;color:#fff;padding:4px;margin-right:10px}.review-content{font-size:20px}.review-image{width:50px;height:50px;margin-right:10px}.review-image:hover{cursor:pointer}.review-image-big{width:200px;height:200px;margin-right:10px}.avg-star-rating{font-size:35px;font-weight:600}.star-icon{max-width:35px;max-height:35px}.review-ask-text{font-size:1.4rem;margin-bottom:1rem}.review-ask-text:hover{color:#214f98;cursor:pointer}.viewProductPageGrid1{display:grid;grid-template-columns:.5fr 1.5fr;gap:3rem}.prodViewCon1{font-size:1.2rem;margin:1rem 0;color:#555}.viewProductText1,.viewProductText2{font-size:1.2rem;font-weight:600}.viewProductText3{font-size:1rem;font-weight:600}.viewProductText4,.viewProductText5{font-size:1rem}.textLineThrough{text-decoration:line-through}.prodViewreviewsContainer{max-width:600px;margin:0 auto;padding:20px}.prodViewreviewCard{border-bottom:1px solid #ddd;padding:16px 0}.prodViewreviewHeader{display:flex;align-items:center;gap:12px;margin-bottom:8px}.prodViewreviewAvatar{width:40px;height:40px;border-radius:50%}.prodViewreviewName{font-weight:700;font-size:16px}.prodViewreviewDate{font-size:13px;color:#777}.prodViewreviewStars{margin:8px 0}.prodViewstarIcon{font-size:18px;color:#ccc}.prodViewstarIcon.prodViewfilled{color:#f5a623}.prodViewreviewComment{font-size:14px;line-height:1.5;color:#333;margin-bottom:12px}.prodViewreviewActions{display:flex;gap:10px;margin-top:8px}.prodViewactionButton{padding:6px 12px;border:1px solid #ccc;background-color:#fff;color:#333;font-size:13px;border-radius:4px;cursor:pointer;transition:all .3s ease}.prodViewactionButton:hover{border-color:#999;background-color:#f8f8f8}@media screen and (max-width: 800px){.viewProductPageGrid1{grid-template-columns:1fr}.product-images-gallery{width:100%}.thumbnail-list{gap:.5rem;max-height:250px}}@media (max-width: 750px){.product-details{flex-direction:column}.product-images{grid-template-columns:1fr 1fr}.product-images img{width:250px;height:250px}.product-content h1{font-size:24px}.product-price{font-size:20px}.add-to-cart{padding:10px 20px;font-size:15px}}@media (max-width: 600px){.product-images img{width:200px;height:200px}.product-content h1{font-size:20px}.product-price{font-size:18px}.tags{gap:6px}.tag{font-size:12px;padding:4px 10px}.add-to-cart{width:100%;padding:12px;font-size:16px}}@media (max-width: 460px){.product-images img{width:160px;height:160px}.product-content h1{font-size:20px}.product-price{font-size:18px}.tags{gap:6px}.tag{font-size:12px;padding:4px 10px}.add-to-cart{width:100%;padding:12px;font-size:16px}}.address-modal-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1300}.address-modal-content{position:relative;width:90%;max-width:800px;max-height:90vh;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;overflow:hidden;display:flex;flex-direction:column}.address-modal-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5}.address-modal-title{margin:0;font-size:1.25rem;font-weight:500;color:#333}.address-modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;line-height:1}.mode-toggle-container{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;padding:0 16px}.mode-toggle-btn{padding:8px 12px;border:1px solid #ccc;background:#f9f9f9;border-radius:6px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s ease}.mode-toggle-btn:hover{background:#e9e9e9}.mode-toggle-btn.active{background-color:#214f98;color:#fff;border-color:#214f98}.address-modal-body{padding:16px;overflow-y:auto;flex:1}.address-form{display:grid;gap:1rem}.map-container{margin-bottom:1rem;position:relative}.autocomplete-input{box-sizing:border-box;border:1px solid #ccc;width:100%;height:40px;padding:0 12px;border-radius:4px;font-size:14px;outline:none;margin-bottom:16px}.autocomplete-input:focus{border-color:#214f98}.pac-container{z-index:1500!important;border-radius:0 0 4px 4px;border-top:none;margin-top:-1px;box-shadow:0 2px 6px #0000004d;font-family:inherit}.pac-item{padding:8px 12px;cursor:pointer;font-size:14px;border-bottom:1px solid #eee}.pac-item:hover{background-color:#f5f5f5}.pac-item-query{font-size:14px;color:#214f98}.pac-icon{margin-right:8px}.pac-matched{font-weight:700}.form-buttons-container{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.form-button{padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s ease}.reset-button{background:#f5f5f5;border:1px solid #ccc;color:#333}.reset-button:hover{background:#e9e9e9}.submit-button{background:#214f98;color:#fff;border:none}.submit-button:hover{background:#1a3f7a}.save-location-button{padding:10px 16px;background:#214f98;border-radius:6px;cursor:pointer;font-weight:500;width:100%;color:#fff;margin-top:1rem;border:none;transition:background .2s ease}.save-location-button:hover{background:#1a3f7a}@media screen and (max-width: 600px){.address-modal-content{width:95%;max-height:85vh}.mode-toggle-container{gap:.5rem}.mode-toggle-btn{padding:6px 10px;font-size:.8rem}.form-buttons-container{flex-direction:column}.form-button{width:100%}}.MuiTextField-root{margin-bottom:0!important}.MuiInputLabel-root,.MuiOutlinedInput-root{font-size:14px!important}.MuiFormHelperText-root{font-size:12px!important;margin-left:0!important}.checkoutMainCon{min-height:90vh;margin-top:1rem;padding:1rem}.checkoutContentWrapper{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.div1,.div2{flex:1 1 48%;min-width:300px}.addressCard{border:1px solid #dddddd;background-color:#fff;padding:20px;min-height:120px;margin-bottom:25px;border-radius:8px}.checkoutProImage{width:60px;height:60px;border-radius:10px;margin-right:15px;object-fit:contain}.hoverText:hover{cursor:pointer;color:#214f98}.update-button{border-radius:5px;padding:.8rem;background-color:#214f98;color:#fff;width:25%;cursor:pointer}.update-button:hover{background-color:#18386a}.checkoutContinueButton{border-radius:5px;padding:.8rem;background-color:#214f98;color:#fff;margin-top:1rem;width:100%;cursor:pointer}.checkoutContinueButton:hover{background-color:#18386a}.amountText{color:#214f98}.walletAddMoneyButton{align-self:flex-start;background-color:#214f98;color:#fff;border:none;padding:.4rem .8rem;border-radius:5px;font-size:.9rem;cursor:pointer}.walletAddMoneyButton:hover{background-color:#18386a}.choosePaymentCard{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #ddd;border-radius:10px;background-color:#f9f9f9;transition:all .3s ease;margin-bottom:10px}.choosePaymentCard:hover{background-color:#e3f2fd;border-color:#214f98;cursor:pointer;box-shadow:0 2px 8px #0000001a}.paymentIcon{width:28px;height:28px;color:#214f98}.choosePaymentCard h5{margin:0;font-size:16px;font-weight:500;color:#333}.coupon-section{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.coupon-section h4{color:#333;font-size:1.1rem;margin-bottom:.8rem}.coupon-section input{padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;width:100%}.coupon-section button{padding:.6rem 1.2rem;background-color:#214f98;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.coupon-section button:hover{background-color:#18386a}.applied-coupon{display:flex;justify-content:space-between;align-items:center;padding:.8rem;background-color:#f0f8ff;border-radius:4px;margin-top:.5rem}.applied-coupon span{font-size:.9rem}.applied-coupon button{background:none;border:none;color:#214f98;text-decoration:underline;cursor:pointer;font-size:.8rem}.order-success-card{display:flex;width:100%;height:100vh;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}.order-success-icon{height:150px;width:150px;color:green;margin-bottom:20px}.order-success-text{font-size:25px;color:green;margin-bottom:20px}.order-success-text2{font-size:25px}@media (max-width: 1024px){.checkoutContentWrapper{flex-direction:column}.div1,.div2{width:100%}}@media (max-width: 768px){.checkoutProImage{width:50px;height:50px}.amountText,.fontBold18px,.font18px{font-size:14px!important}.checkoutContinueButton{font-size:14px;padding:.6rem;margin-bottom:3rem}.coupon-section input,.coupon-section button{font-size:.8rem;padding:.4rem}.addressCard{padding:15px;font-size:14px}.coupon-section{padding:.8rem}}@media (max-width: 480px){.checkoutProImage{width:45px;height:45px}.coupon-section h4{font-size:1rem}.checkoutContinueButton,.amountText{font-size:13px}}.search-container input[type=text]{width:100%;height:100%;padding:8px;border:none;font-size:16px;color:#333;outline:none;background:transparent}.globalSearchMainCon{padding:0 2rem}.globalSearchGrid1{display:grid;grid-template-columns:.2fr 1fr;gap:5rem}@media screen and (max-width: 550px){.globalSearchGrid1{grid-template-columns:1fr}.globalSearchMainCon{padding:0 1rem}}.loaderMini{display:flex;justify-content:center;padding:.5rem 0}.no-subcategory-msg{padding:1rem;text-align:center;font-size:14px;color:#888}.search-container{position:relative;display:flex;align-items:center;max-width:650px;height:40px;padding:6px;border-radius:20px;background-color:#f2f2f2}.categoryPageMainCon{background-color:#fff;border-radius:5px;padding:1rem;box-shadow:0 2px 4px #0000001a;margin-top:1rem}.catRedi-globalSearchGrid1{display:grid;grid-template-columns:.2fr 1fr;gap:5rem}.GlobalSearchCon2{display:flex;justify-content:space-between;margin:1rem 0}.loadMoreBtn{background-color:#dc143c;color:#fff;padding:.6rem 1.5rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.loadMoreBtn:hover{background-color:#b30000}@media screen and (max-width: 550px){.catRedi-globalSearchGrid1{grid-template-columns:1fr}.globalSearchMainCon{padding:0 1rem}.GlobalSearchCon2{display:flex;flex-direction:column;justify-content:start}.search-container{margin-bottom:1rem}}.allFilterTypeText{font-size:1.3rem;font-weight:600;margin-bottom:8px;color:#222}.allfilter-text{font-size:16px;cursor:pointer;padding:8px 12px;border-radius:5px;margin:4px 0;transition:all .3s ease;color:#333}.allfilter-text:hover{background-color:#f1f5fb;color:#214f98}.allfilterSelected{font-size:16px;cursor:pointer;color:#214f98;background-color:#f1f5fb;padding:8px 12px;border-radius:5px;margin:4px 0;transition:all .3s ease}.allfilter_text_div{max-height:220px;overflow-y:auto;margin-bottom:14px;padding-right:6px}.allfilter_text_div::-webkit-scrollbar{width:6px}.allfilter_text_div::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.clearAllBtn{width:100%;padding:10px 0;background-color:#214f98;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.clearAllBtn:hover{background-color:#173d77}.SubCFiltersloaderMini{display:flex;justify-content:center;padding:.5rem 0}.search-container{position:relative;display:flex;align-items:center;max-width:650px;height:40px;padding:6px;border-radius:6px;background-color:#f2f2f2}.search-container input[type=text]{width:100%;height:100%;padding:8px;font-size:16px;color:#333;outline:none;background:transparent}.search-icon{position:absolute;right:0;font-size:20px;color:#999;cursor:pointer}.ViewMoreMainCon{padding:0 2rem}.ViewMoreGrid1{display:grid;grid-template-columns:.2fr 1fr;gap:5rem}.ViewMoreCon2{display:flex;justify-content:space-between;margin:1rem 0}.loadMoreBtn{background-color:#214f98;color:#fff;border:none;padding:10px 20px;font-size:15px;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.loadMoreBtn:hover{background-color:#16386d}@media screen and (max-width: 550px){.ViewMoreGrid1{grid-template-columns:1fr}.ViewMoreMainCon{padding:0 1rem}}.searchNavbar{min-height:80px;width:100%;margin:0% auto;position:fixed;padding:10px;z-index:15;top:0%;left:0%;display:flex;justify-content:space-evenly;align-items:center;background-color:#f6f9fc;box-shadow:3px 3px 5px #0000001a}.barContainer{flex-grow:1;padding:0 12px;position:relative}.barContainer input{min-width:90%;margin:0;padding:12px 12px 12px 45px;font-size:1rem;border:none;outline:none;background-color:#f2f2f2;border-radius:5px}.searchIcon{position:absolute;top:.95rem;left:1.5rem}.backbutton{width:25px;height:25px;cursor:pointer;margin:10px}.main-container{height:calc(100vh - 60px);padding:30px;display:flex;justify-content:center;margin-top:50px;overflow-y:auto}.content-container{width:50vw;height:100vh;padding:30px}@media screen and (max-width: 1024){.main-container{padding:15px}.content-container{width:75vw}}@media screen and (max-width: 576px){.main-container{padding:0}.content-container{width:100vw}}@media screen and (max-width: 430px){.main-container{padding:0}.content-container{width:100vw;border-radius:0}}.locationSetupContainer{max-width:100%;margin:2rem auto;padding:1.5rem;border-radius:6px;box-shadow:0 4px 12px #0000001a;background:#fff}.modeToggle{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.modeToggle button{padding:10px 16px;border:1px solid #ccc;background:#f9f9f9;border-radius:6px;cursor:pointer;font-weight:500}.modeToggle button.active{background-color:#214f98;color:#fff;border-color:#214f98}.locaSetupButton2{padding:10px 16px;background:#214f98;border-radius:6px;cursor:pointer;font-weight:500;width:100%;color:#fff;margin-top:1rem}.locationContent{margin-top:1rem}@media screen and (max-width: 500px){.locationSetupContainer{margin:5rem 0 2rem;padding:.5rem;box-shadow:none}}.logMainCon{display:flex;flex-direction:row;min-height:100vh;width:100%;font-family:Segoe UI,sans-serif}.loginImageSection{flex:1;background-image:url(/assets/logo-AJdL57p8.png);background-size:cover;background-position:center}.formContainerlogin{flex:1;background-color:#fff;padding:60px 40px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.loginTitle{font-size:32px;font-weight:700;color:#333;margin-bottom:10px}.loginSubtitle{font-size:15px;color:#666;margin-bottom:30px}.rediectText{font-size:15px;color:#214f98;cursor:pointer}.rediectText:hover{color:#18386a}.crimsonButton{width:100%;padding:10px;background-color:#214f98;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;box-shadow:0 2px 4px #0000001a;margin-top:1rem;transition:background-color .3s}.crimsonButton:hover{background-color:#18386a}.redColor{padding:.7rem;font-size:.7rem;color:#d63f3f}.rpFormBox{border-radius:.7rem;width:350px;background-color:#fff;display:flex;flex-direction:column;padding:.8rem 0}.otp-box{width:40px;height:45px;font-size:20px;text-align:center;border:1px solid #ccc;border-radius:6px;outline:none;transition:border .2s}.otp-box:focus{border:2px solid #214f98}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#214f98!important;border-width:2px}.MuiInputLabel-root.Mui-focused{color:#214f98!important}.authCon1{display:flex;justify-content:space-between}.marginBottom1remImp{margin-bottom:.5rem!important}@media (max-width: 768px){.logMainCon{flex-direction:column}.logMainCon.register .loginImageSection{height:250px}.formContainerlogin{padding:25px 15px;justify-content:flex-start;overflow-y:auto;flex:none}.loginTitle{font-size:24px}.loginSubtitle,.rediectText{font-size:13px}.crimsonButton{font-size:15px;padding:10px}}@media (max-width: 480px){.loginTitle{font-size:22px}.loginSubtitle,.rediectText{font-size:12px}.formContainerlogin{padding:20px 10px}.otp-box{width:35px;height:40px;font-size:18px}}
