/* Page panier */
.woocommerce-cart .woocommerce table.shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}
.woocommerce-cart .woocommerce table.shop_table th {
    background: #FAF4EE;
    color: #0B4A43;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.woocommerce-cart .woocommerce table.shop_table td {
    vertical-align: middle;
}
.woocommerce-cart .woocommerce .button {
    border-radius: 10px;
}
.woocommerce-cart .checkout-button {
    background: #24BBA5 !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    transition: background 0.15s !important;
}
.woocommerce-cart .checkout-button:hover {
    background: #1ea08c !important;
}
