.tableBox {
    width: 100%;
    overflow-x: scroll;
}

.tableBox table {
    width: 100%;
    margin-bottom: 2rem;
}
.tableBox table th {
    padding: 0.5rem 1.2rem;
    background: #ededed;
    border-top: 2px solid #bbb;
    text-align: center;
    BORDER-BOTTOM: 2px solid #bbb;
}
.tableBox table td {
    padding: 0.5rem 1.2rem; 
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.tableBox table tbody > tr:nth-of-type(2n-1):hover {
   
    cursor: pointer;
}
.product-leftp {
    margin-top: 3rem !important;
}
.product-left .item, .eggmachine .item {
    padding-right: 0 !important;
}
.egg-title {
    text-align: center;
    padding-top: 4rem;
    font-weight: bold;
}
.product-left .item, .eggmachine .item {
    margin-top: 3rem !important;
}