﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic');
.body {
  background-color: #291403;
  color: #EEE;
  font-family: 'Montserrat', sans-serif;
}

@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: #291403;
  padding-bottom: 66% !important;
  background-size: cover;
  border-bottom: 1px solid #666;
}

.m-menu-banner-title {
    display: none;
}

a, a:hover, a:active, a:visited {
  color: #dfbe9b;
}

.m-h5 {
  color: #dfbe9b;
}

.m-menu-section-title {
  font-weight: 700;
  color: #dfbe9b;
  text-align: center;
}

.m-menu-section-description {
  font-weight: 700;
  color: #dfbe9b;
  opacity: 0.75;
  text-align: center;
}

.m-menu-section-cover {
    border: 1px solid #CCC;
}

.m-navbar {
  background-color: #291403;
  border-bottom: 1px solid #666;
}

.m-title {
    color: #CCC;
}

.m-title > img {
    height: 40px;
}

.m-navbar-button:hover {
    background-color: #00000033;
}

.m-navbar-button-right {
    border-left: 1px solid #666;
}

.m-navbar-button-left {
    border-right: 1px solid #666;
}

.m-navbar-button-icon {
  color: #dfbe9b;
}

.m-menu-item{
  border-bottom: 1px dotted #666;
}

.m-menu-item:first-of-type {
  border-top: 1px dotted #666;
}

.m-menu-item-title, .m-item-popup-name {
  color: #dfbe9b;
  font-weight: 400;
}

.m-menu-item-description, .m-item-popup-description {
  color: #dfbe9b;
  opacity: 0.75;
}

.m-menu-item-price {
  color: #dfbe9b;
  font-weight: 400;
}

.m-menu-item .flex-fill.text-right {
  color: #dfbe9b;
  font-weight: 400;
  opacity: 0.75;
}

.m-menu-item .d-flex.text-right .m-menu-item-price {
  min-width: 7ch;
}


.m-menu-section {
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
    .m-menu-section.bottom-border {
        border-bottom: 1px dotted #666;
    }

@media (max-width: 766px) {
    .m-menu-item:last-child {
        border-bottom: none;
    }
}

.m-menu-item:hover {
    background-color: #00000033;
}

.m-item-popup-window {
  background-color: #291403;
}
.m-item-popup-close {
  background-color: #291403;
  color: #dfbe9b;
}


#we-qty {
    border-width: 0!important;
    background-color: #CCC;
}

.m-cart-list {
    color: #CCC;
}

.m-footer {
  background-color: #00000033;
}


.card {
border-color:#666;
}

.card-header {
  background-color: #211002;
}

.card-body {
  background-color: #291403;
}

.form-control {
    background-color: #CCC;
}

.custom-select {
    background-color: #CCC;
}

.list-group-item {
    background-color: #111;
    border-color: #666;
}

.input-group-text {
  background-color: #111 !important;
  color: #dfbe9b !important;
}

.text-muted {
    color: #999!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: #111;
}

.text-primary {
  color: #dfbe9b !important;
}

.btn-primary {
  background-color: #dfbe9b !important;
  border-color: #dfbe9b !important;
  color: white;
}

.border-primary {
  border-color: #dfbe9b !important;
}

.m-cart-counter {
  background-color: #dfbe9b !important;
}

.custom-control-label {
    color: #dfbe9b !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #dfbe9b !important;
  background-color: #dfbe9b !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #dfbe9b;
}


.bs-callout {
  border-top-color: #dfbe9b;
  border-right-color: #dfbe9b;
  border-bottom-color: #dfbe9b;
  border-left-color: #dfbe9b;
  /*border-right-width: 5px;*/
}