/*
Theme Name: Beurre Child
Theme URI: https://beurre.qodeinteractive.com
Description: A child theme of Beurre
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: beurre
Template: beurre
*/

/* border radius on hover */
.menu-article:hover .menu-article--image img {
    border-radius: 50% 0 0 0;
}
/* smooth transition */
.menu-article .menu-article--image img {
    transition: border-radius 0.4s ease;
}
/* do not wrap price */
.menu-article .menu-article--price {
    white-space: nowrap;
}

.menu-article .menu-article--description {
}
.menu-article .menu-article--allergens span {
    font-weight: bold;
}

.contact_wrap h4 {
    margin-bottom: 10px;
}

.qodef-header-sticky img {
    padding: 5px 0;
}