/*
--------------------------------------
Cart totals
--------------------------------------
*/

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: unset;
	width: 100%;
}

/*
--------------------------------------
Custom notice: delivery restriction
--------------------------------------
*/
.woocommerce .bwa-shipping-restriction.woocommerce-info,
.woocommerce-page .bwa-shipping-restriction.woocommerce-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0;
    padding: 12px 16px;
    background: #FFF8E1; /* soft amber */
    border: 1px solid #FDE68A;
    border-left: 4px solid #F59E0B; /* accent */
    color: #7A5C00;
}

/* Masquer l'icône par défaut de WooCommerce sur notre message uniquement */
.woocommerce .bwa-shipping-restriction.woocommerce-info::before,
.woocommerce-page .bwa-shipping-restriction.woocommerce-info::before {
    content: none !important;
    display: none !important;
}



.woocommerce .bwa-shipping-restriction.woocommerce-info a,
.woocommerce-page .bwa-shipping-restriction.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}
