.footer-area {

    background: #00264b !important;
}
.navigation.sticky {
    
    background-color: #00264b !important;

}

.footer-copyright-area {
    background: #07345f !important;
   
}

.cookie-consent {
   
    background-color: #00264b !important;
}


/*style 2411 display price*/

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn span {
    font-size: 25px !important;
 -webkit-transition: all 4.3s ease-out 10s;
    -moz-transition: all 4.3s ease-out 10s;
    -ms-transition: all 4.3s ease-out 10s;
    -o-transition: all 4.3s ease-out 10s;
    transition: all 4.3s ease-out 10s;
}

.food-menu-area .food-menu-items .single-menu-item {
   
    background: #00264b !important;
   /* width: 70% !important;*/
}

.food-menu-area .food-menu-items .single-menu-item .menu-content p {
   
    color: #fff !important;
}

.food-menu-area .food-menu-items .single-menu-item .menu-content a.title {
   
    color: #cdaf59 !important;
}

.food-menu-area .button-group button.is-checked {
    background-color: #00264b !important;
}
@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item {
        padding: 18px!important;
        padding-right: 2px!important;
        padding-left: 2px!important;
    }
}


.flag {

    background: #067117 !important;
}
.flag.flag-2 span {

    margin-left: -5px !important;
}
.food-menu-area .food-menu-items.menu-2::before {
   
    opacity: 1 !important;
}


.flag.flag-2 {
    height: 67px !important;
    
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {

    top: 10px !important;
}
.about-area .card-icon {
    --size: 60px;
    flex: 0 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    font-size: 32px;
    color: var(--text-white);
    background-color: var(--color-primary);
}
