.main-logo {
    width: 120px;
}

.main-menu {
    padding: 0 30px;
    width: 100%;
}

.topbar {
    background-color: #1c1364;
    padding: 10px 60px;
}

.topbar a {
    color: #fff;
}

.head-social a i {
    color: #fff;
}

.reg-links {
    display: flex;
    position: absolute;
    right: 0;
}

.main-menu .navbar-nav li a {
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 500;
}

.main-menu .navbar-nav li a span {
    font-size: 12px;
}

.main-menu .navbar-nav li {
    padding: 0 8px 0 8px;
    border-right: 1px solid #b4b4b4;
}
.main-menu .navbar-nav li:last-child{
    border-right: 0px solid #b4b4b4;
}
.navbar-brand {
    margin-right: 8rem;
}

.main-menu .navbar-nav li:after {
    content: '';
/*    position: absolute;*/
/*    top: 25px;*/
/*    margin: 0 90px;*/
/*    width: 1px;*/
/*    height: 43%;*/
    background: #aaa;
}

.main-menu .navbar-nav li:last-child:after {
    display: none;
}

.ld-img {
    width: 50%;
}

.links a {
    display: inline-block;
    padding: 0px;
}

.banner .carousel-caption {
    position: absolute;
    right: 15%;
    top: 33%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #0000006b, #0000006b);
}

.banner .carousel-caption h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.banner .carousel-caption p {
    font-size: 16px;
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 35%;
}

.del-details {
    background-color: #ffc501;
    padding: 15px 0px 0;
    width: 85%;
    display: flex;
    margin: -35px auto 0;
    z-index: 1;
}

.del-details li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}

.del-details li:after {
    content: '';
    position: absolute;
    top: 5px;
    margin: 0 20px;
    width: 1px;
    height: 87%;
    background: #222;
}

.del-details li:last-child::after {
    display: none;
}

.del-details img {
    width: 40px;
}

span.bd-txt {
    margin-left: 15px;
    font-weight: 500;
    color: #1b1363;
}

.why-choose {
    padding: 60px 0;
}

.phone-img {
    padding: 0px 30px 0;
}

.choose-title {
    font-size: 20px;
    position: relative;
}

.choose-title .number {
    position: absolute;
    right: -26%;
    background-color: #ccc;
    top: -8px;
    padding: 9px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.r-2 .choose-title .number {
    position: absolute;
    left: -16%;
    background-color: #ccc;
    top: -8px;
    padding: 9px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.w-90 {
    width: 80% !important;
}

.testimm {
    background: url(../img/testi-bg.jpg);
    padding: 6% 0 3%;
    height: 100%;
    background-size: cover;
}

.testimm .carousel-item {
    width: 100%;
    height: 100%;
    display: block;
}

.testimm .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 6%;
}

.testimm .carousel-caption img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.testimm .carousel-control-next,
.testimm .carousel-control-prev {
    width: 35%;
}

.works {
    padding: 60px 0 130px;
}

.work-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 auto;
}

.works h3 {
    font-size: 20px;
    color: #1b1363;
    margin-top: 15px;
}

.app-sec {
    background: #ffc501;
    padding: 40px 0;
}

.text-black {
    color: #000;
}

.odd-img {
    position: absolute;
    left: 83px;
    top: -61%;
    width: 58%;
    z-index: 0;
}

img.img-fluid.sct-img {
    position: absolute;
    width: 58%;
    left: 113px;
}

.main-footer {
    background: #000;
    padding: 40px 0;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
}

.copyright {
    border-top: 1px solid #6f6f6f;
    padding-top: 20px;
}


/*select packages css start*/

.section-padding {
    padding: 50px 0;
}

.boxcontent {
    background: rgb(28 19 100);
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.packagesbox {/*    border: 1px solid #7d7d7d;*/padding-bottom: 15px;margin-bottom: 32px;box-shadow: 2px 5px 20px 0px rgb(0 0 0 / 12%);}

.choosedates {
    border-right: 1px solid #000;
}

.noborderright {
    border-right: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.packagesbox label.form-check-label {
    font-weight: 700;
}

.pl-8 {
    padding-left: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.align-items-center {
    align-items: center !important;
}


/*datepicker css start*/


/*datepicker css end*/

.selectpackages {
/*    border: 1px solid #7d7d7d;*/
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
    box-shadow: 2px 5px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.noofdays {
    background: rgb(28 19 100);
    padding: 15px 0px;
/*    padding-top: 10px;*/
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.selecteddates {
    text-align: center;
    padding: 0px 12px;
    margin: 0px 17px;
}

.selecteddays {
    text-align: center;
    padding: 0px 12px;
}

.selecteddays .dateselected {
    background: #f8f8f8;
    border: 2px solid #f8f8f8;
    margin: 8px 0px;
    padding: 6px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.dateselected {
    background: #f8f8f8;
    border: 2px solid #f8f8f8;
    margin: 4px 0px;
    padding: 6px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.dateselectedcss {
    border: 2px solid #28a745;
    background: #fff;
}

.dateselected:hover {
    /*    background: #28a745;*/
    /*    color: #fff;*/
    border: 2px solid #28a745;
    transition: all .5s ease
}

.selectpackages table {
    width: 100%;
}

.selectpackages td,
th {
    padding: 3px 0px;
    /*    border-bottom: 1px solid #7d7d7d;*/
}

.chartsection {
    padding: 0px 20px;
}

.chartsection table td {
    font-size: 16px;
}

.totalcss {
    background: #ffe17b;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    height: 50px;
}

.mt-20 {
    margin-top: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.crossiconcss {
    color: red;
    padding-left: 10px;
    cursor: pointer;
}

.price.text-center {
    color: #0caa49;
    font-weight: 500;
}

.section-padding h1 {
    margin-bottom: 20px;
    font-size: 26px;
}
p>b {
    color: #28a745;
}

.tablecss {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.tablecss td,
.tablecss th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 5px ;
}
.tablecss th {
    background: #b7b7b773;
    border-color: #fff;
    padding-left: 12px;
} 
.tablecssprepacked{
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0px;
}
.tablecssprepacked td,
.tablecssprepacked th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 8px 5px;
}

.tablecssprepacked td:first-child {
    font-weight: 700;
}

.defaultpackages {
    padding: 0px 20px;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    width: 40px !important;
    flex: none;
}

.input-group-text {
    padding: 5px 6px;
    cursor: pointer;
}

.p59 {
    padding: 5px 9px;
}

.container-fluidcss {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    margin: auto;
    width: 80%;
}

.borderlinebottom {
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

div#ui-datepicker-div {
    background: #fff;
    color: #000;
    z-index: 1000;
}

select.ui-datepicker-month {
    margin-right: 10px;
}

a.ui-datepicker-prev.ui-corner-all {
    margin-right: 20px;
}

section.prefoot {
    padding-bottom: 20px;
}

.main-footer p {
    font-size: 14px;
    line-height: 1.6;
}

.ft-white-logo {
    width: 150px;
}

.f-title {
    color: #fff;
    font-size: 22px;
}

.ft-menu {
    padding-left: 0;
    margin-top: 10px;
}

.ft-menu li {
    color: #e0e0e0;
    list-style: none;
    font-size: 14px;
    line-height: 1.6;
    margin: 6px 0px;
}

.footer-social a {
    color: #fff;
    background: #ffffff52;
    padding: 6px 9px;
    border-radius: 50%;
    margin: 0px 5px;
}

.copyright a {
    color: #ffc107;
}

.paymentimg a {
    margin: 0px 5px;
}

.otherpageslinks a {
    color: #fff;
    margin: 0px 25px;
    text-decoration: none;
}

.tmpdaysaddcart,
.daysaddcart {
    background: green !important;
    color: white;
}

.datenothide {
    display: block !important;
}

.event a {
    background: rgb(108 198 114 / 46%) !important;
    color: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #28a745 !important;
    /* background: rgb(40 167 69 / 25%) !important; */
    /* background: green !important; */
    ccolor: #000000 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #28a745 !important;
    background: rgb(40 167 69 / 25%) !important;
    color: #000000 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #bce5be none !important;
    color: black !important;
}


/*select packages css end*/

.mt-6 {
    margin-top: 3.2em;
}
.dates {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: auto;
    height: 100%;
}

.cat-listing ul.sidenav {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.cat-listing ul.sidenav li a {
    padding: 8px 15px;
    color: #000;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.cat-listing ul.sidenav li a:hover, .cat-listing ul.sidenav li.active a {
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
}
.listing-foods img.work-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 8px solid #efefef;
    margin-bottom: 12px;
    transition: all 0.3s linear;
}
.listing-foods .col-md-3 {
    padding: 0 10px;
}
.listing-foods .food-wrapper {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 12px 5px;
    transition: all 0.3s linear;
}
.listing-foods .food-wrapper:hover  {
    box-shadow: 0 4px 15px #e6e6e6;
    text-decoration: none;
    transform: scale(1.03);
}
.listing-foods .food-wrapper:hover img.work-img {
    border: 8px solid #28a745;
}
.listing-foods .food-wrapper h3 {
    font-size: 16px;
    color: #000;
}
.listing-foods .food-wrapper h3 span.day_s{
    font-size: 12px;
    display: block;
    color: #28a745;
    margin: 5px 0;
}
.listing-foods .food-wrapper h3 span.day_s{
    font-size: 12px;
    display: block;
    color: #28a745;
    margin: 5px 0;
}
.listing-foods .food-wrapper .cost {
    font-size: 14px;
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
}
.price.d-inline {
    padding: 5px 15px;
    color: #fff;
    background-color: #28a745;
    border-radius: 5px;
    font-weight: 600;
}
.order-details .dropdown-menu {
    height: 255px;
    overflow-y: scroll;
    width: 100%;
}
.add-on-table table thead th {
    text-align: center;
    background: #28a745;
    color: #fff;
    font-weight: 500;
}
.add-on-table table tbody tr td:first-child {
    text-align: left;
}
.add-on-table table tbody tr td {
    text-align: center;
}
.add-on-table table tbody tr td .input-group {
    justify-content: center;
}
.add-on-table .input-group-append, .add-on-table .input-group-prepend, .add-on-table .input-group >.form-control {
    height: 30px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff0;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(246 246 246);
}
.add-on-table tbody {
    border: 1px solid #e8e8e8;
}

.wds .noofdays {
    background: rgb(40 167 69);
}
.wds .noofdays h3 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    line-height: 34px;
    padding: 0 20px;
}

/*prepacked css start*/
.tiffin_recent_products .tiffin_recent_product {
    margin: 0 15px;
        margin-bottom: 55px;
    box-shadow: 0 10px 20px 5px rgb(0 0 0 / 15%);
/*    background: #ffffff;*/
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
}
.tiffin_recent_product .tiffin_recent_product_image a, .tiffin_recent_product .tiffin_recent_product_image img {
    display: block;
}
.tiffin_recent_product .tiffin_recent_product_image img {
    width: 100%;
    height: auto;
}
.tiffin_recent_product_content {
    background: url(../img/prepacked/products_background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 0 30px 46px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tiffin_recent_product_price {
    display: inline-block;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    margin: 0 0 16px 0;
    transform: translateY(-25px);
}
.tiffin_recent_product_price del {
    font-weight: 400;
    background: #212121;
    color: #808080;
}
.tiffin_recent_product_price del, .tiffin_recent_product_price span {
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 6px 15px 4px 15px;
}
.tiffin_recent_product_price span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    background: #ffc600;
    color: #ffffff;
}
.tiffin_recent_product_content h4 {
    margin: 0;
}
.tiffin_recent_product_content h4 span {
    color: #ffc600;
    margin: 0 0 7px 0;
}
.tiffin_recent_product_content h4 a {
        color: #ffffff;
    transition: opacity 300ms;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 32px;
}
.tiffin_recent_product_content h4 a:hover {
    opacity: 0.7;
    text-decoration: none;
}
h1 span.tiffin_up_title, h2 span.tiffin_up_title, h3 span.tiffin_up_title, h4 span.tiffin_up_title, h5 span.tiffin_up_title, h6 span.tiffin_up_title {
    text-transform: none;
    display: block;
    font-weight: 400;
    margin: 0 auto 8px auto;
    font-style: italic;
}
/*prepacked css end*/

/*9449844835*/
/*prepacked detail css start*/
.selectedfood{
    background: #f5f5f5;
/*    box-shadow: 0 0 20px #999;*/
    box-shadow: 0 0px 10px -2px rgb(0 0 0 / 12%);
}
.selectedfood p{
     
    font-weight: 600;
    background: rgb(188 229 190);
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 45px;
    line-height: 45px;

}
.selectedfood1{
    background: #fff;
/*    box-shadow: 0 0 20px #999;*/
/*        border: 1px solid #7d7d7d;*/
/*    padding-bottom: 15px;*/
    margin-bottom: 20px;
    z-index: 9;
/*    box-shadow: 0 0px 10px -2px rgb(0 0 0 / 12%);*/
}
.selectedfood1 p{
    font-weight: 600;
    background: rgb(188 229 190);
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 45px;
    line-height: 45px;

}
.btncss {
    padding: 7px 7px;
    font-size: 14px;
}
@media (min-width: 768px){
.colmd4css .setwidth{
        flex: 0 0 28.333333%;
    max-width: 28.333333%;
}
}
.colmd4css {
    margin-bottom: 8px;
    border-bottom: 1px solid #bce5be;
    padding-top: 8px;
/*    align-items: center;*/
}
.mb-10{
    margin-bottom: 10px;
}
.sticky-pos {
    position: sticky;
    top: 0;
}
/*prepacked detail css end*/

/*dailttiffin css start*/
.dailytiffin{
    box-shadow: 0 8px 20px 0px rgb(0 0 0 / 15%);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 80px;
    border: 1px solid #ebe5e5;
    padding: 20px 20px 24px;
    transition: all 0.2s linear; 
    position: relative;
}
.dailytiffin:before {
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    height: 70px;
    border-radius: 0 0 70px 70px;
    background: #fec705;
    top: 0px;
    z-index: -1;    
}
.dailytiffin img {
    border-radius: 50%;
    margin-bottom: 40px;
    margin-top: 30px;
    box-shadow: 0 8px 16px 4px rgb(0 0 0 / 18%);
    border: 5px solid white;
}
.dailytiffin h2 {
    font-size: 24px;
/*    text-transform: uppercase;*/
    margin-bottom: 16px;
}
.dailytiffin a {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    display: inline-block;
    padding: 8px 30px 10px;
    color: #0ca34a;
    left: 50%;white-space: nowrap;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 40px;
    border: 2px solid #0ca34a;
    transition: all 0.2s linear; 
}
.dailytiffin a:hover{
    text-decoration: none;
}
.dailytiffin:hover{
   background: #fee690;
}
.dailytiffin:hover a{
   color: #fff;
    background: #0ca34a;
    border-radius: 40px;
    border: 2px solid #0ca34a;
}
/*
.dailytiffin:hover img{
    animation: rotate-smooth 14s cubic-bezier(0.26, 0.26, 1, 1) infinite;
}
*/
@keyframes rotate-smooth {
   from {
      transform: rotate(0);
   }
   to {
      transform: rotate(360deg);
   }
}
ul.selectedfoodul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    padding-inline-start: 0px;
}
ul.selectedfoodul li {
    text-align: center;
    padding: 8px 0px;
    border-bottom: 1px solid #bce5be;
    padding-bottom: 8px;
}
ul.selectedfoodul li a{
    color: #000;
}
ul.selectedfoodul li a:hover{
    text-decoration: none;
}
ul.selectedfoodul li:hover{
    background: #ffedb5;
}
.btn-warning{
/*    background: #ffedb5;*/
/*        border-color:#ffedb5;*/
    box-shadow: 0 0px 10px -2px rgb(0 0 0 / 12%);
}
.tiffin_recent_products {
    justify-content: center;
}
/*
.selectedCategory:hover .selectedCategoryImg{
    animation: rotate-smooth 14s cubic-bezier(0.26, 0.26, 1, 1) infinite;
}
*/
.selectedCategoryImg{
    border-radius: 50%;
    box-shadow: 0 1px 12px 4px rgb(0 0 0 / 15%);
/*        position: absolute;*/
/*    -webkit-transform: translateX(-20px);*/
/*    transform: translateX(-15px);*/
/*    top: -90px;*/
    width: 150px;
height: 150px;
}
.selectedCategory{
    align-items: center;
/*    background: #ffedb5;*/
/*    background: #fffefa;*/
        border-radius: 100px;
        border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 10px;
        padding: 10px 0px;
    padding-bottom: 15px;
    padding-right: 20px;
        box-shadow: 0 0px 10px -2px rgb(0 0 0 / 12%);
    margin-top: 20px;
    border: 1px solid #fff;
}
.tiffin_recent_product_image img{
/*    border-radius: 10px;*/
     border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.selectedCategory:hover{
    background: #fffefa;
    border: 1px solid #0caa49;
}
.mt-50{
    margin-top: 50px;
}
.display-inline-block {
    display: inline-block;
}
.selectedCategoryprice{
        text-align: right;
    font-weight: 600;
    color: black;
    float: right;
        position: relative;
    right: -10px;
}
.display-block{
    display: block;
}
.selectcategoryaddon{
    position: relative;
    right: -145px;
}
.selectedcategoryname {
    font-size: 17px;
    color: #0caa49;
    font-weight: 600;
}
.pr-0{
    padding-right: 0px;
}
/*dailttiffin css end*/


.btn-theme {
    background: #28a745;
    color: #fff;
}
.btn-theme:hover, .btn-theme:focus {
    color: #fff;
    outline: 0px;
    box-shadow: none;
}
ul.selectedfoodul.show {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f8f7ff;
    box-shadow: 0 8px 15px #a7a7a73b;
    border-radius: 0 15px 15px 15px;
}
ul.selectedfoodul li {
    display: inline-block;
    padding: 8px 20px;
    border-bottom: 0px;
    margin: 10px 10px;
    border: 2px solid #28a745;
    border-radius: 25px;
    min-width: 120px;
    background: #fff;
}

.daily_products-box {
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: all 0.2s linear;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 30px;
    box-shadow: 0 10px 15px #ebebeb;
}
.daily_products-box:hover {
    background: #fff5d9;
}
.daily_products-box img {
    border: 5px solid #fff;
}
.daily_products-box h2 {
    margin: 15px auto;
    font-size: 22px;
    color: #010101;
}
.daily_products-box .price {
    display: inline-block;
    margin-left: auto;
    font-size: 24px;
    color: #28a745;
    font-weight: 600;
}
.daily_products-box .input-group-append, .daily_products-box .input-group-prepend, .daily_products-box .setwidth .form-control,
.package-box  .input-group-append, .package-box  .input-group-prepend, .package-box .setwidth .form-control {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.daily_products-box .setwidth .form-control {
    padding: 5px;
}
.daily_products-box span.input-group-text {
    padding: 0px 4px;
    background: #1c1364;
    color: #fff;
    min-width: 26px;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.daily_products-box button.btn-warning:hover {
    color: #fff;
    background: #28a745;
    border-color: #28a745
}
.daily_products-box input:hover, .daily_products-box input:focus {
    outline: 0px;
    box-shadow: none;
}
.pt-50 {
    padding-top: 50px;
    margin-top: 10px;
}
.dailytiffin h3.order-day {
    color: #010101;
    font-size: 20px;
    padding: 8px 30px 10px;
    display: table;
    margin: auto;
    border-radius: 25px;
    transition: all 0.2s linear;
    position: relative;
    margin-top: -10px;
}
.dailytiffin:hover::before {
    background: #ffc500;
    top: 0px;
    z-index: 0;
}


.tgl {
  display: none;
}
/*
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
*/
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  background: #c0c0c0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #28a745;
}
.selectedfood.pre-packed p.header {
    font-weight: 600;
    background: rgb(28 19 100);
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 102px;
    line-height: 27px;
    color: #fff;
    border-radius: 0 0 50% 50%;
    padding-top: 20px;
    position: absolute;
    width: 100%;
}
.selectedfood.pre-packed img {
    margin-top: 60px;
}
.selectedfood.pre-packed p.offer-price {
    font-size: 28px;
    color: #fff;
    padding: 10px;
    background: #28a745;
    height: auto;
}
.pre-packed .boxcontent {
    text-transform: none;
    background: rgb(255 193 7);
    color: #010101;
    font-size: 20px;
}
.package-box {
    padding: 15px;
    margin: 15px;
    background: #f9f9f9
}
.package-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.package-box .package-price {
    font-size: 20px;
    font-weight: 600;
    margin-left: auto;
    color: #28a745;
}
.btn-warning {
    color: #212529;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #212529;
    background-color: #15832e;
    border-color: #15832e;
}

.daily_products-box button.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
}
.colmd4css {
    align-items: center;
    padding-bottom: 15px;
}
.colmd4css .form-check {
    padding-left: 0px;
}
.colmd4css .form-check h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.colmd4css p {
    font-weight: 600;
    font-weight: 18px;
    margin-bottom: 0px;
}
.tablecss.border-0 tr td  {
    border: 0px;
    padding: 5px;
}

.tablecss.border-0 tr td label.form-check-label {
    font-weight: 400;
}

.choosedates.with-bg {
    background-color: #bce5be;
    padding: 8px;
    margin-bottom: 15px;
}
.choosedates h3 {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}
.packagesbox p.op-heading, .defaultpackages p.op-heading {
    border-bottom: 2px solid #dfdfdf;
    padding: 8px;
    margin-bottom: 14px;
    background: #f3f3f3;
}
.packagesbox p.op-heading > b, .defaultpackages p.op-heading > b {
    color: #28a745;
}
input[type=radio]:checked::after{
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: -6px;
    left: 0px;
    position: relative;
    background-color: #28a745;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    outline: 1px solid #28a745;
}
.selectedfood.offer-2 {
    box-shadow: 3px 5px 15px #44444445;
    border: 1px solid #bcbcbc;
}
.selectedfood.offer-2 img {
    border-radius: 50%;
    overflow: hidden;
    width: 230px;
    height: 230px;
    margin: 20px auto;
    display: block;
}
.selectedfood.offer-2 p {
    background: rgb(255 198 2);
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0 0 40px 40px;
    margin-bottom: 15px;
}
.selectedfood.offer-2 .extra {
    background: #e9e9e9;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 12px;
    text-align: center;
}
.selectedfood.offer-2 .extra i.fa {
    color: rgb(40 167 69);
    font-size: 16px;
}
.selectedfood.offer-2 .price {
    background: rgb(40 167 69);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 8px;
    text-align: center;
}