.basket-panel {
    height: auto;
}

.basket-panel-cart {
    height: 160px;
}

.cart-products-table {
    border-collapse: collapse;
}

.cart-products-table tr {
    border: solid 1px lightgray;
}

.cart-products-table td {
    padding: 10px;
    border: none;
}

.cart-products-table .delete-container {
    text-align: center;
}

.cart-products-table img {
    height: 67px;
}

.cart-products-table .delete-icon { 
    color: red;
    cursor: pointer;
}

.proceed-checkout-button { 
    background: var(--green-2-color);
    padding: 10px;
    display: inline-block;
    border: none;
    border-radius: 48px;
    width: 100%;
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}