.elementor-widget-woocommerce-cart .e-cart-section {
    border-color: #E5E7EB !important;
    border-radius: 20px !important;
}

/**
* Bloc Détail des produits
*/
.elementor-widget-woocommerce-cart .e-shop-table {
    padding: 20px;
}

.elementor-widget-woocommerce-cart .e-shop-table table.shop_table_responsive thead th {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 38px;
    border-bottom: 1px solid #E5E7EB !important;
}

.elementor-widget-woocommerce-cart .woocommerce .e-cart__column-start {
    border-bottom: 1px solid #D2D2D2;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart thead {
    display: none;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
    font-size: 30px;
    font-weight: 500;
    color: #F02C25 !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 150px !important;
}

.elementor-widget-woocommerce-cart .woocommerce .product-name a {
    font-weight: 800;
    font-size:  25px;
    line-height: 29px;
    color: #000000 !important;
}

.woocommerce td.product-name dl.variation {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000 !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td span {
    font-family: "League Spartan", sans-serif;
    font-size: 20px !important;
    line-height: 24px;
    color: #000000;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal span {
    font-weight: 700;
}

.elementor-widget-woocommerce-cart .woocommerce .quantity .input-text.qty {
    border: 1px solid #E5E7EB;
}

.elementor-widget-woocommerce-cart .woocommerce .quantity .input-text.qty:focus {
    border: 1px solid #E5E7EB;
    outline: none;
}


/**
* Bloc Total Panier
*/
.elementor-widget-woocommerce-cart .e-cart-totals {
    max-width: 402px;
    margin-right: 0 !important;
    margin-left: auto !important;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before,
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before {
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.order-total td:before {
    font-weight: 800 !important;
    font-size: 25px;
    line-height: 29px;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td,
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
    font-weight: 300 !important;
    color: #000000 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.order-total td,
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.order-total td {
    padding-top: 26px;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.order-total {
    display: flex;
    flex-direction: column;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount {
    font-size: 25px;
    line-height: 29px;
    font-weight: 800 !important;
    color: #000000 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    padding-top: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    min-width: 262px;
    height: 50px;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px;
    border-radius: 0 !important;
    background-color: #000000 !important;
}

@media (max-width: 768px) {
    .elementor-widget-woocommerce-cart .e-cart-totals {
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}