@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&display=swap');

.body {
    background-color: #fff;
    color: #1A1C1B;
}

@media (min-width: 960px) {
    .body {
        width: 900px;
        left: calc((100% - 900px)/2);
        right: calc((100% - 900px)/2);
        /*border-left: 1px solid #666;*/
        /*border-right: 1px solid #666;*/
        /*transform: translateX(-50%);*/
    }

    .m-navbar {
        width: 900px;
        /*border-right: 1px solid #666;*/
    }
}

a {
    color: #D10B10;
}

html, body {
    background-color: #111;
    font-family: 'Roboto', sans-serif;
}

.m-navbar {
    background-color: #B29875;
    border-bottom: 1px solid #B29875;
}

.m-navbar-button-icon {
    color: #E8EAE9  ;
}

.m-navbar-button:hover {
    background-color: #E8EAE9;

}

    .m-navbar-button:hover .m-navbar-button-icon {
        color: #B29875;
    }


.m-title {
font-size: 32px;
color: #fff;
font-weight: 400;
/*text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;*/
}

.m-menu-banner-title {
    display: none;
}


.m-menu-banner {
    border-bottom: 1px solid #FFF;
    padding-bottom: 42% !important;
    background-color: #000;
    background-size: cover;
    background-position: center center;
}

.m-menu-section.bottom-border {
    /*border-bottom: 1px dotted #333;*/
    margin-bottom: 10px;
}

.m-menu-section-cover {
    height: auto;
    padding-bottom: 70%;
}

.m-menu-section-title {
    color: #B29875;
    border: 1px solid #B29875;
    padding: 0.5rem 1rem;
    text-align: center;
}

.m-menu-item-thumb {
    background-color: #B29875;
    background-size: cover;
}

.m-menu-item-title {
    /*font-weight: 400;*/
    text-transform: uppercase;
}

.m-menu-item:hover {
    background-color: #DDDDD6;
}

.m-menu-item-description {
    font-size: 14px;
}

.m-menu-item-price {
    color: #B29875;
}

.m-item-popup-price {
    color:#B29875 !important;
    font-weight: 700;
}

.m-item-popup-window {
    background-color: #fff;
}

.m-item-popup-photo {
    display: none !important;
}

.m-item-popup-photo-custom {
    display: block !important;
}

.m-item-popup-sum {
    background-color: #fff;
    color: #fff;
}

.card {
    border-color: #B29875;
}

.card-header {
    background-color: #B29875;
    color: #E8EAE9;
}

.card-body {
    background-color: #E8EAE9;
}

.m-footer {
    background-color: #DDDDD6;
}


.text-primary {
    color: #B29875 !important;
}

.bg-primary {
    background-color: #B29875 !important;
    color: #FFF !important;
}

.btn-primary {
    background-color: #B29875 !important;
    border-color: #B29875 !important;
    color: white;
}

.border-primary {
    border-color: #B29875 !important;
}

.bs-callout {
    border-top-color: #B29875;
    border-right-color: #B29875;
    border-bottom-color: #B29875;
    border-left-color: #B29875;
    border-right-width: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #D10B10 !important;
    background-color: #D10B10 !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #D10B10;
}


img.flag2 {
    display: inline-block;
    height: 36px;
    margin: 0 1rem;
}