/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

/* WALLET - Mon compte */
.wps_wcb_wallet_balance_container {
    position: relative;
    padding: 10px 12px;
    border-radius: 6px;
    background-color: #e1822e;
    padding: 18px 32px;
    display: flex;
    gap: 20px;
	flex-direction: column !important;
}
.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container h4.wallet-balance-title {
    font-size: 30px;
	font-weight: 600 !important;
}

.wallet-note {
    display: block;
    font-size: 16px;
	font-weight: 600;
    color: #35474a !important;
	margin: 10px 0px 0px 30px;
}

/* Nombre total de produit Checkout */
.custom-checkout-count {
    margin: 0 0 20px;
    padding: 15px 20px;
    background: #f4f6f9;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif; /* Change si besoin */
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.custom-checkout-count .count-number {
    font-weight: 700;
    font-size: 22px;
    color: #000;
}