/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.mnu-bx .elementor-image-box-img img {
    border-radius: 20px 20px 0 0;
}

.mnu-bx .elementor-image-box-content {
    padding: 0 20px;
}

.mnu-bx ul.elementor-inline-items {
    justify-content: space-between;
    margin: 0 20px 20px !important;
}

.mnu-bx .elementor-icon-list-item {
    flex-direction: column;
    align-items: baseline !important;
}

.mnu-bx .elementor-inline-item:first-child:before {
    content: 'SEUL';
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.mnu-bx .elementor-inline-item:last-child:before {
    content: 'MENU';
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.mnu-bx p.elementor-image-box-description {
    min-height: 42px;
}

.mnu-bx:hover {
    box-shadow: 0 18px 40px -10px rgba(225, 39, 28, 0.3);
    border-color: rgb(225 39 28) !important;
    margin-top: -5px;
    transition: all ease 0.3s;
}

.menu-category-accompagnements .mnu-bx .elementor-inline-item:first-child:before {
    content: 'PRIX' !important;
}

.menu-category-accompagnements .mnu-bx .elementor-inline-item:last-child {
    display:none;
}


.menu-category-hot-wings .mnu-bx .elementor-inline-item:first-child:before {
    content: 'PRIX' !important;
}

.menu-category-hot-wings .mnu-bx .elementor-inline-item:last-child {
    display:none;
}


.menu-category-offres .mnu-bx .elementor-inline-item:first-child:before {
    content: 'PRIX' !important;
}

.menu-category-offres .mnu-bx .elementor-inline-item:last-child {
    display:none;
}
