.delete-btn {
            color: #dc3545;
            cursor: pointer;
        }
        #basketContainer {
            padding: 0 15px 15px;
            position: fixed;
            bottom: 0;
            right: 0;
            width: 100%;
            max-height: 400px;
            overflow-y: auto;
            background-color: black;
            border: 1px solid #CCC;
            
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            display: none;
            z-index: 2000;
            
        }
        #basketContainer * {color: white;}
        .table-bordered{height:auto;border:0px}
        .table-bordered>tbody>tr>td{border:0px;border-bottom:1px solid #CCC}
        .table-bordered thead tr th{border:0px;border-bottom:1px solid #CCC}
        
        #toggleBasket {
            position: fixed;
            top: 50px;
            right: 20px;
            z-index: 1001;
            background: black;
        }
        #basketContainer h2 {
           
        }
        #basketDescription {
          
            color: white;
        }
        #confirmBasket {
           width:100%;
        margin-top:5px;
        }
		#price-product{
		color:white;
		
		}