.dropdown-menu.show {
    display: block;
}

table {
    width: 100% !important;
}

.bg-dark {
    background-color: #282828 !important;
}

.text-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    color: white;
}

.carousel-indicators li,
.carousel-indicators button {
    background-color: rgb(0, 0, 0) !important;
}

.btn-success {
    background-color: #176324;
    border-color: #176324;
}

.btn-primary {
    background-color: #0251C5;
    border-color: #0251C5;
}

.card {
    display: flex;
    height: 100%;
    padding: 10px;
}

.card-img {
    display: table;
    height: 270px;
}

.content-box {
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.content-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    border-top: 1px solid rgb(197, 197, 197);
}

.card-content h3 {
    font-size: 18px !important;
    font-weight: lighter !important;
}

.card-img div {
    display: table-cell;
    vertical-align: middle;
}

.warning {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #b36700;
    background-color: #fffaf3;
}

.ordered {
    color: #553200;
}

a {
    text-decoration: none;
    color: black;
}

.warning .header {
    color: #b36700;
    font-size: 20px;
    font-weight: bolder;
}

.line {
    border: 1px solid rgb(190, 190, 190);
    width: 100%;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

@media only screen and (max-width: 767px) {
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        select,
        textarea,
        input {
            font-size: 16px !important;
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        select,
        textarea,
        input {
            font-size: 16px !important;
        }
    }
}
