body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e0e0e0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--index1:1;--index2:2;--index3:3;--index4:4;--index5:5}.footer{background-color:var(--darkGreen);height:14vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:1rem}.footer p{color:#fff}.footer span{font-weight:900}.socialLinks{width:60%;font-size:2rem;color:#fff;text-shadow:0 1px 2px #000;padding:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-evenly;justify-content:space-evenly}.socialLinks a{color:#fff}.socialLinks:hover{color:red}.navbar{position:fixed;top:0;z-index:10}.navActionItems{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.btnFloat{background-color:#fff;color:#000;margin-left:.5rem}.dropdownContent{margin-left:-8rem;background-color:#acacac;border-radius:.5rem}.routerLink{text-decoration:none}@media only screen and (max-width:450px){.navbar{height:4vh}.navBtn{font-size:.8rem}}@media only screen and (max-width:350px){.navbar{height:4vh}.navBtn{font-size:.7rem}.navAction{width:30%}}.wishlistContainer{margin-top:4rem;width:100vw;min-height:80vh;padding:0 1rem}.wishList{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.btn.outline.wishList{z-index:10}.cartContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100vw;min-height:80vh;-webkit-align-items:center;align-items:center;margin-top:4rem}.cartListContainer{display:grid;grid-template-columns:2fr 1fr;width:60vw}.cartList{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.activeCartItems{background-color:#c5c5c5;padding:.5rem;border-radius:10px}.cartPriceDetails{height:auto;background-color:#fff;padding:1rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.cartPriceDetails h4{border-bottom:1px solid #000}.cartPriceDetails p{font-size:1rem}.cartPriceDetails h5{padding:1rem 0}.price{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.price.total{border-top:1px dotted #8a8989}.actionBtn:hover{background-color:var(--blue)}.detailFlat.small{padding:0 .5rem}.detailFlat.small h4,.priceFlat{color:#000}.flatCard.small{width:30rem;font-size:.9rem;padding:.8rem .5rem}.imgFlat.small{height:10rem}.imgFlat.small img{height:100%}.priceFlat.small{width:100%;padding:1rem 0}.btnsFlat.small{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.btn.cart{font-size:.8rem}@media only screen and (max-width:450px){.cartContainer{margin-top:2rem}.cartListContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:90%;font-size:1rem}.flatCard.small{width:23rem;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:.7rem}.imgFlat.small{height:7rem}.detailFlat.small{width:80%}.cartTotal{-webkit-align-items:center;align-items:center}.cartPriceDetails,.cartTotal{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.cartPriceDetails{height:auto;width:60%;background-color:#fff;padding:1rem}.actionBtn.cart{font-size:.8rem}}@media only screen and (max-width:376px){.flatCard.small{width:20rem}.detailFlat.small{width:95%;font-size:.6rem}.priceFlat.small{font-size:.7rem}.btn.outline.cart{font-size:.5rem}.btn.cart{font-size:.7rem}.cartPriceDetails{width:70%}}@media only screen and (max-width:350px){.flatCard.small{width:17rem}}.home{min-height:80vh;position:relative}.homeContainer,.spinner{margin-top:3rem}.homeContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:100vw;min-height:100vh}.homePicDiv{width:100%;height:60vh;background:none;background-image:url(/static/media/HeroPic.3915b2a2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.homeHeading{margin:2rem 0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:60%}.homeHeading h1{font-size:4rem;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.homeSubHeading{width:100vw;text-align:center;padding:1rem;border-top:2px solid var(--darkGreen);text-transform:uppercase}.homeCategoryDiv{-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;width:60%;margin:1rem 0}.homeCategory,.homeCategoryDiv{display:-webkit-flex;display:flex}.homeCategory{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding:1rem;text-decoration:none;color:#000}.homeCategory:hover{box-shadow:0 4px 10px rgba(0,0,0,.795)}.homeProductsList{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:70%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding-bottom:2rem}.ecommerceCard1{background:none;border:1px solid var(--blue);height:25rem;width:20rem}.cardImg1{width:100%;height:60%}.cardImg1 img{width:100%;height:100%}@media only screen and (max-width:450px){.homePicDiv{height:30vh}.homeHeading{width:95%}.homeHeading h1{font-size:2rem}.homeCategoryDiv{width:90%}.homeProductsList{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:95vw}}@media only screen and (max-width:376px){.homeHeading{width:90%;font-size:.9rem}.homeCategoryDiv{width:90%}.homeCategory{padding:0;width:40%}.ecommerceCard1{width:9rem;height:14rem;font-size:.8rem}.cardImg1{width:100%;height:50%}}.productDetailContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100vw;min-height:100vh}.flatCard{width:60rem}.imgFlat.large{height:25rem}.imgFlat.large img{height:100%}@media only screen and (max-width:450px){.flatCard{width:80%}.imgFlat.large{height:12rem}}.productListContainer{display:grid;grid-template-columns:1fr 4fr;margin-top:4rem;min-height:80vh;width:100vw}.productLeftContainer{padding:0 1rem}.productLeftContainer ul{list-style:none}.productLeftContainer li{list-style:none;margin-left:-2rem}.productLeftContainer ul:hover{cursor:pointer}.productRightContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:baseline;justify-content:baseline;padding:0 1rem;position:relative}.spinner{position:absolute;left:40%}.ecommerceCard{background-color:#fff;position:relative;height:25rem}.cardImage{height:60%}.outOfStockCard{position:absolute;background-color:rgba(138,132,132,.664);width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#d3d2d2}@media only screen and (max-width:450px){.productListContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100vw;font-size:.5rem;margin-top:3rem}.filterContainer{width:95%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.productRightContainer{-webkit-justify-content:center;justify-content:center}.ecommerceCard{width:7rem;font-size:.5rem;height:13rem}.cardImage{height:60%}.actionBtn{font-size:.5rem;padding:.5rem}.btn{font-size:.5rem;padding:.3rem}}@media only screen and (max-width:376px){.ecommerceCard{width:9rem}}@media only screen and (max-width:350px){.ecommerceCard{width:8rem}}.login{min-height:100vh;position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;place-items:center;-webkit-justify-content:center;justify-content:center}.formCard{background-color:#fff}.errorMessage{background-color:rgba(255,71,71,.603);padding:.5rem;font-size:1rem;width:100%;text-align:center}.signup{min-height:100vh;position:relative;place-items:center;-webkit-align-items:center;align-items:center}.profileContainer,.signup{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.profileContainer{min-height:85vh;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:4rem}.profileLeftSection,.profileRightSection{-webkit-flex-direction:column;flex-direction:column}.addressSectionHeader,.profileLeftSection,.profileRightSection{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.addressSectionHeader{-webkit-flex-direction:row;flex-direction:row;width:100%;-webkit-justify-content:space-around;justify-content:space-around}.input{width:40vw;display:grid;grid-template-columns:1fr 3fr;box-shadow:0 3px 5px hsla(0,0%,45.9%,0)}.input input{background:none;background-color:#fff;border-right:5px solid var(--orange)}.input label{color:#000}.card.address{width:25rem}.cardBody.address p{font-size:.9rem}.card.debit{width:20rem}.cardBody.debit p{font-size:.9rem}@media only screen and (max-width:450px){.profileDetail{margin-left:-2rem}.input{width:80vw}.btn.outline.address,.btn.unstyled.address{font-size:.8rem}.card.address{width:20rem}}.checkoutSection{min-height:90vh;padding-top:3rem;-webkit-flex-direction:column;flex-direction:column;position:relative}.checkoutSection,.stepsSection{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.stepsSection{width:50%;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.btn.placeOrder{background-color:var(--blue)}.backToCart{position:absolute;top:5rem;left:3rem}.eachSteps{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center}.onStep{color:var(--orange);font-weight:900}.paymentBtns{z-index:var(--index1)}.orderListContainer,.paymentBtns{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.orderListContainer{min-height:90vh;padding-top:3rem}.card.orderItem{width:60vw}.card.orderItem h4{color:#00a500;margin:.3rem 0 0 .3rem}.orderItemName{width:100%;display:grid;grid-template-columns:2fr 1fr 1fr}.cardBody.orderItem{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:450px){.card.orderItem{width:20rem}}.toast{position:fixed;right:2rem;top:5rem;font-size:1rem;display:inline-block;padding:0 1rem;border-radius:.2rem;border:1px solid #000;border-bottom:5px solid green;background-color:var(--whitePale);color:#000;z-index:11}@media only screen and (max-width:450px){.toast{right:1rem;top:3rem;font-size:.8rem;padding:0 .5rem}}.modal{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(0,0,0,.651);position:fixed;z-index:var(--index4);width:100vw;height:100vh}.modalBox{width:auto;color:#000}.isLoginBtns{-webkit-justify-content:space-between;justify-content:space-between}.input.date,.isLoginBtns{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.inputSmall{width:4rem;display:inline-block}.checkoutStep1{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.checkoutStep1 li{list-style-type:none}.checkoutStep1 li:hover{cursor:pointer}
/*# sourceMappingURL=main.6859e651.chunk.css.map */