#cart-container table{
    border-collapse: collapse;
    width:100%;
    table-layout: fixed;
    white-space: nowrap;

}
#cart-container{
    overflow-x: auto;
}
#cart-container table thead{
    font-weight: 700;
}
#cart-container table thead td{
    background: rgb(147, 65, 65);
    color: aliceblue;
    border: none;
    padding: 6px 0;
}
#cart-container td{
    border: 1px solid gray;
    text-align: center;
}
#cart-container table td:nth-child(1){
    width: 100px;
}
#cart-container table td:nth-child(2)
#cart-container table td:nth-child(3){
    width: 200px;
}
#cart-container table td:nth-child(4)
#cart-container table td:nth-child(5)
#cart-container table td:nth-child(6){
    width: 170px;
}
#cart-container table tbody img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}
#cart-container table tbody i{
    color: black;
}
#cart-bottom .coupon>div
{
    border: 1px solid rgb(5, 5, 5);

}
#cart-bottom .coupon h5
{
    background: rgb(147, 65, 65);
    color: aliceblue;
    border: none;
    padding: 6px 12px;
    font-weight: 700;
}
#cart-bottom .coupon p
#cart-bottom .coupon input{
    padding: 0 12px;
}
#cart-bottom .coupon input{
    height: 44px;
}
#cart-bottom .coupon input{
    margin: 0 0 20px 12px;
}

#cart-bottom .total h6{
    color: black;
}
.second hr{
    background: grey;
    width: 100px;
    height: 1px;
}
#cart-bottom .total h5
{
    background: rgb(147, 65, 65);
    color: aliceblue;
    border: none;
    padding: 6px 12px;
    font-weight: 700;
}
#cart-bottom .total>div
{
    border: 1px solid rgb(5, 5, 5);

}
#cart-bottom .total>div>button{
    margin: 0 12px 20px 0;
    display: flex;
    justify-content: flex-end;
}
.a{
    position: relative;
    left: 70%;
    background-color: black;
    
}
button{
    color: aliceblue;
    background-color: rgb(5, 5, 5);
}
.a1{
    text-decoration: none;
    color: aliceblue;
}

