.app{display:block;width:100%;height:100%;min-height:100%}.app-store-title h1{letter-spacing:.025em;text-align:center;font-weight:700;font-size:1.5rem;font-family:Lemonada,cursive}.site-flex-container{-webkit-flex:1 1;flex:1 1}a{text-decoration:none;color:#000}.link{position:relative}.link:after{content:"";position:absolute;width:0;height:3px;display:block;margin-top:5px;right:0;background:#000;transition:width .2s ease;-webkit-transition:width .2s ease}.link:hover:after{width:100%;left:0;background:#000}nav{height:9rem;border-bottom:1.5px solid #22292f;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}nav,nav ul{display:-webkit-flex;display:flex}nav ul{width:100%;text-align:center;position:relative;top:50%;-webkit-flex-wrap:wrap;flex-wrap:wrap}nav ul .contact-nav-link-li,nav ul .home-nav-link-li,nav ul .products-list-nav-link-li,nav ul .request-product-nav-link-li{-webkit-flex:1 1;flex:1 1}nav ul .cart-nav-link-li{margin-left:auto;margin-bottom:1rem}@media screen and (max-width:500px){nav{border-bottom:none}nav ul{-webkit-flex-direction:column;flex-direction:column;height:100%;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:1.5px solid #22292f}}.welcome{height:25rem;text-align:center;padding:2rem;border:2px solid #000;background-image:url(https://images.unsplash.com/photo-1520693414807-45858f5a9188?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1350);background-position:50%;background-repeat:no-repeat;background-size:cover}.welcome .welcome-shop-now-btn{background-color:#ec5645;width:10rem;height:3rem;padding:6px 10px;color:#fff}.welcome .welcome-shop-now-btn:hover{opacity:.9}.latest-blogs-container{margin-top:5rem}.latest-blogs-container h2{text-align:center}.latest-blogs{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;flex-direction:row;height:30rem;text-align:center}.latest-blogs,.latest-blogs ul{display:-webkit-flex;display:flex;-webkit-flex-direction:row}.latest-blogs ul{width:100%;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex:1 1;flex:1 1;-webkit-flex-wrap:wrap;flex-wrap:wrap}.latest-blogs ul li{-webkit-flex:1 1;flex:1 1;border:2px solid #fff}.latest-blogs ul li a img{width:100%;height:auto}@media screen and (max-width:1100px){.welcome{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}}@media screen and (max-width:900px){.latest-blogs{height:60rem}.latest-blogs ul{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-bottom:-10rem;width:100%}.latest-blogs ul li{margin-top:8rem}}@media screen and (max-width:600px){.latest-blogs ul{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-bottom:-15rem;width:100%}}@media screen and (max-width:500px){.welcome{margin-top:4.5rem}}.request-product-form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;text-align:center}.form-field-container{padding:50px;font-size:1.5rem}.input-field{border:1px solid #000}input,textarea{padding:20px}input,label,textarea{vertical-align:middle}label{padding-right:10px}.button{background-color:#2c3e50;color:#fff;font-size:1.5rem;width:50%;margin:0 auto}.button:hover{cursor:pointer;opacity:.9}@media screen and (max-width:500px){.request-product-form{margin-top:7rem;margin-bottom:-14rem;width:100%}.form-field-container{margin:0 auto;width:90%}.form-field-container input{width:100%}}.product{margin-top:5rem}.top-product-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:stretch;align-items:stretch;margin-top:4rem;margin-bottom:3rem}.add-to-cart-btn{padding:20px;font-size:1rem;color:#fff;background-color:#2c3e50}.add-to-cart-btn:hover{cursor:pointer;opacity:.8}.product-name-rating-container>*{margin-top:1rem;margin-bottom:1rem}.description{text-align:center}.quantity-select-list-container select{border:1px solid #000;width:4rem}@media screen and (max-width:600px){.product{margin-top:5rem;margin-bottom:-23rem}}@media screen and (max-width:500px){.product{display:-webkit-flex;display:flex;margin-bottom:-15rem}.product,.top-product-row{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.top-product-row{text-align:center}}.products{margin-bottom:-3rem}.products-listing-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;flex-wrap:wrap}img{height:20rem;-webkit-flex:1 1;flex:1 1}.product-listing{padding:10px}.product-listing:hover{cursor:pointer;opacity:.7;border:.4px solid grey}@media screen and (max-width:600px){.products{margin-top:10rem;margin-bottom:-16rem}}.contact{margin-top:4rem;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:center;margin-bottom:-5rem}.contact,.contact .contact-form{display:-webkit-flex;display:flex;width:100%}.contact .contact-form{-webkit-flex-direction:column;flex-direction:column;margin:0 auto}.contact .contact-form .name-email{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.contact .contact-form .name-email div{padding:3rem}.contact .contact-form .name-email div .input-field{width:29rem}.contact .contact-form .text-area-message .text-area-message-container{margin-top:3rem}.contact .contact-form .text-area-message{margin:0 auto;width:90%;border:1px solid #000}.contact .contact-form .button-container{margin-top:5rem}.contact .contact-form .button-container .submit-message-btn{padding:20px;font-size:1.3rem;color:#fff;background-color:#2c3e50}@media screen and (max-width:1500px){.contact .contact-form .name-email{-webkit-flex-direction:column;flex-direction:column}}@media screen and (max-width:700px){.contact .contact-form,.contact .contact-form .name-email,.contact .contact-form .name-email div{width:100%;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}.contact .contact-form .name-email div .input-field{width:100%}}@media screen and (max-width:600px){.contact{margin-bottom:-15rem}}.cart{margin-top:8rem}.cart-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center}.product-row{border-bottom:2px solid grey;margin-bottom:2rem;width:100%;display:block}.Rtable{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 3em;padding:0}.Rtable-cell{box-sizing:border-box;-webkit-flex-grow:1;flex-grow:1;width:100%;padding:.8em 1.2em;overflow:hidden;list-style:none}.item-img-container{width:10rem;height:10rem}.item-img{height:100%}.Rtable-cell>h1,.Rtable-cell>h2,.Rtable-cell>h3,.Rtable-cell>h4,.Rtable-cell>h5,.Rtable-cell>h6{margin:0}.order-1{-webkit-order:1;order:1}.order-2{-webkit-order:2;order:2}.order-3{-webkit-order:3;order:3}.order-4{-webkit-order:4;order:4}.select-quantity{border:2px solid grey}.final-price,.select-quantity{margin-top:3rem;width:5rem;height:2rem}.remove-item-btn-container{padding:.8em 1.2em;margin-top:1.5rem;margin-bottom:1rem}.remove-item-button{background-color:#2c3e50;color:#fff;font-size:1rem;padding:10px}.remove-item-button:hover{cursor:pointer;opacity:.9}.checkout-container{margin-top:4rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.checkout-container p{font-weight:700;font-size:1rem}.checkout-container button{margin-top:2rem;background-color:#2c3e50;color:#fff;font-size:1.5rem;padding:10px}.checkout-container button:hover{cursor:pointer;opacity:.9}.Rtable--2cols>.Rtable-cell{width:50%}.Rtable--3cols>.Rtable-cell{width:33.33%}.Rtable--4cols>.Rtable-cell{width:25%}.Rtable--5cols>.Rtable-cell{width:20%}.Rtable--6cols>.Rtable-cell{width:16.6%}@media screen and (max-width:600px){.cart{margin-bottom:-24rem}}@media screen and (max-width:600px){.Rtable,.Rtable-cell{-webkit-flex-direction:column;flex-direction:column}.remove-item-btn-container,.Rtable,.Rtable-cell{-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%}.remove-item-btn-container{display:-webkit-flex;display:flex}.item-img-container{width:100%}.cart{margin-bottom:-10rem}}.checkout{margin-top:5rem;margin-bottom:-5rem;width:100%}.checkout-form-items-container{display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;border-bottom:1px solid #000}.checkout-item-img-container{width:10rem;height:10rem}.checkout-item-img{height:100%}.form-field-container{display:block;padding:30px;font-size:1rem}.checkout-items .final-price{margin-top:5rem;margin-bottom:5rem;font-size:1.5rem;font-weight:700}.checkout-item{margin-top:6rem;border-bottom:1px solid grey}.checkout-payment-info,.pay-button-container{display:-webkit-flex;display:flex}.pay-button-container{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-top:5rem}.pay-button{background-color:#2c3e50;color:#fff;font-size:1.5rem;height:5rem;width:10rem}.pay-button:hover{cursor:pointer;opacity:.9}@media screen and (max-width:900px){.checkout-payment-info{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}}@media screen and (max-width:700px){.checkout-form-items-container{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}}@media screen and (max-width:600px){.checkout{margin-bottom:-13rem}}footer{width:100%;margin-top:2rem;padding:.2rem}footer .footer-items-container{padding:1rem;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:stretch;align-items:stretch;-webkit-justify-content:stretch;justify-content:stretch}footer .footer-items-container ul{-webkit-flex:1 1;flex:1 1;text-align:center;padding:5px}footer .footer-items-container ul li{margin-bottom:10px}@media screen and (max-width:600px){footer .footer-items-container{-webkit-flex-direction:column;flex-direction:column}footer .footer-items-container ul{margin-bottom:3rem}}*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial;letter-spacing:.1em}body,html{height:100%}body{line-height:1;font-family:ITC Avant Garde Gothic,sans-serif;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
/*# sourceMappingURL=main.f422b0ca.chunk.css.map */