nav{background-color:#242424;width:100%;height:60px;position:relative;z-index:1}nav h1{padding:10px}nav:after{content:"";color:#fff;width:40px;height:40px;transform:rotate(45deg);border:10px solid #242424;border-radius:4px;background-color:#3cc47e;position:absolute;top:0;left:calc(100% - 80px);margin-top:20px;z-index:0}.btn-cube{cursor:pointer;color:#fff;width:40px;height:40px;transform:rotate(45deg);border-radius:8px;position:absolute;top:0;left:calc(100% - 70px);margin-top:30px;z-index:1;font-size:2rem;transform:rotate(0);text-align:center}section{height:calc(100vh - 80px)}ul{margin-top:10px;display:grid;gap:10px;padding:10px;list-style:none}.totals{padding:0 10px;background-color:#3cc47e}.totals h3{padding:10px;background-color:#3cc47e;color:#fff}.product{border:2px solid #f0f0f0;border-radius:12px;display:flex;min-height:70px;width:100%;overflow:hidden;justify-content:space-between;align-items:center;gap:10px}.product .product-dual-container{height:100%;display:flex;flex-direction:column}.product .product-quantity{background-color:#242424;color:#fff;width:50px;height:50%;display:flex;justify-content:center;align-items:center}.product .product-price{background-color:#3cc47e;color:#fff;width:50px;height:50%;display:flex;justify-content:center;align-items:center;position:relative}.product .product-price:after{content:"X";position:absolute;top:0;margin-top:-10px;font-weight:700}.product .product-name{min-width:100px}.product button{background-color:transparent;outline:none;border:none;margin:10px}.product img{max-width:35px;filter:grayscale(1)}.product .active{filter:grayscale(0)!important}.addproductpopup{width:100%;height:100vh;background-color:#00000080;position:absolute;top:0;z-index:2}.addproductpopup-content{width:calc(100% - 40px);margin:20px;height:300px;background-color:#fff;border-radius:12px;position:absolute;top:0;z-index:2;padding:10px;box-shadow:3px 3px 6px #00000080}.addproductpopup-content input{margin:5px;padding:5px;border:1px solid #3CC47E;border-radius:8px}.addproductpopup-content label{padding:5px;margin:5px}.w100{width:calc(100% - 10px)}.w50{width:calc(50% - 10px)}*{padding:0;margin:0;box-sizing:border-box;font-family:Tilt Neon,sans-serif}h1,h2,h3{color:#3cc47e;font-family:Tilt Neon,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}
