/*
Theme Name: Shopwell Child
Theme URI: https://peregrine-themes.com/shopwell
Template: shopwell
Author: Peregrine Themes
Author URI: https://peregrine-themes.com
Description: ShopWell is a fast, lightweight, and customizable WooCommerce theme for online stores and multivendor marketplaces. It offers mobile-first design, flexible layouts, sticky navigation, and customizable headers and footers. It supports popular page builders like Elementor, Gutenberg, Brizy, and Divi. Compatible with WCBoost – Wishlist, Compare, Variation Swatches, Dokan, WCFM, Contact Form 7, and MailChimp. The theme is SEO-friendly, WPML-compatible, and RTL-ready. Live preview: https://peregrine-themes.com/shopwell/#demos
Tags: e-commerce,blog,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,post-formats,theme-options,one-column,two-columns,left-sidebar,right-sidebar,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.12.1774016445
Updated: 2026-03-20 15:20:45

*/

/* Ajustement de votre barre mobile */
.miassar-bottom-nav {
    font-size: 12px !important;
}

.miassar-nav-emoji {
    font-size: 22px !important;
}

.miassar-nav-link span:last-child {
    font-size: 10px !important;
}




/* Corrections générales */
.site-content {
    overflow-x: hidden !important;
}

/* Conteneurs trop larges */
.container, .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Images responsive */
img {
    max-width: 100% !important;
    height: auto !important;
}


/* Dashboard Dokan - optimisation mobile */
@media (max-width: 768px) {
    .dokan-dashboard-content {
        padding: 10px !important;
    }
    
    .dokan-dashboard-header {
        margin-bottom: 15px !important;
    }
    
    /* Cartes */
    .dokan-panel-body {
        padding: 15px !important;
    }
    
    /* Tableaux */
    .table-responsive table {
        font-size: 12px !important;
    }
    
    .table-responsive th,
    .table-responsive td {
        padding: 8px !important;
    }
}


/* Ajustement général de la police sur mobile */
@media (max-width: 768px) {
    body, p, li, span, div:not(.miassar-nav-emoji) {
        font-size: 14px !important;
    }
    
    h1 { font-size: 24px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
    
    /* Boutons */
    .button, button, .btn, .dokan-btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }
}



/* Correction des menus Dokan sur mobile */
@media (max-width: 768px) {
    /* Menu dashboard */
    .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
    
    /* Icônes menu */
    .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
        font-size: 16px !important;
        width: 25px !important;
    }
    
    /* Titres des sections */
    .dokan-dashboard-header h1 {
        font-size: 20px !important;
    }
    
    /* Cards dashboard */
    .dokan-dashboard-content .dokan-info {
        font-size: 14px !important;
    }
}