/**
 * BTS Ultimate Member Layout
 * Pleine largeur pour les pages UM (membres, profil, compte)
 * Base: 1rem = 10px (Zakra theme)
 */

/* ==========================================================================
   #zak-primary pleine largeur dans le .zak-container
   ========================================================================== */

body.um-page .zak-primary,
body.woocommerce-cart .zak-primary,
body.woocommerce-checkout .zak-primary {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}
