/* Cart */
#cart table{
    width:100%;
    border-collapse: collapse;
    table-layout:fixed;
    white-space:nowrap;
    padding-left:20px;
    margin-top:20px;
    padding-right:20px;
}

#cart table img{
    width: 80%;
    padding-top:20px;
    padding-bottom: 20px;
}

#cart table td:nth-child(1){
    text-align:center;
    width:10%;
}

#cart table td:nth-child(2){
    text-align:center;
    width:25%;
}

#cart table td:nth-child(3){
    text-align:center;
    width:33%;
}

#cart table td:nth-child(4){
    text-align:center;
    width:10%;
}

#cart thead{
    border:1px solid #afb9bf;
    border-left:none;
    border-right:none;
}

#cart thead td{
    font-weight:700px;
    text-transform:uppercase;
    font-size:18px;
    padding:18px 0;
}

#cart table tbody tr td button {
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    background-color: #115B7B;
    cursor: pointer;
}