﻿.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;
    overflow: unset !important;
}


a, a:visited {
    color: #f0c129;
}

.m-h5 {
    color: #AAA;
}

.m-menu-section-title {
    color: #f0c129;
}


.m-menu-section {
    margin-top: 25px;
    /*padding-bottom: 25px;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .m-menu-section.bottom-border {
        /*border-bottom: 1px dotted #BBB;*/
    }

.m-menu-item {
    border-bottom: 1px solid #999;
}

.m-menu-item-cant-order.only-one {
    font-size: 14px;
    font-weight: 400;
    color: aqua;
}

@media (max-width: 766px) {
    .m-menu-item:last-child {
        border-bottom: none;
    }
}

.m-menu-item-thumb {
    background-color: #000;
    background-size: contain;
}

.m-menu-item-price {
    color: #f0c129;
}

.m-item-popup-photo {
    display: none !important;
}

.m-item-popup-photo-custom {
    display: block !important;
}

img.m-logo {
    height: 28px;
}

.m-menu-banner {
    /*border-bottom: 1px solid #999;*/
    border-bottom: none;
    padding-bottom: 100% !important;
    background-color: #000;
    background-size: auto 102%;
    background-position: center;
}

@media (min-width: 580px) {
    .m-menu-banner {
        padding-bottom: 48% !important;
        background-size: auto 90%;
    }
}

.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;*/
    border-bottom: none;
}

.m-title {
    color: #f0c129;
}

.m-navbar-button:hover {
    background-color: #000;
}

.m-navbar-button-right {
    /*border-left: 1px solid #666;*/
    border-left: none;
}

.m-navbar-button-left {
    /*border-right: 1px solid #666;*/
    border-right: none;
}

.m-item-popup .m-navbar, .m-page-2 .m-navbar, .m-page-3 .m-navbar {
    border-bottom: 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-sum.bg-primary {
    color: #000 !important;
}


#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: #f0c129 !important;
}

.bg-primary {
    background-color: #f0c129 !important;
    color: #FFF !important;
}

.btn-primary {
    background-color: #f0c129 !important;
    border-color: #f0c129 !important;
    color: #000;
}

.border-primary {
    border-color: #f0c129 !important;
}

.m-cart-counter {
    background-color: #f0c129 !important;
    color: #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f0c129 !important;
    background-color: #f0c129 !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f0c129;
}

/*---*/

.m-menu-item-thumb {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
}

.m-page-0 > .m-navbar {
    display: none !important;
}

.m-body {
    padding-top: 0;
}

.shop-switches {
    margin-top: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #666;
    position: sticky;
    z-index: 100;
    top: -1px;
}

.shop-switch {
    flex: 0 0 50%;
    text-align: center;
    font-size: large;
    font-weight: 700;
    color: #f0c129;
    background-color: #333;
    padding: 0.75em 0 0.65em 0;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

.shop-switch * {
    text-transform: uppercase;
    opacity: 0.67;
}

.shop-switch + .shop-switch {
    border-left: 1px solid #666;
}

.shop-switch.active {
    border-bottom-color: rgba(102,102,102, 0.5);
    background-color: #000;
}

.shop-switch.active * {
    opacity: 1;
    color: #fff;
}

.m-menu-section:not([data-lang="1"]) {
    display: none;
}

.shop-info {
    text-align: center;
    border-bottom: 1px dotted #666;
    padding: 0.5em 0;
}

.shop-info:not([data-shop="1"]) {
    display: none;
}

.m-page-0 .m-body .container-fluid {
    min-height: 99vh;
}