@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@1,300&family=Raleway:ital@1&display=swap);body{margin:0;font-family:"Poppins",BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{overflow-x:hidden}body,html{scroll-behavior:smooth}.ColorChart .img{height:100%;width:100%;margin:auto}.ContactSection{height:91.5vh;width:100vw;background-color:#43444d;z-index:5!important;overflow:hidden;color:#fff;text-align:center}.ContactSection p{color:#e2e2e2}.ContactSection .content{height:90%;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;border-bottom:2px solid #e2e2e2}.ContactSection .content .navigations{text-align:left}.ContactSection .content .navigations .navigation{transition:color .5s;cursor:pointer}.ContactSection .content .navigations .navigation:hover{color:#fff}.ContactSection .content .about{width:30%;text-align:left}.ContactSection .content .about p{display:inline;color:#e2e2e2}.ContactSection .content .about .learn-more{color:#fff;display:inline;cursor:pointer}.ContactSection .content .follow-us{width:30%;height:-webkit-max-content;height:max-content}.ContactSection .content .follow-us .footer-link{font-size:25px;text-decoration:none;border:none;color:#e2e2e2;cursor:pointer;margin:8px 20px;transition:all .5s}.ContactSection .content .follow-us .footer-link:hover{-webkit-transform:scale(1.2);transform:scale(1.2);color:#fff}.ContactSection .footer{height:10%;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.ContactSection h1{z-index:1000}.ContactSection::-webkit-scrollbar{display:none}@media only screen and (max-width:800px){.ContactSection .content{-webkit-flex-direction:column;flex-direction:column}.ContactSection .content .about,.ContactSection .content .navigations{width:90%;margin:0 5%}.ContactSection .content .follow-us{width:100%}.ContactSection .content .follow-us h2{margin:3px}.ContactSection .content .follow-us .footer-link{margin:2px 20px}}.Navbar{height:8.5vh;width:100vw;position:fixed;display:-webkit-flex;display:flex;top:0;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;background-color:#43444d;z-index:1000;color:#e2e2e2}.Navbar h2{margin:0 0 0 30px;cursor:pointer;font-size:35px;letter-spacing:1px;color:#e2e2e2;font-family:"Open Sans Condensed"}.Navbar .options{width:50%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;margin-right:8vw}.Navbar .options .link{text-decoration:none;outline:none;color:#e2e2e2;font-size:19px}.Navbar .options .link:after{display:block;content:"";border-bottom:3px solid #e2e2e2;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-transform-origin:0 50%;transform-origin:0 50%}.Navbar .options .active:after,.Navbar .options .link:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}@media only screen and (max-width:800px){.Navbar .options{display:none;pointer-events:none}}@media only screen and (max-width:1024px)and (min-width:801px){.Navbar .options{width:70%}}.Hamburger{height:30px;width:45px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:flex-end;align-items:flex-end;margin-right:15px;position:absolute;top:"50%";bottom:"50%";right:1vw;transition:all .5s;display:none;pointer-events:none;cursor:pointer}.Hamburger .line{height:2px;width:90%;background-color:#e2e2e2;transition:all .5s}.cross{-webkit-justify-content:space-between;justify-content:space-between}.cross .l1{-webkit-transform:translateY(14px) rotate(-45deg);transform:translateY(14px) rotate(-45deg)}.cross .l2{display:none}.cross .l3{-webkit-transform:translateY(-14px) rotate(45deg);transform:translateY(-14px) rotate(45deg)}@media only screen and (max-width:800px){.Hamburger{display:-webkit-flex;display:flex;pointer-events:all}}.CartIcon{height:5vh;width:55px;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;color:#e2e2e2;position:absolute;top:1.7vh;right:2vw;cursor:pointer}.CartIcon p{position:absolute;top:-9px;right:10px;font-size:10px;background-color:red;padding:0 4px;border-radius:50%}@media only screen and (max-width:800px){.CartIcon{right:80px}.CartIcon p{top:-12px}}.Sidebar{height:90vh;width:80vw;position:absolute;top:8.5vh;bottom:0;right:0;background-color:#43444d;-webkit-animation:show .5s;animation:show .5s;z-index:1000}.Sidebar .side-options{height:70%;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.Sidebar .side-options .link{text-decoration:none;outline:none;color:#e2e2e2;font-size:19px}.Sidebar .side-options .active{border-bottom:2px solid #fff}.hide{-webkit-animation:hide .5s;animation:hide .5s}@-webkit-keyframes show{0%{right:-100vw}to{right:0}}@keyframes show{0%{right:-100vw}to{right:0}}@-webkit-keyframes hide{0%{right:0}to{right:-100vw}}@keyframes hide{0%{right:0}to{right:-100vw}}.Catagories{height:-webkit-max-content;height:max-content;width:100vw;margin-top:8.5vh;overflow-y:hidden;text-align:center;overflow-x:hidden}.Catagories h1{margin-top:18px;font-size:38px;color:#000;font-family:"Open Sans Condensed";word-spacing:10px}.Catagories .cards{height:-webkit-max-content;height:max-content;width:100%;margin:auto 0}.Catagories .cards .c1,.Catagories .cards .c2{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}@media only screen and (max-width:800px){.Catagories{height:91.5vh;overflow-y:scroll}.Catagories .cards .c1,.Catagories .cards .c2{-webkit-flex-direction:column;flex-direction:column}}.menu-item{min-width:20%;height:240px;-webkit-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border:1px solid #000;margin:0 7.5px 15px;overflow:hidden;position:relative;border-radius:10px}.menu-item:hover{cursor:pointer}.menu-item:hover .background-image{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform 6s cubic-bezier(.25,.45,.45,.95);transition:transform 6s cubic-bezier(.25,.45,.45,.95);transition:transform 6s cubic-bezier(.25,.45,.45,.95),-webkit-transform 6s cubic-bezier(.25,.45,.45,.95)}.menu-item:hover .content{opacity:.9}.menu-item.large{height:380px}.menu-item:first-child{margin-right:7.5px}.menu-item:last-child{margin-left:7.5px}.menu-item .background-image{height:100%;width:100%;background-position:50%;background-size:cover}.menu-item .content{height:70px;padding:0 25px;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;border:1px solid #000;background-color:#5da3fa;opacity:.7;position:absolute;border-radius:7px}.menu-item .content .title{font-weight:700;margin:3px 0;font-size:22px;color:#120e43}.menu-item .content .subtitle{font-weight:lighter;font-size:16px;color:#120e43}@media only screen and (max-width:800px){.menu-item{min-width:95%}}.CheckoutItem{height:150px;width:100%;padding:20px 0;border-bottom:1px solid #43444d;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.CheckoutItem .p-img{width:23%;max-height:98%}.CheckoutItem .quantity{width:30px;-webkit-justify-content:space-between;justify-content:space-between}.CheckoutItem .price,.CheckoutItem .quantity{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.CheckoutItem .price,.CheckoutItem .quantity{width:23%;height:100%;-webkit-justify-content:flex-start;justify-content:flex-start}.CheckoutItem .name{overflow:hidden;width:23%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.CheckoutItem .quantity{-webkit-justify-content:flex-start;justify-content:flex-start}@media only screen and (max-width:800px){.CheckoutItem{padding:0}.CheckoutItem .p-img{width:20%}.CheckoutItem .img-n-name{width:40%}}.CheckoutPage{height:91.5vh;width:100vw;margin-top:8.5vh;overflow-y:scroll;text-align:center}.CheckoutPage .empty{height:80%;-webkit-flex-direction:column;flex-direction:column}.CheckoutPage .empty,.CheckoutPage .loading{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.CheckoutPage .loading{height:100%}.CheckoutPage h1{font-family:"Open Sans Condensed";font-size:38px;color:#6d6d6d}.CheckoutPage .checkout-content{width:55%;height:-webkit-max-content;height:max-content;margin:0 22.5% 50px}.CheckoutPage .checkout-content .items{margin-bottom:30px}.CheckoutPage .checkout-content .header{width:100%}.CheckoutPage .checkout-content .footer,.CheckoutPage .checkout-content .header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.CheckoutPage .checkout-content .footer{width:90%;margin:0 5%}.CheckoutPage .checkout-content .footer p{font-size:26px}@media only screen and (max-width:800px){.CheckoutPage .checkout-content{width:95%;margin:0 2.5%}.CheckoutPage .checkout-content .footer{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width:1024px)and (min-width:801px){.CheckoutPage .checkout-content{width:70%;margin:0 15%}}.Button{width:45%;padding:15px 0;border-radius:10px;margin:20px 0;background-color:#6d6d6d;color:#fff;z-index:100!important;outline:none;border:none;font-size:15px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer;transition:all .5s}.Button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.invert{background-color:transparent;border:3px solid #6d6d6d;color:#6d6d6d;font-weight:700}.ConfirmOrderPage{height:91.5vh;width:100vw;margin-top:8.5vh;overflow-y:scroll;overflow-x:hidden;text-align:center;background-color:#fff}.ConfirmOrderPage h1{font-size:38px;font-family:"Open Sans Condensed";margin:30px 0;color:#000}.ConfirmOrderPage .co-content{width:55%;height:-webkit-max-content;height:max-content;margin:0 22.5%;text-align:left}@media only screen and (max-width:800px){.ConfirmOrderPage .co-content{width:96%;margin:0 2%}}@media only screen and (max-width:1024px)and (min-width:801px){.ConfirmOrderPage .co-content{width:70%;margin:0 15%}}.InputField{width:80%;margin:20px 0;background-color:transparent}.InputField .placeholder{font-size:18px;color:grey;margin:5px 0}.InputField .field{background-color:transparent;width:100%;padding:12px 0;border-radius:5px;outline:none;border:2px solid grey;font-size:17px}.InputField .field:focus{border:3px solid #43444d}.ContactPage{height:91.5vh;width:100vw;margin-top:8.5vh;overflow-y:scroll;text-align:center;display:block}.ContactPage h1{font-size:38px}.ContactPage .p,.ContactPage h1{font-family:"Open Sans Condensed";color:#000}.ContactPage .p{font-size:25px}.Form{height:-webkit-max-content;height:max-content;width:45%;background-color:#fff;margin:25px 27.5%;text-align:left;border:2px solid #000;border-radius:8px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}@media only screen and (max-width:800px){.Form{width:96%;margin:25px 2%}}@media only screen and (max-width:1024px)and (min-width:801px){.Form{width:70%;margin:25px 15%}}.HomePage{height:91.5vh;width:100vw;margin-top:8.5vh;overflow-y:scroll;overflow-x:hidden;scroll-behavior:smooth}.MainHeader{height:50%;width:100%;position:relative;background-color:#000;color:#fff;overflow:hidden;z-index:-3;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.MainHeader .bg{position:absolute;top:0;left:0;height:100%;width:100%;background-image:url(https://images.unsplash.com/photo-1603072387865-e48a022fc541?auto=format&fit=crop&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&q=80&w=1350);background-position:50%;background-size:cover;opacity:.6;z-index:-12}.MainHeader .main-content{text-align:left;width:50%}.MainHeader .main-content h1{font-size:4rem;font-family:"Open Sans Condensed";margin-bottom:0}@media only screen and (max-width:800px){.MainHeader .main-content{width:92%}}@media only screen and (max-width:1024px)and (min-width:801px){.MainHeader .main-content{width:70%}}.CatagoryPreview{height:-webkit-max-content;height:max-content;width:100%;margin:10px 0}.CatagoryPreview .h2,.CatagoryPreview button{margin-left:2.5%}.CatagoryPreview .content{width:95%;margin:0 2.5%;display:grid;grid-gap:20px;grid-template-columns:1fr 1fr 1fr 1fr}@media only screen and (max-width:800px){.CatagoryPreview .content{grid-template-columns:1fr}}@media only screen and (max-width:1024px)and (min-width:801px){.CatagoryPreview .content{grid-template-columns:1fr 1fr}}.CatagoriesPreview{height:-webkit-max-content;height:max-content;width:100vw;overflow:auto}.CatagoriesPreview h1{margin-left:2.5%}.OrderConfirmed{height:91.5vh;width:100vw;margin-top:8.5vh;overflow-x:hidden;overflow-y:scroll;text-align:left;background-color:#fff}.OrderConfirmed .home{width:250;padding:15px 35px;border-radius:10px;margin:20px 0;background-color:transparent;color:#000;z-index:100!important;outline:none;font-size:15px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer;border:3px solid #000;transition:all .5s}.OrderConfirmed .home:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.OrderConfirmed .oc-content{width:50%;height:90%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin:0 25%;font-family:"Open Sans Condensed"}.OrderConfirmed .oc-content h1{font-size:70px;color:#000;-webkit-align-self:flex-start;align-self:flex-start;margin:10px 0}.OrderConfirmed .oc-content p{font-size:30px;color:#000}.OrderConfirmed .feedback{width:100%;margin-left:20px}@media only screen and (max-width:800px){.OrderConfirmed .oc-content{width:96%;margin:0 2%}}@media only screen and (max-width:1024px)and (min-width:801px){.OrderConfirmed .oc-content{width:70%;margin:0 15%}}.ProductPage{height:-webkit-max-content;height:max-content;width:100vw;margin-top:8.5vh;overflow-y:hidden;overflow-x:hidden}.ProductPage .loading{min-height:90vh;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.ProductPage .customizations{padding:0 15px}.ProductPage .product-content{width:55%;height:100%;margin:0 22.5%;padding-bottom:30px}.ProductPage .product-content .img{height:-webkit-max-content;height:max-content;width:100%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:0}.ProductPage .product-content .img img{height:100%;width:100%}.ProductPage .product-content .details{min-height:42%;height:-webkit-max-content;height:max-content;font-size:1.1rem;padding:0 15px}.ProductPage .product-content .details .price{width:100%;text-align:center;font-size:1.5rem;color:#8b0000}.ProductPage .product-content .bottom{height:10%;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}.ProductPage .product-content .bottom .add-cart,.ProductPage .product-content .bottom .buy-now{padding:15px 40px;margin:8px 15px;font-size:1.12rem;border-radius:15px;outline:none;border:none;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.ProductPage .product-content .bottom .add-cart:hover,.ProductPage .product-content .bottom .buy-now:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.ProductPage .product-content .bottom .add-cart{background-color:#43444d;color:#e2e2e2}.ProductPage .product-content .bottom .buy-now{border:2px solid #43444d;color:#43444d;background-color:#fff;font-weight:700}@media only screen and (max-width:800px){.ProductPage{height:91.5vh;overflow-y:scroll}.ProductPage .product-content{width:100%;margin:0}.ProductPage .product-content .bottom .add-cart,.ProductPage .product-content .bottom .buy-now{padding:13px 25px}}@media only screen and (max-width:1024px)and (min-width:801px){.ProductPage .product-content{width:70%;margin:0 15%}}.DropDown{margin:20px 0}.DropDown .text{color:grey;margin-right:20px}.DropDown .color-img{height:35px;width:35px;border-radius:50%}.BedCustomizations{height:-webkit-max-content;height:max-content;width:100%}.BedCustomizations .colorImg{height:100px;width:100px;cursor:pointer;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.BedCustomizations .colorImg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.FCustoms{height:-webkit-max-content;height:max-content;width:100%}.FCustoms .colorImg{height:100px;width:100px;cursor:pointer;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.FCustoms .colorImg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.Reviews{width:100%;padding-bottom:12px;-webkit-justify-content:flex-start;justify-content:flex-start}.Reviews,.Reviews .add-review{height:-webkit-max-content;height:max-content;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.Reviews .add-review{width:95%;border:2px solid #000;margin-top:10px;-webkit-justify-content:center;justify-content:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.Reviews .add-review p{margin-top:0}.Reviews .reviews{height:300px;width:95%;border:2px solid #43444d;overflow-x:hidden}.Reviews .reviews .loading{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.Reviews .reviews .review{height:-webkit-max-content;height:max-content;width:100%;padding:15px 8px;border-bottom:1px solid #43444d}.Reviews .reviews .review p{word-wrap:break-word}.Reviews .reviews .review h3{margin:5px 0}.ProductsPage{min-height:91.5vh;height:-webkit-max-content;height:max-content;width:100vw;margin-top:8.5vh;text-align:center;overflow-y:hidden;overflow-x:hidden}.ProductsPage h1{font-family:"Open Sans Condensed";font-size:38px;color:#6d6d6d}.ProductsPage .loading{height:80vh;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.ProductsPage .products{height:-webkit-max-content;height:max-content;min-height:90%;width:98%;margin:0 1%;display:grid;place-items:center;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:25px;padding-bottom:25px}@media only screen and (max-width:800px){.ProductsPage{height:90vh;overflow-y:scroll}.ProductsPage .products{grid-template-columns:1fr}}@media only screen and (max-width:1024px)and (min-width:801px){.ProductsPage .products{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=main.c82cacde.chunk.css.map */