﻿.body {
    background-color: #000;
    color: #CCC;
}

@media (min-width: 960px) {
    .body {
        width: 870px;
        left: calc((100% - 870px)/2);
        right: calc((100% - 870px)/2);
        border-left: 1px solid #666;
        border-right: 1px solid #666;
        /*transform: translateX(-50%);*/
    }

    .m-navbar {
        width: 869px;
        border-right: 1px solid #666;
    }
}

html, body {
    background-color: #000;
}


a, a:visited {
    color: #c39036;
}

.m-h5 {
    color: #AAA;
}

.m-menu-section-title {
    /*background-color: #c39036;*/
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0.25rem 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
}

    .m-menu-section-title::before {
        content: "· ";
        color: #c39036;
    }

    .m-menu-section-title::after {
        content: " ·";
        color: #c39036;
    }


.m-menu-section {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .m-menu-section.bottom-border {
        /*border-bottom: 1px dotted #BBB;*/
    }

.m-menu-item {
    border-bottom: 1px solid #555;
    border-color: #555;
}


@media (max-width: 766px) {
    .m-menu-item:last-child {
        border-bottom: none;
    }
}



.m-menu-item:first-of-type {
    border-top: 1px solid #555;
}

.m-menu-item-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}

.m-menu-item-thumb {
    background-color: #000;
    background-size: contain;
}

.m-menu-item-description{
    color: #c39036;
}

.m-menu-item-price {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.m-item-popup-photo {
    display: none !important;
}

.m-item-popup-photo-custom {
    display: block !important;
}

img.m-logo {
    height: 44px;
}

.m-menu-banner {
    border-bottom: 1px solid #999;
    padding-bottom: 50% !important;
    background-color: #000;
    background-size: auto 80%;
    background-position: center сутеук;
}

.m-menu-banner-title {
    display: none;
}

.m-menu-item {
    padding-top: 2px;
    padding-bottom: 5px;
}

.m-menu-section-cover {
    height: auto;
    padding-bottom: 75%;
    border: 1px solid #666;
}


.m-navbar {
    background-color: #000;
    border-bottom: 1px solid #666;
}

.m-title {
    color: #CCC;
}

.m-navbar-button:hover {
    background-color: #000;
}

.m-navbar-button-right {
    border-left: 1px solid #666;
}

.m-navbar-button-left {
    border-right: 1px solid #666;
}

.m-navbar-button-icon {
    color: #CCC;
}

.m-menu-item:hover {
    background-color: #000;
}

.m-item-popup-window {
    background-color: #000;
}

.m-item-popup-close {
    background-color: #000;
    color: #CCC;
}

.m-item-popup-name{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}

.m-item-popup-description{
    color: #c39036;
}

.m-item-popup-price.text-primary {
    color: #fff !important;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

#we-qty {
    border-width: 0 !important;
    background-color: #CCC;
}

.m-cart-list {
    color: #CCC;
}

.m-footer {
    background-color: #000;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}


.card {
    border-color: #666;
}

.card-header {
    background-color: #000;
}

.card-body {
    background-color: #000;
}

.form-control {
    background-color: #CCC;
}

.custom-select {
    background-color: #CCC;
}

.list-group-item {
    background-color: #000;
    border-color: #666;
}

.input-group-text {
    background-color: #000;
}

.text-muted {
    color: #999 !important;
}

.bs-callout {
    background-color: #111;
}

.text-primary {
    color: #c39036 !important;
}

.bg-primary {
    background-color: #c39036 !important;
    color: #000 !important;
}

.btn-primary {
    background-color: #c39036 !important;
    border-color: #c39036 !important;
    color: #000;
}

.border-primary {
    border-color: #c39036 !important;
}

.bs-callout-success {
    border-color: #c39036;
}

.m-cart-counter {
    background-color: #c39036 !important;
    /*background-color: #fff;*/
    color: #000;
    border: 1px solid #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #c39036 !important;
    background-color: #c39036 !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #c39036;
}

/*---*/

.m-menu-item-thumb {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
}


.text-right + .m-menu-item-price {
    min-width: 7ch;
}


.labpub-call {
    display: block;
    background-color: #c39036;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    padding: 0.5em 1em;
}

.labpub-call:hover{
    color: #fff;
    text-decoration: none;
}


/*LANG*/

.lang-switches {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666;
}

.lang-switch {
  flex: 0 0 50%;
  text-align: center;
  font-weight: 700;
  padding: 0.75em 0 0.65em 0;
  color: #fff;
  cursor: pointer;
}

  .lang-switch * {
    opacity: 0.3;
  }

  .lang-switch.active {
    background-color: #222;
  }

    .lang-switch.active * {
      opacity: 1;
    }

  .lang-switch:hover {
    background-color: #111;
  }

  .lang-switch + .lang-switch {
    border-left: 1px solid #ccc;
  }

  .lang-switch img {
    position: relative;
    display: inline-block;
    height: 1.5rem;
    vertical-align: middle;
    bottom: 2px;
  }

.m-menu-section[data-lang="en"] {
  display: none;
}
