/*
Theme Name: Sushico Child
Theme URI: http://cmsmasters.net/sushico-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Sushico Child Theme
Template: sushico
Version: 1.0.0
License:
License URI:
Text Domain: sushico-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/* 1. Hide the old structural currency element */
.cmsmasters_price_currency,
.cmsmasters_food_price_currency,
.menu-item-price .currency {
    display: none !important;
}

/* 2. Standardize the container layout to a regular horizontal row */
.cmsmasters_price,
.cmsmasters_food_price,
.menu-item-price {
    display: inline-flex !important;
    flex-direction: row !important; /* Numbers stay left, currency moves right */
    align-items: baseline !important; /* Perfect vertical alignment with the text */
}

/* 3. Append the DH beautifully to the right side with a space */
.cmsmasters_price_amount::after,
.cmsmasters_food_price_amount::after,
.menu-item-price .amount::after {
    content: " DH" !important; /* The leading space handles the 'avec espace' */
    display: inline-block !important;
    font-size: 15px; /* Adjust size to fit your design */
    font-weight: 600;
}
.cmsmasters_menu_price {
    width: 20% !important;
    display: inline-block !important;
    text-align: right !important; /* Aligns text cleanly inside the 20% block */
}

.currency_suffix {
    font-size: 0.85em;
    margin-left: 4px;
    font-weight: bold;
}
.header_mid .logo_wrap img {
	width:70%!important
}