@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
html {
    scroll-behavior: smooth;
  }
body{
    font-family: 'Montserrat', sans-serif;
    background: #0b0100;
}
.navbar-light{
    font-weight: 600;
    background: #0b0100;
}
.modal {
  top: 20% !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #efc21f;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #efc21f;
}
.navmenu{
    font-weight: 600;
    padding: 0rem;
}
.navmenu .flex-column {
    flex: 0 0 100%;}
.navmenu .navbar-nav .nav-link {
    color: #fff;
    padding: 0.4rem;
    width: 100%;}

.navmenu .navbar-nav .active>.nav-link, .navmenu .navbar-nav .nav-link.active, .navmenu .navbar-nav .nav-link.show, .navmenu .navbar-nav .show>.nav-link{
    background-color: #efc21f;
    color: #0b0100;
    border-radius: .25rem;
  
}
.card-text2 {
  min-height: 115px;
}

.d-cart .badge{
    right: 25px;
    top: 31px;
    position: absolute;
    border-radius: 50px;
    color: #fff;
    background: #000000;

}
.fixmenu {
    position: fixed;
    top: 10px;
  }
.btn-cart{
    background: #efc21f;
    color: #0b0100;
}
.cart-add .btn-cart{
  background: #efc21f;
  color: #0b0100;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background-image: none;
    background-color: rgb(0,0,0, 0.7);
    padding: 29px 11px;
    border-radius: 5px;
    width: auto;
    height: auto;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0b0100;
    background-color: #efc21f;
}

.myaccount .nav-pills .nav-link{
  font-weight: 600;
  padding: 1rem;
  color: #fff;

}
.myaccount .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #0b0100;
}
.nav-pills .nav-link{
    font-weight: 600;
    padding: 1rem;
    color: #343434;

}
.foodmenu .nav-pills .nav-link{
  font-weight: 600;
  padding: 0.5rem;
  color: #fff;

}
.foodmenu .nav-pills .nav-link.active, .foodmenu .nav-pills .show>.nav-link {
  color: #0b0100;
  background-color: #efc21f;
}
.modal .border-bottom {
  border-bottom: 1px solid #343434!important;
}
.foodheader .card-header{
    border-bottom: 0px;
    border-top: 1px solid #191717;
    border-bottom-right-radius:  .25rem;
    border-bottom-left-radius: .25rem;
    background: #191717;
    font-size: 24px;
    text-align: center;
    color: #efc21f !important;
}


.foodheader .card img {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}
.btn-food{
    background-color: #efc21f;
    font-weight: 600;
}
.filter-bar .form-control {
    height: calc(2.3em + .75rem + 2px);
}
.filter-bar .btn{
    padding: 0.75rem 0.75rem;
}
.filter-bar{
   /* background-image: linear-gradient( 110.1deg,  rgba(253,86,86,1) 2.9%, rgba(255,110,0,1) 90.3% );*/
}
.filter-bar .input-group-text{
    border-right: 0px;
    background: #1a1b1a;
    border-color: #000000;
}

.pickup  .input-group-text{
  border-right: 0px;
  background: #1a1b1a;
  border-color: #000000;
}
.filter-bar .sreach .form-control{
    border-left: 0px;
}
.fixme{
    width: 100%;
}

.box-card .card-img-overlay{
    background: linear-gradient(to right,#009927 0,rgba(0,0,0,.5) 75%,rgba(0,0,0,.3) 100%);
}

.box-card1 .card-img-overlay{
    background: linear-gradient(to right,#ff3c00 0,rgba(0,0,0,.5) 75%,rgba(0,0,0,.3) 100%);
}
.food-box .card{
  background: #404040;
  color: #e6e2e1;
}
.food-box .card .text-danger{
  color: #FF0000;
}
.text-danger{
  color: #FF0000 !important;
}
.footer{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #0b0100;
}
.footer .nav .nav-link{
    color: #fff;
}
.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    padding: 13px;
    top: 20px;
    width: 50px;
    height: 50px;
    text-shadow: none;
    background: #000 !important;
    border-radius: 50px;
}
.number-spinner {
    max-width: 150px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: table;
  }
  .number-spinner input {
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  .number-spinner input:focus {
    outline: none;
  }
  .number-spinner .ns-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
  }
  .number-spinner .ns-btn a {
    height: 40px;
    min-height: 40px;
    width: 40px;
    padding: 0;
    max-width: 40px;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    background: #fff;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  .number-spinner .ns-btn .icon-minus:after {
    content: "\002212";
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
  }
  .number-spinner .ns-btn .icon-plus:after {
    content: "\00002B";
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
  }
  
  .modal-footer{
      justify-content: space-between;
      border-top: none;
  }
  .cart-add {
    background-color: #404040;
  }
  /*.form-control, .form-control:disabled, .form-control[readonly]{
    background: #1a1b1a;
    border-color: #000000;
    height: calc(1.5em + 1.5rem + 2px);
  }*/
  .cart-add .number-spinner{
    border: 1px solid #ccc;
    border-radius: 0px;
    max-width: 124px;
    background: #fff;
  }
  .cart-add  .number-spinner .ns-btn a {
    border-width: 0px;
  }

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

/*.offcanvas{
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  max-width: 319px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
}*/

.vertical-nav{
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  height: 100%;
  z-index: 1200;
  background-color: #404040;
  overflow-y: hidden;
  overflow-x: hidden;
}
#cartboxlist{
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 287px);
}

.vertical-nav .btn-close{ position: absolute; right:15px; top:15px; }
.cart-box .cartlist{
    padding: 0.5rem;
}
.caimg{
    width: 60px;
    height: 60px;
    padding: 2px;
}
.caimg img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.count{
    width: 90px;
    float: right;

}
.cart-box{
    margin: 0.5rem;
    border-bottom: 1px solid #3D3D3D;
}
.cart-box .number-spinner {
    max-width: 150px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: table;
    margin-top: -8px;
  }
  .cart-box .number-spinner input {
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: none;
    background: #404040;
    color: #e7f6ff;
    position: relative;
    float: left;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .cart-box .number-spinner input:focus {
    outline: none;
  }
  .cart-box .number-spinner .ns-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
  }
  .cart-box .number-spinner .ns-btn a {
    height: 30px;
    min-height: 30px;
    width: 30px;
    padding: 0;
    max-width: 30px;
    line-height: 40px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0,0,0, .1);
    border: 1px solid #3d3d3d;
    text-align: center;
    position: relative;
    background: #484848;
    color: #e7e7e7;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  .cart-box .number-spinner .ns-btn .icon-minus:after {
    content: "\002212";
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }
  .cart-box .number-spinner .ns-btn .icon-plus:after {
    content: "\00002B";
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }
  .small2{
      font-size: 12px;
  }
  .vertical-nav .btn-cart i {
      vertical-align: middle;
  }
  i {
    vertical-align: middle;
}
.adhover{
    overflow: hidden;

}
.adhover::hover{
    border: #ff3c00 1px solid;

}
.delivery .form-control {
    height: calc(2.3em + .75rem + 2px);
}
.r-50 {
    right: 57px;
}
.iti {
    width: 100%;
}
.border-dot{
   
    border-bottom: dotted 1px #ccc;
}

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
   /* border: 1px solid #ddd;*/
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  }
  .faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #191717;
    border: 0;
    border-bottom: 1px solid #0f0c0c;
    border-radius: 0;
    color: #616161;
    transition: background-color .2s ease;
  }
  .faq-nav .nav-link:hover {
    background-color: #0f0c0c;
  }
  .faq-nav .nav-link.active {
    background-color: #efc21f;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
  }
  .faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
  }
  .faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
  }
  
  /*.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  }*/
  .tab-content .card {
    border-radius: 0;
  }
  .tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
  }
  .tab-content .card-header h5 {
    margin: 0;
  }
  .tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
  }
  .tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
    text-decoration: none;
  }
  .tab-content .card-body p {
    color: #616161;
  }
  .tab-content .card-body p:last-of-type {
    margin: 0;
  }
  
  .accordion > .card:not(:first-child) {
    border-top: 0;
  }
  
  .collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .myd h6{
    font-weight: 600;
  }
  .vr .modal-footer{
    background: #F90000;
    border-radius: 0px !important;
    color: #fff;
  }
  .vr .modal-footer .btn-link{
    font-size: 14px;
    color: #fff;
  }
  #payment1 .list-group-item:last-child{
    border-bottom: 0px;
  }
  #payment1 .modal-content .form-control{
    border-width: 1px !important;
    border-radius: 0px !important;
    background: #f7f7f7;
  }
  .mc .dropdown-item {
    padding: 0.5rem 1.5rem;
  }
  .mc .dropdown-item:hover, .dropdown-item:focus {
    color: #F90000;
    text-decoration: none;
    background-color: transparent;
  }
  .bann-txt h1{
    font-size: 2rem;
  }
 .btText blockquote {
    display: block;
    padding: 0 0 20px 3.5em;
    margin: 0;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.7em;
    position: relative;
}
.btText blockquote:before {
  content: '\edd7';
  color: rgba(0,0,0,.1);
  font-family: boxicons;
  font-size: 5em;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.btText p{
  margin-top: 30px;
  font-size: 21px;
  line-height: 32px;
}
.breadcrumb-banner{
  background: url(/images/about-us.jpg);
  min-height: 250px;
  color: #fff;


}
.breadcrumb{
  display: inline-block;
  background-color: transparent;
  margin:0px auto;
}
::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}


/* Custom page CSS (Not required)
--------------------------------------------- */

#exampleContainer {
  padding: 50px;
}

.vertical-nav {
  min-width: 19.8rem;
  width: 19.8rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.page-content {
  width: calc(100% - 19.8rem);
  margin-right: 19.8rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-right: -19.8rem;
}

#content.active {
  width: 100%;
  margin: 0;
}
.cart-footer{
  position: fixed;
  bottom: 0px;
  width: 16%;
  /*background: #fff; */
}
@media (max-width: 1024px) {
  .cart-footer {
    position: fixed;
    bottom: 0px;
    width: 28%;
    /* background: #fff; */
}  
#myBtn {
  right: 4%;
}
}
@media (max-width: 370px){
  .cart-add .btn-cart {
    background: #efc21f;
    color: #0b0100;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.mob-ftmenu ul li a {
  color: #333;
  text-align: center;
  font-weight: 500;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
}


@media (max-width: 768px) {
  #sidebar {
    margin-right: -19.8rem;
  }  
  .navbar-collapse .btn-cart{
    display: none !important;
  }
  .mtop {
    position: fixed;  
    height: 85px;
    z-index: 99;
    top: 0px;
    width: 100%;
    background: #0b0100;
    
}
  .mmt125 {
    margin-top: 125px !important;
  }
  .m-cart{
    display: block !important;
  }
  .m-cart .badge{
    left: 20px;
    top: 31px;
    position: absolute;
    border-radius: 50px;
    color: #fff;
    background: #191717;
  
  }
  .foodmenu {
    position: sticky;
    top: 122px;
    z-index: 1;
    padding-top: 10px;
    background: #000;
  }
  .foodmenu .nav-pills .nav-link {
    color: #fff;
    padding: 1rem;
    font-size: 16px;
    min-width: max-content !important;
  }
  .foodmainbox{
    margin-top: 0rem !important;
  }
  .foodmenu .flex-column {
    flex-direction: unset !important;
  }
  .foodmenu .nav{
    flex-wrap: unset;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #sidebar.active {
    margin-right: 0;
  }

  #content {
    width: 100%;
    margin: 0;
  }
  #content.right {
    margin-right: 19.8rem;
    width: calc(100% - 19.8rem);
  }
  .cart-footer {
    width: 37%;
    padding-bottom: 20px;
}
}
.contact-info{
  list-style: none;
}
.contact-info li{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
}
.dropdown-menu {
  z-index: 1021 !important;
}
@media (max-width:500px) {
  .m-cart .badge{
    left: 20px;
    top: 31px;
    position: absolute;
    border-radius: 50px;
    color: #fff;
    background: #191717;
  
  }
  .mob-ftmenu{
    display: block !important;
  }
  .cart-add .btn-cart{
    background: #efc21f;
    color: #0b0100;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .m-cart{
    display: block;
  }
  .btn-food {
    background-color: #efc21f;
    font-weight: 600;
    padding: 5px 20px;
}
  .mmt125 {
    margin-top: 125px !important;
  }
  #myBtn {
    right: 8% !important; /* Place the button 30px from the right */
    bottom: 93px !important;

  }
  .foodmenu .nav-pills .nav-link.active, .foodmenu .nav-pills .show>.nav-link {
    color: #efc21f;
    background: transparent;
}
  .carousel {
    position: relative;
}
  .mtop {
    position: fixed;  
    height: 85px;
    z-index: 99;
    top: 0px;
    width: 100%;
    background: #0b0100;
    display: grid;
    justify-content: center;
    
}
  .cartnew .text-danger {
    float: left;
    margin-left: 20px;
  }
  .cartnew .btn-food {
    margin-top: 3px;
  }
  #mainNav {
    position: sticky;
    top: 122px;
    z-index: 99;
    padding-top: 10px;
    background: #000;
}
.mtop .nav-link {
  background: #000;
}
.foodmenu {
  position: sticky;
  top: 85px;
  z-index: 1;
  padding-top: 10px;
  background: #000;
}
.foodmenu .nav-pills .nav-link {
  color: #fff;
  padding: 1rem;
  font-size: 16px;
  min-width: max-content !important;
}
.foodmainbox{
  margin-top: 0rem !important;
}
.foodmenu .flex-column {
  flex-direction: unset !important;
}
.foodmenu .nav{
  flex-wrap: unset;
  overflow-y: hidden;
  overflow-x: auto;
}
#myBtn{
  right: 10%;
}
#mainNav .pt-3{
  padding-top: 0rem !important;
}

.navmenu .navbar-nav .nav-link {
  color: #fff;
  padding: 1rem;
  font-size: 13px;
  width: max-content !important;
}
  .vertical-nav .btn-close{
    left: 10px;
  }
  .z-index-1020 {
    z-index: 1120 !important;
}
 /* .navbar-light {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}*/
  #content.active {
    width: 100%;
    margin: 0;
    overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
  }
  .vertical-nav h6 {
    text-align: right;
}
  .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 194px !important;
    text-align: center;
}
  #sidebar {
    margin-right: -26.8rem;
}
  .vertical-nav {
    min-width: 100%;
  }
  .btn-cart {
    background: #efc21f;
    color: #0b0100;
}

  .cart-footer {
    width: 95%;
    margin-bottom: 15% !important;
}
  .navmenu .navbar-nav .nav-link {
    color: #fff;
    padding: 1rem;
    width: 100%;}
 #mainNav .nav {
    flex-wrap: unset;
    overflow-y: hidden;
    overflow-x: auto;
}
.navmenu .flex-column {
  flex-direction: unset !important;
}
.navmenu .flex-column {
  flex-direction: unset !important;
  overflow: hidden;
  overflow-x: scroll;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  width: 245px;
  text-align: center;
}

}
@media (max-width:411px) {
  .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 194px !important;
    text-align: center;
}
.mob-ftmenu ul li a {
  color: #333;
  text-align: center;
  font-weight: 500;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.mtop {
  position: fixed;  
  height: 85px;
  z-index: 99;
  top: 0px;
  width: 100%;
  background: #0b0100;
  
}
.m-cart{
  display: block;
}
.btn-food {
  background-color: #efc21f;
  font-weight: 600;
  padding: 5px 20px;
}
.mmt125 {
  margin-top: 125px !important;
}
#myBtn {
  right: 8% !important; /* Place the button 30px from the right */

}
  .cart-footer {
    width: 95%;
}
  .navbar-light .navbar-toggler{
    background-color: white;
  }
}
.z-index-1020{
  z-index: 1220;
}


.spinnernew {
  max-width: 150px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: table;
}
.spinnernew input {
  height: 42px;
  max-height: 42px;
  line-height: 41px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
}
.spinnernew input:focus {
  outline: none;
}
.spinnernew .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.spinnernew .ns-btn a {
  height: 42px;
  min-height: 42px;
  width: 40px;
  padding: 0;
  max-width: 40px;
  line-height: 40px;
/*  border-radius: 50px;
  border: 1px solid #ccc;*/
  text-align: center;
  position: relative;
  background: #000000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.spinnernew .ns-btn .icon-minus:after {
  content: "\002212";
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.spinnernew .ns-btn .icon-plus:after {
  content: "\00002B";
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
}
.spinnernew .number-spinner{
  border: 1px solid #ccc;
  border-radius: 0px;
  max-width: 124px;
  background: #1a1b1a;
}
.spinnernew .number-spinner .ns-btn a {
  border-width: 0px;
}


.basketspinner {
  max-width: 150px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: table;
}
.basketspinner input {
  height: 40px;
  max-height: 40px;
  line-height: 40px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  background: #484848;
  color: #fff;
  text-align: center;
}
.basketspinner input:focus {
  outline: none;
}
.basketspinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.basketspinner .ns-btn a {
  height: 40px;
  min-height: 40px;
  width: 40px;
  padding: 0;
  max-width: 40px;
  line-height: 40px;
/*  border-radius: 50px;
  border: 1px solid #ccc;*/
  text-align: center;
  position: relative;
  background: #484848;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.basketspinner .ns-btn .icon-minus:after {
  content: "\002212";
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.basketspinner .ns-btn .icon-plus:after {
  content: "\00002B";
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
}
.basketspinner .number-spinner{
  border: 1px solid #ccc;
  border-radius: 0px;
  max-width: 124px;
  background: #fff;
}
.basketspinner .number-spinner .ns-btn a {
  border-width: 0px;
}
.pdetails {
  width: 38%;
  color: #f4f4f4;
}
.price {
  font-size: 12px;
}
.itempricenew {
  margin-top: 15px;
}
.cartnew img.card-img {
  min-height: 160px;
  max-height: 160px;
  border-radius: 25px;
}
.pdetails{
  font-size: 12px;
}
.bg-dark{
  background: #404040 !important;
}
.bg-dark2{
  background: #1a1b1a !important;
}
.select2-container--bootstrap4 .select2-selection{
  height: calc(1.5em + 1rem + 2px) i !important;
  background: #1a1b1a !important;
  border-color: #000000 !important;
  border-radius: 0px !important;
}
.select2-container--bootstrap4 .select2-selection--single{
  height: calc(1.5em + 1rem + 2px)  !important;
  background: #e9ecef !important;
  border-color: #ced4da !important;
  border-radius: .25rem !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
  height: calc(1.5em + 1rem + 2px) i !important;
  line-height: calc(1.5em + 1rem + 2px) i !important;
  color: #000000;
  font-weight: 500;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
  color: #000000;
}
.select2-container--bootstrap4 .select2-selection__clear{
  display: none;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;

}
.iti__flag-box, .iti__country-name {
  color: #555 !important;
}
.cartnew .text-danger, .price .text-danger{
  color: #fff !important;
}
.cartnew .text-danger i, .price .text-danger i{
  color: #FF0000 !important;
}

#sidebar header h6{
  font-size: 1.2rem;
}
.pdetails .small{
  font-size: 95%;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20%; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #efc21f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.cartlist .small2 {
  font-size: 12px;
  
}
#cartboxlist .small2{
  margin-left: 10px;
}
.vmselect .btn-group, .vmselect .btn-group-vertical{
  display: flex;

}
.vmselect .btn-group .multiselect{
  text-align: left !important;
  
}
.foodheader .card img {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
  width: 100%;
  max-height: 170px;
}
.vmselect .dropdown-menu.show {
  display: block;
  width: 100%; 
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.cartnew p{
  margin-bottom: 0rem;

}
.iti--separate-dial-code .iti__selected-dial-code {
  color: #000;
}

.form-control {
  color: #000;
  font-weight: 500;
}
.form-control::-webkit-input-placeholder { color: black; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: black; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: black; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: black; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: black; }  /* Microsoft Edge */
.tab-content .card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #191717;
}
.foodmainbox{
  margin-top: 1.5rem;
}
.tab-content .card-body p {
  color: #EBEBEB;
}

.payment-group .btn-primary {
  background-color: #42A5F5 !important;
  border-color: #42A5F5 !important
}

.payment-group .cursor-pointer {
  cursor: pointer;
  color: #42A5F5
}

.payment-group .pic {
  margin-top: 30px;
  margin-bottom: 20px
}



.payment-group .card-body.show {
  display: block
}


.payment-group .radio {
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%)
}



.payment-group .radio.selected {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%)
}

.payment-group .selected {
  background-color: #1a1b1a 
}

.payment-group .a {
  justify-content: center !important
}

.payment-group .btn {
  border-radius: 0px
}

.payment-group .btn,
.payment-group .btn:focus,
.payment-group .btn:active {
  outline: none !important;
  box-shadow: none !important
}
.custom-select {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAkElEQVRIS+2TQQ6AMAgEty9Vf6Yv1ZBIQip0UdMbXvQAO2WkDZOfNjkfBaCGS9EvRTuAE8BGUoZ10T+QpuUOlu8IQusyAOF4EBsuNQeAtZ92tEV9gIWkwgXG1tSDSI/qC0+ukzCA6rGB1oKrxRZkABGEhmcU2cNYXanwtwCdRN6PbYnuSlYRvbEFKEWfDdDGC5dGGhl11OjvAAAAAElFTkSuQmCC") no-repeat right .75rem center/16px 15px;
  color: #000;
  font-weight: 500;
}
.multiselect-container .multiselect-option .form-check-label, .multiselect-container .multiselect-group .form-check-label, .multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.payment-group input[type="radio"]{
	-webkit-appearance:none;
}
.payment-group label{
	border:6px solid #18f98d;
	position: relative;
	margin: auto;
	border-radius: 10px;
	color: #18f98d;
	transition: 0.5s;
}
.payment-group .fa{
	font-size: 80px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-80%);
}
.payment-group label>span{
	font-size: 25px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,80%);
	font-family: "Poppins",sans-serif;
	font-weight: 500;
}
.payment-group input[type="radio"]:checked + label{
	background-color: #18f98d;
	color: white;
	box-shadow: 0 15px 45px rgba(24,249,141,0.2);
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + 0.75rem);
  color: #000;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 1.5rem);
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 1.5rem + 2px) !important;
}

.wrapper .title{
  color: #fff;
  line-height: 65px;
  text-align: center;
  background: #333;
  font-size: 25px;
  font-weight: 500;
}
.wrapper .box{
  width: 100%;
  text-align: center;
}
.wrapper .box .img{
   width: 100%;
   text-align: center;

}
.wrapper .box label{
  display: table;
  height: 53px;
  width: 100%;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  cursor: default;
  transition: all 0.3s ease;
}
#option-1:checked ~ .option-1,
#option-2:checked ~ .option-2,
#option-3:checked ~ .option-3,
#option-4:checked ~ .option-4{
  background: #333;
  border-color: #333;
  min-height: 220px;
}
.wrapper .box label .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
#option-1:checked ~ .option-1 .dot,
#option-2:checked ~ .option-2 .dot,
#option-3:checked ~ .option-3 .dot,
#option-4:checked ~ .option-4 .dot{
  background: #fff;
}
.box label .dot::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#option-1:checked ~ .option-1 .dot::before,
#option-2:checked ~ .option-2 .dot::before,
#option-3:checked ~ .option-3 .dot::before,
#option-4:checked ~ .option-4 .dot::before{
  background: #333;
  transform: translate(-50%, -50%) scale(1);
}
.wrapper .box label .text{
  color: #f8f8f8;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  padding: 10px;
  transition: color 0.3s ease;
}
#option-1:checked ~ .option-1 .text,
#option-2:checked ~ .option-2 .text,
#option-3:checked ~ .option-3 .text,
#option-4:checked ~ .option-4 .text{
  color: #fff;
}
.wrapper .box input[type="radio"]{
  display: none;
}
.modal-dialog {
  max-width: 680px;
  margin: 1.75rem auto;
}
.cardltext{
  padding-left: 2.5rem;
}
#v-pills--tab{
  display: none;
}

.instruction.form-control, .instruction.form-control:disabled, .instruction.form-control[readonly]{
  background: #fff;
  border-color: #ced4da;
  color: #495057;
  font-weight: 500;
  height: calc(1.5em + 1.5rem + 2px);
  }
.menuitemnew:after {
  font-family: 'boxicons';
  content: "\eaed";
  font-size: 18px;
  
 
}
.menuitemnew.collapsed:after {
  /* symbol for "collapsed" panels */
  font-family: 'boxicons';
  content: "\eb21"; 
}
.menuitemsingle i{
  font-size: 18px;
  font-weight: 600;
}
.checkout .form-control, .checkout .form-control:disabled, .checkout .form-control[readonly]{
  background: #fff;
  border-color: #ced4da;
  color: #495057;
  height: calc(1.5em + 1.5rem + 2px);
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
  background: #fff;
}
.m-cart{
  display: none;
}
.mob-ftmenu{
  display: none;
  padding: 0.5rem;
  position: fixed;
  bottom: -1px;        
  z-index: 9;
  justify-content: space-between;
  background-color: #FFDE17;
  width: 100%;
  box-shadow: 2px -5px 5px -1px rgba(0,0,0,0.02);
  -webkit-box-shadow: 2px -5px 5px -1px rgba(0,0,0,0.02);
  -moz-box-shadow: 2px -5px 5px -1px rgba(0,0,0,0.02);
}
.mob-ftmenu ul{
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0rem;

}
.mob-ftmenu ul li{
  display: inline-flex;
  width: 24%;

}
.mob-ftmenu ul li a {
color: #333;
text-align: center;
font-weight: 500;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.mob-ftmenu ul li p{
  color: #333;
  font-size: 8px;
  margin-bottom: 0px;
}
.mob-ftmenu ul li a i {
 font-size: 30px;
 vertical-align: bottom;
 box-shadow: 2px -5px 5px -1px rgba(0,0,0,0.02);
}
.navbar-toggler{
  display: none;
}