/***** Main style *****/
body{font-size: 18px; color:#160d04; font-weight: 500; line-height: 25px; font-family: 'Roboto', sans-serif; }
/* no-gutters Class Rules */
.row.no-gutters {margin-right: 0; margin-left: 0; }
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {padding-right: 0; padding-left: 0; }

/***** h tags *****/
h1{font-size:55px; margin:0; font-family: 'Lilita One', cursive;}  
h2{font-size:50px; margin:0; font-family: 'Lilita One', cursive;}  
h3{font-size:45px; margin:0; font-family: 'Lilita One', cursive;}  
h4{font-size:30px; margin:0; font-family: 'Lilita One', cursive;}  
h5{font-size:25px; margin:0; font-family: 'Lilita One', cursive;}  
h6{font-size:18px; margin:0; font-family: 'Lilita One', cursive;}  


/***** color tags *****/
.brown-txt{color:#170a01;}
.orange-txt{color:#fd6601;}
.green-txt{color:#2cbb5d;}
.grey-txt{color:#7b7b7b;}
.purple-txt{color:#1c1b21;}
.white-txt{color:#ffffff;}


/***** bgcolor tags *****/
.brown-bg{background-color:#170a01;}
.orange-bg{background-color:#fd6601;}
.green-bg{background-color:#2cbb5d;}
.grey-bg{background-color:#7b7b7b;}
.purple-bg{background-color:#1c1b21;}
.white-bg{background-color:#ffffff;}
.light-orange-bg{background-color:#fff2e5;}
.black-bg{background-color:#000;}

/***** *****/
.ffs{font-family: 'Sofia', cursive; }
.ffl{font-family: 'Lilita One', cursive; }
.ffr{font-family: 'Roboto', sans-serif; }
.fs16{font-size: 16px;}
.fs14{font-size: 14px;}

/***** button *****/
.orange__btn{background-color: #fd6601; color: #fff; padding: 8px 30px; display: inline-block; border-radius: 5px; text-transform: uppercase; letter-spacing: 0.5px; font-size: 16px; border:1px solid #fd6601; }
.orange__btn:hover{border:1px solid #fd6601; color:#180a00; background-color: transparent; }
.round__icn{font-size: 16px; background: #fff; color: #180a00; height: 50px; width: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.green__btn{background-color: #2cbb5d; color: #fff; padding: 8px 30px; border-radius: 5px; font-size: 16px; text-transform: uppercase; letter-spacing: 0.5px; border:1px solid transparent; }
.green__btn:hover{border:1px solid #2cbb5d; color:#180a00; background-color: transparent; }
/***** Hyper links *****/
a{text-decoration:none; display: inline-block; color:#fd6601; transition: 0.5s ease-in-out;}
a:hover{text-decoration: none; color:#fd6601;}

/***** radius *****/
.radius2{border-radius: 2px;}
.radius5{border-radius: 5px;}
.radius10{border-radius: 10px;}
.radius25{border-radius: 25px;}
.lett1{letter-spacing: 1px;}
.lett2{letter-spacing: 2px;}
.lett05{letter-spacing: 0.5px;}

/***** listing tags *****/
ul{margin:0; padding:0;}
li{list-style: none; display: inline-block;}

/***** section *****/
section.section{padding:80px 0;}

/***** font-weights *****/
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
.fw900{font-weight: 900;}
/***** paddings *****/
section.py-150 {padding-top: 150px;padding-bottom: 150px;}
/***** header *****/
#header{position: fixed; width: 100%; top: 0; z-index: 1030;animation-duration: 1.2s;box-shadow: 0px 0px 20px 10px #00000008; }
#header.animated{background: #ffffff;}
#header.animated .round__icn {
    box-shadow: 0 0 30px 10px #00000017;
}
#header .navbar-toggler[aria-expanded="true"] .fa:before {   
    content: "\f00d";
}  
#header .navbar-toggler[aria-expanded="false"] .fa:before {
    content: "\f0c9";
}
.navbar{padding:0;}
.main-menu ul.navbar-nav li.nav-item a.nav-link{font-size: 15px; color: #180a00; text-transform: uppercase; letter-spacing: 0.5px; padding:0 17px; }
.navbar-brand img {height: 80px;}
.header__dropdown {
    position: relative;
}
.navbar-nav .header__dropdown {
    display: none;
}
.header__dropdown-link {
    display: flex;
    align-items: center;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.header__dropdown-link span {
    font-size: 15px;
    color: #170a01;
    font-weight: 500;
}
.header__dropdown-box {
    position: absolute;
    right: 0px;
    top: 110%;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px #0000000f;
    padding: 20px 25px;
    border-radius: 5px;
    margin-left: 10px;
    z-index: -999999;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    min-width: 180px;
    display: none;
}
.header__dropdown-box.show {
    display: block;
    transform: translateY(0px);
    z-index: auto;
}
.header__dropdown-box li {
    margin-bottom: 5px;
    display: block;
}
.header__dropdown-box li a {
    font-size: 15px;
    color: #000;
}
.shopping-cart-items-count {
    background-color: #fd6601;
    color: #fff;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: -7px;
    right: -6px;
    font-size: 12px;
}
/***** home banner *****/
.home__banner{background-repeat: no-repeat; background-size: cover; min-height: 968px; display: flex; align-items: center; }
.home__banner .content__item h1{font-size: 80px;line-height: 80px;}
.home__banner-burger {
    position: relative;
}
.home__banner-burger span {
    position: absolute;
}
.home__banner-burger .bs1 {
    top: 40%;
    right: 4%; 
}
.home__banner-burger .bs2 {
    right: 25%;
    bottom: 14%;
}
.home__banner-burger .bs3 {
    top: 19%;
    left: 30%;
}
.home__banner-burger .bs4 {
    bottom: 31%;
    left: 0%;
}
.home__banner-burger .bs5 {
    top: 30%;
    left: 4%;
}
/***** section service *****/
section.services{background-repeat: no-repeat; background-size: cover; background-position: center center; }
section.services h5{font-family: 'Roboto', sans-serif; }

/***** section delicious *****/
.delicious__item{background-color: #fff; padding:40px 20px;border-radius: 10px; transition: 0.5s ease-in-out; }
.delicious__item:hover{box-shadow: 5px 5px 20px 3px #0000000f; transition: 0.5s ease-in-out; cursor: pointer; } .delicious__item .image img{transition: 0.5s ease-in-out;}
.delicious__item:hover .image img{transform: scale(1.10); transition: 0.5s ease-in-out; }
.delicious__item .image{min-height: 230px; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: 0.7s ease-in-out; }
.delicious__item .meal__detail{display: flex; align-items: center; justify-content: space-between; }
.delicious__item h6{letter-spacing: 0.5px;}
.delicious__item .meal__detail ul li.rating{color:#7b7b7b; margin-right:15px; font-weight: 600; }
.delicious__item .meal__detail ul li{color:#fd6601; }
.delicious__item__main .green__btn {margin-top: 70px;}
/**** faves ****/
.faves{background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 550px; display: flex; align-items: center; justify-content: center; }
.faves .orange__btn:hover{background-color: transparent; color:#fff; }

/**** who we are ****/
.who__we__item{
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.who__we__item .icn{
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:15px;
    border-radius: 5px;
}
.who-we-are .content__item{margin-left:100px;}

/***** testimonial *****/
.owl-testi .comment{
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
}
.owl-testi .designation {
    font-size: 22px;
    font-weight: 400;
}
.testimonial{
    background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 550px; display: flex; align-items: center; justify-content: center;
}
.owl-testi.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}
.owl-testi.owl-theme .owl-nav {
    margin: 0;
}
.owl-testi.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}
.owl-testi.owl-theme .owl-nav button {
    transition: 0.5s ease-in-out;
}
.owl-testi.owl-theme .owl-nav button i{font-size: 22px;}
.owl-testi.owl-theme .owl-nav button:hover,.owl-testi.owl-theme .owl-nav button:focus{
    outline: none;
    background-color: transparent;
}

/***** footer *****/
#footer{padding:30px 0; }
.foot__item .desc,.foot__item  .val {color:#d4d4d4;}
.foot__menu li {display: block; margin-bottom:15px; }
.foot__title{margin-bottom:35px; margin-top:15px; }
.foot__menu li a{color:#fffefe; font-size: 18px; font-weight: 400; }
.foot__menu li a:hover{color:#fd6601; }
.add__item{font-size: 14px; color:#d4d4d4; font-weight: 300; margin-bottom:15px; }
.add__item span{color:#ffffff; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; margin-right:6px; }
.add__item a {color: #d4d4d4;}
.foot__contact__item{display: flex; align-items: center;}
.foot__contact__item .icn{margin-right:20px; min-width: 80px;}
.foot__social-share {display: flex; margin-top: 35px;}
.foot__social-share a {color:#39393d;font-size: 26px;margin-right: 18px;}
.foot__social-share a:hover {color:#fd6601;}
/***** about internal banner *****/
.internal__banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.about__services{
    padding:0 0 80px 0;
    margin-top:-70px;
}
.about__service__item{
    padding:20px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
}
.about__service__item h4{
    font-size: 35px;
}
.tabs__main .nav-tabs .nav-link{
    background-color: #fff2e5;
    border-radius: 0;
    padding: 15px 40px;
    border:none;
    color:#160d04;
}
.tabs__main .nav-tabs .nav-link.active{
    background-color: #fd6601;
    color:#fff;
    border:none;
}
.tabs__main .nav-tabs .nav-item{
    width: 33.33%;
    text-align: center;
}
.tabs__main .tab__content{
    padding:35px 20px;
}
.tabs__main{
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
}
.fresh__taste{
    background-repeat: no-repeat;
    background-position: 100% 25%;
    min-height: 570px;
    display: flex;
    align-items:center;
}
.fresh__taste  .green__btn:hover {
    color: #fff;
}

/***** contact us *****/
.contact__us {background-repeat: no-repeat;}
.contact__details .contact__detail__item .content__item .title{
    font-size: 20px;
}
.contact__details .contact__detail__item .icn{margin-right:20px;}
.contact__details .contact__detail__item .content__item .val a{
    color:#7b7b7b;
}
.contact__details .contact__detail__item{
    display:flex;
    align-items:center;
}
.contact__form .form__title{
    font-size: 35px;
}
#contact-form{
    padding:40px 25px;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}
#contact-form .form-group{
    margin-bottom:25px;
}
#contact-form .frm__fld{
    height: 55px;
    border:1px solid #868686;
}
#contact-form .frm__fld::placeholder{
    color:#868686;
    font-size: 16px;
}
#contact-form .frm__fld:focus{
    border:1px solid #fd6601;
    box-shadow: none;
    outline:none;
}
.frm__sbt{
    height: 55px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
}
textarea.frm__fld{height: auto !important;}
.frm__sbt:focus{
    outline:none;
    box-shadow: none;
}
.map__iframe iframe{width: 100%; height: 350px;}

/* our menu */
.our-menu__filter,
.our-menu__cart-mobile {
    position: sticky;
    top: 100px;
}
.our-menu__filter ul {list-style: none;}
.our-menu__filter ul li button, .our-menu__filter ul li a {font-size: 17px; background-color: transparent;border-right: 5px solid transparent;border-left: none;border-bottom: none;border-top: none;outline: none;    color: #696969;}
.our-menu__filter ul li button.active, .our-menu__filter ul li a.active {
    background-color: #fff;
    background-image: -webkit-linear-gradient(45deg, #fff, #fff2e5);
    background-image:    -moz-linear-gradient(45deg, #fff, #fff2e5);
    background-image:      -o-linear-gradient(45deg, #fff, #fff2e5);
    background-image:         linear-gradient(45deg, #fff, #fff2e5);
    font-weight: 500;border-right: 5px solid #fd6601; color: #fd6601;
}

.our-menu__list-container {padding: 0px 100px;}
.our-menu__search {border-bottom: 1px solid #c9c9c9;}
.our-menu__search input,.navbar-toggler {outline: none !important;border: none;}
.our-menu__search input::placeholder {color: #c9c9c9;}
.our-menu__search button {border: none;outline: none;color: #c9c9c9;background-color: transparent;}
.our-menu__list-title {margin-top: 50px;}
.our-menu__list-item {border-bottom: 1px solid #c9c9c9;}
.our-menu__list-item.added-in-cart {border-bottom: 1px solid #170a01;}
.our-menu__list-item:last-child {border-bottom: 0px;}
.our-menu__list-item-content {max-width: 300px;}
.our-menu__list-item-content p {line-height: 20px;}
.our-menu__list-item-content h6 {font-size: 17px;}
.our-menu__list-item-button {padding: 5px 10px;border: 1px solid #c9c9c9;}
.our-menu__list-item-button input {width: 50px;outline: none;border: none;}
.our-menu__list-item-button button {border: none;outline: none;color: #c9c9c9;}
.our-menu__list-item-add-to-cart {padding: 5px 8px;border: 1px solid #c9c9c9;min-width: 100px;}
.our-menu__list-item-with-image img {margin-bottom: -10px;}
.our-menu__cart-title {border-bottom: 1px dotted #c9c9c9;}
.our-menu__cart-checkout {background-color: #1aba50;outline: none;border: none;}
.our-menu__floating-cart button {
    background: none;
    border: none;
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    outline: none;
}
#menu .card {
    border: none;
}

#menu .card .card-header {
    padding: 0;
    border: none;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px;
}

#menu .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background-color: #fff;
    color: #160d04;
    padding: 15px 10px 15px 0px;
    border-bottom: 1px solid #c9c9c9;
}

#menu .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    float: right;
    font-size: 30px;
}

#menu .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}
.contact__detail__item img {
    transition: all 0.3s ease-in-out;
}
.contact__detail__item:hover .contact-icon-1,
.contact__detail__item:hover .contact-icon-2,
.contact__detail__item:hover .contact-icon-3 {
    transform: rotate(45deg);
}
.contact__detail__item:hover img {
    transform: rotate(-45deg);
}
.contact-icon-1 {
    background-image: url(../images/contact-1-bg.png);
}
.contact-icon-2 {
    background-image: url(../images/contact-2-bg.png);
}
.contact-icon-3 {
    background-image: url(../images/contact-3-bg.png);
}
.contact__detail__item .contact-icon {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 107px;
    width: 130px;
    line-height: 107px;
}
.footer-copyright {
    margin: 40px 0px 10px 0px;
    text-align: center;
    position: relative;
}
.footer-copyright::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 0;
    background-color: #39393d;
}
.footer-copyright span {
    color: #d4d4d4;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #1c1b21;
    position: relative;
    z-index: 1;
}
.navbar-mobile-buttons .orange__btn {
    display: none;
}
/* sidebar */
.sidebar {
    position: fixed;
    top: 0px;
    right: -700px;
    height: 100%;
    width: 700px;
    background-color: #fff;
    padding: 50px 30px 0px 30px;
    z-index: 999999;
    overflow: auto;
    transition: right 0.5s ease-in-out;
}
.sidebar.active {
    right: 0px;
}
.sidebar-dropshadow {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #0000009e;
    opacity: 0;
    position: fixed;
    content: "";
    z-index: 9999;
    animation: dropshadow 0.7s;
    animation-fill-mode: forwards;
}
@keyframes dropshadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.sidebar__wrap {
    max-width: 410px;
}
.sidebar__close-btn,.sidebar__close-btn:focus {background-color: transparent;border: none;outline: none;padding: 0px;font-size: 22px;}
.sidebar__title h5 {margin: 30px 0px 5px 0px;}
.sidebar__title .btn-link {background-color: transparent;border: none;outline: none;padding: 0px;}
.sidebar__title .btn-link:hover {color: #e65d02;text-decoration: none;}
.sidebar__title {
    position: relative;
}
.sidebar__title::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 62px;
    background-color: #000;
    height: 2px;
    display: block;
}
.sidebar__form input,
 .checkout__box input {
    width: 100%;
    border: 1px solid #868686;
    padding: 8px 22px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
    height: 55px;
}
.sidebar__form input {
    margin-top: 20px;
    margin-bottom: 0;
}
.checkout__box-row input {
    width: 70%;
}
.checkout__box-row .checkout__box-cvv {
    width: 30%;
    margin-left: 20px;
}
.sidebar__form button,
.checkout__box button,
.pay__box button[type="submit"] {
    padding: 18px 22px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sidebar__form button {
    margin-top: 30px;
}
.sidebar__form button:hover,
.checkout__box button:hover{
    color: #fd6601;
}
.sidebar__form span {
    font-size: 13px;
    display: block;
    line-height: 15px;
}
/* order list */
.order-list__wrapper h2 {
    font-weight: 700;
    font-size: 26px;
    color: #000;
}
.order-list__item {
    border: 1px solid #cfcfcf;
    padding: 30px;
    margin-bottom: 30px;
}
.order-list__item:last-child {
    margin-bottom: 0px;
}
.order-list__item-detail {
    justify-content: space-between;
}
.order-list__item p,
.order-list__item span,
.our-menu__cart-empty p {
    color: #696969;
}
.our-menu__cart-empty p {
    line-height: 22px;
    margin-top: 30px;
}
.order-list__order-detail {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dotted #cfcfcf;
}
.order-list__order-detail .total {
    color: #443c36;
}
.order-confirmed i, .past-ordered i {
    background-color: #0048ff;
    color: #fff;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100px;
    font-size: 8px;
}
.past-ordered i {
    background-color: #00b900;
}
.past-ordered.rejected i {
    background-color: #FF0000;
}
.our-menu__floating-title {
    display: none !important;
}
.order-list__item-title span:first-child {
    color: #000;
    font-size: 17px;
}
.order-list__item-title span:last-child {
    color: #696969;
    font-size: 14px;
}
.our-menu__cart .our-menu__list-item-button {
    padding: 2px 5px;
    border: 1px solid #c9c9c9;
}
.our-menu__cart .our-menu__list-item-button input {
    width: 30px;
}
.our-menu__cart .our-menu__list-item-button button {
    font-size: 12px;
}
/* 404 */
.section.py-100{padding-top: 100px;padding-bottom: 100px;}
.error-section__content {padding-bottom: 80px;}
.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
/* header-2 */
.header-2 {
    background-color: #fff;
    box-shadow: 0 15px 40px -20px rgb(40 44 63 / 15%);
    padding: 10px 0px;
}
.header-2__navigation a {
    color: #180a00;
}
/* privacy policy */
.privacy-policy__content {
    font-size: 16px;
    font-weight: 400;
}
/* email verification */
.email-verification {
    height: 100vh;
    width: 100%;
}
.email-verification__box {
    max-width: 640px;
    border-radius: 10px;
    padding: 100px;
    box-shadow: 0px 0px 20px 10px #00000008;
    text-align: center;
}
.email-verification__box h1 {
    font-size: 40px;
    margin-bottom: 60px;
}
.email-verification__box p {
    color: #7f7f7f;
    font-size: 20px;
    margin: 0px;
}
.email-verification__box h6 {
    color: #7f7f7f;
    font-size: 22px;
    margin: 0px;
}
.email-verification__otp-form {
    margin: 60px 0px;
}
.email-verification__otp-form {
    display: flex;
    align-items: center;
}
.email-verification__otp-form div {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 10px;
}
.email-verification__otp-form input {
    width: 100% !important;
    height: 90px;
    border: none;
    outline: none;
    font-size: 50px;
    text-align: center;
    color: #191818;
    font-weight: 500;
}
@-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
  
@keyframes bounce {
    0% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
/* under construction */
.under-construction {
    height: 100vh;
    width: 100%;
    padding-top: 90px;
}
.under-construction img {
    max-height: 82vh;
}
.under-construction__content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
}
.under-construction__content h2 {
    font-size: 60px;
    line-height: 50px;
}
.menu-varients__modal {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    background-color: #0000009e;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: opacity 0.3s ease-in-out;
    padding: 50px 0;
}
.menu-varients__modal.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.menu-varients__box {
    background-color: #fff;
    padding: 30px;
    min-width: 640px;
}
.menu-varients__box-row {
    display: flex;
    margin: 15px 0px;
}
.menu-varients__box-row h6 {
    font-size: 17px;
    margin-bottom: 5px;
}
.menu-varients__box h2 {
    font-size: 17px;
    font-weight: 500;
    border-top: 1px dotted #d4d4d4;
    padding-top: 20px;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.menu-varients__box-row label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #000;
}
.menu-varients__box-row .custom-checkbox .custom-control-label::before {
    border-radius: 0px;
}
.menu-varients__box-row .custom-control-input:checked~.custom-control-label::before,
.menu-varients__box-row .custom-control-input:not(:disabled):active~.custom-control-label::before{
    border-color: #fd6b0a;
    background-color: #fd6b0a;
}
.menu-varients__box-row .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #fd6b0a;
}
.menu-varients__box-row .custom-checkbox .custom-control-label::before {
    border-radius: 0px;
}
.menu-varients__box-row .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(253 107 10 / 20%);
}
.menu-varients__box button[type="submit"] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 15px 30px;
    color: #fff;
    background-color: #fd6b0a;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 500;
}
 .pay__box{
    border: 1px solid #cfcfcf;
    padding: 30px;
    margin-bottom: 30px;
}
.checkout__box h6 {
    margin-bottom: 20px;
}
.checkout__box h4,
 .pay__box h4 {
    margin-bottom: 30px;
}
/***** media queries *****/
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}
.internal__banner {
    min-height: 470px;
}
.email-verification__box {
    max-width: 580px;
    padding: 70px;
}
.email-verification__box h1 {
    margin-bottom: 50px;
}
.email-verification__box p {
    font-size: 18px;
}
.email-verification__box h6 {
    font-size: 20px;
}
}
@media screen and (max-width: 1600px) {
    .home__banner {
        min-height: 763px;
    }
    .navbar-brand img {height: 60px;}
    .testimonial{
        min-height: 400px;
    }
    .contact__us {
        background-size: contain;
    }
    .under-construction__content h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .under-construction__content h2 {
        font-size: 50px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1400px) {
    .home__banner {
        min-height: 693px;
    }
    .navbar-brand img {height: 60px;}
    h3 {
        font-size: 35px;
    }
    .internal__banner {
        min-height: 430px;
    }
    .contact__us {
        background-size: contain;
    }
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
    .home__banner {
        min-height: 650px;
    }
    .home__banner .content__item h1 {
        font-size: 70px;
        line-height: 70px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 40px;
    }
    h6 {
        font-size: 16px;
    }
    .who-we-are .content__item {
        margin-left: 10px;
    }
    .owl-testi.owl-theme .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-testi.owl-theme .owl-nav button.owl-next {
        right: 0;
    }
    .foot__contact__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .foot__contact__item .icn {
        margin-bottom: 20px;
    }
    section.py-150 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .our-menu__list-container {
        padding: 0px 20px;
    }
    .tabs__main .nav-tabs .nav-link {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 992px) {
    .navbar-mobile-buttons .orange__btn,
    .navbar-nav .header__dropdown {
        display: inline-block;
    }
    .header__dropdown {
        margin-bottom: 10px;
    }
    .header__dropdown-box {
        left: 0px;
        right: auto;
    }
    .header__dropdown-link span {
        margin-left: 0px;
    }
    .head__btns .header__dropdown {
        display: none;
    }
    #header,
    .navbar-collapse {
        background: #ffffffb3;
    }
    .navbar > .orange__btn {
        padding: 8px 15px;
    }
    .navbar-toggler {
        line-height: 33px;
    }
    .home__banner .content__item h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .navbar-brand img {
        height: 65px;
    }
    .head__btns {
        padding: 20px 0px;
        /* border-top: 1px solid #a7a7a733; */
    }
    .main-menu ul.navbar-nav li.nav-item a.nav-link {
        padding: 10px 17px;
    }
    .delicious__item,
    .about__service__item,
    .contact__detail__item {
        margin-bottom: 20px;
    }
    .who-we-are .content__item,
    .about__story .content__item,
    .contact__form {
        margin: 0;
        margin-top: 20px;
    }
    .owl-nav img {
        width: 50px;
    }
    .internal__banner {
        min-height: 240px;
        padding-bottom: 50px;
    }
    section.about__services {
        padding: 0;
        margin-top: -40px;
    }
    section.section,
    .section.py-100 {
        padding: 60px 0;
    }
    .error-section__content {
        padding-bottom: 60px;
    }
    .sidebar {
        width: 600px;
    }
    .fresh__taste {
        background-position: left center;
    }
    .order-list__item-image {
        width: 100px;
    }
    .order-list__order-detail span:first-child {
        margin-right: 15px;
    }
    .order-list-bg__image {
        height: 180px;
    }
    .our-menu__cart-mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: #fff;
        padding: 15px;
        z-index: 9;
        box-shadow: 0px 0px 20px 20px #0000000f;
        height: 54px;
        color: #696969;
    }
    .our-menu__cart-mobile-btn,
    .our-menu__cart-mobile-btn:focus {
        border: none;
        background: none;
        outline: none;
        color: #02c75f;
    }
    .our-menu__floating-title {
        display: flex !important;
    }
    .menu-varients__box {
        min-width: 90%;
    }
    .checkout__box {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .navbar-brand img {
        height: 50px;
    }
    .navbar-toggler {
        padding: 0.25rem 0rem;
        padding-left: 10px;
        width: 25px;
    }
    .orange__btn {
        padding: 10px 20px;
    }
    .head__btns .orange__btn {
        padding: 10px 15px;
    }
    .home__banner {
        align-items: flex-end;
        padding-bottom: 50px;
        min-height: 660px;
    }
    .home__banner-burger span {
        display: none;
    }
    .home__banner .content__item {
        padding-top: 50px;
    }
    .service__item,
    .our-menu__filter {
        margin-bottom: 20px;
    }
    .delicious__item__main .green__btn {
        margin-top: 30px;
    }
    .home__banner .content__item h1 {
        font-size: 42px;
        line-height: normal;
    }
    h3 {
        font-size: 28px;
    }
    .owl-nav img {
        width: 35px;
    }
    .owl-testi .comment{
        font-size: 17px;
        line-height: normal;
    }
    .testimonial{
        min-height: 400px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    .internal__banner {
        min-height: 240px;
        padding-bottom: 0;
    }
    section.py-150 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .our-menu__list-container {
        padding: 0;
    }
    .our-menu__list-item-content {
        max-width: 230px;
    }
    .tabs__main .nav-tabs .nav-link {
        padding: 10px 5px;
    }
    .fresh__taste{
        min-height: 500px;
    }
    .contact__details .contact__detail__item .content__item .title{
        font-size: 18px;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar__form input,
    .sidebar__form button,
    .checkout__box input,
    .checkout__box button
    {
        padding: 14px 22px;
    }
    .contact__us {
        padding-top: 0px !important;
        background: none !important;
    }
    .foot__title{margin-bottom: 15px;margin-top: 35px;padding-bottom: 5px;border-bottom: 1px solid #39393d;}
    .footer-copyright span {
        padding-left: 10px;
        padding-right: 10px;
    }
    .our-menu__filter, .our-menu__cart-mobile {
        top: auto;
    }
    .email-verification__box {
        max-width: 90%;
        padding: 30px 15px;
    }
    .email-verification__otp-form {
        margin: 30px 0px;
    }
    .email-verification__box h1 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .email-verification__box p {
        font-size: 15px;
    }
    .email-verification__box h6 {
        font-size: 17px;
    }
    .email-verification__otp-form input {
        height: 55px;
        font-size: 30px;
    }
    .under-construction__content h1 {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .under-construction__content h2 {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .order-list__item {
        padding: 20px;
    }
    .order-list__item-detail > div:first-child,
    .order-list__order-detail {
        flex-direction: column;
        text-align: left !important;
    }
    .order-list__order-detail a {
        margin-bottom: 10px;
    }
    .foot__item {
        display: none;
    }
    .foot__social-share {
        margin-top: 0;
        justify-content: center;
    }
    #footer {
        padding: 15px 0 10px 0;
    }
    .footer-copyright {
        margin: 10px 0 5px 0;
    }
}

.mobile.shopping-cart-items-count{
    background-color: #fd6601;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 12px;
}

.field.error input {
    border-color: red;
}
.href-no-bg, .href-no-bg:focus {
    background: none;
    outline: 0;
    border-width: 0px;
}
.error.red{color: red !important;}
@media (min-width:768px) {
  .order-list__item-detail .d-flex.item-show > div:first-child{width: 20%;}  
}
#menu .card .card-header .btn-header-link{
  width: 100%;
    border: 0px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    outline: 0;
}
#menu .card .card-header .btn-header-link:focus{
  outline: 0;
}
.price-box{width: 30px;text-align: center;}
.bestseller-txt{font-size: 14px;}
.customise-text {
    font-size: 11px;
}
.navbar-nav button.nav-link-btn {
    font-size: 15px;
    color: #180a00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 17px;
    font-weight: 500;
}
.StripeElement {
  margin: 15px auto;
  padding: 10px 12px;
  color: #32325d;
  background-color: white;
  border: 1px solid #fd6601;
  border-radius: 4px;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.product {
  width: 100%;
  max-width: 450px;
  margin: auto;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
}
.Toastify__toast-container{z-index: 999999 !important;}
.sidebar__form.profile input[name="name"]{margin-top: 0px}