.lcake-woo-cart .shop_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.08);
}

.lcake-woo-cart .shop_table th {
    background: #3b82f6;
    color: #ffffff;
    padding: 14px 16px;
    text-align: left;
}

.lcake-woo-cart .shop_table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f3f4f6;
}

.lcake-woo-cart .button {
    display: inline-block;
    background: #111827;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.lcake-woo-cart .button:hover {
    background: #3b82f6;
    color: #ffffff;
}


/* Remove text decoration for a tags */
.elementor-widget-lcake-kit-woo-cart a,
.lcake-woo-cart a,
.lcake-kit-woo-cart a,
.lc-header-footer-woo-cart a {
    text-decoration: none !important;
}
