*{
background: #fcf8f5;
}

.cart-page{
    margin: 80px auto;
}
table{
    width: 100%;
    border-collapse: collapse;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-info{
    display: flex;
    flex-wrap: wrap;
}
th{
    text-align: left;
    padding: 10px;
    color: #120600;
    background: #ff523b;
    font-weight: normal;
}
td{
    padding: 10px 5px;
    margin: 20px;
    margin-left: 150px;
}
td input{
    width: 40px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
td a{
    color:#ff523b;
    font-size: 12px;
}
td img{
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border-radius: 6px;
}
.total-price{
    display: flex;
    justify-content: flex-end;
}
.total-price table{
    border-top: 3px solid #ff523b;
    width: 100%;
    max-width: 400px;
}
td:last-child{
    text-align: right;
}
th:last-child{
text-align: right;
}
h1{
    text-align: center;
    color:#ff523b;
    align-items: center;
}

