.lcs-add-to-buying-list,
.lcs-order-on-whatsapp,
.checkout-on-whatsapp {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0;
}

.lcs-add-to-buying-list {
    background-color: #f39c12;
    color: #fff;
}

.lcs-order-on-whatsapp {
    background-color: #25D366;
    color: #fff;
}

.checkout-on-whatsapp {
    background-color: #25D366;
    color: #fff;
}

.lcs-whatsapp-cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.lcs-whatsapp-cart-item h3 {
    margin: 0;
}

.lcs-whatsapp-cart-item img {
    max-width: 150px;
    max-height: 150px;
}

.remove-item {
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.lcs-whatsapp-buying-list-item {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0; /* Border style */
    padding: 15px; /* Padding inside the border */
    margin-bottom: 20px;
}

.product-thumbnail {
    flex: 0 0 auto; /* Prevent item from growing */
    margin-right: 20px;
}

.product-details {
    flex: 1; /* Allow item to grow to fill remaining space */
}

.product-actions {
    flex: 0 0 auto; /* Prevent item from growing */
}


.checkout-on-whatsapp {
    text-align: center;
    margin-top: 20px;
}

.checkout-btn {
    background-color: #25D366; /* Green color */
    color: #ffffff; /* White text */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.checkout-btn i {
    margin-left: 5px;
}

.add-to-buying-list-button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.add-to-buying-list-button:hover {
    background-color: #218838;
}

.buying-list-message {
    margin-top: 10px;
    color: #28a745;
}

.view-buying-list-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.view-buying-list-button:hover {
    background-color: #0056b3;
}
