@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap');
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@700;800;900&display=swap');
@font-face {
    font-family: "Raleway";
    src: url(https://indianpizzeriama.com/static/front/doocado/css/GTWalsheimPro-Regular.ttf);
}

@font-face {
    font-family: "GT Walsheim light";
    src: url(https://indianpizzeriama.com/static/front/doocado/css/GTWalsheimPro-Light.ttf);
}

@font-face {
    font-family: "GT Walsheim Med";
    src: url(https://indianpizzeriama.com/static/front/doocado/css/GTWalsheimPro-Medium.ttf);
}

@font-face {
    font-family: "GT Walsheim extrthin";
    src: url(https://indianpizzeriama.com/static/front/doocado/css/GTWalsheimPro-Thin.ttf);
}

@font-face {
    font-family: "GTWalsheimPro-UltraLight";
    src: url(https://indianpizzeriama.com/static/front/doocado/css/GTWalsheimPro-UltraLight.ttf);
}

.container {
    width: 80%;
}

.container-fluid {
    width: 80%;
}

body {
    overflow-x: hidden;
}

.icon-div {
    padding: 12px 49px 10px 0px;
    border-radius: 18px;
}

.cart-area .delivery-dropdown {
    border: 1px solid #EC2023;
    box-sizing: border-box;
    box-shadow: 0px 8px 25px rgba(115, 115, 115, 0.1);
    border-radius: 8px;
}

.restaurant-title {
    font-family: "Raleway";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 3px;
    margin-left: 4%;
    float: left;
}

.myaccount-tab-menu {
    background-color: white!important;
}

.bold-text {
    font-weight: bold!important;
}

.cart-area .orders-text1 {
    font-size: 16pt;
    margin-top: 50px;
    border: 1px solid #696969;
    border-radius: 12px;
    padding: 10px 15px;
    font-family: "Raleway";
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orders-text1 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
    border: 1px solid grey;
    border-radius: 13px;
    padding: 18px 10px 18px 22px;
    font-family: GT Walsheim Med;
}

.order-span {
    background: #E3E6EA;
    border-radius: 8px;
    float: right;
    padding: 10px 8px 10px 8px;
    margin-top: -10px;
}

@media only screen and (max-width: 991px) {
    .orders-text1 {
        margin-bottom: unset;
        padding: 8px 10px 8px 22px;
        border: unset;
    }
    .order-span {
        background: unset;
    }
    .removeafter .tipsdiv .tips2 {
        margin-bottom: 1px!important;
    }
}

.tab-panel .order-span {
    background: #E3E6EA;
    border-radius: 8px;
    padding: 10px;
    margin-top: 0px;
}

.price-icon {
    padding: 10px 12px;
    background: #F9E5CD;
    border-radius: 7px;
    margin-left: 13%;
}

#addon-popup .modal-dialog .modal-content .modal-header,
#addon-popup .modal-dialog .modal-content .modal-body {
    padding: 15px;
}

#login_box .modal-dialog .modal-content .modal-header {
    padding: 8% 8% 4% 8%;
}

#login_box .modal-dialog .modal-content .modal-body {
    padding-right: 8%;
    padding-left: 8%;
}

#addon-popup .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #000000;
}

.pd-4 {
    padding-left: 4px!important;
    padding-right: 4px!important;
}

.material-icons {
    font-size: 20px!important;
}

.price-icons {
    padding: 4px 4px;
    background: #E3E6EA;
    border-radius: 7px;
    margin-left: 10px;
}

.count-amt-icons {
    padding: 4px 4px;
    background: #E3E6EA;
    border-radius: 7px;
    cursor: pointer !important;
}

.cart-area .price-icons-cart {
    padding: 5px 6px;
    background: #eb0000;
    border-radius: 7px;
    margin-left: 5px;
    color: white;
    font-size: 14px!important;
}

.header-single {
    float: left;
    font-family: 'GT Walsheim Med';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    padding-top: 6px;
}

.header-addon {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 16pt;
    color: #000000;
}

.closed-icon {
    background: #E5E5E5;
    padding: 0px 6px;
    margin-left: -28px;
    border-radius: 11px;
    padding-top: 6px;
    position: absolute;
    top: -35px;
    right: -42px;
}

.modal-content {
    border-radius: 22px !important;
}

.close-icon {
    font-size: 20px;
    background: #E5E5E5;
    box-shadow: 0px 5.25339px 15.7602px rgb(247 245 221 / 25%);
    border-radius: 12px;
    /* padding: 6px 12px; */
}

.search-title {
    font-family: "Raleway";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-left: 11%;
}

.modal-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #F26469;
    color: white;
}

.modal-content {
    border-radius: 20px;
}

.widget {
    text-align: right;
}

.modal-text {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 22px;
}

.counters {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addon-break {
    width: 110%;
    margin-left: -8%;
    margin-top: 2%;
}

.addon-labels {
    padding-left: 10%;
    font-weight: normal !important;
    margin-top: 6%;
}


/* input[type="checkbox"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1rem;
    height: 1rem;
    border-radius: 10%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
  } */

.titles-texts {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    margin-top: 8%;
}

.pd-right {
    margin-left: 9px;
}

.modal-button {
    margin-top: 4%;
    width: 98%;
    margin-left: 1%;
    background: #EF4245 !important;
    box-shadow: 0px 8px 30px rgb(242 100 105 / 15%) !important;
    border-radius: 12px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    font-family: "Raleway" !important;
    text-align: left !important;
    padding-right: 18% !important;
    padding-left: 18% !important;
}

.modal-buttons {
    padding: 12px;
    color: white;
    border: none;
    background: #F26469;
    box-shadow: 0px 8px 30px rgb(242 100 105 / 15%);
    border-radius: 12px;
    width: 100%;
    margin-bottom: 9%;
    text-transform: uppercase;
    font-family: "Raleway";
    font-size: 18pt;
    font-weight: inherit;
}

.modal-widget {
    border: 1px solid #252525;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}

.modal-counter {
    background: #F1F3F6;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 5px;
    font-family: "Raleway";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.modal-input {
    padding: 13px;
    width: 10% !important;
    font-size: 24px;
    height: 30px !important;
    margin-left: 30px;
    margin-top: 2px;
    margin-right: 5px;
    background: #F1F3F6;
    border-radius: 8px;
    border: none;
}

.search-input {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    width: 49%;
    height: 33px;
    margin-left: 3%;
}

.modal-heading {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.modal-img {
    border-radius: 22px;
}

@media (min-width: 576px) {
    .modal-addon {
        max-width: 430px;
    }
}

.btn-addon {
    width: 100%;
    padding: 12px;
    color: white;
    margin-top: 10px;
    border: none;
    background: #F26469;
    box-shadow: 0px 8px 30px rgb(242 100 105 / 15%);
    border-radius: 10px;
    text-transform: uppercase;
    font-family: "Raleway";
    font-size: 16pt;
}

.btn-counter {
    padding: 12px;
    color: white;
    border: none;
    background: #F26469;
    margin-top: 4%;
    box-shadow: 0px 8px 30px rgb(242 100 105 / 15%);
    border-radius: 12px;
    width: 100%;
    margin-bottom: 10%;
    text-transform: uppercase;
    font-family: 'GT Walsheim Med';
    text-align: center;
    font-size: 14px;
}

.first-titles {
    font-size: 20pt;
    font-family: 'Raleway';
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.menu-title {
    font-family: "Raleway";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    float: left;
    padding-bottom: 10px;
}

.line-break {
    width: 24%;
    margin: inherit;
    border-width: 3px;
}

.timing {
    /* float: right; */
    color: black;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
    background: #F7F5DD;
    padding: 5px 10px;
}

.container-small {
    width: 75%;
}

.header-titles {
    align-self: end;
}

.take-out {
    /* float: right; */
    font-family: "Raleway";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #252525;
}

.box-1-grade {
    background: radial-gradient(#fff4f4, #fffdfd);
    border-radius: 50%;
    position: absolute;
    top: 144px;
    /* width: 300px; */
    /* height: 402px; */
    z-index: -1;
    left: 165px;
    box-shadow: 0px -6px 103px rgb(255 204 207 / 15%);
}

.box-4-grade {
    background: radial-gradient(#fff4f4, #fffdfd);
    border-radius: 50%;
    position: absolute;
    top: 200px;
    /* width: 300px; */
    /* height: 402px; */
    left: -280px;
    z-index: -1;
    box-shadow: 0px -6px 103px rgb(255 204 207 / 15%);
}

.box-grade {
    display: inline-block;
    float: left;
    width: 45%;
    height: 600px;
    line-height: 100px;
    margin: 0 1em 1em 0;
    text-align: center;
    color: #fff;
}

.first-heading {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
    text-align: left;
    color: #252525;
}

.second-heading {
    font-family: "Raleway";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    color: #252525;
}

.small-widget {
    background: linear-gradient(0deg, rgba(253, 58, 132, 0.8) 0%, rgba(255, 166, 141, 0.8) 100%);
    float: right;
    width: 44px;
    text-align: center;
    border-radius: 20px;
    color: white;
}

.small-widgets {
    float: right;
    width: 44px;
    text-align: center;
    border-radius: 20px;
    background: rgba(229, 229, 229, 0.8);
    color: white;
}

.list-group-item {
    border: none !important;
}

hr {
    margin: 0 auto;
}

.tabs {
    text-align: right;
}


/* body{
  background: rgb(247,245,221);
  background: linear-gradient(90deg, rgba(247,245,221,1) 0%, rgba(255,237,232,1) 35%, rgba(252,226,210,1) 100%);
} */

.main-cont {
    background: #FAFAFA;
    /* background: linear-gradient(90deg, rgba(247,245,221,1) 0%, rgba(255,237,232,1) 35%, rgba(252,226,210,1) 100%); */
    width: 80%;
    border-radius: 20px;
}

.dish-text {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 16pt;
    margin-bottom: 5px;
    color: black;
    line-height: initial;
}

.dish-desc {
    font-family: 'Raleway';
    font-size: 14px;
    color: #525353;
    margin-bottom: 5px;
    line-height: initial;
}

.menu-row {
    background: #F7F5DD;
    margin: 50px 24px;
    padding: 12px 3px;
    border-radius: 20px;
}

.menu-rows {
    padding: 15px;
    margin-bottom: 15px;
    transition: 0.5s;
    background: white;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    /* border: 1px solid #6969691c; */
}


/* .menu-rows:first-child {
    padding-top: 0px;
} */

.menu-rows:hover .price-icons {
    background: #F9E5CD;
}

.dish-prices {
    display: flex;
    /* justify-content: end; */
    text-align: right;
    line-height: 14px;
    align-items: flex-end;
    flex-direction: column;
}

.play_btn {
    position: absolute;
    bottom: 0;
    align-items: end;
}

.dish-price {
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 12px;
}

.order-lines {
    margin-top: 10px;
}

.order-slip-text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}

.cart-area .order-text {
    font-family: 'GT Walsheim light';
    font-size: 14pt;
}

hr {
    border-top: 1px solid #F1F3F6;
}

.order-texts {
    margin: 0;
}


/* .left-side-para {
    padding: 15px 0px;
    font-family: "GT Walsheim extrthin";
    font-size: 14px;
    border-bottom: 1px solid #E3E6EA;
    margin-bottom: 0px;
} */

.left-side-para {
    padding: 15px 0px;
    font-family: "GT Walsheim extrthin";
    font-size: 14px;
    border-bottom: 1px solid #E3E6EA;
    margin-bottom: 0px;
}

.left-side-para:last-child {
    border-bottom: none;
}

.left-widget {
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    font-family: 'Raleway';
    font-weight: 500;
    margin-left: 10px;
}

.left-widgets {
    float: right;
    padding: 1px 11px;
    background: rgba(229, 229, 229, 0.8);
    border-radius: 20px;
    font-family: 'Raleway';
    font-weight: 500;
    color: black;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu .left-side-para {
    padding-inline: 15px !important;
    margin-bottom: 0px;
}

#dropdownMenuLink {
    width: 80%;
    text-align: left;
    border: 1px solid #C4C4C4;
}

.header-mdl {
    text-transform: uppercase;
    color: black;
}

.btn-secondary.dropdown-toggle {
    background: white !important;
}

.addon-item-title {
    color: #000000;
    font-family: 'Raleway';
    font-size: 16pt;
}

#dropdownMenuButton {
    width: 80%;
    text-align: left;
    border-radius: 0.25rem;
    /* border: 1px solid #eb0000; */
}

.cart-area .icons {
    background: linear-gradient(0deg, rgba(253, 58, 132, 0.6) 0%, rgba(255, 166, 141, 0.6) 100%);
    float: right;
}

.dropdowns {
    display: none;
}

.cat_icons {
    background: white!important;
}

.search_icon {
    color: #eb0000;
    padding-left: 12px;
    margin-top: 4px;
    font-size: 20px;
}

.cat {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 20pt;
    color: black;
}

.cat_small {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .main-dish-text {
        padding-left: 10%;
    }
    .left-widgets {
        font-size: 11px;
        padding: 1px 9px;
    }
}

@media only screen and (max-width: 1068px) {
    .price-icon {
        margin-left: 0px !important;
    }
    .price-icons {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 991px) {
    .top_cat {
        padding: 0;
    }
    #dropdownMenuButton {
        width: 100%;
    }
    .second-tab-textarea {
        width: 85% !important;
    }
    .textarea-div {
        text-align: center;
    }
    .labels {
        text-align: left;
        margin-left: 8%;
        margin-top: 7% !important;
    }
    .second-tab-button {
        width: 82% !important;
    }
    .closedaddon-icon {
        padding: 0px 6px;
        padding-top: 6px;
        top: -48px;
        right: -25px;
    }
    .modal-text {
        font-size: 14pt;
        float: unset;
    }
    .closed-icon {
        padding: 0px 4px;
        padding-top: 4px;
        top: -54px;
        right: -30px;
    }
    .second-tab-fields,
    .textarea-div {
        text-align: center;
    }
    .header-titles {
        text-align: center;
    }
    .section-tab {
        margin: auto !important;
    }
    div>.section-tab {
        margin-top: 10% !important;
    }
    .icons-div {
        margin-top: 10% !important;
    }
    .icon-bg {
        padding: 19px 24px !important;
    }
    .price-icon {
        margin-left: 10px !important;
    }
    .price-icons {
        margin-left: 10px !important;
    }
    .dropdowns {
        display: block !important;
        margin-bottom: 20px;
    }
    .conts {
        max-width: 95% !important;
        width: 95% !important;
    }
    .test {
        display: none;
        /* overflow-y: hidden!important;
        overflow-x: auto!important;
        display: flex;
        height: auto!important; */
    }
    .getCatname {
        border-right: 1px solid #ececec;
        padding: 2px 30px;
    }
    /* .left-widget {
        display: none;
    } */
    .main-dish-text {
        padding-left: 0%;
    }
    .menu-row {
        margin: 40px 0px;
        margin-bottom: 20px;
    }
    .line-break {
        width: 27%;
        margin: inherit;
        border-width: 3px;
        margin-top: 33px;
        margin-left: 33%;
    }
    .menu-title {
        margin-left: 33%;
    }
    .menu-bet {
        margin-top: 4%;
    }
    .first-tab {
        margin-left: 3% !important;
    }
    /* .small_screen {
        display: flex;
        height: auto!important;
        overflow-x: auto;
        position: relative;
        width: 100%;
        border-radius: 0px!important;
    } */
    .getCatname {
        clear: both;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
    }
    .cat_small {
        display: block;
        margin-left: -45px;
        margin-right: -45px;
    }
    .categoryMainClass::-webkit-scrollbar {
        display: none;
    }
    .categoryMainClass {
        background: transparent!important;
    }
}

@media screen and (max-width: 1500px) and (min-width: 991px) {
    .col-2.cart-menu-img.img-fluid {
        padding-right: 5px;
        padding-left: 0px;
    }
    .main-cont {
        width: 90%;
    }
    .container {
        width: 95%;
    }
    .container-small {
        width: 80%;
    }
    .header-content>.settings-wrapper {
        margin-left: 10px;
    }
    /* .ht-main-menu nav>ul>li {
        margin: 0 -4px;
    } */
}

@media screen and (max-width: 1500px) and (min-width: 1300px) {
    .ht-main-menu nav>ul>li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1350px) {
    .settings-wrapper {
        margin-left: 10px;
    }
    .timing {
        font-size: 26px;
    }
    .main-dish-text .dish-prices {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 918px) {
    .search-title {
        font-weight: bolder;
        color: #252525;
        margin-left: 0% !important;
    }
    .search-input {
        margin-left: 0px;
    }
    .line-break {
        width: 34%;
    }
    .restaurant-title {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 803px) {
    .search-title {
        font-size: 15px;
    }
    .menu-title {
        font-size: 17px;
    }
    .restaurant-title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .container {
        width: 100%;
        max-width: 100%;
    }
    .first-heading {
        font-size: 44px;
        line-height: 50px;
    }
    #dunkles .container {
        width: 100%;
        max-width: 100%;
    }
    .order-row {
        margin-top: 20px;
    }
    .menu-title {
        font-size: 20px !important;
        margin-left: 32%;
    }
    .restaurant-title {
        font-size: 20px !important;
    }
    .tabs {
        text-align: center;
        margin: auto;
    }
    .line-break {
        margin-top: 33px;
    }
    .price-icon {
        padding: 10px 12px;
        background: #F9E5CD;
        border-radius: 7px;
        margin-left: 13%;
    }
    .price-icons {
        padding: 5px 4px;
        background: #E3E6EA;
        border-radius: 7px;
        margin-left: 13%;
    }
}

.price-icons-cart:hover {
    background: #f88b8f;
    cursor: pointer;
}

.search-icon {
    display: none;
}

@media only screen and (max-width: 992px) {
    .second-heading {
        padding-bottom: 12px;
        border-bottom: 2px solid #BBB4B5;
        text-align: center;
    }
    .search_lg_sc {
        display: none;
    }
    .search-icon {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .main-cont {
        width: 90%;
    }
    .cat {
        font-size: 16pt;
        font-weight: bold;
    }
    .first-heading {
        font-size: 30pt;
        line-height: 33px;
        color: #000000;
    }
    .second-heading {
        font-size: 14pt;
        line-height: 34px;
        text-align: center;
    }
    .timing {
        font-size: 14pt;
        line-height: 20px;
        font-weight: bold;
    }
    .take-out {
        font-size: 13pt;
        font-weight: initial;
    }
    .first-tab {
        margin-left: 3% !important;
    }
}

@media only screen and (max-width: 479px) {
    .header-titles {
        margin-top: 30px;
    }
    .first-tab {
        margin-left: 3% !important;
    }
}

@media only screen and (max-width: 435px) {
    .main-cont {
        padding: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .modal-texts {
        font-size: 15px !important;
    }
    .side-orders {
        margin-left: 23% !important;
    }
}

@media only screen and (max-width: 396px) {
    .dish-text {
        font-size: 15px;
    }
    .price-icons {
        padding: 6px 5px !important;
    }
    .dish-prices {
        padding-left: 0px!important;
    }
    .dish-price {
        font-size: 14px!important;
    }
    .cat_small {
        margin-left: -15px;
        margin-right: -45px;
    }
}

@media only screen and (max-width: 375px) {
    .tabset>label::after {
        content: "";
        position: absolute;
        left: 37px !important;
        bottom: 10px;
        width: 108px !important;
        height: 2px;
        background: #C4C4C4;
        margin-left: -29px;
    }
    .modal-widget {
        padding-top: 0px;
    }
    .modal-texts {
        font-size: 16px !important;
        margin: 0px !important;
    }
    .modal-text {
        margin: 0px !important;
    }
    .side-orders {
        margin-left: 8% !important;
    }
    .modal-widget div {
        padding-top: 5%;
    }
    .modal-img {
        width: 100%;
    }
    .tabset>input:focus+label::after,
    .tabset>input:checked+label::after {
        width: 100px !important;
        margin-left: -30px;
    }
    .second-tab {
        padding-left: 0px !important;
    }
    .second-tab-class {
        margin-top: -65% !important;
    }
    .time-row {
        font-size: 12pt !important;
    }
}

@media only screen and (max-width: 600px) {
    .box-grade {
        width: 100%;
        height: 300px;
    }
    .box-1-grade {
        top: 391px;
        left: -144px;
    }
    .right-side-order .order-row-new {
        padding: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
        background: white;
    }
    .right-side-order .modal-buttons {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 901px) {
    .main-cont {
        background: transparent;
    }
}

@media only screen and (max-width: 348px) {
    .dish-desc {
        font-size: 12px !important;
    }
    .menu-price-btn {
        padding: 5px 15px;
    }
    .btn-addon {
        font-size: 12px;
    }
    .price-icons {
        margin-left: 5px !important;
        padding: 4px 2px !important;
    }
    .dish-text {
        font-size: 13px;
    }
    .col-8.main-dish-text {
        padding-left: 10px;
    }
    .second-tab-class {
        margin-top: -70% !important;
    }
    .first-tab {
        margin-left: 7% !important;
    }
    .tabset>label {
        font-size: 14pt !important;
    }
    .modal-texts {
        width: 100%;
        text-align: center;
    }
    .side-orders {
        margin-left: 22% !important;
    }
    .modal-button {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 305px) {
    .second-tab-class {
        margin-top: -85% !important;
    }
    .tabset {
        margin-top: 75% !important;
    }
    .first-tab {
        margin-left: 0% !important;
    }
}


/*
 CSS for the main interaction
*/

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}


/*
 Styling
*/


/* body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
} */

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18pt;
}

.tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 170px;
    height: 2px;
    background: #C4C4C4;
}


/* .tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
} */

.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: black;
}

#marzen,
#dunkles {
    border-top: none;
    z-index: -1;
}

#marzen {
    margin-top: -11%;
}

.second-tablet {
    background: #FFFFFF;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.section-tab {
    background: #F26469;
    height: auto;
    padding: 9%;
    border-radius: 18px;
    margin-left: -12px;
    padding-bottom: 12%;
}

.icon-bg {
    background: #e0e0e0;
    margin-top: 75%;
    padding: 12px 13px;
    border-radius: 5px;
}

.section-tab-title {
    padding-left: 4%;
    color: white;
    font-family: "Raleway";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
}

.c-text {
    font-family: 'Raleway';
}

.second-tab-button {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
}

.first-tab,
.second-tab {
    border: none !important;
    z-index: 999;
}

.labels {
    display: block;
    margin-top: 10%;
}

.second-tab-input {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.8);
    box-sizing: border-box;
    box-shadow: 0px 8px 25px rgba(247, 245, 221, 0.3);
    border-radius: 8px;
    height: 48px;
    width: 85%;
}

.second-tab-textarea {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 8px 25px rgba(247, 245, 221, 0.3);
    border-radius: 8px;
    width: 100%;
}

.lbl-checkbox input[type=checkbox].checkbox {
    width: 2rem !important;
    height: 2rem !important;
}

.second-tab-title {
    font-family: "Raleway";
    font-size: 20pt;
    color: #000000;
    font-weight: 700;
}

.second-tab-button {
    background: #EF4245;
    box-shadow: 0px 8px 30px rgba(242, 100, 105, 0.3);
    border-radius: 12px;
    color: white;
    border: none;
    margin-top: 17%;
    padding: 12px 12px;
    width: 100%;
}

.first-tab {
    margin-left: 24%;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

input[type=checkbox].checkbox {
    appearance: none;
    width: 1.3rem;
    height: 1.3rem;
    position: fixed;
}

.register a:hover {
    text-decoration: none;
    color: #ffffff;
}

input[type=checkbox].checkbox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 0);
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px #d6d6d6;
    font-size: 0rem;
    font-weight: bolder;
    line-height: 1rem;
    text-align: center;
    transition: background-color 20ms 0ms ease, color 20ms 20ms ease, font-size 20ms 20ms ease;
}

.ctm-popup {
    margin-bottom: 20px;
}

input[type=checkbox].checkbox:checked::after {
    content: "✔";
    color: red;
    background-color: white;
    font-size: 2rem;
    margin-bottom: 0px;
    font-weight: 100;
}

.pd-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.fieldset {
    display: flex;
    flex-flow: row nowrap;
}

@media only screen and (max-width: 700px) and (min-width: 611px) {
    .search-input {
        width: 67%;
    }
}

@media only screen and (max-width: 600px) and (min-width: 541px) {
    .search-input {
        width: 67%;
    }
}

@media only screen and (max-width: 540px) and (min-width: 501px) {
    .search-input {
        width: 66%;
    }
}

@media only screen and (max-width: 500px) and (min-width: 431px) {
    .search-input {
        width: 62%;
    }
}

@media only screen and (max-width: 430px) and (min-width: 401px) {
    .search-input {
        width: 60%;
    }
}

@media only screen and (max-width: 400px) and (min-width: 350px) {
    .search-input {
        width: 54%;
    }
}

@media only screen and (max-width: 800px) {
    .dish-price {
        font-weight: 800;
        font-size: 14px;
    }
}

@media only screen and (max-width: 347px) {
    .dish-prices {
        padding-left: 0px!important;
    }
}

.c-text {
    word-break: break-all;
}

.modal-buttons sup {
    top: -1.1em;
    background-color: white;
    color: black;
    border-radius: 100%;
    padding: 0px 4px;
    font-size: 12px;
    right: 5px;
}

.modal-buttons span {
    margin-right: 30px;
}

.count-amt-icons {
    cursor: pointer;
}

.contact-details {
    font-size: 10pt;
    color: #000000;
}

.opening-hours-title {
    font-size: 20pt;
    font-weight: 600;
    color: #000000;
}

.categoryMainClass {
    background: white;
    border-radius: 20px;
    overflow-y: auto;
}

.categories-order {
    overflow-y: auto;
    /* min-height: 20vh; */
    max-height: 50vh;
}

.categories-order::-webkit-scrollbar {
    width: 10px;
}

.categories-order::-webkit-scrollbar-track {
    background: #ffffff;
}

.categories-order::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 15px;
}

.categoryMainClass::-webkit-scrollbar {
    width: 10px;
}

.categoryMainClass::-webkit-scrollbar-track {
    background: #ffffff;
}

.categoryMainClass::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 15px;
}

.categoryMainClass::-webkit-scrollbar {
    width: 10px;
}

.categoryMainClass::-webkit-scrollbar-track {
    background: #ffffff;
}

.categoryMainClass::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 15px;
}

@media screen and (max-width: 1680px) and (min-width: 1500px) {
    .modal-buttons {
        font-size: 14pt;
    }
    .modal-buttons span {
        margin-right: 20px;
    }
    .modal-buttons sup {
        right: 13px;
    }
    .pd-right {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
    .modal-buttons {
        font-size: 14pt;
    }
    .modal-buttons span {
        margin-right: 20px;
    }
    .modal-buttons sup {
        right: 13px;
    }
    .pd-right {
        margin-left: 0px;
    }
}

@media(max-width:989px) {
    /* .cat-title {
        display: none !important;
    } */
}

@media screen and (max-width: 992px) {
    .deliveryHours {
        margin-top: 15px;
    }
}

.order-slip-text {
    font-family: 'Raleway' !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 20pt !important;
}

.dev-update-menu-btn {
    display: none;
}

.time-row {
    display: flex;
    justify-content: space-between;
    font-size: 16pt;
    color: #000000;
    margin-bottom: 10px;
}

.day-label {
    font-weight: 700;
}

.day-timing {
    font-weight: 400;
}