@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap";@keyframes fadeInRight{0%{opacity:0;transform:translate(50%)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50%)}to{opacity:1;transform:translate(0)}}.log-container{width:100%;height:100vh;display:flex}.log-cont-right{width:50%;height:100%;overflow:hidden}.log-img{opacity:0;animation:fadeInRight .7s ease-in-out forwards}.log-img{width:100%;height:100%;object-fit:cover}.log-cont-left{position:relative;width:60%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.log-cont-left{opacity:0;animation:fadeInLeft .7s ease-in-out forwards}.log-cont-left-top{position:absolute;top:3%;left:3%}.log-cont-left-bottom{display:flex;flex-direction:column}.left-bottom-des{font-weight:300;font-size:14px;color:gray;margin-bottom:.5rem}.log-cont-left-bottom-des{display:flex;justify-content:space-between;align-items:center}.btn{margin-bottom:1rem!important}.sign-up p{font-weight:500;margin-left:.4rem;color:#00f;transition:all .4s linear}.sign-up p:hover{transform:scale(1.01);text-decoration:underline}@media (max-width: 768px){.log-cont-right{display:none}.log-cont-left-bottom{margin-left:70%}.log-cont-left-top{left:10%;top:2%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( 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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button: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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-25%)}to{opacity:1;transform:translate(0)}}.loading-overloay{position:absolute!important;width:100%!important;height:100vh!important;z-index:9999!important}.err-input-msg{color:red;font-size:12px}.sign-container{width:100%;height:120vh;display:flex}.sign-cont-right{position:sticky;width:50%;height:100%;overflow:hidden}.sign-img{opacity:0;animation:fadeInRight .7s ease-in-out forwards}.sign-img{width:100%;height:100%;object-fit:fill}.logo{font-size:25px;font-weight:500}.sign-cont-left{position:relative;width:80%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.sign-cont-left{opacity:0;animation:fadeInLeft .7s ease-in-out forwards}.sign-cont-left-top{position:absolute;top:3%;left:3%}.sign-cont-left-bottom{display:flex;flex-direction:column}h1{margin-bottom:1rem;font-weight:500}.left-bottom-des{font-weight:300;font-size:14px;color:gray;margin-bottom:.2rem}.input-bar{margin-top:1rem!important;width:25rem}.sign-cont-left-bottom-des{display:flex;justify-content:space-between;align-items:center}.reminder{font-size:12px}.forgot-password{margin:1rem 0;font-size:12px;text-decoration:none;color:#00f;font-weight:500}.forgot-password:hover{transform:scale(1.01);text-decoration:underline}.btn{margin-top:1rem!important;margin-bottom:1rem!important}.button{display:flex;align-items:center;justify-content:center;width:25rem;height:2.5rem;font-size:15px;background-color:#fff;transition:all .1s linear}button{border-radius:.3rem;border:1px solid gray}button img{width:1.4rem;height:1.4rem;margin-right:.8rem}.button:hover{background-color:#f5f5f5;transform:scale(1.02)}.sign-up{display:flex;font-size:12px;margin-top:1rem;margin-left:26%}.sign-up-login{font-weight:500;margin-left:.4rem;color:#00f;color:inherit;text-decoration:none;cursor:pointer;transition:all .4s linear}.sign-up-login:hover{transform:scale(1.01);text-decoration:underline}@media (max-width: 768px){.sign-cont-right{display:none}.sign-cont-left-bottom{margin-top:-50%;margin-left:27%}.sign-cont-left{width:80%}.sign-cont-left-top{padding-left:2rem}}.verify-container{width:100%;height:100vh;background-color:#ddf1fc;display:flex;flex-direction:column;justify-content:center;align-items:center}.verify-box{width:85%;height:70%;background-color:#f9f9f9;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-shadow:20px 20px 40px #cbdee8,-20px -20px 40px #efffff}.verify-box h1{font-weight:600;animation:fadeInTop .7s ease-in-out forwards}.verify-logo{color:#7eaed2!important;background-color:#ddf1fc;display:flex;justify-content:center;align-items:center;width:5rem;height:5rem;border-radius:50%;animation:fadeInTop .7s ease-in-out forwards}.lock-logo{width:3rem!important;height:3rem!important;animation:fadeInTop .7s ease-in-out forwards}.verify-p{font-size:16px;animation:fadeInTop .7s ease-in-out forwards}.confirm-button{width:10rem;height:3rem;border:none;font-size:16px;font-weight:700;background-color:#7eaed2;color:#ddf1fc;animation:fadeInTop .7s ease-in-out forwards}.confirm-button:hover{transform:scale(1.05);background-color:#ddf1fc;color:#7eaed2;border:1px solid #7EAED2}.userInput{width:100%;height:10%;margin-left:1rem;margin-top:-1rem;display:flex;justify-content:center;align-items:center;animation:fadeInTopic .7s ease-in-out forwards}input{width:3rem;height:3rem;margin-right:1rem;color:#000;font-size:16px;font-weight:700;padding-left:1.2rem;border:none;border-radius:.5rem;background-color:#f9f9f9;border:1px solid #7EAED2;animation:fadeInTop .7s ease-in-out forwards}.timer{animation:fadeInTop .7s ease-in-out forwards}@media (max-width: 768px){.verify-box{height:50%}}h4{margin-top:1rem;margin-left:2rem}.section{margin-top:1rem;border-radius:.5rem;margin-left:2rem;width:95vw;overflow:hidden!important}.prev-button{position:absolute;background-color:#000;width:2rem;height:2rem}.section-center{position:relative;height:250px;z-index:-999;text-align:center;display:flex;overflow:hidden}article{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:all .3s linear;overflow:hidden}article.activeSlide{opacity:1;transform:translate(0);overflow:hidden}article.lastSlide{opacity:0;transform:translate(-100%);overflow:hidden}article.nextSlide{opacity:0;transform:translate(100%);overflow:hidden}.banner_img{margin-left:41rem;margin-top:0;width:50%;z-index:-1;margin-bottom:-140px;height:100%;overflow:hidden}.prev,.next{position:absolute;top:170px;color:#000;width:1.25rem;height:1.25rem;display:grid;place-items:center;cursor:pointer;z-index:9999;display:none}.section:hover .next,.section:hover .prev{display:block}.banner-div{display:flex;justify-content:space-around;width:100%;height:100%;background-color:#faebd7;overflow:hidden}.banner-div-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;overflow:hidden}.banner-div-inner-content{font-size:25px;font-weight:700}.sample-btn{width:6rem;height:3rem;border-radius:1rem;background-color:#000;color:#fff}.prev{left:4%}.next{right:4%}@media (max-width:600px){.section{width:93vw;margin-top:0;margin-left:1rem;margin-right:1rem}.section-center{height:11rem}.banner-div-inner-content{font-size:16px!important}.banner-img{width:42%}.prev,.next{top:230px!important}.sample-btn{width:6rem!important;height:3rem!important}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-f7b9c306.woff) format("woff"),url(/assets/revicons-4ca02b8a.ttf) format("ttf"),url(/assets/revicons-9e4d4c68.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:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.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:rgba(0,0,0,.5)}.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:""}.product-slider{margin-top:1rem;margin-left:2rem;margin-right:3rem;width:96vw;transition:all 1s ease-in}.product-item-link{list-style:none;text-decoration:none!important;color:initial}.product-item{border-radius:1rem;overflow:hidden;margin-right:.5rem;padding-bottom:.8rem;transition:all .3s ease-in}.product-item-image-div{width:13.5rem;height:10rem;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.product-item-image-div img{width:100%;height:100%;object-fit:contain}.product-item-image{width:50%;height:50%}.product-no-rating{font-size:13px;color:gray}.product-item:hover{-webkit-box-shadow:9px 9px 23px -12px rgba(0,0,0,.64);-moz-box-shadow:9px 9px 23px -12px rgba(0,0,0,.64);box-shadow:9px 9px 23px -12px #000000a3}.star{color:#ffc107}.product-item-name{margin-left:1rem;font-size:16px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding-right:10px}.product-item-image{width:100%}.product-item-price{margin-left:1rem;margin-top:.5rem;font-size:15px;font-weight:700;display:flex;justify-content:space-between;margin-right:1.5rem}.product-item-price-span{color:green}.product-item-rating{margin-top:1rem;margin-left:1rem;margin-bottom:.8rem;display:flex}@media (max-width: 500px){.product-slider{margin-left:.7rem;height:auto}.product-item{border-radius:.5rem;overflow:hidden}}.pass-cont{width:100%;height:100vh;background-color:#ddf1fc;display:flex;flex-direction:column;justify-content:center;align-items:center}.pass-box{width:85%;height:70%;background-color:#f9f9f9;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-shadow:20px 20px 40px #cbdee8,-20px -20px 40px #efffff}.pass-box h1{font-weight:600;animation:fadeInTop .7s ease-in-out forwards}.pass-box-box-logo{color:#7eaed2!important;background-color:#ddf1fc;display:flex;justify-content:center;align-items:center;width:5rem;height:5rem;border-radius:50%;animation:fadeInTop .7s ease-in-out forwards}.pass-box-logo{width:3rem!important;height:3rem!important;animation:fadeInTop .7s ease-in-out forwards}.reset-button{width:10rem;height:3rem;border:none;font-size:16px;font-weight:700;background-color:#7eaed2;color:#ddf1fc;animation:fadeInTop .7s ease-in-out forwards}.reset-input-bar1{width:25rem;height:5rem;animation:fadeInTop .7s ease-in-out forwards}.reset-input-bar2{width:25em;height:5rem;margin-top:-1rem!important;animation:fadeInTop .7s ease-in-out forwards}.reset-button:hover{transform:scale(1.05);background-color:#ddf1fc;color:#7eaed2;border:1px solid #7EAED2}@media (max-width: 768px){.pass-box{height:50%}.reset-input-bar1,.reset-input-bar2{width:20rem}}.page-not-found-cont{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff}@keyframes moving{0%{transform:translateY(2%)}25%{transform:translateY(0)}50%{transform:translateY(-2%)}75%{transform:translateY(0)}to{transform:translateY(2%)}}.page-not-found-cont img{width:70%;height:80%;animation:moving 10s linear infinite}.nav-container{width:100%;height:4rem;display:flex;justify-content:space-around;box-shadow:1px 1px 28px -9px #9b7777bf;-webkit-box-shadow:1px 1px 28px -9px rgba(155,119,119,.75);-moz-box-shadow:1px 1px 28px -9px rgba(155,119,119,.75)}.nav-container-left,.nav-container-right,.nav-container-middle{display:flex;align-items:center;justify-content:space-evenly}.cart-link,.home-link{text-decoration:none;color:initial}.nav-logo{margin-left:-2rem}.nav-menu-item{font-weight:500;margin-left:2rem;height:100%;position:relative;display:flex;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.075,.82,.165,1)}.nav-menu-item:after{content:"";position:absolute;width:0%;height:2px;display:block;transition:all .3s ease;bottom:0%}.nav-menu-item:hover:after{width:100%;height:2px;background-color:#000}.nav-container-right{margin-right:-2rem}.nav-container-right-group{display:flex;margin-left:2rem}.nav-container-right-group-icon{margin-left:.5rem}.nav-container-search-bar{width:30rem;height:2rem}.nav-container-search-bar-icon{position:absolute;left:70.7%;top:1rem;width:2rem;height:2rem;border-radius:.4rem;display:flex;justify-content:center;align-items:center}.nav-container-search-bar{padding-right:2.1rem;font-size:14px;font-weight:400}.nav-container-middle input:focus{outline:none}.nav-menu-icon{display:none}.nav-container-menu-items-div-large{display:flex;justify-content:space-between;align-items:center}.search-suggestion{position:absolute;width:30rem;left:38.5%;height:13rem;top:3rem;border-radius:1rem;background-color:#f0f8ff;display:flex;flex-direction:column;align-items:center;overflow-y:scroll;z-index:99999}.search-suggestion-container{width:100%;height:3rem;display:flex;align-items:center;border-bottom:1px solid rgb(222,221,221)}.search-suggestion-container-left{width:16%;height:100%;display:flex;align-items:center;justify-content:center}.search-suggestion-container-right{width:84%;height:48%;display:flex;align-items:center;font-size:14px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.search-suggestion-container-left img{width:100%;height:70%;object-fit:contain}@media (max-width: 768px){.nav-container{height:8rem;padding-bottom:10%}.nav-menu-icon{margin-top:10%;margin-left:-65%}.nav-container-search-bar-icon{top:18%;left:89%}.nav-container-search-bar{width:100%;height:100%;padding-right:2.5rem;margin-left:3.5%}.nav-container-middle{top:7%;position:absolute;width:100%;height:5%;display:flex}@keyframes anim{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.nav-container-menu-items-div-large{display:none}.nav-container-menu-items{position:absolute;background-color:#f0f8ff;width:100%;left:0%;top:13.1%;padding-bottom:10%;display:flex;justify-content:center;align-items:center;z-index:9999;transition:all 1s}.nav-container-menu-items-div{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:-10%}.nav-menu-item{margin-top:10%}.nav-menu-icon{display:block}.nav-logo{margin-left:0}.search-suggestion{left:0rem}}.footer-container{width:100%;height:550px;background-color:#000}.footer-wrapper{display:flex;flex-direction:column}.footer-backtop{width:100%;height:3rem;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#3d3c3b}.footer-content{display:flex;align-items:center;justify-content:center;width:100%;height:30rem;color:#fff}.footer-copyright{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;color:#fff;background-color:#3d3c3b;font-weight:100}ul{text-decoration:none;list-style:none;display:flex;align-items:center;justify-content:center;flex-direction:column}.t-head{display:flex;align-items:center;justify-content:center}.footer-content-first,.footer-content-last{display:flex;align-items:center;justify-content:space-between}@media (min-width: 501px){.footer-container{height:200px}.t-head{font-weight:500}.footer-content-first,.footer-content-last-one,.footer-content-first-one{margin-right:5rem}.footer-content{height:18rem;background-color:#000;font-weight:100}.footer-copyright{height:2rem}}@media (max-width: 500px){.footer-content-first,.footer-content-last{flex-direction:column;justify-content:space-between}.footer-content-first-one,.footer-content-last-one{margin-bottom:2rem}.footer-content{justify-content:space-around;font-weight:250}.t-head{font-weight:500;margin-bottom:1rem}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translate(0)}}.single-product-title,.single-product-description,.product-no-rating,.single-product-features,.single-product-price,.single-product-rating,.feature-icon,.icon-des-title,.icon-des-description,.product-buttons-buy,.product-buttons-cart{animation:fadeInTop .8s ease-in-out forwards}.image-cont{display:flex;justify-content:center;padding:1rem}.single-product-details{padding:1rem;margin-right:3rem;margin-top:1rem;width:75%;height:100vh;border:1px soild gray;display:flex;flex-direction:column}.single-product-title{margin-left:1rem;font-size:24px;line-height:35px;font-weight:600}.single-product-description{color:gray;max-width:40rem;margin-left:1rem;margin-top:1rem;line-height:21px;font-size:14px}.single-product-rating{margin-top:1rem;margin-left:1rem;display:flex}.single-product-price{margin-top:1rem;margin-left:1rem;font-size:28px;font-weight:500}.single-product-features{margin-top:2rem;margin-left:1rem;display:flex;align-items:center}.feature-icon-des{display:flex;flex-direction:column;margin-left:1rem}.icon-des-title{color:#000;font-weight:500;font-size:17px}.icon-des-description{font-weight:400;font-size:14px;color:gray}.product-buttons,.product-buttons-for-mobile{display:flex;margin-top:2.5rem;margin-left:1rem}.product-buttons-buy,.product-buttons-cart,.product-buttons-for-mobile{width:8rem;height:2.5rem;margin-right:1rem;border-radius:2rem;border:1px soild black}.product-buttons-buy{background-color:#000;color:#fff;transition:all .2s ease-in}.product-buttons-cart{background-color:#fff;color:#000;transition:all .2 ease-in}.product-buttons-buy:hover{background-color:#fff;color:#000}.product-buttons-cart:hover{background-color:#000;color:#fff}.product-buttons-for-mobile{display:none}@media (max-width: 700px){.image-cont{flex-direction:column;padding:0rem}.product-buttons-for-mobile{display:block}.product-buttons-for-mobile{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:flex-end;margin:1rem;background-color:#faebd7}.product-buttons-buy,.product-buttons-cart{width:50%}}@keyframes fadeInTop{0%{opacity:0;transform:translate(50%)}to{opacity:1;transform:translate(0)}}.single-image img{animation:fadeInTop .8s ease-in-out forwards}.top-single-product-container{display:flex;justify-content:center}.single-image{padding:1rem}.top-single-product-container{display:flex}.single-image-carousel{margin-left:2rem}@media (max-width: 768px){.top-single-product-container{margin-top:2rem;margin-left:-2rem;flex-direction:column;align-items:center}.single-product-details{margin-top:1rem;width:95%}.image-array img{width:2rem;height:2rem}.single-image{border-radius:1rem;margin-top:-1rem;overflow:hidden}}.create-product-container{display:flex}.create-product-container-left{width:50%;height:100vh;display:flex;flex-direction:column}.create-product-container-right{width:50%;height:100vh}#outlined-multiline-flexible{width:100%!important;padding-right:0rem!important}.create-product-container-input-bar{margin-top:1rem}.create-product-container-left{padding-top:2rem;padding-left:3rem}.create-product-container-right{padding-top:2rem}.create-product-title{font-size:24px;font-weight:500;margin-bottom:1rem}.input-group{display:flex;flex-direction:column;justify-content:center;padding:1rem}.create-product-container-right-image-uploader{width:37rem;height:12rem;border:3px dashed darkblue;border-radius:1rem;display:flex;align-items:center;justify-content:center}.file-input{width:100%;height:100%}.file-input-image{display:flex;flex-direction:column;align-items:center}.create-product-container-preview{margin-top:1rem;display:flex;width:37rem;height:5rem;overflow-x:scroll;overflow-y:hidden}.create-product-container-preview-image{width:9rem;height:5rem;display:flex}.create-product-container-preview-image img{width:4rem!important;height:4rem!important}.create-product-container-preview-image{position:relative;margin-right:1rem;width:4rem}.create-product-container-preview-image-overlay{position:absolute;top:0;right:0;padding:5px;background-color:#00000080;color:#fff;font-size:16px;cursor:pointer;border-radius:50%}.image-btn{background-color:transparent;border:none;color:#fff;cursor:pointer;font-size:12px;font-weight:700;outline:none;padding:5px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}::-webkit-scrollbar-track{background-color:#f1f1f1;scrollbar-width:thin}.image-progress-bar{width:38rem;display:flex;justify-content:center;align-items:center;margin-top:1rem}.progress-moving{width:90%}.progress-info{color:#2c2cb9;margin-left:1rem}.image-submit-div{margin-top:1rem;width:37rem;display:flex;justify-content:space-between;align-items:center}.image-submit-button,.product-submit-button{width:6rem;height:2rem;border-radius:.5rem;border:none;background-color:#9932cc;color:#fff;font-size:15px;transition:all .2s ease-in}.image-submit-button:hover{transform:scale(1.1)}.image-submit-info{color:green;font-weight:600}.product-submit-button{margin-top:5rem}.create-category-container{width:100vw;height:100vh}.create-category-container-center{display:flex;align-items:center;justify-content:center;flex-direction:column}.create-category-container-input-bar{margin-top:2rem}.create-category-title{font-size:24px;font-weight:500;margin-top:2rem}.create-offer-container{width:100%;height:100vh;display:flex;align-items:center;flex-direction:column;justify-content:center}.create-offer-container-input-bar{width:15rem;height:3rem;margin-top:2rem}.create-offer-container-input-bar-offer{margin-top:2rem;margin-bottom:2rem;margin-left:-8rem;width:8rem;height:2rem}#outlined-multiline-flexible{margin-left:0rem;width:100%!important;height:100%!important}.date-changer{width:100%;height:100%}.demo-simple-select{width:13rem;height:3rem}.search-container{display:flex;width:100%;height:100vh}.search-container-left{width:25%;background-color:#faebd7}.search-container-right{width:75%}.product-name{text-decoration:none;color:initial}.search-product{margin-top:1rem;display:flex;width:100%;padding-bottom:2rem;border-bottom:1px solid rgb(208,202,202)}.search-product-left{margin-left:1rem;width:8rem;height:10rem}.search-product-middle{width:40rem;padding:1rem}.search-product-middle-name{font-size:16px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%}.search-product-left img{width:100%;height:100%;object-fit:contain}.search-product-middle-rating{display:flex;align-items:center;margin-top:1rem}.search-product-rating-star{margin-right:.5rem}.product-no-rating{margin-left:.5rem}.product-description{margin-top:1.2rem;font-size:12px;color:gray;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%}.search-product-right{display:flex;width:10rem;flex-direction:column;align-items:center;justify-content:center}.search-product-right-price{font-size:18px;font-weight:600}.serach-product-right-offer{margin-top:.5rem;font-size:14px;color:green;font-weight:500}.lds-roller{display:block;position:relative;width:80px;height:80px;margin-left:auto;margin-right:auto;transform:scale(.8)}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:black;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0)}}.cart-empty-title,.cart-empty-photo,.cart-container-left-heading,.checkoutProduct__img,.checkoutProduct__title,.remove-from-cart-btn,.pr__left__left,.pr__left__left__btn,.pr__left__right,.coupon-discount,.last-price,.cart-container-right-wrapper-title,.no-items,.total-price,.order-input-bar,.order-coupon-btn,.proceed-to-checkout-div{animation:fadeInTop .8s ease-in-out forwards}.cart-empty-container{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-empty-title{font-size:18px;font-weight:600}.cart-empty-container img{width:50%;height:50vh;object-fit:contain}.cart-container{width:100%;height:auto;height:100vh;display:flex;justify-content:center}.cart-container-left{padding-top:2rem;width:60%;height:100%;background-color:azure;overflow-y:scroll}.cart-container-right{width:40%;height:100%;background-color:#f5f5f5;display:flex;justify-content:center}.cart-container-left-heading{margin-left:3rem;font-size:18px;font-weight:600}.checkoutProduct{margin:2rem;width:92%;height:10rem;display:flex;align-items:center;padding-left:1rem;border-bottom:1px solid rgb(179,175,175)}.checkoutProduct__info{width:90%;margin-left:2rem}.checkoutProduct__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:1rem}.checkoutProduct__img__div{width:5rem;height:9rem;padding-bottom:1rem}.checkoutProduct__img{width:100%;height:100%;object-fit:contain}.pr__left{display:flex;align-items:center;justify-content:space-between}.pr__left__left{background-color:#faebd7;display:flex;width:5rem;height:1.7rem;align-items:center;justify-content:space-between;border-radius:.5rem;margin-bottom:1rem;border:1px solid gray;margin-left:20rem;margin-top:1rem}.pr__left__left__btn{width:1rem;height:auto;display:flex;align-items:center;padding-left:.5rem;padding-right:1rem;border:none}.remove-from-cart-btn{width:5rem;height:2rem;color:#fff;background-color:#000;border-radius:.8rem}.no-items,.total-price,.coupon-discount{display:flex;justify-content:space-between}.cart-container-right-wrapper{margin-top:2rem;width:30rem;height:30rem}.cart-container-right-wrapper-title{font-size:18px;font-weight:600}.cart-container-right-info{margin-top:2.5rem;line-height:2rem}.no-items-p{margin-right:3.4rem;font-weight:600}.coupon-discount-p{margin-right:2.3rem;font-weight:600}.total-price-p{font-weight:600}.last-price{height:3rem;width:100%;display:flex;justify-content:flex-end;border-top:1px solid gray;margin-top:1rem;padding-top:1rem;font-weight:600}.cart-container-right-coupon{display:flex;width:100%;height:2rem;margin-top:2rem}.order-input-bar{height:100%;width:98%;border-radius:.8rem;padding:1rem}.order-input-bar::placeholder{font-size:12px;font-weight:400}.order-coupon-btn{width:6rem;height:100%;border:1px solid black;background-color:#000;color:#fff;border-radius:.8rem}.proceed-to-checkout-div{margin-top:1rem;width:100%;height:3rem;display:flex;align-items:center}.proceed-to-checkout-btn{width:100%;height:3rem;margin-top:1rem;font-size:15px;background-color:#000;color:#fff;transition:all .3s ease-in;border-radius:.7rem}.proceed-to-checkout-btn:hover{background-color:#fff;border:1px solid black;color:#000}@media (max-width: 768px){.cart-container{flex-direction:column;height:100vh}.cart-container-left{margin-top:0;width:100%;height:96vh;overflow-y:scroll;border-radius:1rem}.cart-container-right{width:100%}.pr__left__left{margin-left:0rem}.checkoutProduct{padding-right:1rem}.cart-container-right-wrapper{background-color:#fff;padding:2rem}.cart-container-right-coupon,.cart-container-right-info{margin-top:1rem}.total-price-p{margin-right:2.5rem}.last-price{padding-right:2rem}.proceed-to-checkout-div{margin-top:2rem}.proceed-to-checkout-btn{height:3rem;font-size:15px;background-color:#000;color:#fff}}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}
