@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body{background-color:#e9f6f7;color:#e9f6f7}body,input{font-family:Poppins,sans-serif}.containers{background-color:#fff;min-height:100vh;overflow:hidden;position:relative;width:100%}.containers:before{background:linear-gradient(-45deg,#4481eb,#04befe);border-radius:50%;content:"";height:2000px;position:absolute;right:48%;top:-10%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:1.8s ease-in-out;width:2000px;z-index:6}.forms-container{height:100%;left:0;position:absolute;top:0;width:100%}.signin-signup{display:grid;grid-template-columns:1fr;left:75%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:1s ease-in-out .7s;width:50%;z-index:5}form{align-items:center;display:flex;flex-direction:column;grid-column:1/2;grid-row:1/2;justify-content:center;overflow:hidden;padding:0 5rem;transition:.2s ease-in-out .7s}form.sign-in-form{z-index:2}form.sign-up-form{opacity:0;z-index:1}.title{color:#444;font-size:2.2rem;margin-bottom:10px}.input-field{background-color:#f0f0f0;border-radius:55px;display:grid;grid-template-columns:15% 85%;height:55px;margin:10px 0;max-width:380px;padding:0 .4rem;width:100%}.input-field i{color:#acacac;font-size:1.1rem;line-height:55px;text-align:center}.input-field input{background:none;border:none;color:#333;font-size:1.1rem;font-weight:600;line-height:1;outline:none}.input-field input::-webkit-input-placeholder{color:#aaa;font-weight:500}.input-field input::placeholder{color:#aaa;font-weight:500}.btn{background-color:#5995fd;border:none;border-radius:49px;color:#fff;cursor:pointer;font-weight:600;height:49px;margin:10px 0;outline:none;text-transform:uppercase;transition:.5s;width:150px}.btn:hover{background-color:#4d84e2}.social-text{font-size:1rem;padding:.7rem 0}.social-icon,.social-media{display:flex;justify-content:center}.social-icon{align-items:center;border:1px solid #333;border-radius:50%;color:#333;font-size:1.1rem;height:46px;margin:0 .45rem;text-decoration:none;transition:.3s;width:46px}.social-icon:hover{border-color:#4481eb;color:#4481eb}.panels-container{display:grid;grid-template-columns:repeat(2,1fr);height:100%;left:0;position:absolute;top:0;width:100%}.panel{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-around;text-align:center;z-index:7}.left-panel{padding:3rem 17% 2rem 12%;pointer-events:all}.right-panel{padding:3rem 12% 2rem 17%;pointer-events:none}.panel .content{color:#fff;transition:.9s ease-in-out .6s}.panel h3{font-size:1.5rem;font-weight:600;line-height:1}.panel p{font-size:.95rem;padding:.7rem 0}.btn.transparent{background:none;border:2px solid #fff;font-size:.8rem;font-weight:600;height:41px;margin:0;width:130px}.image{transition:1.1s ease-in-out .4s;width:100%}.right-panel .content,.right-panel .image{-webkit-transform:translateX(800px);transform:translateX(800px)}.containers.sign-up-mode:before{right:52%;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.container.sign-up-mode .left-panel .content,.containers.sign-up-mode .left-panel .image{-webkit-transform:translateX(-800px);transform:translateX(-800px)}.containers.sign-up-mode .right-panel .content,.containers.sign-up-mode .right-panel .image{-webkit-transform:translateX(0);transform:translateX(0)}.containers.sign-up-mode .left-panel{pointer-events:none}.containers.sign-up-mode .right-panel{pointer-events:all}.containers.sign-up-mode .signin-signup{left:25%}.containers.sign-up-mode form.sign-in-form{opacity:0;z-index:1}.containers.sign-up-mode form.sign-up-form{opacity:1;z-index:2}@media (max-width:870px){.containers{height:100vh;min-height:800px}.containers:before{bottom:68%;height:1500px;left:30%;right:auto;top:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:2s ease-in-out;width:1500px}.signin-signup{left:50%;top:95%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);transition:1s ease-in-out .8s;width:100%}.panels-container{grid-template-columns:1fr;grid-template-rows:1fr 2fr 1fr;z-index:10}.panel{align-items:center;flex-direction:row;justify-content:space-around;padding:2.5rem 8%}.panel .content{padding-right:15%;transition:.9s ease-in-out .8s}.panel p{font-size:.7rem;padding:.5rem 0}.btn.transparent{font-size:.7rem;height:35px;width:110px}.panel h3{font-size:1.2rem}.image{transition:.9s ease-in-out .6s;width:100px}.left-panel{grid-row:1/2}.right-panel{grid-row:3/4}.right-panel .content,.right-panel .image{-webkit-transform:translateY(300px);transform:translateY(300px)}.containers.sign-up-mode:before{bottom:32%;right:auto;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.containers.sign-up-mode .left-panel .content,.containers.sign-up-mode .left-panel .image{-webkit-transform:translateY(-300px);transform:translateY(-300px)}.containers.sign-up-mode .signin-signup{left:50%;top:5%;-webkit-transform:translate(-50%);transform:translate(-50%)}}@media (max-width:570px){form{padding:0 1.5rem}.image{display:none}.panel .content{padding:.5rem 1rem}.containers:before{bottom:72%;left:50%}.containers.sign-up-mode:before{bottom:28%;left:50%}}@font-face{fallback:fallback;font-family:revicons;src:url(/static/media/revicons.e8746a624ed098489406.woff) format("woff"),url(/static/media/revicons.57fd05d4ae650374c8de.ttf) format("ttf"),url(/static/media/revicons.a77de540a38981833f9e.eot) format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;overflow:hidden;position:relative}.react-multi-carousel-track{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:row;list-style:none;margin:0;padding:0;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform,transition}.react-multiple-carousel__arrow{background:rgba(0,0,0,.5);border:0;border-radius:35px;cursor:pointer;min-height:43px;min-width:43px;opacity:1;outline:0;position:absolute;transition:all .5s;z-index:1000}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{color:#fff;display:block;font-family:revicons;font-size:20px;position:relative;text-align:center;z-index:2}.react-multiple-carousel__arrow:disabled{background:rgba(0,0,0,.5);cursor:default}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;text-align:center}.react-multi-carousel-dot button{border:2px solid grey;border-radius:50%;box-shadow:none;cursor:pointer;display:inline-block;height:12px;margin:0 6px 0 0;opacity:1;outline:0;padding:0;transition:background .5s;width:12px}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.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{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}*{font-family:Montserrat,sans-serif;transition:.3 ease}a{text-decoration:none}li{list-style:none}.icon{cursor:pointer;font-size:1.25rem;font-size:var(--h2FontSize)}.img{height:auto;width:100%}.flex{display:flex}.flex,.grid{align-items:center}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.bttn{border:none;border-radius:8px;box-shadow:0 2px 4px #f8f6f7;box-shadow:0 2px 4px var(--inputColor);color:#79797c;color:var(--textColor);cursor:pointer;outline:none;padding:.8rem 1rem}.bttn .icon{margin-left:.5rem}.bttn:hover{background:#d2eff3;background:var(--paleGreen);color:#24a3b5;color:var(--PrimaryColor)}.body{margin:auto;padding:1rem}.body,.containerAdmin{align-items:center;display:flex;justify-content:center}.containerAdmin{background:#eeeff1;background:var(--bgColor);border-radius:1rem;box-shadow:2px 2px 8px #bebebe;box-shadow:2px 2px 8px var(--greytext);height:95vh;overflow:hidden;position:relative;width:95vw}::-webkit-scrollbar{display:none}:root{--blackColor:#27500b}.sideBar{background:#fff;background:var(--whiteColor);box-shadow:1px 0 4px #bebebe;box-shadow:1px 0 4px var(--greytext);gap:3rem;height:100%;overflow:auto;width:18%}.sideBar .logoDiv{cursor:pointer;padding:1.5rem 1.5rem 0}.sideBar .logoDiv img{border-radius:2px;max-width:200px;padding:.2rem}.sideBar .logoDiv h2,.sideBar .menuDiv .divTitle,.sideBar .settingsDiv .divTitle{color:#24a3b5;color:var(--PrimaryColor);font-size:1.25rem;font-size:var(--h2FontSize);padding:0 1.5rem 1.5rem}.sideBar .menuDiv .divTitle,.sideBar .settingsDiv .divTitle{font-weight:500}.sideBar .menuDiv .menuLists .listItem,.sideBar .settingsDiv .menuLists .listItem{padding:.2rem 1.5rem;position:relative;width:100%}.sideBar .menuDiv .menuLists .listItem:before,.sideBar .settingsDiv .menuLists .listItem:before{background:#24a3b5;background:var(--PrimaryColor);border-bottom-right-radius:10px;border-top-right-radius:10px;bottom:0;content:"";height:0;left:0;position:absolute;width:5px}.sideBar .menuDiv .menuLists .listItem .menuLink,.sideBar .settingsDiv .menuLists .listItem .menuLink{color:#bebebe;color:var(--greytext);font-weight:500;transition:0}.sideBar .menuDiv .menuLists .listItem .menuLink .icon,.sideBar .settingsDiv .menuLists .listItem .menuLink .icon{margin-right:.5rem}.sideBar .menuDiv .menuLists .listItem:hover .menuLink,.sideBar .settingsDiv .menuLists .listItem:hover .menuLink{color:#24a3b5;color:var(--PrimaryColor);transition:0}.sideBar .menuDiv .menuLists .listItem:hover:before,.sideBar .settingsDiv .menuLists .listItem:hover:before{height:100%;transition:.3s ease}.sideBar .sideBarCard{padding:1rem;position:relative;text-align:center;width:100%}.sideBar .sideBarCard .icon{background:#69d2e0;background:var(--HoverColor);border:10px solid #fff;border:10px solid var(--whiteColor);border-radius:50%;font-size:3rem;position:absolute;right:50%;top:-8px;-webkit-transform:translate(50%);transform:translate(50%);z-index:100}.sideBar .sideBarCard .cardContent{background:#69d2e0;background:var(--HoverColor);border-radius:10px;overflow:hidden;padding:1rem;position:relative}.sideBar .sideBarCard .cardContent h3{color:#27500b;color:var(--blackColor);font-size:1rem;font-size:var(--h3FontSize);font-weight:800;margin-top:1rem;padding:1rem 0}.sideBar .sideBarCard .cardContent p{color:#79797c;color:var(--textColor);font-size:.938rem;font-size:var(--normalFontSize);font-weight:500;padding-bottom:1rem}.sideBar .sideBarCard .cardContent .bttn{color:#79797c;color:var(--textColor);position:relative;z-index:1000}.sideBar .sideBarCard .cardContent .circle1,.sideBar .sideBarCard .cardContent .circle2{background:var(--p);border-radius:50%;opacity:0;position:absolute}.sideBar .sideBarCard .cardContent .cirlce1{height:100px;left:-50px;top:-50px;width:100px}.sideBar .sideBarCard .cardContent .cirlce2{bottom:-80px;height:150px;right:-70px;width:150px;z-index:1}@media screen and (max-width:820px){.sideBar{padding-bottom:2rem}.sideBar .sideBarCard{display:none!important}}@media screen and (max-width:745px){.sideBar .logoDiv{margin:auto;text-align:center}.sideBar .logoDiv img{max-width:110px}.sideBar .menuDiv .divTitle,.sideBar .menuDiv .smallText,.sideBar .settingsDiv .divTitle,.sideBar .settingsDiv .smallText{display:none}.sideBar .menuDiv .menuLists .listItem,.sideBar .settingsDiv .menuLists .listItem{padding:.2rem 5rem .2rem 0}.sideBar .menuDiv .menuLists .listItem .menuLink,.sideBar .settingsDiv .menuLists .listItem .menuLink{justify-content:center}}@media screen and (max-width:390px){.sideBar .menuDiv .menuLists .listItem,.sideBar .settingDiv .menuLists .listItem{padding:.2rem 4rem .2rem 0}.sideBar .menuDiv .menuLists .listItem .menuLink,.sideBar .settingDiv .menuLists .listItem .menuLink{justify-content:center}.sideBar .menuDiv .menuLists .listItem .menuLink .icon,.sideBar .settingDiv .menuLists .listItem .menuLink .icon{font-size:1.25rem;font-size:var(--h2FontSize)}}.mainContent{height:100%;overflow:auto;padding:2rem;width:82%}.mainContent .bottom{align-items:flex-start;gap:2rem;margin-top:2rem}:root{--blackColor:#007a99;--biggestFontSize:2.5rem;--h1FontSize:1.5rem;--h2FontSize:1.25rem;--h3FontSize:1rem;--normalFontSize:0.938rem;--smallFontSize:0.813rem;--smallestFontSize:0.75rem}.topSection .headerSection{justify-content:space-between}.topSection .headerSection .admintitle h1{color:#007a99;color:var(--blackColor);font-size:1.5rem;font-size:var(--h1FontSize);font-weight:700}.topSection .headerSection .admintitle p{color:#79797c;color:var(--textColor);font-size:.938rem;font-size:var(--normalFontSize);font-weight:500}.topSection .headerSection .adminsearchBar{background:#fff;background:var(--whiteColor);border-radius:5px;box-shadow:0 2px 4px #f8f6f7;box-shadow:0 2px 4px var(--inputColor);gap:1rem;padding:.8rem 3rem .8rem 2rem}.topSection .headerSection .adminsearchBar .adminSearchInput{background:none;border:none;outline:none}.topSection .headerSection .adminsearchBtn{background:linear-gradient(0deg,#ff934b,#ff5e62);border:none;border-radius:5px;color:#fff;color:var(--whiteColor);font-size:.938rem;font-size:var(--normalFontSize);font-weight:700;outline:none;padding:.85rem 1.5rem;position:relative;right:6rem}.topSection .headerSection .adminDiv{gap:1rem}.topSection .headerSection .adminDiv .adminicon{background:var(--whielColor);border-radius:5px;box-shadow:0 2px 4px #f8f6f7;box-shadow:0 2px 4px var(--inputColor);color:#79797c;color:var(--textColor);font-size:2.5rem;font-size:var(--biggestFontSize);padding:5px}.topSection .headerSection .adminDiv .adminImage{border-radius:10px;box-shadow:0 2px 4px #f8f6f7;box-shadow:0 2px 4px var(--inputColor);overflow:hidden;width:2.5rem}.topSection .headerSection .adminDiv img{height:100%;width:100%}@media screen and (max-width:918px){.headerSection .adminsearchBar,.headerSection .adminsearchBtn{display:none}}@media screen and (max-width:490px){.headerSection .adminDiv{display:none}.headerSection .admintitle{margin:auto;text-align:center}}*{box-sizing:border-box;font-family:Ubuntu,sans-serif;margin:0;padding:0}:root{--PrimaryColor:#24a3b5;--HoverColor:#69d2e0;--paleGreen:#d2eff3;--whiteColor:#fff;--blackColor:#145b61;--textColor:#79797c;--bgColor:#eeeff1;--greytext:#bebebe;--inputColor:#f8f6f7;--blue:#2a2185;--white:#fff;--gray:#f5f5f5;--black1:#222;--black2:#999}.listingSection{width:100%}.admincardBox{grid-gap:30px;display:grid;grid-template-columns:repeat(4,1fr);padding:20px;position:relative;width:100%}.admincardBox .listingCard{align-items:center;background:#fff;background:var(--white);border-radius:20px;box-shadow:0 7px 25px rgba(0,0,0,.08);cursor:pointer;display:flex;justify-content:space-between;padding:30px 40px;position:relative}.admincardBox .listingCard .numbers{font-size:2.5rem;font-weight:500;position:relative}.admincardBox .listingCard .cardsName{color:#999;color:var(--black2);font-size:1.1rem;margin-top:5px}.admincardBox .listingCard .iconBx{color:#999;color:var(--black2);font-size:2rem}.admincardBox .listingCard:hover{background:#24a3b5;background:var(--PrimaryColor)}.admincardBox .listingCard:hover .cardsName,.admincardBox .listingCard:hover .iconBx,.admincardBox .listingCard:hover .numbers{color:#fff;color:var(--white)}.details{grid-gap:30px;grid-template-columns:2fr 1fr;width:100%}.details,.details .recentOrders{display:grid;padding:20px;position:relative}.details .recentOrders{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 7px 25px rgba(0,0,0,.08);min-height:auto}.details .recentcardHeader{align-items:flex-start;display:flex;justify-content:space-between}.recentcardHeader .recentTitle{color:#24a3b5;color:var(--PrimaryColor);font-size:20px;font-weight:600}.recentcardHeader .bttn{background:#24a3b5;background:var(--PrimaryColor);border-radius:6px;color:#fff;color:var(--white);padding:5px 10px;position:relative;text-decoration:none}.details table{border-collapse:collapse;margin-top:10px;width:100%}.details table thead td{font-weight:600}.details .recentOrders table tr{border-bottom:1px solid rgba(0,0,0,.1);color:#222;color:var(--black1)}.details .recentOrders table tr:last-child{border-bottom:none}.details .recentOrders table tbody tr:hover{background:#24a3b5;background:var(--PrimaryColor);color:#fff;color:var(--white)}.details .recentOrders table tr td{padding:10px}.details .recentOrders table tr td:last-child{text-align:end}.details .recentOrders table tr td:nth-child(2),.details .recentOrders table tr td:nth-child(3){text-align:center}.status.delivered{background:#38d100}.status.delivered,.status.pending{border-radius:4px;color:#fff;color:var(--white);font-size:14px;font-weight:500;padding:4px}.status.pending{background:#e9b10a}.status.return{background:red;padding:4px}.status.inProgress,.status.return{border-radius:4px;color:#fff;color:var(--white);font-size:14px;font-weight:500}.status.inProgress{background:#1795ce;padding:2px 4px}.recentCustomers{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 7px 25px rgba(0,0,0,.08);display:grid;min-height:500px;padding:20px;position:relative;text-align:center}.recentCustomers .imgBx{border-radius:50px;height:40px;overflow:hidden;position:relative;width:40px}.recentCustomers .imgBx img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.recentCustomers table tr td{padding:12px 10px}.recentCustomers table tr td h4{font-size:16px;font-weight:500;line-height:1.2rem}.recentCustomers table tr td h4 span{color:#999;color:var(--black2);font-size:14px}.recentCustomers table tr:hover{background:#24a3b5;background:var(--PrimaryColor);color:#fff;color:var(--white)}.recentCustomers table tr:hover td h4 span{color:#fff;color:var(--white)}@media (max-width:991px){.admincardBox{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.details{grid-template-columns:1fr}.recentOrders{overflow-x:auto}.status.inProgress{white-space:nowrap}}@media (max-width:480px){.admincardBox{grid-template-columns:repeat(1,1fr)}.recentcardHeader .recentTitle{font-size:20px}.user{min-width:40px}}.adminProductContent{display:flex;flex-direction:column;gap:1rem;height:100%;overflow:auto;padding:2rem;width:82%}.admin-prod-container{display:grid;grid-template-columns:repeat(4,1fr);width:100%}.admin-prod{background-color:#fff;height:500px;margin:auto;padding:10px;width:280px}.admin-prod .admin-prod-img{height:50%;margin:auto;width:auto}.admin-prod .admin-prod-btns{align-items:center;display:flex;gap:10px;justify-content:center;margin:auto}.admin-prod .admin-btn{border-radius:4px;padding:5px 14px}.admin-prod .admin-del{background-color:#dd2121;color:#fff}.admin-prod .admin-upd{background-color:#0cf}.admin-prod:hover{border:1px solid #24a3b5;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);transition:.2s ease}@media (max-width:991px){.admin-prod-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.admin-prod-container{grid-template-columns:repeat(1,1fr)}}.adminProductContentt{height:100%;overflow:auto;width:82%}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid transparent;border-top:8px solid transparent;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px rgba(0,0,0,.9);cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.9);top:0}.carousel:hover .slide .legend{opacity:1}.bottom_cont{background-color:#24a3b5;color:#fff;width:100%}#bottom_category{display:flex;justify-content:space-evenly;list-style-type:none;margin:auto;padding:9px;width:90%}#bottom_category li{display:inline-block;margin-right:10px;position:relative}#bottom_category li:after{background-color:#000;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;transition:width .5s;width:0}#bottom_category li:hover{cursor:pointer}#bottom_category li:hover:after{left:0;width:100%}#dropdown{display:inline-block;position:relative}#dropcont{background-color:#fff;bottom:3%;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);display:none;height:550px;left:6%;position:fixed;right:3%;top:20%;width:1100px;z-index:10}#dropdown:hover #dropcont{display:block}#parent{background-color:#e9f6f7;height:100%;margin:10px 5px;padding:5px;width:20%}.q{font-size:20px;font-weight:600;line-height:30px;margin-bottom:10px}.hub,.q{color:#000;font-family:sans-serif;text-align:left}.hub{font-size:17px;font-weight:400;line-height:25px;padding-left:8px}.hub:hover{border-left:2px solid;cursor:pointer}.big_parent{display:flex;justify-content:space-around}.grid_head{color:#000;font-family:sans-serif;font-size:15px;font-weight:700;line-height:30px;margin-bottom:5px;text-align:left}.right_grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-top:20px;width:60%}@media screen and (max-width:1024px){#bottom_category li{font-size:15px}}@media screen and (max-width:600px){#bottom_category{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(5,1fr)}#dropcont{background-color:#fff;bottom:0;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);display:none;height:1080px;left:5%;margin-left:-10px;position:fixed;right:3%;top:14.8%;width:500px;z-index:10}.big_parent{width:70%}#parent{display:none}.right_grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);margin-left:-15px;margin-top:20px;width:90%}}#navmain_maindiv__Ejl2Z{background-color:#fff;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);position:fixed;width:100%;z-index:1000}.navmain_container__T2xTQ{align-items:center;display:flex;height:70px;justify-content:space-around;margin:auto;width:90%}.navmain_logo__4FIIp>img:hover{cursor:pointer}@media screen and (max-width:1024px){.navmain_logo__4FIIp{width:8%}}@media screen and (max-width:650px){#navmain_maindiv__Ejl2Z{position:-webkit-sticky;position:sticky;width:100%;z-index:1000}.navmain_logo__4FIIp{margin-right:20px;width:15%}}.single-cart-product-card{margin:1rem .5rem;padding:.5rem}.single-cart-product-card:hover{box-shadow:5px 1px 12px 1px hsla(0,0%,89%,.75);-webkit-box-shadow:5px 1px 12px 1px hsla(0,0%,89%,.75);-moz-box-shadow:5px 1px 12px 1px hsla(0,0%,89%,.75);transition:box-shadow .2s}.cart-card-flex{padding:.5rem 1rem}.cart-card-flex,.cart-product-image{align-items:center;display:flex;justify-content:space-between}.cart-product-image{flex-direction:column;height:200px;padding:5px 0;width:20%}.cart-product-image>img{max-height:80%}.cart-quantity-buttons{align-items:center;display:flex;justify-content:center}.cart-quantity-buttons>button{border:1px solid #e4e4e4;border-radius:5px;box-shadow:1px 1px 2px #e4e4e4;font-size:1rem;height:1.5rem;margin:1rem;width:1.5rem}button :disabled{background-color:red}.cart-product-details{font-size:100%;width:70%}.cart-product-buttons{color:#797979;margin-top:5vh}.cart-product-buttons:hover{color:#000}.capitalize{text-transform:capitalize}@media screen and (max-width:768px){.single-cart-product-card:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.cart-page-left-header h1{font-size:.8rem;padding:0}.cart-product-details h3,h6,p{padding-left:7%}.cart-product-buttons button{margin-left:7%}}.cart-page{background-color:#f1f3f6;color:#29303e;display:flex;margin-top:9vh;min-height:91vh;padding:5px 10px}.cart-page>*{margin:20px}.cart-page-left{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:4%;width:60%}.cart-page-left,.cart-page-right{background-color:#fff;border:1px solid #e3e5e8}.cart-page-right{position:fixed;right:2%;width:30%}.cart-page-left-header{border:1px solid #e3e5e8;justify-content:space-between;padding:10px}.address-container,.cart-page-left-header{align-items:center;display:flex}.cart-page-left-header-address{border:1px solid #888;margin:5px;padding:5px}.cart-price-details{color:#878787;font-weight:550}.cart-price,.cart-price-details{font-size:1.05rem;height:20%;padding:2vh 2vw;width:100%}.cart-price{display:flex;justify-content:space-between}.cart-price h1{font-weight:500}.cart-discount{display:flex;font-size:1.05rem;height:20%;justify-content:space-between;padding:2vh 2vw;width:100%}.disc{color:green}.cart-delivery-charges,.cart-total{display:flex;font-size:1.05rem;height:20%;justify-content:space-between;padding:2vh 2vw;width:100%}.edit-address{background-color:#e3e5e8;border:1px solid #e3e5e8;font-size:.95rem;padding:8px 10px}.add-address,.add-address-cart{background-color:#e3e5e8;border:1px solid #e3e5e8;color:#4e4e4e;font-size:.95rem;padding:5px 10px}.addressForm{align-items:center;display:flex;height:100%;justify-content:center}.addressForm form{background-color:#fff;display:flex;flex-direction:column;max-width:470px;padding:10px;width:70%}.input__container{display:flex;flex-wrap:wrap}.input__container>*{flex-grow:1}.addressForm input{border:1px solid #aaa;margin:5px;outline:none;padding:5px}.place-order{background-color:#e72744;border-radius:5px;color:#fff;margin:5px 0 10px 2vw;padding:1vh 1.5vw}.orderPlaced__mastercontainer{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.orderPlacedClip__container{align-items:center;background-color:#fff;display:flex;flex-direction:column;max-width:400px;padding:10px 20px 20px;width:70%}.orderPlacedClip__container>*{margin:2px}.orderPlacedClip__clip{width:60%}.orderPlacedClip__button{background-color:#fb641b;border:1px solid #aaa;color:#fff;font-size:1.2rem;outline:none;padding:3px 11px}@media screen and (max-width:600px){.cart-page{align-items:center;flex-direction:column}.cart-page-right{margin:0 0 15px;position:relative;right:0;width:90%}.cart-page-left{margin-left:auto;width:90%}.place-order-div{display:flex;justify-content:flex-end;width:100%}.place-order{margin-right:2vw}}
/*# sourceMappingURL=main.ee2bbca4.css.map*/