.bg-green {
    background-color: #03582d !important;
}
.bg-orange {
    background-color: #d0932c !important;
}

.content {
    background: url(/quickmenu/image/bg-back2.png) top left #9f9f9f;
    background-size: auto;
}

.category-slider .owl-nav .owl-next{
    color: #fff !important;
}
body{
    background: url(/quickmenu/image/bg-back2.png) top left #9f9f9f;
    background-size: auto;
}
.category-slider .owl-nav .owl-prev{
    color: #fff !important;
}

.footer-bg p{
    margin:0 !important;
}

.footer-bg{
    border-top: 1px solid #091c00 !important;
}

.rounded-header {
    background: url(/quickmenu/image/bg-back2.png) top left #9f9f9f !important;
    background-size: auto;
}

/*.o-round-cart__outer-headline {*/
/*    color: #fff;*/
/*}*/
.c-checkout-steps__item--delivery:before , .c-checkout-steps__item--payment:before{
    color:#fff;
}
.category-slider .active, .calendar-tab .active, .calendar-item {
    border-color: #fb0000 !important;
}

@media only screen and (min-width: 280px) and (max-width: 768px) {
    .bg-header-icon{
        
        margin-bottom: 5px;
    }
    .navbar .icon-size{
        display: flex;
        margin-right: -120px !important;
        flex-direction: row;
        flex-wrap: inherit;
    }
    .navbar-brand{
        margin-right: -17px !important;
    }

    span.icon-title{
        left: 50px;
    }
}