/* =============================================================================
   GROSHOP — wishlist
   Feuille de style de la page resources/views/wishlist/index.blade.php
   Ce fichier ne concerne QUE cette page : le modifier ne peut affecter
   aucune autre page du site.
   Chargé automatiquement (voir App\Support\Assets::pageCss).
   ========================================================================== */

.wl-empty{text-align:center;padding:80px 20px}
.wl-empty-icon{font-size:4rem;color:#f0d0d0;margin-bottom:20px}
.wl-empty h3{font-size:1.3rem;color:#17344C;margin-bottom:8px}
.wl-empty p{color:#888;margin-bottom:24px}
.btn-continue{display:inline-block;background:#17344C;color:#fff;padding:11px 26px;border-radius:8px;text-decoration:none;font-weight:600;transition:.2s}
.btn-continue:hover{background:#43dde6;color:#17344C}
