﻿@charset "utf-8";
:root {
  --white: #fff;
  --black: #656565;
  --textcolor: #7C7D7E;
  --headingcolor: #1e1e1e;
  --formcontrolborder: #C0C0C0;
  --brandcolorone: #FFD200;
  --brandcolortwo: #E31E25;
  --brandcolorthree: #53B175;
  --lightgrey: #F7F7F7;
}
/* CSS Document */
* {
  font-family: 'SFProDisplay';
}
p {
  color: var(--textcolor);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--headingcolor);
}
.red-color {
  color: var(--brandcolortwo);
}
.yellow-background {
  background-color: var(--brandcolorone);
}
.lightgrey-background {
  background-color: var(--lightgrey);
}
.text-color {
  color: var(--textcolor);
}
.heading-color {
  color: var(--textcolor);
}
.input-icon {
  position: relative;
	    display: block;
}

.input-icon input {
  padding-left: 60px;
}

.input-icon svg {
  width: 22px;
  height: 22px;
  left: 25px;
  position: absolute;
  top: 16px;
  color: var(--formcontrolborder);
}
.input-icon .credit-card-icon {
  left: 25px;
  position: absolute;
  top: 19px;
  color: var(--formcontrolborder);
}
.input-icon .master-card-icon {
  right: 25px;
  position: absolute;
  top: 19px;
}
#login-bg {
  background-image: url("../images/Background icons.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#order-bg {
  background-image: url("../images/orderbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.login-sec {
  z-index: 3;
	line-height: 18px;
	top: 180px;
  bottom: 0;
  background: var(--white);
  border-radius: 44px 44px 0px 0px;
}
.popup-sec {
  z-index: 3;
  bottom: 0;
  background: var(--white);
  border-radius: 44px 44px 0px 0px;
}
#welcome-bg {
  background-image: url("../images/welcomebg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#mutton-bg {
  background-image: url("../images/masala.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#cook-bg {
  background-image: url("../images/Chef_image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#dish-bg {
  background-image: url("../images/Mask Group 3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#welcome-icon {
  top: -11%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    background: rgba(255,255,255,.7);
    height: 130px;
    border-radius: 50%;
	overflow: hidden
}
#mutton-icon {
  top: -6%;
  right: 6px;
}
#header-list li a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.5;
  padding: 10px;
  display: inline-block;
  color: var(--headingcolor);
}
#header-list li.active a {
  opacity: 1;
  border-bottom: 3px solid var(--brandcolortwo);
}
#menu-list li {
  background: #fff;
  border-radius: 20px;
}
#menu-list li img.item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-right: 10px;
  height: 95px;
	width: 95px;
}

#menu-list p {
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  color: #1E1E1E;
  padding: 5px 0px;
}
#menu-list .menu-list-price {
  color: var(--brandcolortwo);
  font-weight: 600;
  margin-top: 6px;
}
#menu-list button.btn-secondary {
  background-color: var(--brandcolorthree);
  border-color: var(--brandcolorthree);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
#menu-list button.btn-secondary img {
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
#menu-list button.btn-secondary img.minus-icon {
  width: 10px;
}
#menu-list li.selected {
  border: 2px solid var(--brandcolorthree);
  position: relative;
}
#menu-list li.selected img.selected-icon {
  position: absolute;
  top: 0;
  right: 0;
}
#footer-icons img {
  padding: 10px;
  height: 45px;
  width: 45px;
}
#footer-icons li {
  position: relative;

}
#footer-icons li.active {
  background-color: var(--brandcolorone);
  padding: 2px;
  border-radius: 50%;
}
footer li .added-item {
  position: absolute;
  color: #fff;
  background: var(--brandcolortwo);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  top: 6px;
  right: 6px;
  font-size: 12px;
  font-weight: bold;
}
ul#footer-icons {
  border-radius: 20px 20px 0px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
ul#footer-icons-2 {
  border-radius: 20px 20px 0px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--brandcolorone);
}
img.search-icon {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 20px;
}
img.cross-icon {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 16px;
}

textarea:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgb(255 210 0 / 25%);
}

textarea {
    background-color: var(--white);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0px 6px 8px 0px rgb(128 130 139 / 20%);
    -webkit-box-shadow: 0px 6px 8px 0px rgb(128 130 139 / 20%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
}

.circle {
  text-align: center;
	 top: 50%;
    left: 50%;
    transform: translate(0%, 50%);
	line-height: 18px;
}
#header-top{
	top:-56px;
}
.radio {
  position: relative;
  clear: left;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 22px;
  font-size: 16px;
  cursor: pointer;
}
.radio:before {
  background: var(--brandcolorthree);
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: inset 0 0 3px 0 #ccc;
  -moz-box-shadow: inset 0 0 3px 0 #ccc;
  -webkit-box-shadow: inset 0 0 3px 0 #ccc;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label:before {
  content: "\2022";
  text-align: center;
  line-height: 18px;
  font-family: Tahoma;
  font-size: 20px;
  color: #fff;
}
.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;

}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.white-card {
  background-color: var(--white);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
  -webkit-box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
  -moz-box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
}
.grey-card {
  background-color: rgba(124, 125, 126, 0.1);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
  -webkit-box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
  -moz-box-shadow: 0px 6px 8px 0px rgba(128, 130, 139, 0.2);
}
.order-label {
  background: rgba(83, 177, 117, 0.18);
  font-weight: bold;
  font-size: 11px;
  padding: 5px 10px;
  color: #3D985E;
  border-radius: 20px;
}
#checkout .modal-dialog {
  margin: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
#checkout .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#checkout .modal-dialog .modal-content .modal-body .btn-close {
  opacity: 1;
  background: url("../images/close.svg") no-repeat center;
  position: absolute;
  top: -15%;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  padding: 1.25em 1.25em;
}
.yellow-label{
	border-radius: 44px;
	padding: 6px 12px;
}
.small-btn{
	padding: 2px 7px;
}
button#cart-submit {
    position: absolute;
    right: 20px;
    top: 15px;
    background: transparent;
    border: none;
    font-weight: 600;
}
#alert-open{
	top:20px;
    height: 14px;
    width: 14px;
    right:26px;
    background: red;
    border-radius: 50%;
    border: 2px solid white;
	position:absolute;
}
