.OrdersPage{margin-top:90px}.OrdersPage .List{margin-top:24px}.OrdersPage .EmptyList{margin-top:160px;text-align:center;font-size:20px;color:#000;min-height:400px}.oneGood{margin-top:24px}.oneGood .productInfo .topTable{display:flex;flex-direction:column;gap:2px;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);border-radius:4px}.oneGood .productInfo .topTable .row:last-child{border-radius:0 0 4px 4px}.oneGood .productInfo .topTable .row:first-child{border-radius:4px 4px 0 0}.oneGood .productInfo .topTable .row:nth-child(odd){background-color:#f5f5f5}.oneGood .productInfo .topTable .row{display:flex;justify-content:space-between;margin-top:-2px;padding:2px;font-size:.875rem;color:rgba(0,0,0,.87)}.oneGood .productInfo .topTable .row .titleTable{padding:8px 12px;border-radius:4px 0 0 4px;color:rgba(0,0,0,.87)}.oneGood .productInfo .topTable .row .contentTable{display:flex;justify-content:center;align-items:center}.oneGood .productInfo .topTable .bullets{display:flex;flex-wrap:wrap;justify-content:end}.oneGood .productInfo .topTable .bullets .sizeBullet{cursor:pointer;transition:.2s;padding:2px 8px;background-color:#fff;color:rgba(0,0,0,.492);border-radius:6px;box-shadow:2px 2px 2px rgba(230,41,88,.078),-2px -2px 2px rgba(255,51,109,0);margin-left:4px}.oneGood .productInfo .topTable .bullets .sizeBullet:hover{transition:.2s;padding:4px 10px}.oneGood .colorsList{margin-top:24px}.oneGood .colorsList h4{margin-bottom:12px}.oneGood .colorsList .totalProductPrice{font-weight:700;text-transform:uppercase;font-size:1rem}.OneOrder{font-family:Roboto,sans-serif;padding:10px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;box-shadow:0 0 5px #ccc;transition:all .3s}.OneOrder,.OneOrder .OrderInfo{display:flex;flex-direction:column}.OneOrder .OrderInfo{gap:10px}.OneOrder .OrderInfo p{display:flex;justify-content:space-between;align-items:center}.OneOrder .productsList{display:flex;flex-direction:column}.OneOrder:hover{box-shadow:0 0 10px #ccc}.OneOrder .orderHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.OneOrder .orderHeader .orderDate{font-size:1.2em;font-weight:700}.OneOrder .orderHeader .orderStatus{font-size:1.2em;font-weight:700;color:red}.OneOrder .orderDetails{display:flex;justify-content:space-between;align-items:center}.OneOrder .orderDetails .orderTotal{font-size:1.2em;font-weight:700}.OneOrder .orderDetails .orderDetailsButton{background-color:red;color:#fff;padding:5px 10px;border:none;border-radius:5px;cursor:pointer;transition:all .3s}.OneOrder .orderDetails .orderDetailsButton:hover{background-color:#c00}.OneOrder .orderProducts{display:flex;flex-direction:column;margin-top:10px}.OneOrder .orderProducts .product{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.OneOrder .orderProducts .product .productName,.OneOrder .orderProducts .product .productPrice{font-size:1.2em;font-weight:700}