.homePage .productListHeader{display:flex;justify-content:space-between}.homePage .productListHeader .productListButton{display:flex}.homePage .productListHeader .productListButton .delete-product-btn{margin-left:3px}.homePage table{width:100%;border-collapse:collapse}.homePage table thead th{text-align:left}.homePage table tbody td,.homePage table thead th{padding:10px;border-bottom:1px solid #ccc}.homePage table tbody td:last-child{text-align:center}.homePage table tbody tr:hover{background-color:#f2f2f2}.homePage button{display:block;margin:20px auto;padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.homePage button:hover{background-color:#0069d9}@media(max-width:900px){.homePage{width:100%}}@media(min-width:900px){.homePage{width:50%}}.addPage{padding:10px;display:flex;flex-direction:column;align-items:left}.addPage .productAddHeader{display:flex;justify-content:space-between}.addPage .productAddHeader .productListButton{display:flex}.addPage .productAddHeader .productListButton #cancel{margin-left:3px;padding:10px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;margin-top:20px}.addPage .productAddHeader .productListButton #cancel:hover{background-color:#3e8e41}.addPage .text-container{margin-bottom:20px}.addPage form{display:flex;flex-direction:column;align-items:left}.addPage label{font-weight:700;margin-bottom:5px}.addPage input[type=number],.addPage input[type=text],.addPage select{padding:10px;border-radius:5px;border:1px solid #ccc;margin-bottom:10px}.addPage select{width:100%;max-width:300px}.addPage button[type=submit]{padding:10px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;font-size:16px;margin-top:20px}.addPage button[type=submit]:hover{background-color:#3e8e41}.addPage .error{color:red;margin-top:5px}@media(max-width:900px){.addPage{width:100%}}@media(min-width:900px){.addPage{width:50%}}