#header-sticky .logo img {
    max-height: 100px;
    max-width: 100%;
}
ul.breadcrumb-items li {
    display: inline;
}

/* Menu scrollmenu */
.scrollmenu .fooder-menu {
    overflow: auto;
    white-space: nowrap;
}

span.manu-separator {
    padding: 0px 5px;
    margin: 0px 5px;
}

span.manu-separator span {
    padding: 0px;
    margin: 0px;
    background: none;
}
.scrollmenu a[name=main-manu] {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 0px 10px;
    font-size: 26px;
    background: #302d2d;
    z-index: 2;
    border-radius: 4px;
}

.scrollmenu aa[name=main-manu]:hover, .scrollmenu aa[name=main-manu]:active, .scrollmenu .active {
    color: aqua;
    border-radius: 4px;
    border: 10px;
    border-bottom: none;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
    background: blueviolet;
}

.scrollmenu * {
    cursor: pointer !important;
}

.scrollmenu section[data-category=true].hidden {
    display: none !important;
}

.Req {
    border: 1px solid red !important;
}

/*Custom*/
.header-main.header-main-center {
    padding: 10px 0;
}
.header-button a.theme-btn-language:hover {
    color: #fff;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px aqua;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: aqua;
}

.booking-contact {
    background-color: rgb(58 58 58);
}
.booking-content .icon-items .content h3 a,
.booking-content .icon-items .icon, .booking-content .icon-items a .icon {
    color: #ffb936 !important;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: #ffb936;
}

.fooder-menu-wrapper .food-menu-items:hover {
    background-color: #ffb936;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .link {
    color: #ffb936;
}
.footer-bottom {
    background-color: #ffb936;
}
.footer-bottom .footer-bottom-wrapper p a:hover {
    color: #000;
}

.footer-bottom  .theme-color-3 {
    color: #000 !important;
}
@media (max-width: 1000px) {
    .header-main .header-right .header-button {
        display: block;
    }

    .fooder-menu-wrapper .food-menu-items {
        background: none;
    }
}

.theme-btn-language {
    border-radius: 7px;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #ff0101;
}
.theme-btn-language i {
    margin-right: 5px;
    font-size: 20px;
}
.fooder-menu-wrapper .food-menu-items h4 {
    font-size: 24px;
    font-weight: normal;
    color: black;
}
.fooder-menu-wrapper .food-menu-items p {
    font-size: 14px;
    font-weight: normal;
    color: black;
}
.fooder-menu-wrapper .food-menu-items .price label {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    color: var(--white);
}
.fooder-menu-wrapper .food-menu-items .price {
    font-size: 18px;
    /*text-align: right;*/
    float: right;
    color: red;
}


.single-footer-widget img {
    max-height: 200px;
    max-width: 100%;
}

.about-intro {
    margin-top: 0px;
    /*margin-bottom: .67em;*/
}

.signature img {
    max-height: 80px;
}