.ordersBox{display:flex;align-items:center;flex-wrap:wrap;padding:10px}.ordersBox a{color:#2679d7}.ordersBox .tag{padding:0 10px;border-radius:20px}.restCartInfoBox .userInfo{padding:30px;background-color:#f8f8f8;display:flex;gap:15px}.restCartInfoBox .userInfo div{border-radius:5px;flex:0.5;background-color:#fff;padding:10px;box-shadow:1px 1px 2px rgba(0,0,0,.1)}.restCartInfoBox .userInfo div:last-child{flex:1}.restCartInfoBox .userInfo div b{font-size:10pt;color:#555;font-weight:200}.restCartInfoBox .userInfo div p{font-size:13pt;font-weight:800}.restCartInfoBox .cartProductList{padding:30px;border-top:1px solid #eee}.restCartInfoBox .cartProductList table tr{background-color:#fff}.restCartInfoBox .cartProductList table tr td{padding:15px 10px}.restCartInfoBox .cartProductList table td img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:50%}.restCartInfoBox .cartProductList table td h3{font-weight:900;font-size:12pt;color:#ff981e}.restCartInfoBox .cartProductList table td .tagsBoxs{display:flex;gap:5px;margin-top:5px;flex-wrap:wrap}.restCartInfoBox .cartProductList table td .tagsBoxs .tags{display:flex;align-items:center;gap:5px;background-color:#f5f5f5;padding:0 0 0 8px;border:1px solid #eee;border-radius:40px}.restCartInfoBox .cartProductList table td .tagsBoxs .tags b{font-weight:300}.restCartInfoBox .cartProductList table td .tagsBoxs .tags img{width:30px}.restCartInfoBox .cartTotalBox{padding:30px;background-color:#f8f8f8;border-top:1px solid #eee}.restCartInfoBox .cartTotalBox table{border:0;max-width:350px;margin:auto}.restCartInfoBox .cartTotalBox table tr{background-color:transparent;border-color:#e5e5e5}.restCartInfoBox .cartTotalBox table tr td{border:0;font-weight:800}.restCartInfoBox .cartTotalBox table tr td .tag{padding:0 10px;border-radius:50px}