.directory-container{display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:space-between;width:100%}.sign-up-container{display:flex;flex-direction:column;width:380px}.sign-up-container h2{margin:10px 0}.sign-up-container .buttons-container{display:flex;justify-content:space-between}@media screen and (max-width:768px){.sign-up-container .buttons-container{display:flex;flex-direction:column}.sign-up-container{width:30%}}.authentication-container{display:flex;justify-content:space-between;margin:30px auto;width:900px}@media screen and (max-width:768px){.authentication-container{display:flex;flex-direction:column}}.product-card-container{align-items:center;display:flex;flex-direction:column;height:350px;position:relative;width:100%}.product-card-container img{height:95%;margin-bottom:5px;object-fit:cover;width:100%}@media screen and (max-width:768px){.product-card-container img{padding-top:30px}}.product-card-container button{display:none;opacity:.7;position:absolute;top:255px;width:80%}.product-card-container:hover img{opacity:.8}.product-card-container:hover button{display:flex;opacity:.85}.product-card-container .footer{display:flex;font-size:18px;height:5%;justify-content:space-between;width:100%}.product-card-container .footer .name{margin-bottom:15px;width:90%}.product-card-container .footer .price{width:10%}.products-container{grid-column-gap:10px;grid-row-gap:50px;-webkit-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:50px}.checkout-item-container{align-items:center;border-bottom:1px solid #a9a9a9;display:flex;font-size:20px;margin-right:300px;min-height:100%;padding:15px 0;width:100%}.checkout-item-container .image-container{padding-right:15px;width:23%}.checkout-item-container .image-container img{height:90%;width:90%}@media screen and (max-width:768px){.checkout-item-container .image-container img{height:auto;max-width:400px;padding-left:15px;width:100%}}.checkout-item-container .name,.checkout-item-container .price,.checkout-item-container .quantity{width:23%}@media screen and (max-width:768px){.checkout-item-container .name,.checkout-item-container .price,.checkout-item-container .quantity{display:flex}.checkout-item-container .name{padding-left:15px}}.checkout-item-container .quantity{display:flex;padding-left:20px}.checkout-item-container .quantity .arrow{cursor:pointer}.checkout-item-container .quantity .value{margin:0 10px}.checkout-item-container .remove-button{cursor:pointer;padding-left:20px}@media screen and (max-width:768px){.checkout-item-container .remove-button{padding-right:20px}}.checkout-item-container .price{padding-left:5px}@media screen and (max-width:768px){.checkout-item-container .price{display:flex;padding-left:35px}.checkout-item-container{display:flex;flex-direction:column}}.checkout-container{align-items:center;display:flex;flex-direction:column;margin:50px auto 0;min-height:90vh;width:55%}.checkout-container .checkout-header{border-bottom:1px solid #a9a9a9;display:flex;justify-content:space-between;padding:10px 0;width:100%}.checkout-container .checkout-header .header-block{text-transform:capitalize;width:23%}.checkout-container .checkout-header .header-block .headerquantity{padding-left:15px}.checkout-container .checkout-header .header-block:last-child{width:8%}@media screen and (max-width:768px){.checkout-container .checkout-header .header-block{width:22%}.checkout-container .checkout-header .header-block:last-child{width:12%}}.checkout-container .total{align-items:center;display:flex;font-size:80px;justify-content:center;margin-top:auto}@media screen and (max-width:768px){.checkout-container{width:100%}.checkout-header{display:flex;flex-wrap:wrap;font-size:14px}.checkout-header .header-block{text-align:center;width:100%}.checkout-header .header-block:last-child{text-align:left;width:auto}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fbf4e7;font-family:Source Sans Pro,sans-serif;margin:0;padding:20px 40px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#000;text-decoration:none}*{box-sizing:border-box}
/*# sourceMappingURL=main.51783891.css.map*/