#cog-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
.cog-section {
  padding: 50px 0;
}
.cog-term-head h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* -----------------------------------faq-------------------------------- */


.cog-faq .accordion-button:not(.collapsed) {
  color: #167dbe;
  background-color: #e5f6ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.cog-faq .accordion-button:focus {
  box-shadow: none;
}
.cog-faq .accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 13px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%) !important;
}
.cog-faq .accordion-button:not(.collapsed) {
  color: #167dbe;
  background-color: #e5f6ff;
  box-shadow: none;
  font-weight: 500;
  border: none;
}
.accordion-collapse {
border: solid rgba(0,0,0,0.125);
border-width: 0 1px;
border: none;
}
.accordion-button.collapsed {
  border: none;

}
/* ---------------------------------blog detail-------------------------------- */
.cog-blog-detail{
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    /* padding: 30px; */

}

.cog-blog-detail img{
    width: 100%;
    margin-bottom: 20px;

}


/* ------------------------------------error----------------------------------------- */
.cog-error{
    text-align: center;
    margin: 10% 0;
}
.cog-error h4{
    font-size: 40px;
    margin: 20px 0;
    color: white;
}
.cog-error .btn-cog {
    color: #fff;
    background-color: #167dbe;
    border-color: #167dbe;
    font-weight: 500;
    padding: 5px 20px;
}
.cog-error p {
  font-size: 18px;
  color: white;
  margin-bottom: 0px;
}
.food-partner{
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10000000;
}
.food-partner img {
  width: 56px;
  border-radius: 8px;
  border: 2px solid white;
}
.food-partner ul li {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;

  border-radius: 10px;
}
.navbar-brand {
  margin-left: 0.5rem;
}
.bredcrumb_section .sub_text{
  font-family: var(--font-playball) ;
  font-size: 50px;
  color: white;
}
.fixed-bottom-outer {
  position: fixed;
  bottom: 0;
  z-index: 199;
  width: 100%;
  background-image: url(../dosa_img/bg3.jpg);
  background-size: cover;
  background-position-y: center;
}
.fixed-bootom {
  justify-content: space-around;
  padding: 10px;
  background: linear-gradient(45deg, #dd3d55ba, #7d3180f0);
  /* position: fixed; */
  bottom: 0;
  z-index: 199;
  width: 100%;
  color: white;
}
.fixed-bootom li {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.fixed-bootom li .icon-bx {
  margin-right: 15px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-bootom li .info-content span {
  font-size: 18px;
  font-family: var(--font-bebas);
  letter-spacing: 0.5px;
  color: white;
}
.fixed-bootom li .info-content p{
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  color: white;
}

.jumbotron {
  background: #6b7381;
  color: #bdc1c8;
  border-radius: 0;
  padding: 2rem;
}
.jumbotron h1 {
  color: #fff;
}
.switch > .row {
  padding-bottom: 2rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.switch h3 {
  font-weight: 400;
}
.switch h3 > small {
  font-weight: 200;
  font-size: 0.75em;
  color: #939aa5;
}
.switch h6 {
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3.32px;
  text-transform: uppercase;
  color: #bdc1c8;
  margin: 0;
  line-height: 5rem;
}
/* .switch .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
} */
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #4caf50;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Veg';
  left: -4rem;
}
.btn-toggle:after {
  content: 'Non-Veg';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before {
  color: #4CAF50;
}
.btn-toggle:after {
  color: red;
}
.btn-toggle.active {
  background-color: #ff0000;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 6rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'Veg';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'Non-veg';
  right: -6.5rem;
  opacity: 1;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 1;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2rem;
  width: 6rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: ;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'Veg';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'Non-Veg';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 4.2rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
  line-height: 34px;
  color: #fff;
  letter-spacing: 0.75px;
  left: 6px;
  width: 4rem;
  font-size: 12px;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: 'Veg';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'Non-Veg';
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ffe05c;
  background-color: transparent;
  border-color: #ffe05c;
  border: 1px solid;
  font-size: 25px;
}
.nav-pills  {
  color: #ffe05c;
}
.nav-link {
  display: block;
  padding: .5rem 2rem;
  font-size: 18px;
}
.navbar .action_bar .bar i {
  color: white;
  font-size: 25px;
}
.btn-group-sm>.btn, .btn-sm {
  padding: .5rem .75rem;
  font-size: 1rem;
  border-radius: .2rem;
}
.cart_count {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -11px;
  line-height: 20px;
  text-align: center;
  color: black;
}