﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap&subset=cyrillic');
.body {
    background-color: #FFF;
    color: #2B2A28;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (max-width: 960px) {
    .body {
        background-size: cover;
    }
}

@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: 899px;
        border-right: 1px solid #666;
    }
}

html, body {
    background-color: #000;
}

.m-menu-banner {
  background-color: #a05a2b;
  padding: 10px;
  background-size: auto 85%;
/*  border-bottom: 4px dashed #a05a2b;*/
}

.m-menu-banner-title {
    display: none;
}

a, a:hover, a:active, a:visited {
    color: #EE1C25;
}

.m-h5 {
    color: #a05a2b;
}

.m-menu-section-title {
    background-color: #a05a2b;
    color: #FFF;
    padding: 5px 8px;
}

.m-menu-section-cover {
    border: 1px solid #2B2A28;
}

.m-navbar {
    background-color: #a05a2b;
    border-bottom: 1px solid #666;
}

.m-title {
    color: #FFF;
}

.m-navbar-button:hover {
    background-color: #000000;
}

.m-navbar-button-right {
    border-left: 1px solid #666;
}

.m-navbar-button-left {
    border-right: 1px solid #666;
}

.m-navbar-button-icon {
    color: #EEE;
}

.m-menu-item-title {
    color: #000;
}

.m-menu-item-price {
    color: #a05a2b;
}


.m-menu-section {
    margin-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
    .m-menu-section.bottom-border {
        /*border-bottom: 1px dotted #2B2A28;*/
    }

@media (max-width: 766px) {
    /*.m-menu-item:first-of-type {
        border-top: none;
    }*/

    .m-menu-item:last-of-type{
        border-bottom: none;
    }
}



.m-menu-item:hover {
    background-color: rgba(0,0,0,0.11);
}

.m-item-popup-window {
    background-color: #FFF;
}
.m-item-popup-close {
    background-color: #FFF;
    color: #2B2A28;
}

.m-item-popup-photo {
    display: none !important;
}
.m-item-popup-photo-custom {
    display: block !important;
}

.m-item-popup-sum, .m-item-popup-add {
    padding: 6px 12px !important;
}

.m-item-popup-sum, .m-input-popup-add {
    font-size: 18px !important;
}


#we-qty {
    border-width: 0!important;
    background-color: #CCC;
}

.m-cart-list {
    color: #2B2A28;
}

.m-footer {
    background-color: #a05a2b;
    color: #FFF;
    /*border-top: 1px solid #999;*/
}
.m-footer a {
    color: #FFF;
}

.card {
    border-color: #a05a2b;
}

.card-header {
    background-color: #a05a2b;
    color: #FFF;
}

.card-body {
    background-color: #FFF;
    color: #a05a2b;
}

.form-control {
    background-color: #FFF;
}

.custom-select {
    background-color: #FFF;
}

.list-group-item {
    background-color: #FFF;
    border-color: #2B2A28;
}

.input-group-text {
    background-color: #FFF !important;
    color: #a05a2b !important;
}

.text-muted {
    color: #666!important;
}

.m-menu-banner {
    height: auto;
    padding-bottom: 45%;
}

.m-menu-banner-title {
    /*display:none;*/
    text-shadow: 2px 2px 10px rgba(0,0,0,0.99);
}

.m-menu-section-cover {
    height: auto;
    padding-bottom: 53%;
}

.bs-callout {
    background-color: #FFF;
}

.text-primary {
    color: #a05a2b !important;
    /*font-weight: 700;*/
}

.btn-primary {
    background-color: #a05a2b !important;
    border-color: #a05a2b !important;
    color: white;
}

.border-primary {
    border-color: #a05a2b !important;
}

.m-cart-counter {
    background-color: #EE1C25 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #EE1C25 !important;
    background-color: #EE1C25 !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #EE1C25;
}


.bs-callout {
    border-top-color: #EE1C25;
    border-right-color: #EE1C25;
    border-bottom-color: #EE1C25;
    border-left-color: #EE1C25;
    border-right-width: 5px;
}

/* SEARCH */

html, body {
    scroll-behavior: smooth;
}

.m-search {
    padding: 10px 15px 5px 15px;
    /*border-bottom: 1px solid #ccc;*/
}

#m-query {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.35em 0.5em;
}

    #m-query::placeholder {
        color: #aaa;
    }

    #m-query:focus {
        border-color: #666;
    }

.m-search-results {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 4px dashed #a05a2b;
    margin-bottom: 1rem;
}

    .m-search-results .m-menu-item:last-child {
        border-bottom: none;
    }