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 1.5625rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    white-space: pre-wrap;
    color: #00821f;
}
.welcome-subheading {
	font-size: 0.875rem;
	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;
	border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.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;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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: #fc8019;
	font-weight: 600;
}
.footer-links {
	color: #4d4d4d;
	font-weight: 500;
}
.cart-quantity-badge {
	border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -35px;
    left: 5px;
    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;
    border-radius: 100%;
    margin-top: 1rem;
    border: 1px solid #eee;
    padding: 4px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    background: #f9f9f9;
}

.skull-restaurant-image {
	width: 60px;
    height: 60px;
    position: absolute;
	top: -15px;
	left: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 4px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    background: #f9f9f9;
}
.restaurant-info {
	margin-top: -1.8rem;
	text-align: left;
	padding-left: 8rem;
	padding-bottom: 0rem !important;
}
.restaurant-info > div.font-w600{
	font-size: 14px;
}
.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;
    padding: 15px;
    border-radius: 1rem;
    background: #f2f4f8;
}
.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%;
	font-size: 1.2rem;
	border-radius: 4px;
	padding: 15px 15px;
	height: 100%!important;
	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;
}
/* 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 {
    font-size: 0.98rem;
    margin-bottom: 1rem;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    padding: 5px 7px;
    border-radius: 0.5rem;
}
.category-list-item a{
	margin: auto;
}
.skull-item-desc, .skull-item-desc p, .skull-item-desc p span {
	font-size: 10px!important;
	margin: 0;
	letter-spacing: 0.3px;
}
.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;
}
.item-actions {
	vertical-align: middle;
	margin: auto;
}
.Collapsible__trigger {
	display: block;
    text-decoration: none;
    position: relative;
    padding: 1rem 1rem;
    background: #fcfcfc;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 10px;
    font-size: 16px;
    color: #282c3f;
    border-radius: 0.5rem;
    box-shadow: rgb(67 71 85 / 15%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
}
.Collapsible__trigger:after {
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 1.025rem;
	top: 1rem;
	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.6rem;
	padding: 0.25rem 0.4rem;
	text-transform: none;
	font-weight: 600;
	border-radius: 4px;
}
.item-badge:not(:first-child) {
	margin-left: 0.25rem;
}
.btn-add-remove {
	border: 1px solid #efefef;
	width: 2.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: #282c3f;
}
.btn-inc {
	font-size: 1.4rem;
	line-height: 14px;
	color: #282c3f;
	font-weight: 500;
}
.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: 1rem;
	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;
}
/* Elements/BackWithSearch*/

.nav-page-title {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
}
/* Cart */

.cart-empty-block {
	height: auto;
	padding-top: 100px;
}
.cart-empty-img {
	width: 300px;
}
.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;
	flex: auto;
	width: 110px;
	font-weight: 400;
}
.cart-item-btn {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 110px;
	margin-top: -0.5rem;
}
.cart-item-price {
	font-weight: 500;
	font-weight: 400;
	width: 75px;
	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;
	padding: 0;
}
.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;
	border: 0;
	text-align: center;
}
.apply-coupon-btn > span {
	padding: 0.6rem 1rem;
	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;
}

.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;
}
/* 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: 600;
}
.change-address-text {
	font-size: 0.8rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
	font-weight: 600;
	border: 1px solid #e0e0e0;
	background-color: #f3f3f3;
}
.user-address {
	font-size: 13px;
}
.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.1rem;
}
.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 {
	width: 100%;
    margin: 0px auto 15px auto;
    padding: 0.5rem 1rem;
    line-height: 2.15rem;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    border-radius: 0.5rem;
    color: #5d5d5d;
    text-align: left;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}
.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;
}
.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.8rem;
	text-transform: lowercase;
	opacity: 0.8;
}
.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;
}
.popup-overlay.customizable-scroll {
	background: 0 !important;
}

.btn-preference {
	font-size: 0.8rem;
	height: 2rem;
	line-height: 8px;
	min-width: 82px;
	font-weight: 600;
	color: #616161;
	background-color: #eee;
}

.btn-preference-group {
	background-color:#eee;
	border: 1px solid #eee;
	border-radius: 10rem;
}

.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: #0d7927 !important;
	border-bottom: 3px solid #0d7927;
	color: #fff;
	font-weight: 600;
	border-radius: 10rem !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-radius: 1rem 1rem 0rem 0rem;
    background-color: #fff;
    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;
	margin-top: 10px;
	border-bottom: 0.05rem solid #f1f1f1;
}
.google-places-autocomplete input:focus {
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	border-color: transparent;
	border-bottom: 0.05rem solid #f1f1f1;
}

.location-suggestions-container {
	position: relative;
	padding: 0px 10px 10px 10px;
}
.location-suggestion {
	padding: 5px 15px;
    margin-top: 9px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 7px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 0px;
    border-radius: 0.5rem;
    border-color: #fff;

}
.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 {
	background-color: transparent;
}
.location-loading-spinner {
	height: 40px;
	margin: 1rem auto auto;
	width: 40px;
	display: block;
}

.center-marker {
	position: absolute;
	top: calc( 50% - 18px );
	left: calc( 50% - 12px );
	-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: 50%;
	left: 50%;
	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: 40vh;
    position: absolute;
    background-color: #fff;
    top: 60vh;
	width: 100%;
}

.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: 100%;
	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;
}

.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: 10%;
	-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: 600;
	font-size: 0.95rem;
}
.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%, 4px);
    -ms-transform: translate(-50%, 4px);
    transform: translate(-50%, 4px);
    color: #4a4a4a;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.85rem;
    top: 98%;
    text-align: center;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.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: #6c757d !important;
	-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: 0.5rem;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}

.location-back-button {
	position: relative;
	border-bottom: 1px solid #eee;
	border-radius: 0.1rem;
	background-color: #fafafa;
}
.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: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.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;
}

.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 .input-group{
    margin: 10px 15px;
    width: calc( 100% - 30px );
    display: inline-block;
    border-radius: 1rem;
}

.cust-auth-header h3 {
	font-size: 30px;
	font-weight: 700;
}
.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-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: 8px 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: white;
	background-color: #ff7400;
	border-radius: 4px;
	border: 0;
	box-shadow: 0px 4px 4px -2px #cdcdcd;
}

.tip-switch-field .tips {
	padding-right: 2px;
}

.custom-tip-input {
	border: 1px solid #e0e0e0;
	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;
}

.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: 55px;
}

.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;
}

.current-location-icon {
	position: absolute;
	right: 2%;
	top: 48%;
	padding: 6px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	line-height: 0rem;
}
.current-location-icon > i {
	font-size: 1.2rem;
}
.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: 1rem;
}
.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: #e9e9e9;;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 10rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.my-account-menu-item-block a{
	display: flex;
	position: relative;
}
.my-account-menu-item {
	padding: 15px 0 8px 0;
	margin-bottom: 0.3rem;
	border-radius: 4px;
	width: 20%;
}
.my-account-menu-item-title{
	width: 80%;
    padding: 15px;
    background: #fcfcfc;
    border-radius:0rem 5rem 5rem 10rem;
}

.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 {
	overflow: scroll;
}

.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;
}

.skull-slider-main-wrapper{
	white-space:break-spaces!important;
}
div,canvas{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
   	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
	user-select: none;
}
.skull-slider-wrapper{
	display: inline-block;
    margin-left: 3.666%!important;
    margin-right: 3.666%!important;
    margin-bottom: 25px;
    width: 26%;
    padding: 4px;
    text-align: center;
	position: relative;
    border-radius: 100%;
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    box-shadow: inset 0 0 25px rgb(255 255 255 / 15%), inset 0 4px 0 rgb(0 0 0 / 5%), inset 0 -4px 0 rgb(0 0 0 / 5%), inset 0 10px 10px rgb(0 0 0 / 9%), 0 1px 0px rgb(0 0 0 / 10%), 0 8px 7px rgb(0 0 0 / 15%);
    border: 1px solid rgba(0,0,0,0.1);
}

.skull-slider-img-width{
	width:100%!important;
	height: 100%!important;
	border-radius: 50%!important;
	background: #fff;
    padding: 5px;
}
.skull-restaurant-banner-image{
	width: 100%;
    height: 100%;
    border-radius: 1em;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
}
.skull-restaurent-block{
	border-radius: 1rem;
	box-shadow: 0px 0px 8px 0px #dedede;
	position: relative;
	background-color: #fff;
	padding: 10px;
}

.skull-restaurent-block a{
	border-radius: 0.5em;
	position: relative;
	display: block;

}
.skull-restaurent-wrapper{
	padding: 7px 15px 7px 15px!important;
	background-color: #fafafa!important;
}
.skull-br-05{
	border-radius: 0.5em!important;
}
.skull-store-tag-badge{

    background: #00821e;
    color: #fff;
    padding: 4px 5px;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 13px;
	min-width: 80px;
}
.skull-store-tag-save-more{
    background: #ef5c25;
    color: #fff;
    padding: 4px 7px;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    font-weight: 600;
    font-size: 10px;
    width: 80%;
    margin-left: 10%;
    display: block;
    line-height: 1;
}
.skull-store-tag-wrapper{
	position: absolute;
    top: 10px;
    left: 20px;
    display: grid;
}
.skull-por{
	position: relative;
}

.skull-inactive-tag{
	background-color: #7b7b7b;
}

.skull-alert-badge {
	border-radius: 0.2em;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 36.5px;
    font-size: 10px;
    text-align: center;
    height: 16px;
    width: auto;
    padding: 0px 3px;
}
.skullCouponsModel{
	padding: 0;
	background-color:#f4f4f4 !important;
}
.skullCouponsOverlay{
background-color:#f4f4f4 !important;
}
.skullCouponsModel div ~ button{
	right:-5px!important;
	top: -5px!important;
}

.skull-coupon-list-ul{
	padding: 15px 0px;
}
.skull-coupon-list-ul .skull-coupon-item{
	background: #fff;
    border-left: 8px solid #29a08b;
    border-radius: 2px;
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.skull-coupon-list-ul .skull-coupon-item .skull-coupon-left{
	width: calc(100% - 76px);
}

.skull-coupon-list-ul .skull-coupon-item .skull-coupon-left .skull-coupon-name{
	font-size: 12px;
    font-weight: 700;
    color: #222741;
    display: block;
    margin-bottom: 6px;
}

.skull-coupon-list-ul .skull-coupon-item .skull-coupon-left .skull-coupon-date{
	font-size: 12px;
    color: #9FAAB7;
    display: inline-block;
}

.skull-coupon-list-ul .skull-coupon-item .skull-coupon-tag{
	background: #29a08b;
    border: 2px solid #FEFEFE;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 60px;
    margin-left: 16px;
    padding: 5px 2px;
    text-align: center;
}

.skull-loading {
	height: 0;
	width: 0;
	padding: 15px;
	border: 6px solid #ccc;
	border-right-color: #29a08b;
	border-radius: 22px;
	-webkit-animation: rotate 1s infinite linear;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  }

  @-webkit-keyframes rotate {
	/* 100% keyframe for  clockwise.
	   use 0% instead for anticlockwise */
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }
.skull-apply-button{
	padding-left: 2px!important;
	padding-right: 2px!important;
}

.skull-loader{
	width: 100%;
    height: 100vh;
    position: absolute;
}

.skull-guest-loader{
	width: 100%;
    height: 100vh;
}
.skullGuestOverlay{
	padding: 10px!important;
}
.skullGuestModel {
	padding: 0!important;;
}

.skull-coupon-not-found{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 0;
	text-align: center;
	font-weight: 600;
	color: #6b6b6b;
	font-size: 1.2em;
}

.skull-coupon-slide{
height: 90px;
margin: auto 15px;
border-radius: 0.3rem;
background-color: #00821e;
}
.skull-slide{
	width: 100%!important;
  }
.swiper-pagination {
	right: 5%;
    width: auto!important;
    left: unset!important;
}
/*
@media (max-width:320px){
.skull-slide{
	width: 90%!important;
  }
}

@media (min-width:320px){
	.skull-slide{
		width: 80%!important;
	  }
	}

@media (min-width:380px){
	.skull-slide{
		width: 75%!important;
	  }
	}

@media (min-width:420px){
	.skull-slide{
		width: 70%!important;
	  }
	}

@media (min-width:550px){
	.skull-slide{
		width: 50%!important;
	  }
	}

@media (min-width:720px){
	.skull-slide{
		width: 40%!important;
	  }
	} */

  .skull-coupon-vertical-text{
	width:20px;
	float: left;
	position: relative;
	height: 100%;
	background-color: #0e5f21;
	color: #fff;
	border-radius: 0.3rem 0rem 0rem 0.3rem;
  }

  .skull-coupon-vertical-text  .skull-content {
	text-transform: uppercase;
    transform: rotate(180deg) translate(0px);
    writing-mode: vertical-lr;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    line-height: 20px;
	height: 100%;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 1.05px;

	}
	.skull-coupon-data{
		width: calc(100% - 20px);
		float: right;
		padding-top: 10px;
	}
	.skull-coupon-data-bottom{
		width: calc(100% - 20px);
		float: right;
		padding:5px 5px  10px 10px;
	}
	.skull-coupon-data-bottom span{
	padding: 1px 8px 2px 8px;
    margin: 0;
    color: #2d2d2d;
    background-color: #fff;
    font-weight: 600;
    font-size: 11px;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 26%) 0px 0px 5px 3px inset;
	}
	.skull-coupon-data h2{
		padding: 0px 10px;
		margin: 0;
		font-size: 16px;
		color: #fff;
	}
	.skull-coupon-data small{
		color:#fff;
		padding: 0px 10px;
		margin: 0;
		display: block;
	}
	.skull-coupon-popup ~ button{
		right:-10px!important;
		top: -10px!important;
	}
	.skull-coupon-popup-overlay{
		top: unset!important;
	}
	.swiper-pagination-bullet-active{
		background-color: #fff!important;
		background: #fff!important;
	}



.section-heading {
    font-size: 21px;
    letter-spacing: -0.3px;
    font-weight: 300;
    margin-bottom: 14px;
}
.store-offer-item {
  padding: 20px 20px 16px 20px;
  display:block;
}
.store-offer-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
.shadow-box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
  background: #FFFFFF;
}


.latest-coupon .coupon-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
}
.latest-coupon .coupon-des {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
	color: #8c8c8c;
}
.coupon-button-type .coupon-code {
    line-height: 1;
    padding: 14px 38px;
    background: #fc8c99;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    min-width: 195px;
    text-align: center;
}
.coupon-button-type .coupon-code {
  color: #299e89;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  text-align: center;
  padding: 10px 12px;
  font-size: 20px;
  border: 2px solid #DDDDDD;
  position: relative;
  width: 100%;
}
.coupon-button-type .coupon-code .code-text {
  text-transform: uppercase;
}
.coupon-detail .exp-text {
    font-size: 11px;
    display: block;
    margin-top: 5px;
    margin-bottom: -2px;
    color: #888888;
    text-align: right;
}

.skull-bulb{
	padding: 15px;
}

.skull-bulb svg{
	font-size: 20px;
}

.skull-bulb svg.moon-icon{
	color: #222b45;
}

.skull-bulb svg.sun-icon{
	color: #e6d063;
}
.skull-del-shadow{
	box-shadow: 2px 2px 6px 1px #0b0e17;
}
.skull-clr-yellow{
	color: #ecdd6c;
}

.skullReportOverlay {
	height: 80%;
	top: 10%;
	z-index: 9999999999;
	border-radius: 0.5rem;
	background-color: #222b45!important;
    margin: 0px 15px;
	box-shadow: 0px 0px 10px 5px #0b0e17;
}
#skullReportModelClose{
	top: 0;
	right:0;
}
#skullReportModelClose svg{
	fill:#fff!important;
}
.skullReportModel {
	padding: 0!important;
	background-color: #222b45!important;
}
.skull-report-bg-dark{
	background-color: #04091b;
}
.skull-report-list{
	border-radius: 0.3rem;
}
.skull-report-orders{
	max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.skull-offer-meta{
	margin: 5px auto!important;
    background: #00821e;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    width: 100%!important;
    text-align: center;
    border-radius: 1rem;
}
.skull-offer-meta span {
	margin: auto;
	font-weight: 600;
}

.skull-item-offer{
	background: #00821e;
	margin: 0!important;
}


.skull-subcategories{
	display: block;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px inset;
    margin: 5px 15px;
    border-radius: 1rem;
    padding: 5px 15px;
}
.skull-subcategory-wrapper {
	padding: 4px;
	position: relative;
}
.skull-subcategory-image-wrapper{
	border-radius: 50%;
    /* background: linear-gradient(to right, #3ec455, #ffa15c); */
    /* padding: 5px; */
}
.skull-subcategory-item{
	/* padding: 10px; */
    background: #fff;
    border-radius: 50%;

}
.skull-subcategory-item img{
	width: 100%;
	border-radius: 50%;
}
.skull-subcategory-label-wrapper{
	width: 100%;
}
.skull-subcategory-label{
    text-align: center;
    font-size: 0.85rem;
	width: 100%;
    display: inline-block;
    font-weight: 700;
    color: #4a4a4a;
}
.slick-next:before, .slick-prev:before{
	color: #939393!important;
    background: #fff;
    opacity: 1!important;
    font-weight: 800;
    line-height: 0;
    border-radius: 50%;
	font-size: 15px!important;
    z-index: 99999999;
}
.slick-next{
	right: -15px!important;
}
.slick-prev{
	left: -15px!important;
}
.slick-next:before{
	content: '\e079'!important;
	font-family: "simple-line-icons"!important;
}
.slick-prev:before{
	content: '\e07a'!important;
	font-family: "simple-line-icons"!important;
}

.skull-subcategory-result{
	margin: 10px 15px;
}
  .skull-subcategory-result .card-success {
	width: 100%;
	background-color: #fff;
	padding: 5px 20px;
	justify-content: space-around;
	border-left: 5px solid #00821f;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .skull-subcategory-result .card-danger {
	width: 100%;
	background-color: #fff;
	padding: 5px 20px;
	justify-content: space-around;
	border-left: 5px solid #ed0c0c;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .skull-subcategory-result .subject{
	  text-align: left;
	  font-weight: 600;

  }

  .skull-clear-button{
	padding: 1px 5px;
    color: #fff;
    border-radius: 0.2rem;
    background: #f72626;
	float: right;
    font-size: 12px;
  }
.skull-search-for-label{
	width: 100%;
	text-align: center;
}
.skull-search-for-label span{
	margin: auto;
    padding: 4px 15px;
    border-radius: 1rem;
    font-size: 12px;
    line-height: 12px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px inset;
    color: #7c7c7c;
    font-weight: 500;
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*# sourceMappingURL=slick.min.css.map */

.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{background:url(ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:0px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:0px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}/*# sourceMappingURL=slick-theme.min.css.map */

.skull-first-screen-ch1, .skull-location-ch1, .skull-location-page-ch1,.skull-padding-base-ch1{
	height: 100%;
	background-color: #fff;
}

.skull-padding-base{
	height: 100vh;
}
.google-places-autocomplete img {
	display: none;
}
.skull-location-header{
	padding: 10px;
}
.skull-location-back-button{
	background-color: #fff;
	position: relative;
    text-align: center;
    padding: 0px 15px;
    margin: auto;
}
.skull-location-back-button i{
	position: relative;
    font-size: 15px;
    right: 0;
    font-weight: 800;
    color: #9f9f9f;
    left: 0;
    top: 0px;
}
.skull-my-location-btn-wrap{
	width: 100%;
	text-align: left;
	padding: 5px 0px 11px 0px;
}
.skull-my-location-btn{
	text-align: center;
    background-color: #fff;
    display: inline-flex;
    color: #fb981d;
    font-weight: 500;
    font-size: 15px;
}
.skull-location-search-wrap{
}
.fa-location-icon{
	font-size: 14px;
}
.skull-location-sugg{
	display: flex;
}
.skull-loc-icon{
	padding: 10px 0px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.skull-loc-de {
	width: calc( 100% - 30px);
	padding: 0px 5px;
}
.skull-input-de{
	width: 100%;
    border: none;
    background-color: #f6f9fa;
    padding: 20px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
}
.skull-input-de:focus{
	background-color: #f6f9fa;
}

.skull-location-gogle-map{
	position: relative;
	height: 60vh;
}
.skull-location-page-ch1{
	position: relative;
}
.skull-l-24{
	line-height: 24px;
}
.skull-edit-address-pen{
	color: #282c3f !important;
	display: flex;
	flex-basis: 50px;
	justify-content: center;
}
.skull-edit-address-pen small{
	font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #a1a1a1;
}

.skull-nav-main {
	height: 100vh;
	background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
   }

   .skull-nav-nav {
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: 50px;
	filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 9999999;
   }

   .skull-nav-nav-slot {
	flex-basis: 20%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
   }

   .skull-nav-nav-link {
	width: 25px;
	height: 25px;
	line-height: 1.5;
	align-items: center;
	color: #aab2bd;
	border-radius: 50rem;
	padding: 0.5rem 0.5rem;
	transition: 0.3s all;
   }

   .skull-nav-active {
	color: #01a54d;
   }

   .skull-nav-nav-link:hover {
	transition: 0.3s all;
	background: rgba(31, 31, 31, 0.1);
   }

   .skull-nav-curve {
	flex-basis: auto !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M99,0A36.33,36.33,0,0,0,70,15,25,25,0,0,1,30,15,36.33,36.33,0,0,0,1,0H0V50H100V0Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	width: 100px;
   }

   .skull-nav-bg-white {
	background: white;
   }

   .skull-nav-floating-button {
	position: fixed;
    width: 40px;
    height: 40px;
    line-height: 3;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    bottom: 30px;
    background-color: #00821f;
    box-shadow: 0 10px 6px -6px #777;
    z-index: 1;
    transition: 0.3s all;
    margin-left: 5px;
    font-size: 11px!important;
    padding: 0.6rem 0.79rem;
   }

   .skull-nav-floating-button:hover {
	bottom: 40px;
	transition: 0.3s all;
   }

   .skull-nav-round-top-left {
	border-top-left-radius: 15px;
   }

   .skull-nav-round-top-right {
	border-top-right-radius: 15px;
   }

   .skull-new-address{
	   display: block;
   }

   .skull-badge-secondary{
		background-color: #e2e2e2;
		color: #878787;
		font-size: 8px;
		font-weight: 500;
		letter-spacing: 0.5px;
   }

   .skull-saved-address-count {
		margin: 5px 5px;
		display: block;
		font-weight: 600;
		color: #9c9c9c;
		font-size: 10px;
		text-transform: uppercase;
   }

   .skull-br-05 {
	   border-radius: 0.5rem;
   }

   .skull-br-1 {
	   border-radius: 1rem;
   }
   .skull-account-top{
	border-radius: 0px 0px 1rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin: 10px;
    width: calc(100% - 20px);
   }
   .skull-store-info-wrap{
	display: grid;
    grid-template-columns: 1fr 3fr;
    margin: 5px 15px 10px 15px;
    grid-gap: 5px;
    border-radius: 0.5rem;
    box-shadow: #ddd 0px 0px 7px 1px;
   }

   .skull-store-info-banner img {
	   width: 100%;
	   border-radius: 1rem;
   }
   .skull-info-abs{
	position: absolute;
    top: calc( 100% - 120px );
    width: calc( 100% - 60px);
    left: 15px;
    margin-left: 15px;
    background: #ffffffb0;
    border-radius: 1rem;
    padding: 5px;
   }


.skull-custom-qty-btn{
	background-color: #00821f;
    color: #fff;
    border: 1px solid #00821f;
    width: 2.7rem;
    height: 2.5rem !important;
	text-align: center;
    padding: 0px!important;
}
.skull-custom-qty-btn span{
	color: #fff;
    font-weight: 600;
    font-size: 13px;

}
.skull-res-slide{
	background-color: #fafafa;
	padding: 0.5rem;
}

.skull-res-slide-inner {
	display: grid;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.skull-res-slide-img{
	width: 100px;
	position: relative;
}
.skull-res-slide-banner{
	width: 100%;
	position: relative;
}
.skull-res-slide-banner img{
	width: 100%;
	border-radius: 1rem 1rem 0rem 0rem;
}
.skull-res-slide-img img{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    padding: 3px;
    position: absolute;
    left: 10px;
    top: -40px;
}
.skull-slide-res-rating-icon{
	position: absolute;
	position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffffc2;
    padding: 0px 5px;
    border-radius: 1rem;
    font-size: 10px;
}
.skull-p-15 {
	padding: 15px!important;
}
.skull-res-slide-info{
	text-align: left;
	margin-top: 20px;
	padding: 5px 10px 10px 10px;
}
.skull-res-slide-desc span{
	font-size: 12px;
    color: #8e8e8e;
}
.skull-res-slide-title span{
	font-size: 14px;
    font-weight: 600;
    color: #6a6a6a;
	width: 100%;
    display: block;
}
.skull-res-slide-sm-info{
	display: grid;
    grid-template-columns: 1fr;
    column-gap: 5px;
    position: absolute;
    right: 0px;
    padding: 0px 5px;
    bottom: -24px;
    row-gap: 10px;
    width: 76px;
    margin: 0;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}


.skull-res-slide-sm-info .skull-slide-res-icon{
	text-align: center;
    background: #ffffffc2;
    padding: 3px;
    align-items: center;
    border-radius: 1.5rem;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 3px 2px;
}
.skull-res-slide-sm-info .skull-slide-res-icon span{
	color: #3d3d3d;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    display: block;
    opacity: 1;

}

.skull-res-slide-sm-info .skull-slide-res-icon span > i{
    font-weight: 700;

}
.skull-trending-store-slider{
	text-align: center;
    background: #fafafa;
    margin: auto;
	padding: 0px 10px 15px 10px;
}
.skull-trending-store-slider .skull-trending-store-title{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
.skull-trending-store-slider .skull-trending-store-title span{
	color: #6c757d;
    font-weight: 600;
    padding: 2px 15px;
    background-color: #fff;
    border-radius: 1rem;
    align-items: center;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.skull-all-store-title{
	text-align: center;
	background: #fafafa;
	padding: 15px;
}
.skull-all-store-title span{
	color: #6c757d;
    font-weight: 600;
    padding: 2px 15px;
    background-color: #fff;
    border-radius: 1rem;
    align-items: center;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.skull-accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
	display: grid;
	grid-template-columns: 80% 20%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: all 0.5s;
}
.skull-accordion i{
	font-size: 9px;
    font-weight: bolder;
}
.skull-accordion:hover, .skull-active{
    background-color: transparent;
}
.skull-panel{
	padding: 0px;
    transition: max-height 0.5s;
    overflow: hidden;
    font-size: 11px;
    color: #6c6c6c;
	max-height: 0;
}
#otpForm{
	text-align: center;
}
.text-doondlo-green{
	color: #00821e;
}
.skull-billing-coupon {
	background-color: #f4f4f4;
    border-radius: 1rem;
    display: block;
    padding-right: 15px;
    border-width: 0;
    text-align: center;
}

.skull-billing-coupon span{
	background-color: #00821f;
    border-radius: 1rem;
    color: #fff;
    padding: 0px 10px;
    border-width: 0;
    float: left;
}

.skull-store-info-wrap-res {
	/* box-shadow: #ddd 0px 0px 7px 1px; */
	position: relative;
}
.skull-store-info-banner-res{
	grid-column: 1 / end;
}
.skull-store-info-banner-res img {
	width: 100%;
}
.skull-info-abs-res{
	width: 100%;
	padding: 5px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	position: relative;

}

.skull-del-location{
	font-weight: 500;
	margin-bottom: 10px;

}

.skull-abs-back-button{
	position: absolute!important;
    left: 10px;
    top: 10px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
}

.ml-80{
	margin-left: 80px;
}

.skull-delivery-time{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	width: 100%;
}
.skull-rest-rating{
	position: absolute;
    top: 40px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
    font-weight: 700;
	margin-top: 10px;
}
.skull-rest-rating-item{
	color: #6c757d !important;
}

.rts___btn{
	border-radius: 0.5rem!important;
	border: none!important;
	color: #282c3f !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.rts___tabs{
	padding: 20px 0px 5px 0px!important;
	gap: 4px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px!important;
}
.rts___tab___selected{
	border: none!important;
	color: #fff!important;
}
.skull-tab-container{
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	z-index: 999999;
	padding: 0!important;
	background-color: #fff;
}

.skull-items-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 10px 15px;

}
.skull-items-list-item{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
	border-radius: 0.5rem;
	padding: 15px 10px;
	background-color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skull-item-image-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.skull-item-image{
	width: 100%;

}

.skull-item-title{
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	color: #282c3f !important;
}
.skull-add-cart-btn{
	border: 2px solid #fb981d;
	color: #fb981d;
	padding: 2.5px 15px;
	border-radius: 0.5rem;
	font-weight: 700;
	font-size: 15px;
	background-color: transparent;
}
.skull-item-content{
	display: flex;
	font-weight: 600;
	flex-direction: column;
	gap: 5px;
}

.skull-item-footer{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;

}
.skull-item-price{
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.strike-text {
	width: fit-content;

}

.bg-light{
	background-color: #f4f4fa;
}
.skull-item-price span{
	line-height: 15px;
}
.skull-item-price span:first-child{
	font-weight: 700;
	font-size: 15px;
}

.skull-item-add-to-cart .skull-item-qty-button{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.skull-item-add-to-cart .skull-item-qty{
	font-weight: 700;
	font-size: 16px;
}
.skull-item-add-to-cart button.skull-item-qty-btn {
	color: #fff;
	padding: 5px;
	border-radius: 0.5rem;
	font-weight: 700;
	background-color: #fb981d;
	width: 24px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.switch-login{
	width: 100%;
	display: flex;
	border-radius: 0.5rem;
	padding: 5px;
	justify-content: center;
	align-items: center;
	/* background-color: ; */
}
.switch-login div{
	padding: 10px 15px;
	background: #f2f4f8;
	font-size: 14px;
    font-weight: 500;
	transition: all 0.5s;
}
.switch-login div:first-child{
	border-radius: 0.5rem 0rem 0rem 0.5rem;
}
.switch-login div:last-child{
	border-radius: 0rem 0.5rem 0.5rem 0rem;
}
.switch-login .active-login{
	background-color: #fb981d!important;
	color: #fff;

}
.active-color{
	color: #fb981d!important;
}

.login-texts span{
	font-size: 20px;
}

.login-texts h3 {
	padding: 10px 15px;
	margin-bottom: 0!important;
}

.powered-by-text{
	position: fixed;
	bottom: 10px;
	left: 10px;

}
.powered-by-text img{
	width: 50px;
}
