@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*******Basic Style***********/

.row {
    margin: 0;
}
section#aboutus {
    background: #f6f6f6;
    padding-top: 0;
}
.container {
    padding: 0;
}
#aboutus > div > section {
    padding-top: 0;
}
.header > .row {
    background: #fff;
}
a.btn.allergens {
    background-color: #fbb800;
    color: #fff;
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 600;
    border: 0;
    border-radius: 12px;
    background-image: url(../../images/allergens.png) !important;
    background-size: 15px;
    background-position: 20px center;

}
.filters {
    margin-top: 0;
}
h2.resp-accordion.resp-tab-active {
    background: #fff;
}
h2.resp-accordion i {
    color: #e94e1b;
    width: 100%;
    height: 70px;
}
h2.resp-accordion i:before {
    font-size: 60px;
}
.breakfast p {
    font-weight: bold;
}
h2.resp-accordion.resp-tab-active p {
    color: #000;
    font-weight: bold;
}
.menu-item-one > div {
    float: left;
    width: 100%;
}
.resp-tab-content.resp-tab-content-active {
    padding-bottom: 30px;
}
span.separepoint {
    width: 80px;
    display: block;
    margin: 15px auto;
    border-bottom: 3px dashed #000;
}
.resp-tab-active span.separepoint {
    display: none;
}
div#selectAllergens .col-xs-6 {
    padding: 5px 10px;
}
@media only screen and (max-width: 780px){
.demo {
    margin: 0;
    width: 100%;
}
}

#menulist .category_image.no_image > p {
    color: #000 !important;
}

h3.sub_category {
    font-size: 30px;
    font-family: 'Titillium Web';
    text-align: center;
    margin: 50px 0;
}