.headlineContainer{
    width: 100%;
}
.headline{
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
    width: max-content;
}
table{
    border-collapse: collapse;
    border: 2px solid black;
    background-color: white;
}
table tr th, table tr td{
    border: 2px solid black;
}
table tr th{
    border-bottom: 2px solid black;
    text-align: center;
    font-weight: 600;
}
table tr td:nth-child(1),table tr td:nth-child(3),table tr td:nth-child(4), table tr td:nth-child(5){
    text-align: center;
}
th{
    height: 30px;
}
#cartItems tr td{
    height: 50px;
}
.lastLine {
    border-top: 2px solid black;
}
table tr td{
    padding-left: 10px;
    padding-right: 10px;
}
select{
    outline: none;
    border: none;
    padding-left: 10px;
    padding-right: 5px;
}
.itemOption{
    font-size: 14px;
    color: #646464;
}
@media (max-width: 767.98px) {
    table{
        font-size: 12px;
        border-collapse: collapse;
    }
    td, tr{
        border-collapse: collapse;
    }
}
