/* ==========================================================================
   2.0 Reset css
   ========================================================================== */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
h1 {
	font-size: 32px;
	padding: 0 0 15px;
}
h2 {
	font-size: 28px;
	padding: 0 0 15px;
}
h3 {
	font-size: 24px;
	padding: 0px 0 10px;
}
h4 {
	font-size: 18px;
	padding: 0px 0 10px;
}
h5 {
	font-size: 16px;
	padding: 0px 0 8px;
}
h6 {
	font-size: 16px;
	padding: 0px 0 8px;
}
a:link,
a:visited {
	color: #666666;
	text-decoration: none;
	outline: 0;
}
a:focus,
a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.5s;
}
a:active {
	color: #000;
	text-decoration: none;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong,
dfn,
b {
	font-weight: bold;
}
em,
dfn {
	font-style: italic;
}
sup,
sub {
	line-height: 0;
	font-size: 0.6em;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,
code,
tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 1.5em;
}
li ul,
li ol {
	margin: 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 10px;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th,
td,
caption {
	padding: 4px 10px 4px 5px;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
tbody tr:nth-child(even) td,
tbody tr.even td {
}
small {
	font-size: 11px;
}
/* ==========================================================================
   3.0 Common css
   ========================================================================== */

.search-container {
	position: relative;
}
#suggestionsList {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: none;
}
#suggestionsList li {
	padding: 10px;
	cursor: pointer;
}
#suggestionsList li:hover {
	background-color: #ddd;
}
.right-sidebar {
	padding-top: 60px;
	width: 0;
	height: 100vh;
	background-color: #fff;
	box-sizing: border-box;
	transition: width 0.3s ease;
	position: fixed;
	top: 0;
	right: 0;
	overflow-x: hidden;
	z-index: 999;
}
.right-sidebar .login-sidebar {
	padding-right: 10vh;
	padding-left: 25px;
}
.input-box .input:focus-visible {
	border-radius: 0;
	outline: none;
}
input.PhoneInputInput:focus-visible {
	border-radius: 0;
	outline: none;
}
.login > p a {
	font-size: 14px;
	font-weight: 500;
	color: #fc8019;
}
.login h4 {
	font-size: 30px;
	font-weight: 600;
}
.recipe.cuisin-img img {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 10px;
}
.slick-slide {
	/* spacing in between each slide */
}
.recipe.cuisin-img p {
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
	color: #6a6a6a;
	text-transform: capitalize;
	letter-spacing: -0.5px;
	margin-left: 0 !important;
	font-size: 15px;
}
.recipe-chain.popular-recipe > img {
	width: 270px;
	height: 180px;
	object-fit: cover;
}
.recipe-chain.recommended-recipe .price-wrapper > img {
	width: 100%;
	height: 242px;
	object-fit: cover;
}

.right-sidebar a.closebtn2 {
	color: #818181;
}
.right-sidebar a.closebtn2:hover {
	color: #f1f1f1;
}
.right-sidebar a {
	color: #ffa700;
}

.right-sidebar input {
	height: 70px;
	padding-top: 0;
	font-size: 1.55rem;
	width: 100%;
	font-weight: 500;
	padding: 0 20px;
	border: 1px solid #d4d5d9;
	display: block;
	position: relative;
	transform: translateZ(0);
}
button.login-btn {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: none;
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	padding: 0 2rem;
	color: #fc8019;
	letter-spacing: 0;
	color: #fff;
	background-color: #fc8019;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

.login-sidebar .input-box {
	position: relative;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #2c2c2d;
	border: 1px solid #d4d5d9;
	justify-content: left;
}
.login-sidebar .input {
	color: #000;
	padding: 1rem;
	transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 14px;
}
.login-sidebar .label {
	position: absolute;
	top: 25px;
	left: 0;
	poiner-events: none;
	transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #2c2c2d;
}

.login-sidebar .input:is(:focus, :valid) ~ label {
	transform: translateY(-80%) scale(0.9);
	padding-inline: 0.5rem;
	font-size: 0.7em;
}
.login-wrap .term-condition {
	color: #000;
}
.right-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
}
.header .right-sidebar .closebtn2 {
	position: absolute;
	top: 0;
	left: 25px;
	font-size: 36px;
}
.header .right-sidebar .closebtn2 a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	font-weight: 500;
}
.header input#searchInput {
	height: 50px;
	padding-top: 0;
	font-size: 1.55rem;
	width: 100%;
	font-weight: 500;
	padding: 0 20px;
	border: 1px solid #d4d5d9;
	display: block;
	position: relative;
	transform: translateZ(0);
	margin-bottom: 20px;
}

.header .sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	overflow: hidden;
	z-index: 999999;
}
.header .search-bar,
.header .gps {
	text-align: right;
	padding-left: 10vh;
	padding-right: 20px;
}
.header .sidebar .gps-wrap {
	border: 1px solid #d4d5d9;
	padding: 20px;
	text-align: left;
	display: flex;
	align-items: center;
}
.header .sidebar .gps a:hover {
	color: #ffa700;
}
.header input:focus {
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 5px #ddd;
}
.header .overlay {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #282c3f;
	opacity: 0.7;
	overflow: hidden;
}
.header .overlay {
	display: none;
}
.header .sidebar .gps a {
	font-size: 16px;
}
.header .sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	font-weight: 500;
}
.header .sidebar a:hover {
	color: #f1f1f1;
}
.header .sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.openbtn:hover {
	color: #ffa700;
}
.center-text {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
.float-right {
	float: right;
}
.header {
	box-shadow: 0 15px 40px -20px rgba(40, 44, 63, 0.15);
	position: fixed;
	top: 0;
	z-index: 1071;
	background: #fff;
}
.section {
	padding: 50px 0;
}
.header .navbar-nav > li > a {
	font-size: 14px;
	font-weight: 500;
	color: #3d4152;
}
.navbar-toggle {
	border: 1px solid #ffa700;
}
.navbar-toggle i {
	color: #ffa700;
}
.header .nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ffa700;
}
.header .navbar {
	margin-bottom: 0;
	min-height: 0 !important;
	padding: 14px 0;
	height: '100vh';
}
.head-left-wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.site-logo {
	flex-shrink: 0;
	margin-right: 30px;
}
.other li {
	list-style: none;
}
.other a {
	font-size: 14px;
	font-weight: 500;
	color: #3d4152;
	cursor: pointer;
}
.footer-area {
	background: rgb(2, 6, 12);
	padding: 60px 0;
}
.site-logo img {
	max-width: 160px;
}
.footer-area p {
	color: #ffffff99;
}
.footer-area .footer-logo p {
	margin-top: 20px;
	font-size: 14px;
}
.footer-logo .f-logo {
	max-width: 150px;
}
.footer-area h4 {
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.3px;
	color: rgba(255, 255, 255, 0.92);
	padding-bottom: 20px;
}
.footer-area a.btn.btn-primary {
	background: transparent;
	border-color: #ffffff99;
	color: #ffffff99;
}
.footer-area a.btn.btn-primary:hover {
	background: transparent;
	border-color: #ffffff99;
	color: #ffffff99;
}
.footer-area .contact-us {
	padding-bottom: 30px;
}
.footer-area a.btn.btn-primary:hover {
	background: #ffa700;
	border-color: #ffa700;
}
.footer-area ul {
	padding: 0;
}
.footer-area ul li {
	list-style: none;
	padding-bottom: 16px;
}
.footer-area ul li a,
.footer-area ul li {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.3px;
	color: rgba(255, 255, 255, 0.6);
}
.footer-area ul li a:hover {
	color: #ffa700;
}

/*what mind css*/
.mind-wrapper {
	padding: 40px 0;
}
.controller {
	float: right;
}

button.prev,
button.next {
	border-radius: 50%;
	height: 34px;
	background: rgb(226, 226, 231);
	border: none;
	width: 34px;
}
.controller-wrap {
	margin-bottom: 30px;
}

.mind-wrapper h3 {
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
}
.mind-wrapper .rating {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}
.mind-wrapper .rating span {
	padding: 0 5px;
}
.mind-wrapper .owl-nav {
	display: none;
}
.mind-wrapper .recipe-chain > img {
	border-radius: 16px;
	transition: all 0.05s ease 0s;
}
.mind-wrapper .recipe-chain .price-wrapper > img {
	border-radius: 16px;
	transition: all 0.05s ease 0s;
}
.mind-wrapper .chain-wrap {
	margin-top: 20px;
}
.mind-wrapper .chain-wrap h5 {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.3px;
	color: rgba(2, 6, 12, 0.75);

	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;

	overflow-wrap: break-word;
}
.mind-wrapper .chain-wrap p {
	font-size: 14px;
}
.mind-wrapper .recipe-chain {
	margin-bottom: 30px;
	padding: 0 5px;
	box-sizing: border-box;
}
.mind-wrapper .recipe-chain > img:hover {
	transform: scale(0.95, 0.95);
	transform-origin: center center;
	transition: all 0.1s ease-in 0s;
}

.delivery-wrapper .delivery .filter-wrap {
	padding-bottom: 20px;
}
.delivery-wrapper .delivery select {
	padding: 5px;
	border-radius: 15px;
	border: 1px soliid #000;
	font-size: 14px;
}
.delivery-wrapper .delivery h3 {
	margin-bottom: 20px;
}
.delivery-wrapper .delivery .filter-wrap ul {
	padding: 0;
}
.delivery-wrapper .delivery .filter-wrap ul li {
	display: inline-block;
	padding: 0 3px;
	margin: 10px 0;
}
.delivery-wrapper .delivery .filter-wrap ul li a {
	font-size: 14px;
	font-weight: 400;
	border-radius: 18px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(226, 226, 231);
	padding: 8px 12px;
	box-shadow: rgba(2, 6, 12, 0.04) 0px 2px 12px;
	color: inherit;
}
a.show-btn {
	padding: 16px;
	box-sizing: border-box;
	border: 1.5px solid rgba(2, 6, 12, 0.1);
	border-radius: 12px;
	display: inline-block;
	margin: 50px auto;
	padding: 15px 50px;
}
.button-wrap {
	text-align: center;
}
.delivery-wrapper .col-md-3:nth-child(4n + 1) {
	clear: left;
}
.filter-wrap select {
	background: transparent;
}

.price-wrap p {
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.92);
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	overflow-wrap: break-word;
	-webkit-line-clamp: 1;
	-moz-box-orient: vertical;
}

.price-wrap {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: grid;
	align-content: end;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	height: calc(81px);
	background: linear-gradient(rgba(27, 30, 36, 0) 0%, rgb(27, 30, 36) 84.21%);
}
.price-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 2px 8px);
	border-radius: 16px;
}
.container.custom-max-width {
	max-width: 80%;
}

.checkout-wrap {
	box-sizing: border-box;
	width: auto;
	z-index: 1;
	top: 100%;
	border-radius: 2px;
	padding: 26px 30px;
	background-color: #fff;
	border-top: 2px solid #fc8019;
	box-shadow: 0 2px 20px 0 #93959f;
}
.product-wrap {
	display: flex;
}
.p-img {
	width: 45%;
}

.p-img img {
	width: 70px;
	height: 70px;
	display: block;
	object-fit: cover;
}

.checkout-wrap {
}
.p-text {
	text-align: left;
}
.p-text h4 {
	padding-bottom: 0;
}
.p-text h4 + p {
	margin-bottom: 5px;
}
.p-text a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5d8ed5;
	cursor: pointer;
}
.pro-name {
	display: flex;
	align-items: center;
}
.cost-wrap {
	display: flex;
}
.sub-total {
	display: block;
	text-align: left;
}
.sub-total h5 {
	margin: 0;
	padding: 0;
}

.checkout-wrap button {
	display: block;
	width: 100%;
	padding: 11px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #fc8019;
	margin-bottom: 4px;
	font-weight: 600;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.checkout-wrap {
	box-sizing: border-box;
	z-index: 1;
	top: 100%;
	border-radius: 2px;
	padding: 26px 30px;
	background-color: #fff;
	border-top: 2px solid #fc8019;
	box-shadow: 0 2px 20px 0 #93959f;
}
.product-wrap {
	display: flex;
}
.p-img {
	width: 45%;
}

.p-img img {
	width: 70px;
	height: 70px;
	display: block;
	object-fit: cover;
}

.checkout-wrap {
}
.p-text {
	text-align: left;
}
.p-text h4 {
	padding-bottom: 0;
}
.p-text h4 + p {
	margin-bottom: 5px;
}
.p-text a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5d8ed5;
	cursor: pointer;
}
.pro-name {
	display: flex;
	align-items: center;
	text-align: left;
}
.pro-name .pro-iteam-name {
	width: 70%;
}
.pro-name .price {
	flex-shrink: 0;
	width: 30%;
	text-align: right;
}
.cost-wrap {
	display: flex;
}
.sub-total {
	display: block;
	text-align: left;
}
.sub-total h5 {
	margin: 0;
	padding: 0;
}

.checkout-wrap button {
	display: block;
	width: 100%;
	padding: 11px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #fc8019;
	margin-bottom: 4px;
	font-weight: 600;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.cart-wrapper {
	position: absolute;
	right: 0;
	z-index: 999;
	overflow: visible;
	opacity: 0;
	width: 350px;
	transition: opacity 500ms ease, visibility 500ms ease;
	visibility: hidden;
}

.cart:hover + .cart-wrapper,
.cart-wrapper:hover {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s, 0s; /* No delay on hover */
}

.cart-wrapper.hide {
	opacity: 0;
	visibility: hidden;
	transition-delay: 3s, 3s; /* 1s delay before hiding */
}

.categories-hd {
	padding: 10px 15px 10px 0;
	color: #ffa700;
	margin: 0px;
	font-weight: 500;
	font-size: 19px;
}

.sub-part-outer:hover,
.sub-part-outer.active {
	background: linear-gradient(90deg, #ffffff 0%, #ffa700 100%);
}
.sub-part-outer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	background: #fff;
	box-sizing: border-box;
	transition: all 400ms;
	color: #ffa700;
	padding-left: 0;
}
.sub-part-outer p {
	margin: 0;
	color: #000;
}
.sub-part-outer .s-text {
	color: #ffa700;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 400;
}
.sub-part-outer .s-img img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	object-fit: cover;
}

.veg-toggle {
	background-color: #e7e7e7;
	padding: 12px 15px;
	border-radius: 4px !important;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
	display: flex;
	align-items: center;
	margin: 10px 15px;
}
.veg-toggle {
	font-size: 14px;
}
.search-bar input {
	padding: 8px 15px;
	border-radius: 5px;
	box-sizing: border-box;
}
.checkboxnew-outer {
	display: flex;
	justify-content: right;
}

.chek {
	margin: 0px 4px;
	overflow: hidden;
	width: max-content;
}

.chek label {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}

.chek label input {
	position: absolute;
	display: none;
	color: #000 !important;
}
.chek input:checked + span {
	border: 1px solid #1c402f;
	color: #1c402f;
}
.veg-flag {
	width: 13px;
	height: 13px;
	border: 1px solid #3da66e;
	text-align: center;
	background-color: #fff;
	margin-right: 7px;
	margin-top: 2px;
	position: relative;
	border-radius: 3px;
}
.chek label input + span {
	color: #000;
}

/* .chek input:checked+span i {
  display: block;
}
.chek input+span i {
  display: none;
} */

.chek label span {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.veg-toggle {
	font-size: 16px;
	font-weight: 500;
}

.chek {
	margin: 0px 4px;
	margin-right: 4px;
	overflow: hidden;
	width: max-content;
}

.non-vegflag {
	width: 13px;
	height: 13px;
	border: 1px solid #fd1615;
	text-align: center;
	background-color: #fff;
	margin-right: 7px;
	margin-top: 2px;
	position: relative;
	border-radius: 3px;
}

.non-vegflag span {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fd1615;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.veg-flag span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #3da66e;
	border-radius: 50% !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.chek input + span {
	padding: 3px 10px;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	background-color: #fff;
}
.featured-lower {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.featured-lower .price-p {
	margin: 0;
}
.cart-new-btn .btn {
	color: #ffa700;
	padding: 3px 12px;
	border-radius: 5px !important;
	font-size: 14px;
	background-color: #f4f4f4;
	font-weight: 700;
}
.featured-iteam {
}
.featured-iteam {
	border-radius: 20px;
	position: relative;
	width: 250px;
	height: 250px;
	box-shadow: 1px 1px 5px rgb(118 115 115 / 15%);
	overflow: hidden;
	z-index: 0;
}
.featured-iteam img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	position: relative;
}
.featured-upper {
	position: absolute;
	top: 15px;
	width: 100%;
	padding: 0 15px;
	z-index: 1;
}
.featured-upper .item-title {
	width: 100%;
	max-width: 200px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
	padding-top: 5px;
}
.bg-span {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #ffa700;
	z-index: -1;
	border-radius: 15px;
	opacity: 0.4;
}
.featured-iteam::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	box-shadow: 0 0 70px 30px black inset;
	-moz-box-shadow: 0 0 70px 30px black inset;
	-webkit-box-shadow: 0 0 70px 30px black inset;
	z-index: 1;
}
.featured-lower {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0 20px;
	z-index: 1;
	left: 0px;
}
.price-p {
	margin: 0px;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
	padding-top: 5px;
}
.featured-outer {
	position: relative;
	width: 250px;
	height: 250px;
}
.outlet-name {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}

.outlet-name::after {
	content: '';
	background: #ffa700;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
}

.outlet-pro-wrap .price-p {
	color: #000;
}
.outlet-p-img img {
	width: 100%;
	max-height: 250px;
}
.cart-new-btn .btn {
	border: 1px solid #ffa700;
	color: #ffa700;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	width: 80px !important;
}
.cart-new-btn .btn:hover {
	opacity: 0.8;
}

.outlet-pro-wrap {
	padding: 15px 14px;
	background-color: #fff;
	margin: 0 0 13px;
	border-radius: 5px !important;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
	overflow: hidden;
	min-height: 210px;
}
.outlet-pro-wrap .item-title {
	font-weight: 500;
	font-size: 15px;
	padding-top: 15px;
	height: 70px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
}
.order-wrapper .order-wrapper .col-md-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.customisable-span {
	color: #ffa700;
}
.outlet-p-text {
	width: 70%;
	padding-right: 5px;
}
.outlet-p-text p {
	font-size: 14px;
	line-height: 1.5;
}
.outlet-pro-wrap .cart-new-btn {
}
.outlet-p-img {
	position: relative;
}
#featured .owl-nav {
	display: none;
}
.order-row .col-md-6:nth-child(2n + 1) {
	clear: left;
}
.order-wrapper .col-md-9 .row {
	margin-right: -30px;
}
.price-pro-detail-wrap p {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	margin: 0;
}
.price-pro-detail-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.price-pro-detail-wrap .order-item {
	width: 70%;
}
.container-counter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.counter {
	display: flex;
	justify-content: center;
}

#counter-value {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	width: 20px;
}
#decrement-btn,
#increment-btn {
	background: transparent;
	border: none;
}
.counter {
	display: flex;
	justify-content: center;
	height: 30px;
	color: #60b246;
	border: 1px solid #d4d5d9;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	text-align: center;
	background-color: #fff;
}

.suggestions textarea {
	border: 0;
	outline: 0;
	resize: none;
	width: 100%;
	height: 100%;
	padding: 12px 12px 5px;
	color: #3d4152;
	font-weight: 400;
	font-size: 12px;
	background: #f9f9f9;
}

.delivery label {
	font-size: 12px;
	font-weight: 300;
}

.checkout-wrapper .row {
	margin: 30px 0;
}

.bill-details {
	font-size: 12px;
	margin-top: 20px;
}
.bill-details .tab-border {
	border-top: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
}
.bill-details h6 {
	font-size: 13px;
}
.bill-details td {
	padding: 4px 10px 10px 5px;
}
.delivery label {
	font-size: 12px;
	font-weight: 300;
	float: left;
	width: calc(100% - 30px);
}

.delivery input[type='checkbox'] {
	float: left;
	margin-right: 5px;
}

.delivery {
	/* box-shadow: 0 3px 8px #e9e9eb; */
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	/* border: 1px solid #ccc; */
	margin-top: 15px;
}

.review-wrap {
	padding: 0 30px;
	margin-top: 16px;
	background: #fff;
}

.checkout-wrapper {
	background: #e9ecee;
}
.review-wrapper {
	padding: 16px 24px 16px 16px;
	background-color: #fff;
	margin: 16px 0;
	font-size: 13px;
}
.review-wrapper h5 {
	color: #3e4152;
	line-height: 20px;
	font-weight: 600;
	font-size: 13px;
}
.checkout-details-wrapper {
	background: #fff;
	padding: 20px;
}

.check-top-wrap {
	display: flex;
	align-items: center;
}
.c-img-box img {
	width: 50px;
	height: 50px;
	position: relative;
}
.c-text-right {
	margin-left: 14px;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 50px;
}
.c-text-right h5 {
	font-size: 15px;
	color: #282c3f;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 0;
}
.c-text-right p {
	font-size: 12px;
	color: #686b78;
	margin-bottom: 0;
}
.c-text-right:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #282c3f;
	width: 40px;
	height: 2px;
}
.review-border {
	padding: 16px !important;
	border: 1px solid #e9e9eb;
	border-radius: 5px;
}
.review-border p {
}
.review-border span,
.review-border a {
	color: #ec6148;
}
.review-border a {
	border-bottom: 1px dotted #ec6148;
}

.account-wrap {
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	padding: 35px 40px 39px;
}

.account-wrap input[type='radio'] {
	margin: 0 10px 15px 5px;
}
.account-wrap p {
	font-size: 14px;
}
.account-wrap input[type='submit'],
.account-wrap button {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #ed6c02;
	border-color: #ed6c02;
	color: #fff;
	padding: 10px 10px;
	margin-bottom: 10px;
	min-width: 220px;
}
.account-wrap input[type='submit']:hover,
.account-wrap button:hover {
	background: #000;
	color: #fff;
	border-color: #fff;
}
.coupon-wrap p {
	margin-bottom: 5px;
}

.coupon-wrap {
	background: #b98d59;
	color: #fff;
	border: 2px dashed #fff;
	font-size: 13px;
	padding: 10px 5px;
	margin: 10px 0;
}

.account-wrap input#lname {
	height: 40px;
	padding: 10px;
	padding: 10px;
}

/* ==========================================================================
   15.0 Responsive CSS
   ========================================================================== */

/* #### RESPONSIVE #### */

@media (min-width: 1600px) {
	.container {
		width: 1440px;
	}
	.recipe.cuisin-img img {
		width: 120px;
		height: 120px;
	}
	.header .navbar-nav > li > a {
		font-size: 16px;
	}
	.other a {
		font-size: 16px;
	}
}
@media (min-width: 1800px) {
	.container {
		width: 1600px;
	}
}
@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
}
@media (max-width: 992px) {
	.header .navbar-nav > li > a {
		font-size: 14px;
		padding: 10px 5px;
	}
	.other li a {
		font-size: 14px;
	}
	.site-logo {
		margin-right: 25px;
		z-index: 9;
	}
	.site-logo img {
		max-width: 135px;
	}
	.other {
		z-index: 99;
	}
	.delivery-wrapper .col-md-3:nth-child(2n + 1) {
		clear: left;
	}
	.other a {
		font-size: 14px;
	}
	.container.custom-max-width {
		max-width: 90%;
	}
	.order-wrapper .category-wrap {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
	.header .navbar-nav > li > a {
		font-size: 16px;
	}
	.header .navbar-toggle {
		margin-top: 0;
		margin-bottom: 0;
	}
	.head-left-wrap {
		justify-content: flex-start;
		padding-left: 20px;
	}
	.header .search-bar,
	.header .gps {
		padding-left: 5vh;
	}
	.right-sidebar .login-sidebar {
		padding-right: 5vh;
	}
	.mind-wrapper .rating span {
		padding: 0 2px;
	}
	.mind-wrapper .chain-wrap p {
		font-size: 12px;
	}
	.mind-wrapper .chain-wrap h5 {
		font-size: 14px;
	}
	.controller {
		float: left;
	}
	.mind-wrapper h3 {
		font-weight: 700;
		font-size: 20px;
	}
	.recipe-chain.recommended-recipe .price-wrapper > img {
		height: 140px;
	}
	.container.custom-max-width {
		max-width: 100%;
	}
	.head-left-wrap {
		padding-left: 10px;
	}
	.navbar-toggle {
		margin-right: 15px;
	}
	.veg-toggle {
		display: block;
	}
	.checkboxnew-outer {
		display: flex;
		justify-content: left;
	}
	.search-bar {
		margin-bottom: 10px;
	}

	.order-wrapper .order-wrapper .col-md-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 599px) {
}
@media (max-width: 479px) {
	.delivery-wrapper .col-xs-6 {
		width: 100%;
	}
	.recipe-chain.recommended-recipe .price-wrapper > img {
		height: auto;
		max-height: 220px;
	}
	.recipe-chain.popular-recipe > img {
		width: 100%;
		height: auto;
	}
	.recipe.cuisin-img img {
		width: 90px;
		height: 90px;
	}
	.site-logo {
		margin-right: 10px;
	}
}
@media (max-width: 420px) and (orientation: portrait) {
}

.mb-5 {
	margin-bottom: 5px;
}

.curson_point {
	cursor: pointer;
}
.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.address-content {
	display: flex;
	justify-content: end;
	align-items: end;
}

.address-list {
	padding: 5px;
	margin-bottom: 5px;
	list-style: none;
	background: rgb(248 247 243);
}

.customerLocation:hover {
	/* background-color: #3da66e; */
	border: solid #3da66e;
}

.customerLocation-selected {
	background-color: rgb(248 247 243);
	/* border:  solid #3da66e; */
}
.customerLocation {
	height: 70px !important;
}

/*End style css */

.pac-container.pac-logo {
	display: block !important;
}
