:root {
    --ios-statusbar-height: 0px;
    --ios-bottom-offset: 0px;
    --web-bottom-bar-height: 0px
}
html {
	overflow: scroll;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

body {
	color: #282c3f !important;
	background-color: #fff;
}
html,
body {
	font-size: 13px;
}
.bg-grey {
	background-color: #f4f4f4 !important;
}
.bg-grey-light {
	background-color: rgba(250, 250, 250, 0.5) !important;
}
.bg-white {
	background-color: #fff !important;
}
.hidden {
	display: none !important;
}
.spinner {
	color: rgba(252, 128, 25, 0.15);
}
.height-25 {
	height: 25vh;
}
.height-30 {
	height: 30vh;
}
.height-40 {
	height: 40vh;
}
.height-50 {
	height: 50vh;
}
.height-60 {
	height: 60vh;
}
.height-70 {
	height: 70vh;
}
.height-80 {
	height: 82vh;
}
.height-100 {
	height: 100vh;
}
.height-100-percent {
	height: 100% !important;
	min-height: 100vh !important;
}
.fixed {
	position: fixed;
	pointer-events: all;
}
.truncate-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.shadow-light {
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.shadow-medium {
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.shadow-dark {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.display-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex-auto {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
/* FirstScreen */

.welcome-heading {
	text-align: center;
	margin: 0.25rem 1.5625rem 0;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 700;
	white-space: pre-wrap;
	color: #282c3f;
}
.welcome-subheading {
	font-size: 0.875rem;
	text-align: center;
	color: #646464;
	margin-top: 0.9375rem;
}
.btn-setup-location {
	width: 16rem;
	height: 4rem;
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
	color: #fff;
	text-transform: uppercase;
	border-radius: 1px;
	text-align: center;
	line-height: 2.7rem;
}
.btn-setup-location:hover {
	color: #fff;
}
.login-block {
	display: block;
	text-align: center;
	color: #646464;
	margin-top: 0.9375rem;
}
.login-block > a {
	font-weight: 400;
}
/* Location */

.search-box {
	top: -1px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.search-input {
	font-size: 0.9375rem;
	height: 4rem;
	border: 0;
}
.search-navs-btns {
	height: 4rem;
	border: 0;
	width: 65px;
	background: #fff;
	border-radius: 0;
}
.search-navs-btns > i {
	font-weight: 900;
}
.height-8-5 {
	height: 8.5vh;
}
.location-search-result {
	min-height: auto;
	background-color: #fff;
}
.location-search-block {
	border-top: 1px solid #eaecee;
	position: relative;
	padding: 1.4rem 0;
	background-color: rgba(0, 0, 0, 0.02);
}
.location-search-block:nth-of-type(2n-1) {
	background-color: #fff;
}
.location-search-icon {
	width: 5rem;
	float: left;
	text-align: center;
}
.location-search-data {
	padding-left: 5.625rem;
}
table > tbody > tr {
	height: 6rem;
}
/*Footer */

.footer-fixed {
	position: fixed;
	bottom: -1px;
	-webkit-box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #fff;
	text-align: center;
	z-index: 2;
	width: 101%;
}
.footer-float {
	position: fixed;
	bottom: 7px;
	-webkit-box-shadow: 0px 2px 25px 12px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 25px 12px rgba(0, 0, 0, 0.09);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #fff;
	text-align: center;
	z-index: 2;
	width: 95%;
	border-radius: 0.6rem;
}
.active-footer-tab {
	color: #000000;
	font-weight: 600;
}
.footer-links {
	color: #93959f;
	font-weight: 500;
	text-transform: uppercase;
    font-size: .73rem;
}
.footer-icon {
	font-size: 22px;
}
.footer-active-links {
	color: #000000;
	font-weight: 500;
}
.cart-quantity-badge {
	border-radius: 100%;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
	font-size: 10px;
	text-align: center;
	height: 16px;
	width: 16px;
}
/* Nav */

.nav-location {
	height: 4rem;
	border: 0;
	background: #fff;
	border-radius: 0;
}
.nav-location-icon {
	font-size: 0.625rem;
	margin-left: 0.125rem;
	font-weight: 700;
}
/* Promo Slider */

.slider-wrapper {
	margin-top: 1rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 1rem;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.slider-wrapper::-webkit-scrollbar {
	display: none;
}
.slider-wrapper__img-wrapper {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.slider-wrapper__img {
	height: 12rem;
	width: 12rem;
	border-radius: 0.4rem;
}
.slider-wrapper__img-shadow {
	-webkit-box-shadow: 1px 2px 10px 1px #e0e0e0;
	box-shadow: 1px 2px 10px 1px #e0e0e0;
}
.slider-wrapper__img-wrapper:first-child {
	margin-left: 1rem;
}
.slider-wrapper__img-wrapper:last-child {
	margin-right: 1rem;
}
.promo-slider-loader {
	width: 100%;
	margin: 0;
	height: 192px;
}
/* RestaurantList */

.restaurant-count {
	text-transform: uppercase;
	color: #5b5b5b;
	font-size: 0.78rem;
	font-weight: 700;
}
.restaurant-block {
	padding: 0 !important;
	/* -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px rgba(0, 0, 0, 0.03); */
}
.restaurant-block > div {
	margin-bottom: 0px !important;
}
.restaurant-image {
	width: 80px;
	height: 80px;
	float: left;
	height: 5.625rem;
	border-radius: 0.25rem;
	margin-top: 1rem;
}
.restaurant-info {
	margin-top: -1.8rem;
	text-align: left;
	padding-left: 8.5rem;
	padding-bottom: 1rem !important;
}
.restaurant-info > h4 {
	font-size: 1.2rem;
}
.restaurant-meta {
	margin-top: -1.2rem;
	font-size: 0.8rem;
	font-weight: 500;
}
.block-content.block-content-full {
	padding-bottom: 18px;
}
/* Auth/Login */

.back-button {
	background-color: transparent;
}
.login-image {
	max-height: 9.2rem;
	position: absolute;
	right: 0;
	top: 2rem;
}

.login-title {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}
.login-subtitle {
	font-size: 1rem;
	font-weight: 400;
}
.overlay-loading {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.overlay-loading > div {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.overlay-loading > div > img {
	width: 300px;
}
.auth-error {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #282c3f;
	color: #f4f4f5;
	padding: 0.8rem;
	z-index: 2147483647;
}
.error-shake {
	-webkit-animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
@-webkit-keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0);
	}

	20%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}

	40%,
	60% {
		-webkit-transform: translate3d(7px, 0, 0);
		transform: translate3d(7px, 0, 0);
	}
}
@keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0);
	}

	20%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}

	40%,
	60% {
		-webkit-transform: translate3d(7px, 0, 0);
		transform: translate3d(7px, 0, 0);
	}
}
/* Elements/Button */

.button-block {
	width: 100%;
}
.btn-main {
	width: 100%;
	height: 4rem;
	font-size: 1.2rem;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
/* Items/Restaurantinfo */

.fixed-restaurant-info {
	position: absolute;
	top: 0.6rem;
	left: 5.2rem;
}
.fixedRestaurantName {
	font-size: 1rem;
	font-weight: 700;
}
.fixedRestaurantTime {
	font-weight: 400;
	font-size: 0.9rem;
	color: #7e808c;
}
/* Items/ItemList */

.recommended-item-content {
	padding: 0.5rem;
	height: 14rem;
	min-height: 16rem;
}
.recommended-item-shadow {
	-webkit-box-shadow: 0px -5px 12px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -5px 12px 1px rgba(0, 0, 0, 0.05);
}
.recommended-item-image {
	border-radius: 4px;
	height: 131px;
	width: 180px;
}
.recommended-item-meta {
	height: 4.5rem;
	min-height: 4.5rem;
}
.meta-name {
	font-size: 0.95rem;
	font-weight: 500;
	max-width: 169px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.meta-price {
	font-size: 0.95rem;
	line-height: 1.5625rem;
}
.Collapsible {
	background-color: white;
}
.Collapsible__contentInner {
	padding: 10px;
}
.Collapsible__contentInner .category-list-item {
	margin-bottom: 0.625rem;
	font-size: 0.98rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 0.8rem;
	padding-left: 0.3125rem;
}
.Collapsible__contentInner .category-list-item:last-child {
	margin-bottom: 0;
	border: 0;
}
.Collapsible__contentInner > div > .item-name {
	font-weight: 500;
}
.Collapsible__contentInner > div > .item-price {
	font-weight: 400;
	color: #757575;
}
.Collapsible__trigger {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 1.5rem 1rem;
	background: #ffffff;
	color: #282c3f;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.Collapsible__trigger:after {
	font-family: "icomoon";
	content: "\E906";
	position: absolute;
	right: 1.25rem;
	top: 1.425rem;
	display: block;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	-o-transition: transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}
.Collapsible__trigger.is-open:after {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}
.item-badge {
	position: relative;
	color: #fafafa;
	font-size: 0.86rem;
	padding: 0.25rem 0.4rem;
	text-transform: none;
	font-weight: 400;
	border-radius: 4px;
}
.item-badge:not(:first-child) {
	margin-left: 0.25rem;
}

.btn-add-remove {
	border: 1px solid #efefef;
	width: 3.7rem;
	background-color: #fff;
	height: 2.5rem !important;
}
.btn-full .btn-add-remove {
	width: 82px !important;
}
.btn-dec {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 18px;
	color: #bebfc5;
}
.btn-inc {
	font-size: 1.4rem;
	line-height: 14px;
	color: #60b246;
	font-weight: 600;
}
.flex-item-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 0 !important;
}
.flex-item-image {
	border-radius: 0.25rem;
	width: 88px;
	position: relative;
}
.recommended-text {
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;
}
/* FloatCart */

.float-cart {
	position: fixed;
	width: 100%;
	height: 4rem;
	padding: 1.2rem;
	font-weight: 700;
	opacity: 0;
	bottom: 0rem;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	z-index: 9;
}
.float-cart--open {
	opacity: 1;
	bottom: -0.2rem;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
.view-cart {
	text-transform: uppercase;
	font-size: 1.07rem;
}
.float-cart-icon {
	margin-top: -2px;
}
/* Elements/BackWithSearch*/

.nav-page-title {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 42px;
}
/* Cart */

.cart-empty-block {
	height: auto;
	padding-top: 100px;
}
.cart-empty-img {
	width: 300px;
	height: intrinsic;
}
.cart-empty-text {
	font-size: 1.2rem;
	font-weight: 600;
	color: #535665;
}
.progress-transparent {
	background-color: transparent !important;
}
/* Cart/CartItems */

.btn-quantity {
	height: 2.5rem !important;
	background-color: #fff;
	border: 1px solid #efefef;
	min-width: 35px;
}
.cart-item-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart-item-meta:last-child {
	border-bottom: 1px solid #f2f2f2;
}
.cart-item-name {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	text-overflow: ellipsis;
	flex: auto;
	width: 180px;
	font-size: 15px;
	font-weight: 400;
}
.cart-addon-name {
	color:#7b7473;
	font-size: 1rem;
}
.cart-item-btn {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 100px;
	margin-top: -0.5rem;
}
.cart-item-price {
	font-weight: 500;
	font-weight: 400;
	width: 50px;
	text-align: right;
}
.item-text {
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 1rem;
}
/* Cart/OrderComment */

.order-comment {
	height: 3.2rem;
	font-size: 1rem;
	border: 0;
	padding: 0 15px;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 8px 10px 2px #eee;
}
/* Cart/Coupon */

.coupon-form {
	width: 100%;
}
.apply-coupon-input {
	height: 4rem;
	font-size: 1.1rem;
	border: 0;
	padding: 0 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.apply-coupon-input::-webkit-input-placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-input:-ms-input-placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-input::-ms-input-placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-input::-moz-placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-input::placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-input::-webkit-input-placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-input::-moz-placeholder {
	color: #282c3f;
	letter-spacing: 1px;
}
.apply-coupon-btn {
	height: 4rem;
	background-color: #fff;
	min-width: 4rem;
	border: 0;
	text-align: center;
}
.apply-coupon-btn > span {
	padding: 0.6rem 2rem;
	border-radius: 4px;
}
.input-group-prepend > .apply-coupon-btn {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.input-group-append > .apply-coupon-btn {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.input-group-append-right {
	right: 0 !important;
}
.coupon-status {
	width: 100%;
	text-align: center;
}
.coupon-success {
	background-color: #60b246;
	color: #fff;
	font-weight: 500;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0;
}
.coupon-fail {
	background-color: #f44336;
	color: #fff;
	font-weight: 500;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0;
}
.coupon-text {
	color: #60b246;
	font-weight: 500;
}
/* Cart/BillDetails */
.border-radius-4px {
	border-radius: 20px;
}

.bill-details::after {
	content: " ";
	background: -o-linear-gradient(135deg, #f4f4f5 7px, transparent 0),
		-o-linear-gradient(45deg, #f4f4f5 7px, transparent 0);
	background: linear-gradient(-45deg, #f4f4f5 7px, transparent 0), linear-gradient(45deg, #f4f4f5 7px, transparent 0);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 12px 14px;
	display: block;
	left: 0;
	width: 100%;
	height: 14px;
	bottom: 0;
}
.bill-detail-text {
	height: 3.2rem;
	font-size: 1.1rem;
	border: 0;
	text-transform: uppercase;
	font-weight: 800;
}
/* Cart/CartCheckoutBlock */

.cart-checkout-block {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9;
	height: 22vh;
	-webkit-box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.06);
}
.deliver-to-text {
	font-size: 1rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
	font-weight: 800;
}
.change-address-text {
	font-size: 0.8rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
	font-weight: 800;
	border: none;
	background-color: #ffffff;
	/* box-shadow: 0 2px 7px 0 rgb(40 44 63 / 10%); */
}
.user-address {
	font-size: 12px;
	color: #7e808c;
}

.almost-there-text {
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
	font-weight: 700;
}
.almost-there-sub {
	font-weight: 400;
	font-size: 0.9rem;
}
.btn-continue {
	width: 100%;
	border-radius: 0;
	height: 4rem;
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.7rem;
	bottom: 0;
	position: fixed !important;
	margin-left: -1.15rem;
}
.btn-continue:focus,
.btn-continue:hover {
	color: #fff !important;
}
.btn-make-payment {
	width: 100%;
	margin: 0 auto;
	padding: 0.9375rem 0;
	line-height: 1.95rem;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	border-radius: 0;
	height: 4rem;
	bottom: 0;
	position: fixed !important;
}
.btn-make-payment:focus,
.btn-make-payment:hover {
	color: #fff !important;
}
/* Account/UserInfo */

.hr-bold {
	border-top: 2px solid #dfdfdf !important;
}
/* Account/UserMenu */

.pages-modal {
	overflow: scroll;
	min-height: 100vh;
}
.popup-overlay {
	padding: 0 !important;
}
.popup-content {
	width: 100% !important;
	border: 0 !important;
	padding: 10px !important;
	padding-top: 0 !important;
}
.close-modal-header {
	position: fixed;
	height: 4rem;
	top: 0;
	width: 100%;
	right: 10px;
	background-color: #fff;
	border: 0 !important;
}
.close-modal-icon {
	font-size: 2.5rem;
	font-weight: 200;
}
/* Account/Logout */

.logout-text {
	color: #f44336;
	font-weight: 600;
}
.logout-icon {
	color: #f44336;
	font-weight: 900;
}
/* Account/Addresses */

.btn-new-address {
	position: fixed !important;
	width: 100%;
	margin: 0 auto;
	padding: 0.9375rem 0;
	line-height: 2.15rem;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	border-radius: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
}
.btn-save-address {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0.9375rem 0;
	line-height: 2.15rem;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.edit-address-input-label {
	color: #9e9e9e;
}
.edit-address-input {
	margin-bottom: 1.5rem;
	border: 0;
	border-bottom: 1.2px solid #eee;
	border-radius: 0;
	padding: 0;
}
.edit-address-tag {
	text-transform: uppercase;
}
.btn-edit-address {
	font-weight: 500;
}
/* Address/AddressList */

.btn-address-default {
	background-color: transparent;
	position: relative;
}
.btn-address-default > i {
	color: #ccc;
}
.btn-address-default.selected > i {
	font-size: 2rem;
}
/* RunningOrder */
.btn-deliverypin {
	color: #ff9800;
}
.btn-refresh-status {
	width: 100%;
	position: fixed;
	bottom: 0;
	border: 0;
	border-radius: 0;
	height: 4rem;
	font-size: 1.2rem;
}
/* Account/Orders/OrderList */

.order-item-quantity {
	border: 1px solid #e0e0e0;
	padding: 2px 8px;
	font-weight: 500;
	min-width: 35px;
	text-align: center;
}
/* Desktop View */

.main-container-desktop {
	min-height: 100vh;
	background: -o-linear-gradient(
		135deg,
		rgba(103, 58, 183, 0.9),
		rgba(255, 87, 34, 0.7),
		rgba(103, 58, 183, 0.9),
		rgba(255, 87, 34, 0.7)
	);
	background: linear-gradient(
		-45deg,
		rgba(103, 58, 183, 0.9),
		rgba(255, 87, 34, 0.7),
		rgba(103, 58, 183, 0.9),
		rgba(255, 87, 34, 0.7)
	);
	background-size: 500% 500%;
	-webkit-animation: Gradient 50s ease infinite;
	animation: Gradient 50s ease infinite;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.main-container-desktop::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../img/various/bg-design.png) no-repeat scroll center bottom/cover;
	z-index: -1;
}
.phone {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
	width: 380px;
	height: 665px;
	padding: 10px 7px;
	border-radius: 20px;
	background: #d9dee3;
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: -3.5rem 0 0 12rem;
	position: relative;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.phone-use {
	width: 380px;
	height: 665px;
	margin: -3rem 0 0 8rem;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.phone .notch {
	position: absolute;
	height: 1rem;
	width: 28%;
	background-color: #d9dee3;
	z-index: 9;
	right: 50%;
	-webkit-transform: translate(50%, -5%);
	-ms-transform: translate(50%, -5%);
	transform: translate(50%, -5%);
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}
.phone .iframe-wrapper {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}
.phone iframe {
	height: 100%;
	display: block;
	width: 100%;
	border-radius: 12px;
}
.blured {
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);
}
.btn-unblur {
	height: 4.5rem;
	width: 200px;
	background-color: #f1592a;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	border-radius: 0.275rem;
	line-height: 4rem;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.btn-unblur:hover {
	background-color: #f1593a;
	-webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
#appIframe {
	pointer-events: none;
}
.phone-use #appIframe {
	pointer-events: auto !important;
}
.bg-gradient {
	background: -o-linear-gradient(135deg, rgba(103, 58, 183, 0.9), rgba(0, 150, 136, 0.9), rgba(103, 58, 183, 0.9));
	background: linear-gradient(-45deg, rgba(103, 58, 183, 0.9), rgba(0, 150, 136, 0.9), rgba(103, 58, 183, 0.9));
	background-size: 400% 400%;
	-webkit-animation: Gradient 30s ease infinite;
	animation: Gradient 30s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.left-col {
	-webkit-transform: translate(0px, 20%);
	-ms-transform: translate(0px, 20%);
	transform: translate(0px, 20%);
}
.desktop-logo {
	margin-bottom: 2.5rem;
	height: 3.5rem;
}

.desktop-title {
	color: #424242;
	font-size: 3.5rem;
	font-weight: 900;
}
.desktop-subtitle {
	color: #424242;
	font-size: 1.3rem;
	font-weight: 400;
}

.store-achievement {
	width: 200px;
	height: 150px;
	-webkit-box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -4px;
	box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -4px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.store-achievement:hover {
	-webkit-transform: translateY(0, -10%);
	-ms-transform: translateY(0, -10%);
	transform: translateY(0, -10%);
	-webkit-box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -10px;
	box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -10px;
}
.Tilt {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.store-achievement h3 {
	font-weight: 900;
	color: #424242;
	margin-bottom: 0.45rem;
}

.store-achievement h4 {
	-webkit-transform: translateZ(15px);
	transform: translateZ(15px);
	color: #424242;
}

.desktop-footer {
	min-height: 70vh;
	background: -o-linear-gradient(
		135deg,
		rgba(255, 87, 34, 0.7),
		rgba(103, 58, 183, 0.9),
		rgba(255, 87, 34, 0.7),
		rgba(103, 58, 183, 0.9)
	);
	background: linear-gradient(
		-45deg,
		rgba(255, 87, 34, 0.7),
		rgba(103, 58, 183, 0.9),
		rgba(255, 87, 34, 0.7),
		rgba(103, 58, 183, 0.9)
	);
	background-size: 500% 500%;
	-webkit-animation: Gradient 50s ease infinite;
	animation: Gradient 50s ease infinite;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.desktop-footer::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../img/various/bg-design.png) no-repeat scroll center bottom/cover;
	z-index: -1;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.footer-logo {
	height: 2rem;
}
/* END Desktop View */

/* Delivery/Orders */
.delivery {
	position: relative;
	border-radius: 0.275rem;
	-webkit-box-shadow: 0 2px 4px 2px #eeeeee;
	box-shadow: 0 2px 4px 2px #eeeeee;
	margin-bottom: 1.5rem;
}

.btn-logout-delivery {
	width: 100%;
	border-radius: 0;
	height: 4rem;
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.7rem;
	bottom: 0;
	position: fixed !important;
	background-color: #000;
}
.delivery > h3 {
	color: #575757;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.delivery .accepted {
	background-color: #4caf50;
	border-top-left-radius: 0.275rem;
	border-top-right-radius: 0.275rem;
}
.delivery .new-order {
	background-color: #ff9800;
	border-top-left-radius: 0.275rem;
	border-top-right-radius: 0.275rem;
}
.delivery .block-title {
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
}
.delivery-action {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
}
.delivery .block-content {
	padding: 10px 18px 1px;
}
.delivery-time,
.delivery-earnings {
	font-size: 0.9rem;
}
.btn-accept {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	border: 0;
	height: 4rem;
	font-size: 1.2rem;
	color: #fff;
}
.btn-get-direction {
	border-radius: 1px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.btn-clock {
	color: #ff5722;
	width: 100%;
}
.btn-cod {
	width: 100%;
	height: 4rem;
	font-size: 1.2rem;
	background-color: #192038;
	color: #fff;
	border: 2px dashed #8360c3;
	border-radius: 50px;
}
.btn-payed-online {
	width: 100%;
	height: 4rem;
	font-size: 1.2rem;
	background-color: #fff;
	border: 3px dashed #60b246;
	border-radius: 0;
}
.delivery-pin-block input {
	text-transform: uppercase;
	width: 100%;
	height: 4rem;
	font-size: 1.2rem;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fafafa;
	border: 0;
	border-radius: 4px;
	transition: 0.2s linear all;
	text-align: center;
}
.delivery-pin-block input:focus {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fafafa;
	transition: 0.2s linear all;
}
.delivery-pin-block .btn-submit-pin {
	height: 3.2rem;
	width: 100%;
	border-radius: 0;
}
/* Delivery/ViewOrder */

.view-delivery-order h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
}
.restaurant-address,
.customer-address {
	border: 1px solid #e0e0e0;
	padding: 1rem;
	background-color: #fff;
}

/* EXTRAS */

.fixed-gdpr {
	min-height: 3rem;
	height: auto;
	text-align: center;
	padding-top: 0.6rem;
	background-color: #282c3f;
	color: #fff;
}
.fixed-gdpr-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 15px;
	min-height: 0rem;
	height: auto;
	text-align: center;
	padding-top: 0.6rem;
	background-color: #282c3f;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 99999999;
}
.fixed-gdpr-mobile button {
	color: #fff;
}
.fixed-gdpr button {
	color: #fff;
}

.mobile-gdpr {
	position: fixed;
	bottom: 0;
	height: 6rem;
	color: #fff;
	left: 0;
	padding: 10px;
	-webkit-box-shadow: 0px -5px 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -5px 10px 2px rgba(0, 0, 0, 0.2);
	z-index: 9999999;
	background-color: #282c3f;
}
.mobile-gdpr button {
	color: #fff;
	padding: 3px 12px;
	font-size: 1.1rem;
	font-weight: 400;
	opacity: 1;
}

.mobile-gdpr button:hover {
	text-shadow: none;
	color: #fff;
}

/* Addons Popup*/
@-webkit-keyframes hover-color {
	from {
		border-color: #c0c0c0;
	}
	to {
		border-color: #3e97eb;
	}
}
@keyframes hover-color {
	from {
		border-color: #c0c0c0;
	}
	to {
		border-color: #3e97eb;
	}
}

.magic-radio,
.magic-checkbox {
	position: absolute;
	height: 3rem;
	width: 100%;
	opacity: 0;
	z-index: 99999;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
	cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
	position: relative;
	display: block;
	cursor: pointer;
	vertical-align: middle;
	line-height: 30px;
	max-width: 85%;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: hover-color;
	animation-name: hover-color;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
	position: absolute;
	top: 0;
	right: -20%;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: "";
	border: 2px solid #e7e7e7;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
	position: absolute;
	display: none;
	content: "";
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
	cursor: not-allowed;
	color: #e4e4e4;
}
.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
	cursor: not-allowed;
}
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
	border: 1px solid #e4e4e4;
	-webkit-animation-name: none;
	animation-name: none;
}
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
	border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
	-webkit-animation-name: none;
	animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
	display: block;
}

.magic-radio + label:before {
	border-radius: 50%;
}

.magic-radio + label:after {
	top: 9px;
	right: -16.6%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #60b246;
}

.magic-radio:checked + label:before {
	border: 2px solid #bdbdbd;
}

.magic-radio:checked[disabled] + label:before {
	border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
	background: #c9e2f9;
}

.magic-checkbox + label:before {
	border-radius: 3px;
}

.magic-checkbox + label:after {
	top: 7px;
	right: -16%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 3px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0;
}

.magic-checkbox:checked + label:before {
	border: #60b246;
	background: #60b246;
}

.magic-checkbox:checked[disabled] + label:before {
	border: #c9e2f9;
	background: #c9e2f9;
}
.form-group .addon-list {
	margin-bottom: 10px;
}
.addon-label {
	font-weight: 500;
	font-size: 1rem;
	text-transform: capitalize;
}
.addon-label-price {
	color: #93959f;
}
.addon-category-block:last-of-type {
	margin-bottom: 8rem;
}
.addon-category-name {
	font-weight: 700;
	color: #424242;
	font-size: 1rem;
	margin-bottom: 1rem !important;
	display: block;
	border: 1px solid #ccc;
	padding: 5px 8px;
	width: fit-content;
}

.btn-customization-done {
	position: fixed;
	bottom: 0;
	margin: 0;
	width: 110%;
	margin-left: -3.8rem;
	height: 4rem;
	z-index: 99999;
}
.customizable-item-text {
	text-align: left;
	font-weight: 400;
	font-size: 0.78rem;
	/* text-transform: lowercase; */
	opacity: 0.8;
	margin-top: 10px;
}
.noscroll {
	overflow: hidden;
}

.customizable-scroll {
	overflow-y: scroll;
}

button.payButton {
	width: 100%;
	height: 5.5rem;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	color: #282c3f !important;
	font-weight: 600;
	font-size: 1.1rem !important;
}

.facebook-login-button,
.google-login-button {
	height: 3rem;
	color: #000;
	background-color: #fff;
	font-weight: 500;
	padding: 0 12px;
	font-size: 1.1rem;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.google-login-button:focus,
.facebook-login-button:focus {
	outline: none;
}
.login-or {
	color: #bec4d2;
}
.login-or:after,
.login-or:before {
	content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
	text-decoration: line-through;
}

.srv-validation-message {
	font-size: 0.9rem;
	color: #ff5722;
	font-weight: 400;
	margin-top: 0.5rem;
}
.resend-otp {
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1rem;
	color: #9e9e9e;
	width: 100%;
	font-weight: 500;
	padding: 10px 0;
}

.auth-input {
	height: 3.8rem;
	background-color: #f2f4f9;
	padding: 0 15px;
	border-radius: 4px;
	border: 0;
	margin-bottom: 10px;
}
.auth-input:focus {
	background-color: #f2f4f9;
	color: #000;
}

.countdown {
	font-size: 0.9rem;
	color: #9e9e9e;
	border: 0;
}

button.btn.btn-add-remove:disabled {
	opacity: 0.8;
	background-color: #eeeeee;
}

.quantity-badge-recommended {
	position: absolute;
	top: 5px;
	border-bottom-right-radius: 1rem;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	height: 23px;
	width: 23px;
	font-size: 0.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.quantity-badge-list {
	position: absolute;
	border-bottom-right-radius: 1rem;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	height: 20px;
	width: auto;
	min-width: 20px;
	font-size: 0.7rem;
	font-weight: 500;
	color: #fff;
	display: block;
	text-align: center;
	z-index: 1;
}
.quantity-badge-list--no-image {
	position: relative;
	border-radius: 4px;
	border-top: 0;
	border-left: 0;
	height: 16px;
	line-height: 17px;
	width: auto;
	min-width: 20px;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.popup-overlay.customizable-scroll {
	background: 0 !important;
}

.btn-preference {
	background-color: #fff;
	font-size: 0.8rem;
	height: 2rem;
	line-height: 8px;
	min-width: 82px;
	font-weight: 600;
	color: #616161;
}

.btn-preference-group {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 25px;
}

.btn-group .btn-preference:first-child {
	border-radius: 25px 0 0 25px;
}

.btn-group .btn-preference:last-child {
	border-radius: 0 25px 25px 0;
	margin-left: -1px;
}

.user-preferred {
	background-color: #fc8019 !important;
	border-bottom: 3px solid #fc8019;
	color: #fff;
	font-weight: 600;
	border-radius: 25px !important;
	transition: 0.25s ease-in-out;
	transition-property: border-radius;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.delivery-assigned-block {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.ongoing-payment {
	z-index: 100;
}
.ongoing-payment-spin {
	background-color: rgba(96, 125, 139, 0.45);
}

.spin-load,
.spin-load:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.spin-load {
	margin: 0px auto;
	font-size: 4px;
	border-top: 0.9em solid #424242;
	border-right: 0.9em solid #424242;
	border-bottom: 0.9em solid #424242;
	border-left: 0.9em solid transparent;
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
	left: 44% !important;
	top: 45% !important;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.location-error {
	bottom: 4.4rem !important;
	background-color: #222b45;
}

.delivery-order-refresh {
	z-index: 2147483647;
	margin-top: -3.7rem;
	right: 0;
	font-size: 2rem;
	padding-top: 4rem;
}

.order-status-button {
	color: #424242;
	border: 1px solid #e0e0e0;
}

.order-track-button {
	border: 1px solid #e0e0e0;
	padding: 5px;
	font-size: 1rem;
	font-weight: 500;
	color: #60b246;
	line-height: 21.5px;
}

.pulse {
	display: inline-block;
	width: 12.5px;
	height: 12.5px;
	border-radius: 50%;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	vertical-align: middle;
	margin: -3px 0 0 3px;
	background: #60b246;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
		box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
	}
	50% {
		-webkit-box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
		box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
		box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
	}
}
@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
		box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
	}
	50% {
		-webkit-box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
		box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
		box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
	}
}

.ongoing-order-notify {
	background-color: #282c3f;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 0;
}
.going-different-restaurant-notify {
	margin-bottom: 3.8rem;
	font-size: 0.9rem;
	font-weight: 400;
	z-index: 10;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	color: #424242;
	background-color: #fff;
	border-color: #e0e0e0 !important;
}

.show-more {
	color: #60b246;
	cursor: pointer;
	font-size: 0.9rem;
}

.wallet-checkbox {
	display: none;
}

.transaction-wrapper {
	padding: 1.5rem 1.5rem 1.5rem 0.5rem;
	border-radius: 0.275rem;
}
.transaction-wrapper:nth-child(even) {
	background-color: rgba(247, 247, 247, 0.5);
}
.payment-select-block {
	border-bottom: 2px solid #eee;
}

.btn-redeem {
	height: 3rem;
	border-radius: 0.175rem;
	background: transparent;
	border: 1px solid #ccc;
	width: 100%;
}

.no-click {
	pointer-events: none;
}
.yes-click {
	pointer-events: all;
}

.google-places-autocomplete {
	/* margin: 0 15px !important; */
	width: auto !important;
}
.google-places-autocomplete input {
	border-bottom: 1px solid #eee;
	border-radius: 0.1rem;
	background-color: #fafafa;
	color: #575757;
	height: 4rem;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	padding-left: 20px;
	font-size: 1rem;
	/* box-shadow: 0px 1px 6px 1px #9e9e9e3d; */
}
.google-places-autocomplete input:focus {
	-webkit-box-shadow: 0 0px 6px 2px #eee;
	box-shadow: 0 0px 6px 2px #eee;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	border-color: transparent;
}

.location-suggestions-container {
	position: relative;
	margin-top: 0.6rem;
}
.location-suggestion {
	padding: 5px 15px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.location-main-name {
	color: #171717;
	font-weight: 600;
}
.location-secondary-name {
	color: #757575;
}
.input-location-icon-field i {
	position: absolute;
	right: 10px;
	font-size: 23px;
	color: #bdbdbd;
	top: 16px;
}

.btn-gps {
	margin-top: 2rem;
	color: #fff;
	width: 90%;
}

.location-loading-spinner {
	height: 40px;
	margin: 1rem auto auto;
	width: 40px;
	display: block;
}

.center-marker {
	position: absolute;
	top: 24.2%;
	left: 47.9%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24px;
	height: auto;
}
.center-marker-pulse::after {
	position: absolute;
	content: "";
	top: 29.3%;
	left: 50.7%;
	height: 140px;
	width: 140px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: marker-pulse 1.2s ease-out infinite;
	animation: marker-pulse 1.2s ease-out infinite;
	background: rgba(255, 152, 0, 0.2);
	border: 2px solid #ff9800;
	border-radius: 100%;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	will-change: transform;
}
@-webkit-keyframes marker-pulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.1);
		transform: translate(-50%, -50%) scale(0.1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
		opacity: 0.3;
	}
}
@keyframes marker-pulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.1);
		transform: translate(-50%, -50%) scale(0.1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
		opacity: 0.3;
	}
}
.confirm-gps-location {
	height: 44.7vh;
	bottom: 0;
	position: absolute;
	background-color: #fff;
	width: 100%;
	-webkit-box-shadow: 0px -3px 12px -2px #e0e0e0;
	box-shadow: 0px -3px 12px -2px #e0e0e0;
	-webkit-transition: 0.2s ease-out height;
	-o-transition: 0.2s ease-out height;
	transition: 0.2s ease-out height;
}

.bg-danger {
	background-color: #f44336 !important;
}
.text-danger {
	color: #f44336 !important;
}

.address-not-usable {
	color: #ccc;
}
.address-not-usable h6 {
	color: #ccc;
}
.text-sm09 {
	font-size: 0.9rem;
}
.text-sm08 {
	font-size: 0.8rem;
}

.language-select {
	border: 0;
	max-width: 130px;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
}

.react-tabs__tab-list {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
	border: 0 !important;
	background-color: #161b31;
}

.react-tabs__tab {
	padding: 10px 14px !important;
	color: #e0e0e0;
}

.react-tabs__tab--selected {
	border-color: transparent !important;
	color: #18c775 !important;
	font-weight: 700;
	background: #222b45 !important;
	border-radius: 0 !important;
}

.react-tabs__tab:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: none !important;
}

.delivery-block-ongoing {
	background: linear-gradient(to right, #ff9801, #f44336);
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.delivery-block-completed {
	background: #18c775;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.secondary-slider-wrapper {
	padding: 1rem 0;
	border-left: 0;
	border-right: 0;
	background-color: #fafafa;
}

.ribbon-box:after {
	content: "";
	top: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	width: 45px;
	right: 0;
	height: 22px;
	position: absolute;
	z-index: 1;
	-webkit-animation: slide 2.2s infinite;
	animation: slide 2.2s infinite;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0)),
		color-stop(50%, rgba(255, 255, 255, 0.8)),
		color-stop(99%, rgba(128, 186, 232, 0)),
		to(rgba(125, 185, 232, 0))
	);
	background: -o-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 50%,
		rgba(128, 186, 232, 0) 99%,
		rgba(125, 185, 232, 0) 100%
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 50%,
		rgba(128, 186, 232, 0) 99%,
		rgba(125, 185, 232, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}

@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(-130%);
		transform: translateX(-130%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes slide {
	0% {
		-webkit-transform: translateX(-130%);
		transform: translateX(-130%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.items-search-box {
	border-right: 0;
	background-color: #fcfcfc;
	height: 3.8rem;
	/* border-top-left-radius: 0.775rem !important; */
	/* border-bottom-left-radius: 0.775rem !important; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 4px 10px -10px #ccc;
	box-shadow: 0px 4px 10px -10px #ccc;
	border-radius: 0;
}
.items-search-box:focus {
	border: 1px solid #eee;
	border-right: 0;
}

.search-shadow-light {
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
	border-top-left-radius: 0.775rem;
	border-bottom-left-radius: 0.775rem;
}
.items-search-box-icon {
	border-left: 0;
	background: #fcfcfc;
	background-color: #fcfcfc;
	height: 3.8rem;
	/* border-radius: 0.775rem; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 4px 10px -10px #ccc;
	box-shadow: 0px 4px 10px -10px #ccc;
}

.input-group {
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.border-radius-275 {
	border-radius: 0.275rem !important;
}

.update-full-notification {
	position: fixed;
	background-color: rgba(96, 125, 139, 0.6);
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100.2vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-radius: 0.275rem;
	bottom: 0;
	z-index: 9999999999;
}

.update-full-notification > h1 {
	color: #e0e0e0;
	text-transform: capitalize;
	font-size: 1.5rem;
	word-spacing: 0.2rem;
	letter-spacing: 0.05rem;
}

.store-logo {
	width: 100%;
	max-width: 110px;
}

.certificate-code {
	font-size: 1rem;
	color: #bdbdbd;
	font-weight: 700;
}

.explore-bg {
	width: 80%;
	opacity: 0.5;
	height: intrinsic;
}

.menu-button-block-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	bottom: 5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	-webkit-transition: linear 0.1s bottom;
	-o-transition: linear 0.1s bottom;
	transition: linear 0.1s bottom;
}
.btn-menu-list {
	border-radius: 30px;
	height: 2.6rem;
	min-width: 90px;
	color: #fff;
	font-size: 1.1rem;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 1px 0 rgba(93, 141, 213, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 1px 0 rgba(93, 141, 213, 0.2);
	z-index: 9;
	font-weight: 800;
	font-size: 0.95rem;
	background-color: #5d8ed5 !important;
}
.menu-items-block {
	position: fixed;
	left: 50%;
	bottom: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: auto;
	z-index: 102499999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.menu-item-block-inner {
	padding: 32px;
	max-height: 320px;
	width: 250px;
	overflow: auto;
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform, opacity;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	opacity: 1;
	border-radius: 0.275rem;
}
.menu-item-block-single {
	margin-bottom: 20px;
	font-size: 1.15rem;
	color: #3d4152;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.menu-item-block-single-name {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menu-item-block-single-quantity {
	margin-left: 16px;
}
.menu-open-backdrop {
	z-index: 102499998;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(40, 44, 62, 0.6);
}

.page-inactive {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	pointer-events: none;
}

button[type="submit"]:disabled {
	opacity: 0.5;
}

.category-slider-name {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	font-weight: 500;
	font-size: 0.7rem;
	left: 50%;
	top: 100%;
	text-align: center;
	padding: 0 5px;
}

.category-checkboxes-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
}

.category-checkboxes-block label {
	margin-right: 10px;
	background-color: rgba(250, 250, 250, 0.3);
	border-radius: 25px;
}

.category-checkboxes-block label span {
	text-align: center;
	display: block;
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 25px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.category-checkboxes-block label input {
	position: absolute;
	top: -20px;
}

.category-checkboxes-block input:checked + span {
	background-color: rgb(96, 178, 70);
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #eee;
	font-weight: 500;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.filter-count-block {
	margin-right: 10px;
	background-color: rgba(250, 250, 250, 0.3);
	border-radius: 25px;
	min-width: 85px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	border: 1px solid rgb(252, 128, 25);
	margin-bottom: 5px;
	color: rgb(252, 128, 25);
}

.filter-no-found {
	color: #e0e0e0;
	letter-spacing: 1px;
}
.dv-star-rating {
	font-size: 2.6rem;
}
/* .dv-star-rating i {
    filter: drop-shadow(0px 3px 2px #eee);
} */

.dv-star-rating-empty-star {
	color: #e0e0e0 !important;
}
.review-icon {
	width: 6rem;
	margin-right: 1rem;
}

.feedback-textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	height: 60px;
	resize: none;
	position: relative;
	opacity: 0.9;
	background-color: #fff;
	border-radius: 0.275rem;
	padding: 0.5rem;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.feedback-textarea:focus {
	-webkit-box-shadow: 0 3px 5px 1px #eeeeee;
	box-shadow: 0 3px 5px 1px #eeeeee;
	outline: 0;
	height: 120px;
	padding: 1rem;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.btn-fixed-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0.9375rem 0;
	line-height: 2.15rem;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	text-align: center;
	border: 0;
	left: 0;
}

@-webkit-keyframes strike-text {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes strike-text {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.strike-text {
	position: relative;
}
.strike-text::after {
	content: " ";
	position: absolute;
	top: 52%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #282c3f;
	-webkit-animation-name: strike-text;
	animation-name: strike-text;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.price-percentage-discount {
	font-weight: 700;
	font-size: 0.8rem;
}

.location-saved-address {
	background-color: #fafafa;
	min-height: 80vh;
}

.alert-notify-bell {
	position: absolute;
	right: 16px;
	bottom: 6px;
	color: #ccc;
	-webkit-animation: alert-notify-bell 8s 1s ease-in-out infinite;
	animation: alert-notify-bell 8s 1s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-ms-transform-origin: 50% 4px;
	transform-origin: 50% 4px;
}

.has-alert {
	position: relative;
	-webkit-animation: alert-notify-bell 8s 1s ease-in-out infinite;
	animation: alert-notify-bell 8s 1s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-ms-transform-origin: 50% 4px;
	transform-origin: 50% 4px;
}

@-webkit-keyframes alert-notify-bell {
	0% {
		-webkit-transform: rotateZ(0);
	}
	1% {
		-webkit-transform: rotateZ(30deg);
	}
	3% {
		-webkit-transform: rotateZ(-28deg);
	}
	5% {
		-webkit-transform: rotateZ(34deg);
	}
	7% {
		-webkit-transform: rotateZ(-32deg);
	}
	9% {
		-webkit-transform: rotateZ(30deg);
	}
	11% {
		-webkit-transform: rotateZ(-28deg);
	}
	13% {
		-webkit-transform: rotateZ(26deg);
	}
	15% {
		-webkit-transform: rotateZ(-24deg);
	}
	17% {
		-webkit-transform: rotateZ(22deg);
	}
	19% {
		-webkit-transform: rotateZ(-20deg);
	}
	21% {
		-webkit-transform: rotateZ(18deg);
	}
	23% {
		-webkit-transform: rotateZ(-16deg);
	}
	25% {
		-webkit-transform: rotateZ(14deg);
	}
	27% {
		-webkit-transform: rotateZ(-12deg);
	}
	29% {
		-webkit-transform: rotateZ(10deg);
	}
	31% {
		-webkit-transform: rotateZ(-8deg);
	}
	33% {
		-webkit-transform: rotateZ(6deg);
	}
	35% {
		-webkit-transform: rotateZ(-4deg);
	}
	37% {
		-webkit-transform: rotateZ(2deg);
	}
	39% {
		-webkit-transform: rotateZ(-1deg);
	}
	41% {
		-webkit-transform: rotateZ(1deg);
	}

	43% {
		-webkit-transform: rotateZ(0);
	}
	100% {
		-webkit-transform: rotateZ(0);
	}
}

@keyframes alert-notify-bell {
	0% {
		-webkit-transform: rotateZ(0);
	}
	1% {
		-webkit-transform: rotateZ(30deg);
	}
	3% {
		-webkit-transform: rotateZ(-28deg);
	}
	5% {
		-webkit-transform: rotateZ(34deg);
	}
	7% {
		-webkit-transform: rotateZ(-32deg);
	}
	9% {
		-webkit-transform: rotateZ(30deg);
	}
	11% {
		-webkit-transform: rotateZ(-28deg);
	}
	13% {
		-webkit-transform: rotateZ(26deg);
	}
	15% {
		-webkit-transform: rotateZ(-24deg);
	}
	17% {
		-webkit-transform: rotateZ(22deg);
	}
	19% {
		-webkit-transform: rotateZ(-20deg);
	}
	21% {
		-webkit-transform: rotateZ(18deg);
	}
	23% {
		-webkit-transform: rotateZ(-16deg);
	}
	25% {
		-webkit-transform: rotateZ(14deg);
	}
	27% {
		-webkit-transform: rotateZ(-12deg);
	}
	29% {
		-webkit-transform: rotateZ(10deg);
	}
	31% {
		-webkit-transform: rotateZ(-8deg);
	}
	33% {
		-webkit-transform: rotateZ(6deg);
	}
	35% {
		-webkit-transform: rotateZ(-4deg);
	}
	37% {
		-webkit-transform: rotateZ(2deg);
	}
	39% {
		-webkit-transform: rotateZ(-1deg);
	}
	41% {
		-webkit-transform: rotateZ(1deg);
	}

	43% {
		-webkit-transform: rotateZ(0);
	}
	100% {
		-webkit-transform: rotateZ(0);
	}
}

.btn-clear-alerts {
	border: 1px solid #ef5350;
	background: transparent;
	color: #ef5350;
	border-radius: 0;
}

.styles_overlay__CLSq- {
	display: block !important;
	background-color: #fff !important;
}
.styles_modal__gNwvD {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.styles_closeButton__20ID4:focus {
	outline: none !important;
}

.restaurant-not-active {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.restaurant-not-active-msg {
	color: #ff7e00;
}

.product-slider {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.product-slider-item {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.product-slider::-webkit-scrollbar {
	display: none;
}
.content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.recommended-v2-ellipsis-meta {
	max-width: 169px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: -0.4rem;
}

.single-item-img {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.position-relative {
	position: relative;
}

.switch-wrapper {
	position: relative;
}

.switch-wrapper > div {
	position: absolute;
}
.single-address-card {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	border: 1px solid #f4f4f4;
	cursor: pointer;
}

.select-location-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 42px;
}

.location-back-button {
	position: relative;
	border-bottom: 1px solid #eee;
	border-radius: 0.1rem;
	background-color: inherit;
}
.location-back-button > i {
	font-size: 16px;
	margin-left: 15px;
}

.inAppNotificationActions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inANClose {
	border-radius: 0.275rem;
	color: #4a4a4a;
	background-color: #eeeeee;
	border: 1px solid #fafafa;
}

.inANLink {
	border-radius: 0.275rem;
	background-color: rgb(255, 126, 0);
	border: 1px solid #fafafa;
	color: #fff !important;
}

.offline-mode-img {
	width: 50%;
	-webkit-animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.StripeElement,
.StripeElementIdeal,
.StripeElementFpx {
	display: block;
	margin: 0px 0 12px 0;
	max-width: 500px;
	padding: 17px 14px;
	-webkit-box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
	box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
	border-radius: 4px;
	background: #fcfcfc;
}

.StripeElement--focus,
.StripeElementIdeal--focus,
.StripeElementFpx--focus {
	-webkit-box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
	box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.StripeElement.loading {
	height: 41.6px;
	opacity: 0.6;
}
.StripeElementIdeal {
	padding: 10px 14px;
	font-size: 18px;
	color: #424770;
	letter-spacing: 0.025em;
}
.StripeElementIdeal,
.StripeElementFpx {
	padding: 0;
}

.stripe-pay-btn {
	white-space: nowrap;
	border: 0;
	outline: 0;
	display: inline-block;
	height: 3.8rem;
	line-height: 40px;
	padding: 0 14px;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	background-color: #6772e5;
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	margin-top: 10px;
	width: 100%;
}
.stripe-toggle-active {
	-webkit-box-shadow: 0px -8px 12px 3px #e6e6e6;
	box-shadow: 0px -8px 12px 3px #e6e6e6;
	z-index: 1;
}
.stripe-card-container {
	margin-top: -1.9rem;
	padding: 20px 10px 10px 10px;
	margin-bottom: 2rem;
	border: 1px solid #dfdfdf;
	border-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 8px 10px 2px #e6e6e6;
	box-shadow: 0px 8px 10px 2px #e6e6e6;
	margin: -1.9rem 7px 2rem 7px;
}
.SelectFieldNativeSelect {
	color: #ccc !important;
}

.mock-search-block {
	background-color: #f8f9fa;
}

.mock-search-block > div {
	background-color: #fff;
	height: 3.8rem;
	border-radius: 0.775rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 4px 10px -10px #ccc;
	box-shadow: 0px 4px 10px -10px #ccc;
}

.mock-search-block span {
	font-size: 1.1rem;
	font-weight: 500;
	color: #ababab;
	letter-spacing: -0.1px;
}

.mock-search-block i {
	color: #ababab;
	font-weight: 700;
}
.nav-home-btn > i {
	font-weight: 100;
	font-size: 1.4rem;
	opacity: 0.8;
	color: #424242;
}
.nav-share-btn > i {
	font-weight: 100;
	font-size: 1.4rem;
	opacity: 0.8;
	color: #424242;
}

.billdetail-paymentmode {
	font-size: 12px;
	font-weight: 500;
	border-radius: 0.275rem;
}

.bg-grey-light.mt-20.mb-100 div,
.Collapsible,
.Collapsible__trigger,
.Collapsible__contentOuter,
.category-list-item,
.category-list-item a,
.category-list-item a > img {
	-webkit-transform: translate3d(0, 0, 0);
}

.coupon-block-not-loggedin {
	filter: blur(3px) grayscale(3);
	pointer-events: none;
}
.coupon-not-loggedin-message {
	background-color: #fafafa;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

/*Swipe Button CSS*/
.ReactSwipeButton {
	float: left;
	width: 100%;
	height: 58px;
	position: relative;
}
.ReactSwipeButton,
.ReactSwipeButton * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rsbContainer {
	float: left;
	width: 100%;
	height: 100%;
	background: #eee;
	position: relative;
	overflow: hidden;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.rsbContainerUnlocked {
	display: none;
}
.rsbcSlider {
	float: left;
	width: 100%;
	position: absolute;
	height: 58px;
	top: 0;
	left: 80px;
	margin-left: -100%;
	background: #0d101d;
	z-index: 100;
	box-shadow: 2px 1px 6px 2px rgba(38, 50, 56, 0.35);
	cursor: pointer;
}
.rsbcSliderText {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.rsbcSliderArrow {
	float: left;
	position: absolute;
	transform: translateX(-4px) rotate(45deg);
	border: 3px solid #fff;
	height: 13px;
	width: 13px;
	top: 50%;
	right: 22px;
	margin-top: -6px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	transform-origin: center;
	z-index: 10;
	animation: rsbcSliderArrowAnimate 2s linear infinite;
}
@keyframes rsbcSliderArrowAnimate {
	0% {
		transform: translateX(-4px) rotate(45deg);
	}
	50% {
		transform: translateX(6px) rotate(45deg);
	}
	100% {
		transform: translateX(-4px) rotate(45deg);
	}
}
.rsbcSliderCircle {
	position: absolute;
	right: 0;
	background: #263238;
	top: 0;
	height: 58px;
	width: 50px;
	border-radius: 100%;
}
.rsbcText {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.slider-bg-color {
	background-color: #18c775;
}
/* END Swipe Button CSS*/

.delivery-error {
	position: fixed;
	bottom: 5.5rem;
	text-align: center;
	width: 100%;
	background-color: #f44336;
	color: #f4f4f5;
	padding: 0.8rem;
	z-index: 2147483647;
}

.auth-header {
	background-color: #f2f4f9;
}

.cust-auth-header {
	background-color: #f2f4f9;
}

.bg-del-timeline-icon {
	background-color: #fff;
	color: #000 !important;
	font-weight: 500;
	font-size: 1.4rem;
}
.nav-dark {
	background-color: #222b45;
	color: #fff;
}
.delivery-dark-bg {
	background-color: #161b31;
}

.delivery-address-timeline::before {
	position: absolute;
	top: 0;
	left: 24px;
	bottom: 0;
	display: block;
	width: 2px;
	content: "";
	z-index: 1;
	background-image: linear-gradient(#e0e0e0 33%, rgba(255, 255, 255, 0) 0%);
	background-position: right;
	background-size: 1px 10px;
	background-repeat: repeat-y;
	background-color: #222b45;
}
.delivery-address-timeline {
	background-color: #222b45;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.delivery-address-timeline .btn-get-direction {
	background-color: #8360c3;
	border-radius: 4px;
	color: #fff;
	border: 0;
	height: 2.2rem;
	line-height: 3px;
}
.single-order-metas {
	background-color: #192038;
	color: #fff;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.single-order-commission-block {
	position: absolute;
	top: 6rem;
	right: 2rem;
	z-index: 8;
	color: #18c775;
	font-weight: 600;
	font-size: 30px;
}
.single-order-restaurant-description {
	display: none;
}

.single-order-items-title {
	background-color: #192038;
	color: #fff;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: 600;
	font-size: 1.2rem;
}

.single-order-items-list {
	background-color: #222b45;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.single-item-division-hr {
	border: 0.5px dashed #515875;
}

.delivery-order-item-quantity {
	border: 1px solid #e0e0e0;
	padding: 2px 8px;
	font-weight: 500;
	min-width: 35px;
	text-align: center;
	border-radius: 6px;
}
.delivery-items-addons-block {
	margin-left: 55px;
	color: #979797;
}
.delivery-pin-error {
	text-align: center;
	width: 100%;
	background-color: #f44336;
	color: #f4f4f5;
	padding: 0.8rem;
	border-radius: 20px;
	margin-top: 10px;
}

.btn-refreshOrders {
	background-color: #8360c3;
	border-radius: 4px;
	color: #fff;
	border: 0;
	height: 2.2rem;
	line-height: 3px;
}

.delivery-tab-title {
	font-size: 1.4rem;
	font-weight: 700;
	height: 4rem;
}

.list-delivery-commission {
	color: #18c775;
	font-weight: 700;
	font-size: 1rem;
}

.list-delivery-store-name {
	color: #8360c3;
}

.delivery-list-wrapper {
	list-style: none;
	padding-left: 0;
}

.delivery-list-wrapper .delivery-list-item {
	margin-bottom: 20px;
	background-color: #222b45;
	color: #fff;
	border-radius: 8px;
}
.btn-delivery-logout {
	background-color: #8360c3;
	color: #fff;
}

.delivery-account-orders-block {
	background-color: #222b45;
	color: #fafafa;
}
.btn-delivery-success,
.delivery-wallet-deposit {
	color: #fff;
	background-color: #18c775;
	border-radius: 4px;
}
.btn-delivery-ongoing,
.delivery-wallet-withdraw {
	color: #fff;
	background: linear-gradient(to right, #ff9801, #f44336);
	border-radius: 4px;
}

.delivery-block-transparent {
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
}

.delivery-login-title {
	color: #fafafa;
	font-size: 1.4rem;
	font-weight: 700;
}
.delivery-login-subtitle {
	color: #eee;
	font-size: 1.2rem;
	font-weight: 400;
}
.delivery-login-input {
	margin-bottom: 1.5rem;
	border: 0;
	border-radius: 0;
	padding: 0;
	height: 3.8rem;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	color: #fafafa;
	padding-left: 10px;
	transition: 0.2s linear all;
}
.delivery-login-input:focus {
	color: #fafafa;
	background-color: rgba(0, 0, 0, 0.6) !important;
	transition: 0.2s linear all;
}
.delivery-language-select {
	border: 0;
	max-width: 130px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fafafa;
	transition: 0.2s linear all;
}
.delivery-language-select:focus {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fafafa;
	transition: 0.2s linear all;
}

.delivery-login-button {
	background-color: #18c775 !important;
	color: #fafafa;
	width: 100%;
	height: 4rem;
	font-size: 1.2rem;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
}
.delivery-bike-img {
	height: 80px;
}

.delivery-login-logo {
	display: none;
}

.delivery-already-accepted-error {
	bottom: 0;
}
.delivery-max-order-reached {
	bottom: 4.3rem;
}
.single-order-earnings-block {
	background-color: #222b45;
	color: #fff;
	border-radius: 8px;
}
.single-order-total-earnings {
	color: #18c775;
	font-size: 1.5rem;
	font-weight: 700;
}

.btn-toggleLightDark {
	border-radius: 0;
	background-color: black;
	color: #fff;
	height: 45px;
}

/* Tip System */

.tips-block {
	border-radius: 4px;
}
.tip-switch-field {
	display: flex;
	overflow-x: scroll;
}

.tip-icon{
	font-size: 1.3rem;
}
.tip-text {

}

.tip-switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.tip-switch-field label {
	border-radius: 4px;
	color: #282c3f;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 13px 16px;
	border: 1px solid #e0e0e0;
	transition: all 0.1s ease-in-out;
	white-space: nowrap;
}

.tip-switch-field label:hover {
	cursor: pointer;
}

.tip-switch-field input:checked + label {
	color: #e46d47;
	background-color: #fff1e7;
	border-radius: 4px;
	border: 0.1rem solid #e46d47;
	box-shadow: 0px 4px 4px -2px #cdcdcd;
}

.tip-switch-field .tips {
	padding-right: 2px;
}

.custom-tip-input {
	border: none;
    border-bottom: 1px solid #bebfc5;
	height: 3rem;
}

/* END Tip System */

/* Try on Phone */
.use-on-phone {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: flex;
	padding: 10px 20px;
	color: #000;
	box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 6px 25px -4px rgba(137, 137, 137, 0.3);
	background: #fff;
	border-radius: 0.275rem;
	max-width: 90% !important;
	font-family: "Open Sans", -apple-system, "Segoe UI", BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif !important;
	align-items: center;
	z-index: 2147483647;
}
.float-phone {
	width: 30px;
	transform-style: preserve-3d;
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes floating {
	from {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 5px);
	}
	to {
		transform: translate(0, 0);
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.use-on-phone {
		display: none !important;
	}
}
/* END Try on Phone */
.country-code {
	position: absolute;
	color: #575757;
	border-right: 1px solid #e2e4e9;
	padding: 0 10px;
	z-index: 9;
	line-height: 3.8rem;
}
.country-code--dropdown {
	position: absolute;
	color: #575757;
	border: 0;
	padding: 1px;
	z-index: 9;
	height: 3.8rem;
	border-bottom: 1.2px solid #eee;
	background-color: #f2f4f9;
	border-radius: 4px;
}

.phone-number {
	margin-bottom: 1.5rem;
	border: 0;
	border-bottom: 1.2px solid #eee;
	border-radius: 0;
	padding-left: 35px;
}

.phone-number-country-code {
	border-bottom: 1.2px solid #eee;
	padding-left: 60px;
}

.fav-restaurant {
	fill: red;
	width: 20px;
	/* animation: pulse 1s ease infinite; */
	position: absolute;
	right: 25px;
	top: 70px;
}

.not-fav-restaurant {
	fill: grey;
	width: 20px;
	/* animation: pulse 1s ease infinite; */
	position: absolute;
	right: 25px;
	top: 70px;
}

@keyframes move-top-to-bottom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

.clear-cart-btn {
	height: 3rem;
	min-width: 125px;
	box-shadow: none;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid;
	background-color: #fff;
}

.heart {
	position: absolute;
	width: 100px;
	height: 100px;
	right: -18px;
	top: 2rem;
	background: url(/assets/img/various/heart.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
	transform: scale(0.65);
}
.heart.is-active {
	transition-duration: 1s;
	background-position: -2800px 0;
}

.cart-delivery-type-img {
	border: 1px solid #e0e0e0;
	padding: 15px;
	border-radius: 4px;
	min-width: 100px;
	text-align: center;
}
.cart-delivery-type-img img {
	width: 50px;
}

.flutterwave-btn {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.gps-blocked-error {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #282c3f;
	color: #f4f4f5;
	padding: 0.8rem;
	z-index: 2147483647;
}

.veg-non-veg-badge {
	width: 0.85rem;
	position: absolute;
	right: 0;
	top: 2px;
}
.veg-non-veg-badge-noimage {
	width: 0.85rem;
}

.flex-item-name .item-name {
	font-weight: 600;
	font-size: 1.22rem;
}
.item-badge-collection {
	display: block;
}

.flex-item-name .item-price {
	line-height: 2rem;
}

.ml-12 {
	margin-left: 12px !important;
}

.account-pages {
	display: flex;
	overflow: scroll;
	flex-wrap: wrap;
}

.pages-badge {
	background-color: #f8f9fa;
	padding: 8px 10px;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	min-width: max-content;
	font-size: 0.9rem;
	font-weight: 500;
}

.my-account-menu-item-block {
	background-color: #f8f9fa;
	border: 1px solid #f4f4f4;
	min-width: 8rem;
	max-width: 8rem;
	min-height: 6rem;
}
.my-account-menu-item {
	padding: 15px 0 8px 0;
	margin-bottom: 0.3rem;
	border-radius: 4px;
}

.my-account-menu-item i {
	font-size: 1.2rem;
	color: #ffffff;
	padding: 0.5rem;
	border-radius: 50%;
	text-align: center;
}
.my-account-menu-item i.si-home {
	background-color: #3498db;
}
.my-account-menu-item i.si-bag {
	background-color: #9b59b6;
}
.my-account-menu-item i.si-wallet {
	background-color: #4caf50;
}
.my-account-menu-item i.si-heart {
	background-color: #e91e63;
}
.my-account-menu-item i.si-tag {
	background-color: #607d8b;
}

.my-account-menu-item-block .text-center {
	font-size: 0.9rem;
	font-weight: 500;
}

.account-menu {
	display: flex;
	overflow: scroll;
	flex-wrap: wrap;
}
.account-menu .my-account-menu-item-block {
	margin-bottom: 15px;
}

.account-logout {
	background-color: #f8f9fa;
	border: 1px solid #f4f4f4;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
}

.wave-container {
	width: 100vw;
	position: fixed;
}

.wave-svg {
	width: 100%;
	overflow: visible;
}

.wave {
	animation: wave 3s linear;
	animation-iteration-count: infinite;
	fill: #e4e7ee;
}

#wave2 {
	animation-duration: 5s;
	animation-direction: reverse;
	opacity: 0.6;
}
#wave3 {
	animation-duration: 7s;
	opacity: 0.3;
}

@keyframes wave {
	to {
		transform: translateX(-100%);
	}
}

.login-bottom-wave {
	bottom: -26px;
	width: 100vw;
}

.fixed-pwa-install {
	position: fixed;
	bottom: 5rem;
	padding: 10px 25px;
	background-color: #f0f0f0;
	height: 5rem;
	justify-content: space-around;
	text-align: left;
}

.pwa-phone-icon {
	font-size: 1.6rem;
	padding: 0 5px;
}

.store-rating {
	color: #fff;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 500;
}
.single-review {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	border: 1px solid #f4f4f4;
	background-color: #fff;
}
.rating-green {
	background-color: #3cb854;
}
.rating-orange {
	background-color: #e6b601;
}
.rating-red {
	background-color: #ee5159;
}

.cash-change-input {
	height: 4rem;
	font-size: 15px;
	border-radius: 0;
	border-bottom: 0;
}
.order-deliveryguy-rating {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	border-radius: 2px;
}

.delivery-guy-status {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	margin-top: 2rem;
	width: 50%;
	border-radius: 25px;
}

.delivery-guy-online {
	color: #fff;
	background-color: #18c775;
}

.delivery-guy-offline {
	color: #fff;
	background-color: red;
}
.delivery-guy-status-neutral {
	background-color: rgba(0, 0, 0, 0.25);
}

.schedule-order-btn {
	font-size: 14px;
	color: #fff;
	background-color: #282c3f;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.time-slots {
	padding: 8px 15px;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.choose-order-time {
	color: #fff;
	font-size: 14px;
	background-color: green;
	padding: 5px;
	font-weight: 500;
	border-radius: 5px;
}

.confirm-slot {
	position: fixed;
	bottom: 0;
	padding: 15px 10px 30px 10px;
}

.available-time-slot-block {
	text-align: center;
	font-size: 15px;
}
.available-time-slot-block:first-child {
	margin-top: 20px;
}

.available-time-slot-block:last-child {
	margin-bottom: 80px;
}

.selected-slot {
	padding: 5px 10px;
	font-weight: 700;
	border-bottom: 3px solid #18c775;
}

.checkout-message-on-process {
	color: #9e9e9e;
}

.login-with-otp-input-container {
	justify-content: center;
}
.login-with-otp-input {
	width: 100% !important;
	height: 3.8rem;
	background-color: #f2f4f9;
	padding: 0 15px;
	border-radius: 4px;
	border: 0;
	margin-bottom: 10px;
	font-weight: 500;
}

.login-with-otp-input-container div {
	margin-right: 5px !important;
}
.login-with-otp-input-container div:last-child {
	margin-right: 0px !important;
}

.srv-validation-message {
	margin-top: -8px;
	margin-bottom: 8px;
}
.current-location-btn-overmap {
	position: absolute;
    font-size: 21px;
    right: 4%;
    top: 48%;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    line-height: 0rem;
    background-color: #282c3f;
    color: #fff;
    font-weight: 500;
}
.cart-delivery-distance {
	font-size: 12px;
}
.order-confirmed-badge {
	color: #60b246 !important;
}
.slotNotAvalMsg:not(:first-child) {
	display: none;
}
.delivery-scheduleSlot-block {
	background-color: #222b45;
	border-radius: 8px;
}
.delivery-scheduleSlot-view-title {
	font-size: 13px;
	color: #fff;
}
.delivery-scheduleSlot-view-slot {
	font-size: 13px;
	color: #f44336;
	text-transform: capitalize;
}
.orderlist-scheduleSlot {
	text-transform: capitalize;
	font-size: 12px;
}

.paystack-absolute-logo {
	position: absolute;
	left: 30px;
	top: 16px;
	height: 3rem;
}

.useGpsBtn {
	background-color: #fff;
	padding: 5px 10px;
	min-width: fit-content;
	border-radius: 4px;
	color: #282c3f;
	text-align: center;
	font-weight: 500;
	box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
}
.freeDeliveryMessageBlock {
	font-size: 11px;
}
span.item-new-badge {
    position: absolute;
    left: 25px;
}
.item-desc-short {
	color: rgba(40, 44, 63, 0.45);
    letter-spacing: -.3px;
    font-size: 1rem;
	margin-top: 3px;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.ttf) format("truetype"),
        url(../fonts/icomoon.woff) format("woff"),
        url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-percentage:before {
    content: "\E905";
}
.icon-downArrow:before {
    content: "\E906";
}
.icon-back:before {
    content: "\E907";
}
.icon-cartInverse:before {
    content: "\E908";
}
.icon-clock:before {
    content: "\E909";
}
.icon-close:before {
    content: "\E90A";
}
.icon-sniper:before {
    content: "\E90B";
}
.icon-downArrow2:before {
    content: "\E90C";
}
.icon-downArrowSmall:before {
    content: "\E90D";
}
.icon-explore:before {
    content: "\E90E";
}
.icon-heart:before {
    content: "\E90F";
}
.icon-heartInverse:before {
    content: "\E910";
}
.icon-filter:before {
    content: "\E911";
}
.icon-home:before {
    content: "\E912";
}
.icon-info:before {
    content: "\E913";
}
.icon-info-filled:before {
    content: "\E965";
}
.icon-marker:before {
    content: "\E914";
}
.icon-longDistance:before {
    content: "\E915";
}
.icon-menu:before {
    content: "\E916";
}
.icon-rightArrow:before {
    content: "\E917";
}
.icon-moreVertical:before {
    content: "\E918";
}
.icon-orderConfirmed:before {
    content: "\E91A";
}
.icon-orderReceived:before {
    content: "\E91D";
}
.icon-phone:before {
    content: "\E91E";
}
.icon-userFilled:before {
    content: "\E91F";
}
.icon-user:before {
    content: "\E920";
}
.icon-star:before {
    content: "\E921";
}
.icon-recent:before {
    content: "\E922";
}
.icon-refer:before {
    content: "\E923";
}
.icon-restaurant:before {
    content: "\E924";
}
.icon-magnifier:before {
    content: "\E925";
}
.icon-starInverse:before {
    content: "\E926";
}
.icon-lightning:before {
    content: "\E927";
}
.icon-longDistanceSurge:before {
    content: "\E928";
}
.icon-tickSharp:before {
    content: "\E92B";
}
.icon-tickRound:before {
    content: "\E92C";
}
.icon-foodSymbol:before {
    content: "\E92E";
}
.icon-verified:before {
    content: "\E92F";
}
.icon-work:before {
    content: "\E930";
}
.icon-offer:before {
    content: "\E904";
}
.icon-downCircle:before {
    content: "\E91C";
}
.icon-upCircle:before {
    content: "\E92D";
}
.icon-badge:before {
    content: "\E93F";
}
.icon-clockDark:before {
    content: "\E940";
}
.icon-userLoggedin:before {
    content: "\E919";
}
.icon-orderCancel:before {
    content: "\E931";
}
.icon-orderDelivered:before {
    content: "\E932";
}
.icon-delete:before {
    content: "\E933";
}
.icon-snacks:before {
    content: "\E941";
}
.icon-homeDark:before {
    content: "\E934";
}
.icon-markerDark:before {
    content: "\E935";
}
.icon-workDark:before {
    content: "\E936";
}
.icon-doubleTick:before {
    content: "\E902";
}
.icon-groupOrder:before {
    content: "\E900";
}
.icon-users:before {
    content: "\E901";
}
.icon-payment:before {
    content: "\E93E";
}
.icon-chat:before {
    content: "\E939";
}
.icon-active-chat:before {
    content: "\E93A";
}
.icon-logout:before {
    content: "\E93B";
}
.icon-alert:before {
    content: "\E93C";
}
.icon-cartOutline:before {
    content: "\E93D";
}
.icon-cartFilled:before {
    content: "\E942";
}
.icon-offersRect:before {
    content: "\E943";
}
.icon-leaf:before {
    content: "\E91B";
}
.icon-super:before {
    content: "\E944";
}
.icon-superFilled:before {
    content: "\E945";
}
.icon-offersOutline:before {
    content: "\E946";
}
.icon-gift:before {
    content: "\E903";
}
.icon-Offers-outline:before {
    content: "\E948";
}
.icon-filter-3dials:before {
    content: "\E947";
}
.icon-lock:before {
    content: "\E949";
}
.icon-Search_close:before {
    content: "\E94A";
}
.icon-userFilled-v3:before {
    content: "\E94B";
}
.icon-userIcon-v3:before {
    content: "\E94C";
}
.icon-CartFilled-v3:before {
    content: "\E94D";
}
.icon-CartInverse-v3:before {
    content: "\E94E";
}
.icon-swgy-v3:before {
    content: "\E94F";
}
.icon-swgyInverse-v3:before {
    content: "\E950";
}
.icon-SearchFilled-v3:before {
    content: "\E951";
}
.icon-SearchInverse-v3:before {
    content: "\E952";
}
.icon-SuperFilled-v3:before {
    content: "\E953";
}
.icon-SuperInverse-v3:before {
    content: "\E954";
}
.icon-handleCart:before {
    content: "\E955";
}
.icon-mute:before {
    content: "\E956";
}
.icon-unmute:before {
    content: "\E957";
}
.icon-stories-cross:before {
    content: "\E958";
}
.icon-stories-up:before {
    content: "\E959";
}
.icon-stories-back-arrow:before {
    content: "\E95A";
}
.icon-down-bold:before {
    content: "\E95B";
}
.icon-spice-icon:before {
    content: "\E95C";
}
.icon-suggestions:before {
    content: "\E95E";
}
.icon-gift-circle:before {
    content: "\E95D";
}
.icon-tick:before {
    content: "\E95F";
}
.icon-plus:before {
    content: "\E960";
}
.icon-tip:before {
    content: "\E961";
}
.icon-glitter:before {
    content: "\E962";
}
.icon-refresh:before {
    content: "\E963";
}
.icon-transactions:before {
    content: "\E964";
}
.icon-mask:before {
    content: "\E969";
}
.icon-rain:before {
    content: "\E966";
}
.icon-distance:before {
    content: "\E967";
}
.icon-scooter:before {
    content: "\E968";
}
.icon-down-arrow-bold:before {
    content: "\E96A";
}
.icon-left-sparkles:before {
    content: "\E96B";
}
.icon-right-sparkles:before {
    content: "\E96C";
}
.icon-settings:before {
    content: "\E96D";
}
.icon-Promoted:before {
    content: "\E96E";
}
.icon-Veg:before {
    content: "\E997";
}
.icon-NonVeg:before {
    content: "\E998";
}
.icon-mart:before {
    content: "\E96F";
}
.icon-food:before {
    content: "\E970";
}
.icon-food-selected:before {
    content: "\E971";
}
.icon-Veg-4:before {
    content: "\E973";
}
.icon-Non-Veg-4:before {
    content: "\E972";
}
button.react-reveal.btn.btn-menu-list {
    height: 3rem;
    width: 148px;
}
@font-face {
font-family: 'foodmoto-icon';
src:  url('../fonts/foodmoto-icon.eot?wwt26m');
src:  url('../fonts/foodmoto-icon.eot?wwt26m#iefix') format('embedded-opentype'),
	url('../fonts/foodmoto-icon.ttf?wwt26m') format('truetype'),
	url('../fonts/foodmoto-icon.woff?wwt26m') format('woff'),
	url('../fonts/foodmoto-icon.svg?wwt26m#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="iconn-"], [class*=" iconn-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'foodmoto-icon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.iconn-icon-foodmoto .path1:before {
content: "\e900";
color: rgb(0, 0, 0);
}
.iconn-icon-foodmoto .path2:before {
content: "\e901";
margin-left: -0.662109375em;
color: rgb(255, 255, 255);
}
.iconn-foodmoto:before {
content: "\e900";
}
.home-header-address {
	font-size: 1rem;
    color: #686b78;
	text-align: left;
}
.home-address-icon {
	display: flex;
}
.home-address {
    font-size: 1.3rem;
    font-weight: 800;
	color: #3d4152;
}
.header-offers {
    float: right;
}
i.si.si-pointer.mr-2 {
    font-size: 1.3rem;
}
.offers-icon {
	font-size: 1.57rem;
}
.offers {
	display: table-caption;
	color: #3d4152;
	font-size: 1.1rem;
	font-weight: 600;
}
.RestaurantRatings_wrapper__2294i {
	background-color: #ffffff;
    border: 1px solid #e9e9eb;
    box-shadow: 0 1px 5px #f9f9f9;
    border-radius: 6px;
    text-align: center;
    padding: 8px;
    max-width: 100px;
    float: right;
}
.RestaurantRatings_avgRating__1TOWY {
    color: #3d9b6d;
    padding-bottom: 3px;
    border-bottom: 1px solid #e9e9eb;
    font-weight: 800;
    margin-bottom: 6px;
    display: block;
}
.RestaurantRatings_totalRatings__3d6Zc {
    font-size: 9px;
    color: #8b8d97;
    font-weight: 800;
}
.break-word {
	word-wrap: break-word;
}
.res-info-name {
	font-size: 1.43rem;
	font-weight: 800;
}
.res-ino-division-hr {
	border: none;
    border-bottom: 1px dashed #d3d3d3;
}
.res-info-time-wrap {
    font-size: 15px;
    font-weight: 800;
    color: #3e4152;
}
.res-info-desc {
	color: #7e808c;
	font-weight: 600;
}
.styles_separator__3hQmk {
    border-bottom: 16px solid #f1f1f6;
    border-top: none;
    margin-bottom: 3px;
}
.blank-image-no-desc {
	height: 80px;
}
.customized-item-list-img {
	height: 95px;
}
.RestaurantLicence_wrapper__4BYQV {
    padding: 0 16px 16px;
    background-color: #f1f1f6;
    font-size: .93rem;
    color: #93959f;
}
.RestaurantLicence_licence__Oo5_q {
    display: flex;
    align-items: center;
}
.RestaurantLicence_image__2-5G_ {
    height: 30px;
    width: 60px;
    margin-right: 16px;
}
.RestaurantLicence_licenceText__2XEQc {
    padding-top: 8px;
	line-height: inherit;
	margin-bottom: inherit;
}
.RestaurantFooterAddress_wrapper__16xqp {
    background-color: #f1f1f6;
    font-size: 1rem;
    color: #93959f;
    padding: 0 16px 90px;
}
.RestaurantFooterAddress_name__deVKZ {
    font-size: 1rem;
	font-weight: 800;
    border-top: 1px solid #a9abb2;
    padding-top: 16px;
    text-transform: uppercase;
	line-height: inherit;
	margin-bottom: inherit;
}
.RestaurantFooterAddress_address__37uUA {
    display: flex;
    font-size: .86rem;
    margin-top: 12px;
    color: #a9abb2;
}
.res-info-new-wraper {
	font-size: 0.90rem;
	color: rgba(40,44,63,.45);
}
.new-time-wrap {
	font-weight: 700;
}
.custom-cat-name {
	font-size: 1.07rem;
    font-weight: 800;
    text-transform: uppercase;
}
.custom-addon-label-name {
	color: #3d4152;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
}
.wk7IU {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
._38vxc {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.07rem;
    font-weight: 700;
    color: #3d4152;
	text-transform: uppercase;
}
._3XxTy {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #7e808c;
    font-size: .86rem;
    margin-top: 2px;
}
.tip-box {
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    height: 40px;
    width: 72px;
    border-radius: 6px;
    border: 1px solid #e9e9eb;
    margin: 0;
    box-shadow: 0 2px 7px 0 rgb(40 44 63 / 10%);
}
.cart-page-both-delivery-card {
	font-size: 12px;
	padding-top: 5rem;
	padding-bottom: 1rem;
	margin-bottom: 12px;
}
.padding-top-65 {
	padding-top: 65px;
}
.E1J0B {
    position: absolute;
    top: 0;
    right: 4px;
    line-height: 1;
}
.E1J0B:before {
    content: "+";
    display: block;
    margin-top: 1px;
}
.btn-list-item-add{
    font-size: 1.15rem !important;
    font-weight: 800;
    color: #60b246 !important;
    width: 87px !important;
    text-transform: uppercase;
    border: 1px solid #d4d5d9 !important;
    border-radius: 4px !important;
}
.btn-list-item-m {
    font-size: 1.15rem !important;
    font-weight: 600;
    width: 2.08rem !important;
    border-right: none;
}
.btn-list-item-p {
    font-size: 1.15rem !important;
    width: 2.08rem !important;
    padding-left: 6px !important;
    border-left: none;
}
.btn-list-item-q {
    font-size: 1.15rem !important;
    font-weight: 600;
    color: #60b246 !important;
    width: 2.08rem !important;
    border-left: none;
    border-right: none;
}
.btn-list-item-m:before {
    content: "";
    display: block;
    height: 2px;
    width: 10px;
    background-color: #bebfc5;
    position: relative;
    /*top: 50%;*/
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
/* .btn-inc{
    color: #60b246 !important;
} */
.item-desc-short p {
    margin-bottom: 1px;
}
.btn-cart-no-item-m {
	font-size: 1.15rem !important;
    font-weight: 600;
    width: 2.08rem !important;
    border-right: none;
}
.btn-cart-item-m {
    font-size: 1.15rem !important;
    font-weight: 600;
    width: 2.08rem !important;
    border-right: none;
}
.btn-cart-item-m:before {
    content: "";
    display: block;
    height: 2px;
    width: 10px;
    background-color: #bebfc5;
    position: relative;
    /* top: 50%; */
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.btn-cart-item-p {
    font-size: 1.15rem !important;
    width: 2.08rem !important;
    padding-left: 6px !important;
    border-left: none;
}
.btn-cart-item-q {
    font-size: 1.15rem !important;
    font-weight: 600;
    color: #60b246 !important;
    width: 2.08rem !important;
    border-left: none;
    border-right: none;
}
.coupon-arrow {
	font-size: 13px;
    color: #bebfc5;
}
/* User Profile Section */
.user-profile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 18px;
    color: #3d4152;
    border-bottom: 2px solid #282c3f;
}
.user-profile-header .user-name {
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
}
.user-profile-header .user-phone {
    color: #7e808c;
    margin-top: 6px;
    font-size: .93rem;
    line-height: 1.3;
}
.user-profile-header .user-edit {
    text-transform: uppercase;
    color: #e46d47;
    font-size: 1.07rem;
    font-weight: 800;
    margin: 0;
    background: 0 0;
    border: none;
    border-color: transparent;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.user-collaps .Collapsible__trigger {
	font-size: 1.07rem;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding-top: 5px;
	padding-left: 17px;
	margin-top: 5px;
}
.user-collaps .Collapsible__trigger:after {
    font-family: "icomoon";
    content: "\E906";
    position: absolute;
    right: 1.25rem;
    top: 0.425rem;
    display: block;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}
.user-collaps .Collapsible__contentInner {
	padding-left: 17px;
}
.user-collaps .Collapsible__contentInner .category-list-item {
	font-size: 1.1rem;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-weight:400;
}
.user-collaps .Collapsible__contentInner .category-list-item:last-child {
	margin-bottom: 0;
	border: 0;
}
.user-collaps .Collapsible__contentInner > div > .item-name {
	font-weight: 500;
}
.user-collaps .Collapsible__contentInner > div > .item-price {
	font-weight: 400;
	color: #757575;
}
/* User Profile Section End */
/* My Addresss List Start */
._3I6rl {
    position: relative;
    padding-top: 28px;
}
._2JQLE {
    position: absolute;
    font-size: 22px;
    top: 28px;
    left: 2px;
}
._1xJn6 ._3IifR {
    border-bottom: 1px solid #d4d5d9;
}
._3IifR {
    margin-left: 38px;
    padding-bottom: 20px;
}
._1ZPIL {
    font-size: 1.07rem;
    font-weight: 800;
    text-transform: capitalize;
}
.lF4FT {
    font-size: .93rem;
    color: #686b78;
    margin-top: 4px;
}
._1cdSC {
    margin-top: 16px;
}
._2HLpn {
    font-size: 1.07rem;
    font-weight: 600;
    color: #fc8019;
    margin-right: 16px;
    border: 0;
    background: 0 0;
}
._2HLpnselect {
    font-size: 1.07rem;
    font-weight: 600;
    color: #60b246;
    margin-right: 16px;
    border: 0;
    background: 0 0;
}
/* My Addresss List End */
/* delete btn */
._17fQA {
    opacity: 1;
    -webkit-animation: hu2-n .3s;
    animation: hu2-n .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
._12A0X {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    opacity: 0;
    z-index: 1001;
    border-top: 1px solid #e9e9eb;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    color: #282c3f;
    overflow-y: auto;
    background: #fff;
    will-change: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    contain: content;
    border-radius: 4px 4px 0 0;
}
.noM5u {
    display: block;
}
._1RSZ- {
    padding: 16px 16px 0;
}
._1RSZ- ._38ULh {
    font-size: 1.07rem;
    font-weight: 600;
    color: #fa4a5b;
}
._1RSZ- ._92QQP {
    font-size: .93rem;
    color: #93959f;
    margin-top: 4px;
    padding-right: 32px;
}
._1Hz_Y {
    padding-bottom: calc(16px + var(--sab));
}
._2Mzhi {
    float: left;
    width: calc(50% - 8px);
    border: 2px solid;
    height: 42px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    border-color: rgb(40, 44, 63);
    background-color: rgb(255, 255, 255);
    color: rgb(40, 44, 63);
}
.fIuLDK {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ivdviM {
    width: inherit;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}
.cPKzjJ {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 25%;
    padding: 0px 9px 12px 0px;
}
.dFJdDA {
    display: block;
    text-decoration: none;
    position: relative;
    max-width: 30vw;
    cursor: pointer;
}
.gqbMke {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 12px;
	position: relative;
    max-width: 100%;
}
/* Coupon CSS Start*/
.coupon-header {
	background-color: #f4f4f5;
	padding-top: 46px;
}
._3Qhg8 {
    padding: 20px 16px 10px 16px;
}
._1ZSQj {
    padding: 10px;
    -webkit-box-shadow: 0 1px 7px 0 rgb(40 44 63 / 7%);
    box-shadow: 0 1px 7px 0 rgb(40 44 63 / 7%);
    border: solid 1px rgba(40,44,63,.18);
    background-color: #fff;
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
._3sRAt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
}
._3cdyb {
    width: 100%;
    border: none;
    outline: 0;
	text-transform: uppercase;
}
._3hylU {
    display: none;
}
._2uBSr {
    color: #fc8019;
    font-weight: 800;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer;
    text-transform: uppercase;
}
._3K0qi {
    margin-top: 4px;
    padding: 16px 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #535665;
    font-size: .79rem;
    font-weight: 500;
}
.HmMYg {
    position: relative;
    border-bottom-color: transparent;
    padding-bottom: 24px;
}
.rpOr6 {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f5;
    padding: 20px 16px;
}
.vJcVv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
}
.Crzsi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
._3-8tC {
    margin-bottom: 15px;
}
._2BAr3 {
    min-width: 148px;
    height: 34px;
    background-color: #fffae6;
    border: solid 1px #daceb7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
._3SKwK {
    margin-left: 15px;
    margin-right: 15px;
}
._2yQPs {
    opacity: 1;
}
._1rOlC {
    font-size: 1.07rem;
    font-weight: 600;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 0 10px;
}
.QQ9Qf {
    position: absolute;
    top: -1px;
    left: -5.25px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale3d(.7,1,1);
    transform: scale3d(.7,1,1);
}
.QQ9Qf:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 7.5px solid transparent;
    border-top: 7.5px solid #daceb7;
}
.QQ9Qf:after {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -2px;
    left: 0;
    border: 7.5px solid transparent;
    border-top: 7.5px solid #fff;
}
._1sFBB {
    position: absolute;
    bottom: -1px;
    left: -5.25px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale3d(.7,1,1);
    transform: scale3d(.7,1,1);
}
._1sFBB:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 7.5px solid transparent;
    border-bottom: 7.5px solid #daceb7;
}
._1sFBB:after {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -2px;
    left: 0;
    border: 7.5px solid transparent;
    border-bottom: 7.5px solid #fff;
}
.J7O-y {
    color: #fc8019;
	border: none;
    background-color: #ffffff;
    font-weight: 800;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer;
    text-transform: uppercase;
}
._1lsNa {
    color: #3e4152;
    font-size: 1.14rem;
    font-weight: 600;
}
._1xami {
    color: #686b78;
    font-size: .92rem;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f4f4f5;
}
.ImKAC {
    margin-top: 0;
}
.HmMYg:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: -1px;
    margin: 0 16px;
    width: calc(100% - 32px);
    background-color: #f4f4f5;
}
.apply-coupon-text {
	flex: 1;
    /* padding-top: 15px; */
    font-size: 1.1rem;
    color: #3d4152;
	text-align: left;
}
.apply-coupon-arrow {
	padding-top: 18px;
}
.btn-group-cpn-apply {
	border: 0;
}
/* Coupon CSS END */
.hvGSfh {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.33px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: calc(34px);
}
._3reAM {
    padding-top: 8px;
}
._3p4LD {
    padding-bottom: calc(var(--cart-bottom-bar-height) + var(--view-cart-bar-margin-bottom) + var(--web-bottom-bar-height));
}
._3e2f_ {
    background-color: #fff;
}
._2MOkA {
    padding-top: 10px;
    padding-top: calc(10px + var(--ios-statusbar-height));
    position: relative;
    overflow: hidden;
    width: 100%;
}
._1anN8, ._1b3KF, ._1NvDX, ._2QS14, ._3rBiQ {
    display: flex;
    align-items: center;
}
._1anN8, ._1NvDX, ._3rBiQ {
    justify-content: space-between;
}
._1anN8, ._1b3KF, ._1NvDX, ._2QS14, ._3rBiQ {
    display: flex;
}
._1anN8, ._1b3KF, ._2QS14, ._3rBiQ {
    align-items: center;
}
._1anN8, ._1NvDX, ._3rBiQ {
    justify-content: space-between;
}
._HOMDV_ {
    display: flex;
    grid-gap: 2px;
    gap: 2px;
    width: full;
}
._1Eaan {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
._2wx1f {
    width: auto;
    height: auto;
}
._1Tiex {
    fill: transparent;
    width: 16px;
    height: 16px;
}
.irWmdV2 {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -.3px;
    color: #000000;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
}
._3TkWB {
    padding-left: 4px;
    height: 24px;
    text-transform: capitalize;
    width: auto !important;
    word-break: break-word;
}
._3TkWB {
    padding-left: 4px;
    height: 24px;
    text-transform: capitalize;
    width: auto !important;
    word-break: break-word;
}
.hXVfSX2 {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    letter-spacing: -.3px;
    color: hsla(0, 0%, 100%, .75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
}
._3N5VT {
    padding-top: 1px;
    height: 18px;
    text-transform: capitalize;
    word-break: break-word;
}
._1anN8 {
    margin-left: auto;
    padding-left: 16px;
    background: 0 0;
    border: 0;
}
._1Jw4W {
    height: 32px;
    width: 32px;
}
._2dKJV {
    position: relative;
    padding: 0 16px 10px;
	padding-right: 0px;
}
._3VG_8 {
    border: 1px solid #e2e2e7;
    border-radius: 12px;
    background: #fff;
    margin-top: 16px;
}
._3VG_8, .hpyD_ {
    height: 48px;
    width: 100%;
}
.hpyD_ {
    text-align: left;
}
._1AaZg {
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 16px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    background: #f0f0f5;
}
._1AaZg, ._1wmlH, ._3Z-L6 {
    display: flex;
}
.ftrPfO {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-size: 16px;
    font-weight: 200;
    line-height: 19px;
    letter-spacing: -.3px;
    color: rgba(2, 6, 12, .6);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
}
.uSZQU {
    text-align: left;
}
._1AaZg, ._1wmlH, ._3Z-L6 {
    display: flex;
}
._1wmlH {
    margin-left: 12px;
    margin-right: -4px;
}
._2ZWqx {
    top: -1px !important;
    left: 16px !important;
}
._1GbBF, ._1iqQ0, ._3MZy1, .wcQtF {
    display: flex;
}
._3MZy1 {
    position: absolute;
    pointer-events: none;
    grid-gap: 5px;
    gap: 5px;
    top: 0;
    left: 37px;
    height: 47px;
    overflow: hidden;
}
._1GbBF, ._1iqQ0 {
    align-items: center;
}
._1iqQ0 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.bTcOkd {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -.3px;
    color: rgba(2, 6, 12, .45);
}
._6jKGN {
    position: relative;
    padding: 0 16px;
}
._1NvDX {
    border-radius: 100%;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    margin-left: 0;
    flex: 0 0 36px;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
}
._2x2jV {
    flex: 1;
}
._1buJ8, ._2x2jV {
    align-items: center;
}

._1buJ8, ._2x2jV, .rKVoK, .XjI6m {
    display: flex;
}
.JUktc {
    display: block;
    padding: 0;
    flex: .9;
}
.bdXkdl {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.45px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
._1ZUHi {
    padding: 16px;
}
.XjI6m {
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
._1YRjI {
    flex-shrink: 0;
    text-transform: uppercase;
}
.guCWbE {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.5px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.SUJXt {
    height: 1px;
    background: linear-gradient(to right, rgba(2, 6, 12, .15), rgba(2, 6, 12, 0));
    width: 100%;
    margin-left: 12px;
    align-self: center;
}
._1eWs7:first-child {
    padding-left: 0;
}
._1X-Xv {
    all: unset;
}
._1X-Xv {
    text-align: center;
}
._1bOXc {
    margin: 0 auto;
}
.bUcXza {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.45px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jwwUCz {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.33px;
    color: rgb(255, 82, 0);
}
._3342I {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}
._2JjI- {
    padding: 0;
    scroll-snap-align: start;
    position: relative;
    max-width: 128px;
}
._3jldy {
    width: 128px;
    height: 128px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f2f3f3;
}
._2zIRo {
    display: flex;
}
._2zIRo {
    align-items: center;
}
._2zIRo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 6px 0 0 6px;
    padding: 4px;
    background: linear-gradient(90deg, rgba(217, 217, 217, .33) 0, rgba(217, 217, 217, .33) 50%, rgba(255, 255, 255, 0) 100%);
}
._3CyJz {
    margin: 8px 0 4px;
}
.ikvSxL {
    width: 12px;
    height: 100%;
    object-fit: cover;
}
._1GyTV {
    height: 12px;
    width: 12px;
    margin: 2px 2px 2px 0;
}
._1SPbP {
    height: 12px;
    width: 12px;
}
.giKYGQ {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.6);
}
.GOJ8s {
    transform: translate3d(0, 1px, 0);
}
.kyEzVU {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: calc(36px);
}
._1LmI1 {
    margin-top: 8px;
}
.fZCg5, .lW1wV, ._3lhR3, ._3xOVs, ._3Vhpt {
    display: flex;
}
._3Vhpt {
    align-items: center;
}
.ewHVTP {
    font-weight: 200;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.33px;
    color: rgba(2, 6, 12, 0.6);
}
._3dWRe {
    margin-top: 4px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.bhiDHl {
    font-weight: 200;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.6);
    min-height: calc(16px);
}
._9XLAN {
    display: block;
}
.jLtxeJ {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    color: rgba(2, 6, 12, 0.75);
}
._30FE1 {
    text-decoration: line-through;
    -webkit-text-decoration-color: #676a6d;
    text-decoration-color: #676a6d;
    color: #676a6d;
}
._2Yujm {
    display: inline-flex;
}
._2Yujm:before {
    content: "\20B9";
}
._2zozL, ._1Imv1, ._3IoDf, ._3C52X {
    display: flex;
}
._2zozL, ._1Imv1, ._3IoDf {
    align-items: center;
}
._2zozL, ._1Imv1 {
    justify-content: center;
}
._2zozL {
    flex-direction: column;
    position: relative;
}
._3ewmA {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(2, 6, 12, .15);
    box-shadow: 0 3px 8px rgba(40, 44, 63, .08);
    border-radius: 8px;
    background-color: #fff;
}
._2kQPe {
    height: 32px;
    width: 76px;
}
._3u9v7 {
    text-transform: uppercase;
}
._1Imv1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none;
    height: 100%;
    z-index: 1;
    transition: all 150msease-in-out;
}
._2pqip {
    padding-left: 8px;
    padding-right: 8px;
}
._34iHN {
    transform: translateX(-64px);
}
.glQDDT {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    color: rgb(27, 166, 114);
}
._2rSIx, ._3bnYF, ._29XmU {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
._1ZkS8 {
    transition: all 150msease-in-out;
    cursor: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
._2NJHn {
    height: 32px;
}
._3D_C0 {
    transform: translateY(-32px);
}
.gCfeKg {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    color: rgb(27, 166, 114);
    text-align: center;
}
._1L7yC {
    transition: all 150msease-in-out;
}
._3IoDf {
    line-height: 1em;
}
._3--Rr {
    transition: all 150msease-in-out;
    cursor: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
._1iALI {
    height: 32px;
}
._1kPOJ {
    transform: translateY(32px);
}
.K321Y {
    transform: translateX(64px);
}

/* insta cart section start */
.pnwyq {
    display: flex;
}
.pnwyq {
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background: #fff;
}
._12s3o {
    height: 100%;
}
._34fNe {
    display: flex;
}
._34fNe {
    flex-direction: column;
    width: 100%;
    height: 100%;
}
._2T170 {
    background-color: #f0f0f5;
}
._3Gv9D {
    background: #fff;
    box-shadow: #e3dbe0 0 2px 4px 0;
    overflow: hidden;
}
._10ClD {
    z-index: 2;
}
._2_0N8, ._2uP5n, .xxDtq, ._2_HOH {
    display: flex;
}
._2_0N8, ._2uP5n, ._2_HOH {
    align-items: center;
}
._2uP5n {
    -webkit-font-smoothing: antialiased;
    padding: 0 16px;
    overflow: hidden;
    color: #fff;
    background: #fff;
    height: 64px;
}
._2_0N8, .xxDtq, ._2_HOH {
    justify-content: center;
}
._2_0N8 {
    font-size: 24px;
    width: 32px;
    height: 32px;
    padding-top: 1px;
    margin-left: -8px;
    background: 0 0;
    color: #282c3f;
}
._1Cwee {
    margin: 0 10px;
    flex-direction: row;
    justify-content: flex-start;
}
.novMV {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    width: 1px;
}
._2lnLV, ._3m-lO, ._1wOvg, ._1VxM4 {
    display: flex;
}
._2lnLV, ._3m-lO, ._1VxM4 {
    align-items: center;
}
._2lnLV, ._3m-lO, ._1VxM4 {
    justify-content: center;
}
._2lnLV {
    margin-top: 4px;
    font-weight: 900;
    background: 0 0;
}
._3m-lO {
    height: 38px;
    width: 38px;
    border: 1px solid rgba(2, 6, 12, .05);
    border-radius: 8px;
    background-color: #fff;
}
.jJhiHG {
    width: 38px;
    height: 38px;
    object-fit: cover;
    background-color: transparent;
}
._1wOvg {
    flex-direction: column;
}
._1wOvg {
    align-items: flex-start;
    margin-left: 8px;
}
._1bQiD {
    display: flex;
    flex-direction: row;
    text-align: left;
}
._1VxM4 {
    height: 15px;
    width: 15px;
    margin: 2px 4px;
    padding: 7px;
    background: #f0f0f5;
    border-radius: 50%;
    color: rgba(2, 6, 12, .75);
    font-size: .8rem;
    font-weight: 900;
    border: 1px solid rgba(2, 6, 12, .15);
}
.icon-down-chevron:before {
    content: "\E90E";
}
.bUjCLt {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
.kYNiKM {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.6);
}
._1Cwee, ._2mmIx, ._2mmIx span, ._2O485, ._1WtbA {
    display: flex;
}
._2O485, ._1WtbA {
    align-items: center;
}
._2O485 {
    width: 11%;
}
._1WtbA {
    justify-content: center;
}
._1WtbA {
    height: 36px;
    width: 36px;
    background: #f3f3f3;
    border-radius: 50%;
    font-size: 1.3rem;
    color: #282c3f;
}
._2rOBm {
    border: 1px solid rgba(2, 6, 12, .15);
    box-shadow: 0 2px 12px 0 rgba(2,6,12,.04);
    background-color: #f0f0f5;
}
.icon-search:before {
    content: "\E90E";
}
._2_95H {
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: none;
}
._2PdVy {
    background-color: #f0f0f5;
    position: relative;
    margin-top: 4px;
}
.ZFMa1 {
    display: flex;
    justify-content: flex-end;
    padding-top: var(--ios-statusbar-height);
}
.iRRtvn {
    height: 100%;
    overflow: scroll;
    width: 100%;
    position: relative;
}
.-CXjf>div:first-child {
    position: initial;
}
.jjIHxW {
    display: flex;
    flex-direction: column;
    align-content: start;
    height: 100%;
    overflow: scroll;
    position: absolute;
    scrollbar-width: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 12px;
    background: rgb(255, 255, 255);
}
.gpUNxW {
    display: flex;
    flex-direction: column;
    align-content: start;
    height: 100%;
    overflow: scroll;
    position: absolute;
    scrollbar-width: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 12px;
    background: rgb(255, 255, 255);
}
.-CXjf ul {
    width: 20%;
    /* padding-left: 4px; */
    padding-right: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    padding-bottom: calc(var(--cart-bottom-bar-height) + var(--view-cart-bar-margin-bottom) + var(--web-bottom-bar-height));
}
/* .jjIHxW::before {
    content: "";
    position: absolute;
    transition: transform 300ms ease-out 0s;
    top: 0px;
    transform: translateY(calc(24px));
    left: 0px;
    width: 4px;
    height: 48px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgb(158, 30, 98);
} */

.gOguib {
    border-left: 5px solid rgb(158, 30, 98);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 72px;
    cursor: pointer;
    position: relative;
    padding-top: 12px;
    margin-top: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.djwpQa {
    width: 72px;
    cursor: pointer;
    position: relative;
    padding-top: 12px;
    margin-top: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.-CXjf ul>li {
    box-sizing: unset;
    width: 100%;
}
.gpUNxW li:first-child {
    margin-top: 12px;
}
.jjIHxW li:first-child {
    margin-top: 12px;
}
.jjIHxW li:last-child {
    margin-bottom: 12px;
}
.gOguib .item-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: calc(88px);
    word-break: break-word;
}
.gOguib .image-background-container {
    position: relative;
    border-radius: 8px;
    width: 40px;
    height: 48px;
    margin-bottom: 8px;
    background: rgb(240, 240, 245);
    border: 1px solid rgb(226, 226, 231);
    z-index: 1;
}
.gOguib .image-background-container::before {
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 8px;
    background-image: linear-gradient(rgb(222, 53, 143) 0%, rgb(158, 30, 98) 100%);
    z-index: -1;
    transition: opacity 300ms ease-out 0s;
    opacity: 1;
}
.gOguib .image-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    margin: auto;
    transform-origin: center bottom;
    transition: transform 300ms ease-out 0s;
    transform: scale(1.5, 1.5);
}
.kMtDjj {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gOguib img {
    background: transparent;
    width: auto;
    margin: auto;
    height: 100%;
}
.dKANXe {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgb(158, 30, 98);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.djwpQa .item-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: calc(88px);
    word-break: break-word;
}
.djwpQa .image-background-container {
    position: relative;
    border-radius: 8px;
    width: 40px;
    height: 48px;
    margin-bottom: 8px;
    background: rgb(240, 240, 245);
    border: 1px solid rgb(226, 226, 231);
    z-index: 1;
}
.djwpQa .image-background-container::before {
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 8px;
    background-image: linear-gradient(rgb(222, 53, 143) 0%, rgb(158, 30, 98) 100%);
    z-index: -1;
    transition: opacity 300ms ease-out 0s;
    opacity: 0;
}
.djwpQa .image-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    margin: auto;
    transform-origin: center bottom;
    transition: transform 300ms ease-out 0s;
}
.djwpQa img {
    background: transparent;
    width: auto;
    margin: auto;
    height: 100%;
}
.dHOtSt {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.6);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.iRRtvn .content {
    margin-left: 72px;
    padding-left: 12px;
    padding-right: 12px;
}
.iJxzv {
    padding-bottom: calc(var(--cart-bottom-bar-height) + var(--web-bottom-bar-height) + var(--view-cart-bar-margin-bottom) - var(--progressive-nudge-circle-offset, 0px));
}
._22sJq {
    position: fixed;
    left: 21%;
    border-top-left-radius: 8px;
    top: calc(68px + var(--ios-statusbar-height));
    bottom: 0;
    /* overflow: auto; */
    width: 79%;
}
.jAgA_ {
    height: calc(100% + 1px);
    overflow: hidden;
}
.LLwTl {
    height: 100%;
}
.zKlma {
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    overflow: scroll;
}
._1CiaG {
    padding: 0;
}
._2Dmlq {
    position: relative;
    background: #fff;
}
.wJMft, ._1Di0X {
    display: flex;
}
._1Di0X {
    align-items: center;
}
.wJMft, ._1Di0X {
    justify-content: center;
}
._1Di0X {
    color: #e9e9eb;
    font-size: 1.46rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
._2zTwE {
    display: flex;
    overflow: hidden;
    width: 100%;
}
._2zqhO {
    display: flex;
}
._2zqhO {
    will-change: transform;
    width: 100%;
}
._1gEXS {
    transform: translateZ(0);
    padding: 8px;
    line-height: 0;
    width: 100%;
}
.MQDV- {
    width: 100%;
}
._1va0r {
    border-radius: 12px;
}
.x5pcl {
    opacity: 1;
}
._2nsYp {
    opacity: 0;
}
.wJMft {
    bottom: 18px;
    width: 100%;
    position: absolute;
}
._3ppSZ {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding-top: 8px;
}
._9Z94 {
    transform: translateZ(0);
    padding-left: 6px;
    padding-top: 6px !important;
    padding-bottom: 6px;
    background: #fff;
    opacity: 90%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 13px;
}
.IJ1GC {
    background: #e4e6ed;
    width: 56px;
    border-radius: 4px;
    height: 4px;
}
._2ic2y {
    height: 6px;
    width: 6px;
    margin-right: 8px;
    border-radius: 50%;
}
._2jKPN {
    background: #e46d47;
    height: 4px;
    border-radius: 4px;
}
._1Jh5o {
    background: #000 !important;
}
._1ZOqW {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
._13Z6f {
    visibility: visible;
    opacity: 1;
}
.Xxq5s {
    border-top-left-radius: 8px;
    width: 100%;
    background-color: #fff;
    padding: 16px 12px 14px;
}
.uxlfx {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.75);
}
._1Kshy, ._179Mx {
    display: flex;
}
._1Kshy {
    flex-direction: column;
}
._1Kshy {
    background: #fff;
    border-radius: 16px 16px 0 0;
    position: relative;
}
._179Mx {
    flex-wrap: wrap;
}
.K0-3A, ._2Fkdr, ._36WMy, ._19wsx, .NfZWG {
    display: flex;
}
.K0-3A {
    flex-direction: column;
}
.K0-3A {
    padding: 8px 8px 0 8px !important;
    width: 50%;
    outline: 1px solid rgba(40, 44, 63, .05);
    position: relative;
    background-color: #fff;
    min-height: 136px;
}
._30Qfj {
    padding: 12px;
}
@media (max-width: 360px){
    ._30Qfj {
        padding: 12px 8px;
    }
}
._1Dj0q, ._3RARa {
    all: unset;
}
._3RARa {
    position: relative;
    width: 100%;
    min-height: 136px;
}
._1k2hb {
    border-radius: 8px;
    transform: translateZ(0);
}
._3RARa:before {
    content: "";
    display: block;
    padding-bottom: 108.7%;
}
._7Vorb {
    display: flex;
}
._7Vorb {
    align-items: center;
}
._7Vorb {
    justify-content: center;
}
._7Vorb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
._7Vorb {
    width: 30px;
    height: 32px;
    text-align: center;
    background-size: 100% 100%;
    border-top-left-radius: 6px;
}
._3Ml7S._3Ml7S {
    transform: translateZ(0);
    z-index: 1;
    font-size: .7rem;
}
.biHdWm {
    -webkit-font-smoothing: antialiased;
    font-family: "ProximaNovaCond-Black";
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: -0.4px;
    color: rgb(255, 255, 255);
}
.KTirG {
    position: relative;
    height: 112px;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    touch-action: pan-y;
}
._2D9eO._2D9eO {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
._3NbMD, ._1gZsG:before, ._1LPxt:before, .mSRlA {
    display: flex;
}
.mSRlA {
    height: 100%;
}
._33V_9, ._21pKt {
    display: flex;
}
._33V_9, ._21pKt {
    align-items: center;
}
._33V_9 {
    flex: 0 0 288px;
    height: 100%;
    margin: auto;
}
._21pKt {
    justify-content: center;
}
._21pKt {
    width: 278px;
    height: 112px;
}
._3RARa img {
    background-color: #fff;
    position: absolute;
    top: 0;
	width: 100%;
    height: 100%;
}
._3I4by._3I4by {
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
}
._2zSij {
    height: 56px;
}
._3k9dR {
    height: 40px;
    margin-top: 8px;
}
.feliul {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: calc(36px);
}
.SF1nE {
    margin-top: 0;
}
._2N0Ea {
    height: 16px;
    margin-top: 4px;
}
.eyJtMZ {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 800;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.26px;
    color: rgb(208, 125, 0);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
._2Fkdr, ._19wsx {
    align-items: center;
}
._2Fkdr {
    margin-top: 4px;
}
.hBzUMy {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 200;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.6);
}
._36WMy {
    margin-top: 4px;
    justify-content: space-between;
}
.NfZWG {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 7px;
}
.IllLm {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 200;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.26px;
    color: rgba(2, 6, 12, 0.6);
}
._3oNLV {
    text-decoration: line-through;
}
/* ._1E2xc:before {
    content: "\20B9";
} */
.fVjROI {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.75);
}
.Wf3-P:before {
    content: "\20B9";
}
._2CtNj {
    text-align: center;
    padding: 4px 0 14px 0;
}
._2zozL, ._1Imv1, ._3IoDf {
    display: flex;
}
._2zozL, ._1Imv1, ._3IoDf {
    align-items: center;
}
._2zozL, ._1Imv1 {
    justify-content: center;
}
._2zozL {
    flex-direction: column;
    position: relative;
}
._3ewmA {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(2, 6, 12, .15);
    box-shadow: 0 3px 8px rgba(40,44,63,.08);
    border-radius: 8px;
}
._2kQPe {
    height: 32px;
    width: 76px;
}
._3u9v7 {
    text-transform: uppercase;
}
._1Imv1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    box-shadow: none;
    border: none;
    height: 100%;
    z-index: 1;
    transition: all 150ms ease-in-out;
}
._2pqip {
    padding-left: 8px;
    padding-right: 8px;
}
.IkoVl {
    /* font-family: Gilroy; */
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: rgb(27, 166, 114);
}
._10rMX {
    transform: translateX(0);
}
._34iHN {
    transform: translateX(-64px);
}
.swELe {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: rgb(27, 166, 114);
}
._2rSIx, ._3bnYF, ._29XmU {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
._1ZkS8 {
    transition: all 150ms ease-in-out;
    cursor: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
._2NJHn {
    height: 32px;
}
._3D_C0 {
    transform: translateY(-32px);
}
.dKJCoN {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: rgb(27, 166, 114);
    text-align: center;
}
._1L7yC {
    transition: all 150ms ease-in-out;
}
._3--Rr {
    transition: all 150ms ease-in-out;
    cursor: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
._1iALI {
    height: 32px;
}
._1kPOJ {
    transform: translateY(32px);
}
.K321Y {
    transform: translateX(64px);
}
._3NbMD, ._1gZsG:before, ._1LPxt:before {
    align-items: center;
}
._3NbMD, ._1gZsG:before, ._1LPxt:before {
    justify-content: center;
}
._3NbMD {
    list-style: none;
    margin-top: 16px;
}
._1XrJS._1XrJS {
    position: absolute;
    bottom: 8px;
    right: 4px;
    z-index: 1;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateZ(0);
}
._1LPxt {
    transition: all .2s ease-in-out;
}
._1LPxt:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--inactive-dot-indicator-background);
    border-radius: 50%;
    transition: all .2s ease-in-out;
    border: 0.5px solid var(--dot-indicator-border-color);
}
._32Owo:before {
    background: var(--active-dot-indicator-background);
    transition: all .2s ease-in-out;
}
.iaVzQi {
    -webkit-font-smoothing: antialiased;
    font-family: "Basis Grotesque Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: rgb(27, 166, 114);
}
._2EF26 {
    margin-left: 2px;
}
._1Eaen {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.HV7qW {
    height: 6px;
    width: 8px;
}
/* insta cart section end */
/* insta cart items loading start */
.Xs5p5 {
    display: flex;
    flex-direction: column;
    background-color: #f0f0f5;
}
._3H4TI {
    display: flex;
}
._1lq0H {
    height: 50px;
    padding: 16px 12px;
    background-color: #fff;
    border-top-left-radius: 8px;
}
._1Ro9m {
    background-color: rgba(40, 44, 63, .05);
    width: 33%;
    height: 17px;
}
._20VA1 {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9eb;
    overflow: auto;
    margin-top: 1px;
}
._2g7n_ {
    background-color: #fff;
    padding: 12px;
    width: 50%;
    flex-wrap: wrap;
    outline: 1px solid #e9e9eb;
}
._2pjSJ {
    background-color: rgba(40, 44, 63, .05);
    width: 100%;
    height: 126px;
    border-radius: 8px;
}
.mp9he {
    color: #d4d5d9;
}
._2z1oF {
    width: 66%;
    height: 17px;
    background-color: rgba(40, 44, 63, .05);
    margin: 20px 0 0;
}
._35vc1 {
    background-color: rgba(40, 44, 63, .05);
    width: 100%;
    height: 17px;
    margin: 12px 0 0;
}
.fAtun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0 8px 0;
}
._1lVwD {
    background-color: rgba(40, 44, 63, .05);
    width: 33%;
    height: 17px;
}
._3X4R1 {
    width: 64px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #d4d5d9;
    text-transform: uppercase;
    font-size: .93rem;
    font-weight: 600;
}


.styles_overlay__CLSq- {
    top: inherit;
    border-top: 1px solid #ddd;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 5px 20px 0px;
    padding: 0;
    bottom: -2px;
    overflow-x: scroll;
    scrollbar-width: none;
    overflow-x: initial;
    scrollbar-width: none;
    overflow-y: initial;
}

.styles_overlay__CLSq- svg {
    height: 20px;
}

.styles_overlay__CLSq- .btn-customization-done {
    position: relative;
    margin-left: 0;
    width: 100%;
    height: 3rem;
    text-transform: uppercase;
}

.styles_overlay__CLSq- h4 {
    font-weight: 500;
}

.styles_overlay__CLSq- .single-variant {
    /* border-bottom: 1px solid #ddd; */

}

.styles_overlay__CLSq- .item-actions .btn-group {
  
    top: 5px;
}

.styles_overlay__CLSq- .single-variant .variant-name {
    font-weight: 600;
    font-size: 1.15rem;
    text-transform: capitalize;
}

.styles_overlay__CLSq- .single-variant .sale-price {
    font-size: 13pt;
}
.get-card-button{
    width: 90%;
    color: #fff;
    text-align: center;
    background-color: #f15700;
    border-radius: 12px;
    padding: 1.0625rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.125rem;
    box-shadow: 0 4px 8px rgba(27, 30, 36, .08);
    font-weight: bold;
    font-size: 18px;
}
.styles_overlay__CLSq- .single-variant .regular-price {
    font-size: 10pt;
    color: #908889;
}

.styles_overlay__CLSq- .single-variant .discount-percent {
    background: #ffad00;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10pt;
}
/* insta cart items loading end */

._3WJG_ {
	background: #f0f0f5;
	border: 1px solid #f0f0f5;
	border-radius: 12px;
	height: calc((100vw - 76px)/ 3.5);
	width: calc((100vw - 33px));
}

._searchInp {
	border-radius: 15px;
	padding-right: 40px;
	border: 1px solid #ccc;
	width: 100%;
	height: 4rem;
	font-size: 15px;
}

._coupon_ {
	-webkit-font-smoothing: antialiased;
	font-family: "Basis Grotesque Pro", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: -0.3px;
	color: red;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	overflow-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
}

._couponSub_ {
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 700;
	color: red;
}

._2mw63 {
	margin: 0 5px 15px;
}

._3HX_KX {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	/* 2 columns */
	grid-template-rows: repeat(2, auto);
	/* 2 rows */
	gap: 3px;
	padding: 5px;
	overflow-y: auto;

}

._W6JSMJ_ {
	background: #ffffff;
	border: 1px solid #f0f0f5;
	border-radius: 12px;
	box-shadow: 0 8px 16px rgba(27, 30, 36, .06), 0 0 8px rgba(27, 30, 36, .04);
	height: calc((28vw));
	width: auto;
}

.ihYvEL {
	-webkit-font-smoothing: antialiased;
	font-family: "Basis Grotesque Pro";
	font-size: 17px;
	font-weight: 1000;
	line-height: 5vw;
	/* letter-spacing: -0.3px; */
	letter-spacing: 0px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	overflow-wrap: break-word;
	-webkit-line-clamp: 1;
	padding-top: 1.2rem;
	/* padding-left: 1rem; */
	text-transform: uppercase;
}

.fMHkOid {
	-webkit-font-smoothing: antialiased;
	font-family: "Basis Grotesque Pro";
	/* font-size: 0.8rem; */
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	text-align: left;
	/* letter-spacing: -0.3px; */
	color: rgb(126, 124, 124);
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	overflow-wrap: break-word;
	-webkit-line-clamp: 1;
	padding-top: 5px;
	/* padding-left: 16px; */
	text-transform: uppercase;
}

._3Ip5pz {
	background-image: linear-gradient(92deg, #fa04772d, transparent);
	display: block;
	font-family: "Basis Grotesque Pro";
	font-size: 2.8vw;
	text-transform: uppercase;
	font-weight: 700;
	color: #D60265;
	padding-top: 0.4rem;
	padding-bottom: 0.2rem;
	border-radius: 8px;
	text-align: left;
	/* margin-left: 14px; */
	margin-top: 5px;
	width: 68%;
	padding-left: 7px;
}

._BoxSt_ {
	background: #ffffff;
	border: 1px solid #f0f0f5;
	/* border: 2.5px solid #eb42a830; */
	/* border: 16px; */
	border-radius: 20px;
	box-shadow: 0px 4px 5px 0px rgb(214 2 101 / 20%);
	height: calc((100vw - 200px));
	width: calc((100vw - 50px)/ 2);
	padding: 10px 0px 10px 10px;
	text-align: left;
}

._2mw63 {
	margin: 0 10px 15px;
}

._3WJD_ {
	background: #f0f0f5;
	border: 1px solid #f0f0f5;
	border-radius: 12px;
	height: calc((100vw - 134px));
	width: calc((100vw - 53px)/ 2);
}

._1C9MZ {
	transform: translate3d(0, 100%, 0);
	position: fixed;
	bottom: 0;
	max-height: 50vh;
	overflow: hidden;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	transition: transform .25s ease;
	background-color: #f0f0f5;
	z-index: 20;
	perspective: 1000px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

._3pF6k {
	margin: 14px 16px 9px;
	border-bottom: 1px solid rgba(2, 6, 12, 0.15);
	/* background-color: #f0f0f5; */
	background-color: transparent !important;
}

.glG8N {
	background-color: #f0f0f5;
}

._1LLwXZ {
	background-color: #f0f0f5;
	padding: 0px 16px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100vh;
	cursor: pointer;
}

._3kYz {
	border: 1px solid transparent;
	background-color: rgb(255, 255, 255);
	border-radius: 16px;
	padding: 20px 16px 0px;
}

._2qxe45 {
	padding: 8px 0px 16px;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.3px;
	color: rgba(2, 6, 12, 0.75);
	display: flex;
}

._2jmtxa {
	border-radius: 12px;
	padding: 12px 16px;
	background-color: #D60265;
	/* justify-content: space-between; */
	color: rgb(255, 255, 255);
	text-align: center;

}

._closYY {
	position: relative;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	padding: 3px;
	width: 25px;
	height: 25px;
	text-align: center;
	top: -35px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px;
	justify-content: center;
}

._3EnLmz {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.92);
}

._tdse {
	top: 127px !important;
	right: 32px !important;
}

.jKKFHf {
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	margin: 0 !important;
}

._rowset {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
	align-items: start;
}
.item-category-image{
	width: 80px;
	height: 90.5263px;
	border-radius: 15px;
}

._3rmJh{
	height: 90vh;
    width: 100%;
    z-index: 200;
    background-color: #f0f0f5;
}

._8wkaD{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}

.huSLLz{
	border-bottom: 1px solid rgba(2, 6, 12, 0.15);
    margin: 32px 16px 16px;
	/* display: flex; */
	/* width: 100%; */
}
.KuJa{
	display: flex;
	width:100%;
	padding-bottom: 10px;
	gap: 15px;
    align-items: center;
}

.dcGtrT{
	padding: 0px 16px 20px;
    overflow: hidden auto;
    margin-bottom: 100px;
}

.lozrwz{
	padding: 16px 16px 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px -3px 20px 0px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    width: 100%;
	padding-bottom: calc(16px + var(--sab) / 2);
}

.jczBbn{
	border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 100px;
    max-height: 90%;
    overflow-y: hidden;
    z-index: 400;
    box-shadow: rgba(27, 30, 36, 0.1) 0px 12px 28px 0px;
	/* animation: 250ms ease 0s 1 normal none running QlHmg; */
    /* transform: translate3d(0px, 0px, 0px); */
    bottom: 0px;
	/* animation: 250ms ease 0s 1 normal none running cVyuSw;
    transform: translate3d(0px, 100%, 0px); */
}

.cXRXqX{
	display: flex;
    -webkit-box-pack: justify;
    /* justify-content: space-between; */
    -webkit-box-align: center;
	justify-content: center;
	padding-bottom: 15px;
    align-items: center;
}

.bwuxtF{
	width: 90%;
}
.bylTgF{
	position: relative;
    text-align: center;
}

.iDkkRR{
	position: relative;
    overflow: hidden;
    background-color: #D60265;
    width: 100%;
    transition: transform 0.1s ease-in;
    min-width: 96px;
    padding-left: 16px;
    padding-right: 16px;
    height: 44px;
    border: 0px;
    border-radius: 12px;
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.92);
	padding-top: 4px;
	padding-bottom: 4px;
}
.brVvMM{
	margin-bottom: 16px;
}
.bRIJSZ{
	display: flex;
    padding: 8px 0px 16px;
}
.fRaNZO{
	/* font-family: Gilroy_Bold; */
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.3px;
    color: rgba(2, 6, 12, 0.75);
}
.bUmtPd{
	padding: 20px 16px 0px;
}

.ejtNZH{
	background: rgb(255, 255, 255);
    border-radius: 16px;
    border: 1px solid transparent;
}

.hfEbUk{
	display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.lhgAAb{
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.dhLepu{
	/* margin-left: 8px; */
}
.kbkmkl{
	position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
	margin-left: 25px;
}
.kqwfwF{
	display: flex;
}
._imgDv{
	width: 64px;
	height: 64px;
	background-color: white;
}
.draw-addon-right{
    float: right;
}
.addon-btn-quantity{
    min-width: 27px !important;
}
.K0-3A._30Qfj:last-child {
    margin-bottom: 50px;
}
/* grocery single page start */
._1SIay._1SIay {
    z-index: 1;
    padding: 16px;
    height: auto;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 0 8px rgba(27, 30, 36, .08);
}
._3P7x2._3P7x2 {
    border-radius: 0;
    transition: border-radius .2s ease-in;
}
._13vAM {
    height: 24px;
}
._2h6Il._2h6Il {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    margin-left: 12px;
}
.fXWrYK {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.45px;
    color: rgba(2, 6, 12, 0.92);
}
.gPdKwv {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: rgba(2, 6, 12, 0.75);
}
._3c6ni {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
._1Xu6u {
    position: relative;
    padding: 0 8px;
    padding-bottom: 60px;
}
._7I7zN {
    position: relative;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(27, 30, 36, .08);
    overflow: hidden;
}
._2t0cX {
    position: relative;
}
._2hBoQ {
    top: 2px;
    left: 2px;
    width: 40px;
    height: 48px !important;
    z-index: 1;
}
.cNzAGo {
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.25px;
    color: rgb(255, 255, 255);
}
._1kaS2 {
    margin-top: -2px;
    width: 28px;
    line-height: 16px !important;
    letter-spacing: -.6px !important;
    font-size: 1.15rem !important;
}
._1zFan {
    min-height: 40vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
._3774R {
    /* min-height: 40vh; */
    min-height: 47vh;
}
._2ldxo {
    padding: 16px;
    padding-bottom: 0;
}
.iZHtRs {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
._32VpS._32VpS {
    background: unset;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #f0f0f5;
}
._2fvHo, ._1Cxye, ._855wm, ._3JXL2, ._AHZN, ._2M_kP, ._1q920 {
    display: flex;
}
._1Cxye {
    flex-direction: column;
}
._1Cxye {
    padding: 16px;
    background: #fff;
}
.hgjRZ {
    margin-bottom: 8px;
}
.gPfbij {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: rgba(2, 6, 12, 0.75);
}
._2fvHo, ._1Cxye, ._855wm, ._3JXL2, ._AHZN, ._2M_kP, ._1q920 {
    display: flex;
}
._AHZN {
    align-items: end;
    justify-content: space-between;
}
._2fvHo, ._1Cxye, ._855wm, ._3JXL2, ._AHZN, ._2M_kP, ._1q920 {
    display: flex;
}
._AHZN {
    align-items: end;
    justify-content: space-between;
}
.Hxf8j {
    margin-bottom: 4px;
}
._2fvHo, ._1Cxye, ._855wm, ._3JXL2, ._AHZN, ._2M_kP, ._1q920 {
    display: flex;
}
._2fvHo, ._3JXL2, ._2M_kP {
    justify-content: center;
}
._2M_kP {
    flex-direction: column;
}
.kYaBqd {
    font-weight: 200;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    color: rgba(2, 6, 12, 0.6);
}
._1TwvP {
    margin-bottom: 4px;
}
._20EAu {
    display: flex;
}
._20EAu {
    align-items: center;
}
._20EAu {
    margin-top: 2px;
    gap: 4px;
}
._2XPBo {
    margin-right: 2px;
}
._1bWTz:before {
    content: "\20B9";
}
.vM1zv {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 0 8px rgba(27, 30, 36, .08);
    padding: 16px 0;
}
._13Is_ {
    padding: 0 16px;
}
.Tngmp {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
._1Q-ti {
    margin-bottom: 12px;
}
._1EbhG {
    border: 1px solid rgba(2, 6, 12, .1);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}
._3Lj8S {
    display: flex;
}
._3Lj8S {
    justify-content: center;
}
._3Lj8S {
    border-bottom: 1px solid rgba(2, 6, 12, .1);
}
._3F5nE {
    width: 40%;
    padding: 12px;
    background: #f0f0f5;
}
.iTqFr {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.33px;
    color: rgba(2, 6, 12, 0.6);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.F53lh {
    width: 60%;
    padding: 12px;
}
.bsaezl {
    font-weight: 200;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.33px;
    color: rgba(2, 6, 12, 0.75);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
._3O02u {
    padding: 0 16px;
}
.-SSas {
    margin-bottom: 12px;
}
._3g9ka {
    overflow: hidden;
    transition: height .3s ease-out;
}
.X_EGr {
    position: relative;
}
.hwUmr {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    color: rgba(2, 6, 12, 0.75);
}
._2Q05q ul {
    list-style-type: disc;
    margin-left: 18px;
}
._2Q05q li {
    margin-top: 16px;
}
.X_EGr::after {
    content: "";
    position: absolute;
    height: 56px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .5) 75%, #fff 100%);
}
.cidEgL {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: rgb(255, 82, 0);
}
.uauE2 {
    margin-top: 12px;
}

/* grocery single page end */