﻿.body {
    background-color: #1A171B;
    background-image: url('/img/betyar/bg01.jpg');
    background-position: center;
    background-size: 450px auto;
    background-attachment: fixed;
    color: #BBB;
}

@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: #1A171B;*/
    padding: 10px;
    height: auto;
    padding-bottom: 60%;
    background-size: cover;
    border-bottom: 1px solid #666;
}

.m-menu-banner-title {
    display: none;
}

.m-menu-section-cover {
    height: auto;
    padding-bottom: 55%;
}

.m-h5 {
    color: #AAA;
}

a, a:hover, a:active, a:visited {
    color: red;
}


.m-menu-section-title {
    color: #CCC;
}

.m-menu-item-title {
    color: #FFF;
}

.m-menu-item-price {
    color: #FFF;
}

.m-menu-item:hover {
    background-color: rgba(0,0,0,0.4);
}

.m-menu-section {
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
}

    .m-menu-section.bottom-border {
        border-bottom: 1px dotted #666;
    }

.m-navbar {
    background-color: #000;
    border-bottom: 1px solid #666;
}

.m-title {
    color: #FFF;
}

.m-navbar-button:hover {
    background-color: #333;
}

.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-item-popup-window {
    background-color: #333;
}
.m-item-popup-close {
    background-color: #333;
    color: #CCC;
}


#we-qty {
    border-width: 0!important;
    background-color: #CCC;
}

.m-cart-list {
    color: #CCC;
}

.m-footer {
    background-color: #111;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}


.card {
border-color:#666;
}

.card-header {
    background-color: #111;
}

.card-body {
    background-color: #333;
}

.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;
    color: white!important;
}

.text-muted {
    color: #999!important;
}

.bs-callout {
    background-color: #111;
}

.m-item-popup-photo {
    display: none!important;
}
.m-item-popup-photo-custom {
    display: block!important;
}
.m-item-popup-photo-custom.d-none {
    display: none!important;
}


.text-primary {
    color: red !important;
}

.bg-primary {
    background-color: red!important;
}

.btn-primary {
    background-color: red !important;
    border-color: red !important;
    color: white;
}

.border-primary {
    border-color: red !important;
}

.m-cart-counter {
    background-color: red !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: red !important;
    background-color: red !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem red;
}


.bs-callout {
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: red;
    border-left-color: red;
    /*border-right-width: 5px;*/
}