.products{
    width: 95%;
    text-align: center;
    
    background-color: #2c2b2b;
    padding: 10px;
    margin:0px auto;
    box-sizing: inherit;
    border-collapse: collapse;
    /* border:4px solid red; */
    border-radius: 10px;
    
}
.basket-products{
    overflow-x: auto;
}
.basket-img{
    
    width: 100px;


}

.im{
    width: 10%;
}
th,td{
    min-width: 120px;
    border:2px solid #5e5d5d;
    border-radius: 10px;
    padding: 5px;
   
}
table{

    /* border:1px solid red; */
    text-align: center;
}
.order{
    color:white;
    background: #04AA6D;
    margin: 10px;
    height: 64px;
    min-width: 120px;
    border: none;
    border-radius: 5px;
    font-size:15px;
    transition: 0.6s ease-in-out;
}
.delete{
    color:white;
    background: #c52222;
    margin: 10px;
    height: 42px;
    min-width: 120px;
    border: none;
    border-radius: 5px;
    font-size:13px;
    transition: 0.6s ease-in-out;
}