@charset "UTF-8";

/*
* Theme Name: Charlotte - Panier
* Author: Charlotte Dujardin
* Description: Thème de panier de Charlotte
* Version: 1.0
* License: GNU General Public License v3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.woocommerce table.shop_table {
    background-color: var(--blanc);
    color: var(--gris);
}

.woocommerce table.shop_table thead th {
    font-family: var(--police-decorative);
    font-size: var(--police-taille-lg);
    color: var(--gris);
}

.woocommerce .cart-collaterals h2,
.woocommerce .cart-collaterals table tbody tr,
.woocommerce table.shop_table tbody tr {
    color: var(--gris);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: rgba(var(--code--gris), 0.5);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: rgba(var(--code--gris), 0.8);
}