.elementor-9 .elementor-element.elementor-element-117a5f0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-37749176 *//* ===== Styling untuk halaman cart WooCommerce ===== */

/* Container cart */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .woocommerce {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

/* Tabel cart */
.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

/* Header tabel */
.woocommerce-cart table.shop_table thead {
    background-color: #f0f0f0;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

/* Gambar produk */
.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 60px;
    height: auto;
    border-radius: 5px;
}

/* Input jumlah (qty) */
.woocommerce-cart .quantity input.qty {
    width: 60px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

/* Tombol utama */
.woocommerce-cart .button,
.woocommerce-cart input.button,
.woocommerce-cart .actions .button,
.woocommerce a.button {
    background-color: #3CC2E3 !important;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.woocommerce-cart .button:hover,
.woocommerce-cart input.button:hover,
.woocommerce a.button:hover {
    background-color: #31b4d6 !important;
}

/* Total cart */
.cart_totals table {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
}

.cart_totals table th,
.cart_totals table td {
    padding: 12px;
    text-align: left;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
    .woocommerce-cart .cart-collaterals,
    .woocommerce-cart .woocommerce {
        padding: 20px;
    }

    .woocommerce-cart table.shop_table td,
    .woocommerce-cart table.shop_table th {
        padding: 10px;
    }
}/* End custom CSS */