.elementor-3207 .elementor-element.elementor-element-31f81192:not(.elementor-motion-effects-element-type-background), .elementor-3207 .elementor-element.elementor-element-31f81192 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-3207 .elementor-element.elementor-element-31f81192{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:150px;margin-bottom:0px;}.elementor-3207 .elementor-element.elementor-element-31f81192 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3207 .elementor-element.elementor-element-3d093d9f > .elementor-element-populated, .elementor-3207 .elementor-element.elementor-element-3d093d9f > .elementor-element-populated > .elementor-background-overlay, .elementor-3207 .elementor-element.elementor-element-3d093d9f > .elementor-background-slideshow{border-radius:10px 10px 10px 10px;}.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 *//* ====== CART – CARDURI CU COLȚURI ROTUNJITE ====== */

/* Îngustează și centrează coșul */
.woocommerce-cart .site-main .woocommerce {
    max-width: 1180px;
    margin: 40px auto 80px auto;
}

/* Card pentru lista de produse + card pentru total */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 28px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.04);
}

/* Tabel produse – colțuri rotunjite + fără borduri groase */
.woocommerce-cart table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    border: none;
    padding: 12px 16px;
}

/* Linie discretă între rânduri */
.woocommerce-cart table.shop_table tr + tr {
    border-top: 1px solid #f2f2f2;
}

/* Header tabel – ușor evidențiat */
.woocommerce-cart table.shop_table thead th {
    background: #fafafa;
    font-weight: 600;
}

/* Titlul „Total coș” / „Total estimat” etc. */
.woocommerce-cart .cart_totals h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Rândul de total – mai bold */
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-weight: 700;
}

/* Butonul de continuare – rotunjit frumos */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 999px;
    padding: 14px 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

/* Cantitate – colțuri rotunjite mici */
.woocommerce-cart .qty {
    border-radius: 6px;
}/* End custom CSS */