body {
	background: #fff;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #636363;
	letter-spacing: 0.02rem;
	line-height: 1.2;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.list-style-type-disc li {
	list-style-type: disc;
	margin-left: 14px;
	margin-top: 20px;
}
p {
	line-height: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}
.svg-icon {
	width: 40px;
	height: 40px;
	fill: currentColor;
}
.poppins {
	font-family: "Poppins", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
}
.section {
	position: relative;
	display: block;
}
.header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 101;
	top: 0;
	display: block;
	padding: 0;
	background-color: #fff;
}
.header-top-section {
	background: #343434;
	color: #fff;
	padding: 30px 0;
}
.header-top-left {
	position: relative;
	z-index: 1;
}
.header-top-left ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.header-top-left ul li {
	list-style: none;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
}
.header-top-left ul li a {
	display: block;
	text-decoration: none !important;
	color: #fff;
}
.header-top-left ul li a:hover, .header-top-left ul li a:focus {
	color: #fa0300;
}
.header-top-right {
}
.icon-btn {
	/* font-size: 18px; */
	font-size: 15px;
	color: #000000;
	border: none;
	padding: 0;
	letter-spacing: 0.01rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.btn-svg-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0px;
	background-color: transparent;
	min-width: 40px;
}
.btn-svg-icon i {
	color: #fe0002;
	font-size: 30px;
}
.icon-btn span {
	font-size: 12px;
	font-weight: 400;
	display: block;
	letter-spacing: 0.01rem;
}
.sub-title-btn-inner.ph-number {
	font-size: 25px;
	color: #2e6b1b;
	font-weight: 700;
}
.blue-text {
	color: #28a2da;
}
.yellow-text {
	color: #e7b200;
}
.red-text {
	color: #fa0000;
}
.font-size-12 {
	font-size: 12px;
}
.font-size-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
	line-height: 1.4rem;
}
.font-13 {
	font-size: 13px;
	line-height: 1.2rem;
}
.font-18 {
	font-size: 18px;
}
.font-size-17 {
	font-size: 17px;
}
.sub-title-btn {
	margin-right: 55px;
}
.logo {
	margin-top: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -105px;
	max-width: 148px;
	z-index: 5;
}
.logo img {
	background-color: #fff;
	border-radius: 100%;
}
.header-nav-section {
	padding: 0;
}
.nav-section-wrapper {
	background-color: #fe0002;
	padding: 50px 0 25px;
	transition: all 0.3s ease;/* Smooth transition */
}
.nav ul li a .svg-icon {
	margin-right: 10px;
}
/* NAV BAR */
.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0;
}
 @media (min-width: 1400px) {
.nav {
	max-width: 1320px;
}
}
.nav-left, .nav-right {
	display: flex;
	gap: 20px;
	flex: 1;
}
.nav-left {
	justify-content: start;
}
.nav-right {
	justify-content: left;
}
.nav a {
	color: #fff;
	text-decoration: none;
}
.nav a.active {
	color: gold;
}
.nav ul {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.nav ul li a {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06rem;
	text-decoration: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav ul li a:hover, .nav ul li a:focus {
	color: #000000;
}
/* LOGO LEFT (MOBILE) */
.logo-left {
	display: none;
	align-items: center;
}
.logo-left img {
	height: 40px;
}
/* HAMBURGER */
.hamburger {
	width: 30px;
	height: 22px;
	position: absolute;
	right: 0px;
	top: 9px;
	cursor: pointer;
	z-index: 1001;
}
.hamburger span {
	background: #000;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	transition: 0.3s ease;
}
.hamburger.active span {
	background: #fff;
}
.hamburger span:nth-child(1) {
	top: 0;
}
.hamburger span:nth-child(2) {
	top: 9px;
}
.hamburger span:nth-child(3) {
	top: 18px;
}
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 9px;
}
.overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .70);
	display: none;
}
.overlay.show {
	display: block;
}

/* MOBILE STYLES */
@media (max-width: 1920px) {
.logo-left {
	display: flex;
}
.logo-center {
	display: none;
}
.hamburger {
	display: block;
}
.nav {
	position: fixed;
	top: 0;
	left: -250px;
	/* hidden off-screen */
	height: 100%;
	width: 250px;
	background: #343434;
	flex-direction: column;
	padding: 60px 20px;
	gap: 20px;
	transition: left 0.3s ease;
	z-index: 1000;
}
.nav-left,  .nav-right {
	flex-direction: column;
	align-items: flex-start;
}
.nav.show {
	left: 0;
}
.nav ul {
	gap: 15px;
	flex-direction: column;
}
.nav ul li {
	width: 100%;
}
.nav ul li a {
	display: block;
}
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.banner-caption h1 {
	font-size: 40px;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 110%;
	letter-spacing: 0.06rem;
	font-weight: 700;
}
.banner-caption h2 {
	font-size: 49px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.06rem;
	font-weight: 600;
}
.banner-caption h4 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	line-height: 1.8rem;
	letter-spacing: 0.04rem;
	font-family: "Poppins", sans-serif;
}
.banner-caption p {
	color: #ffffff;
	margin: 0;
	line-height: 1.6rem;
	letter-spacing: 0.02rem;
}
.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.custom-btn {
	border-radius: 50px;
	color: #fff;
	background-color: #fe0002;
	font-size: 22px;
	letter-spacing: 0.02rem;
	padding: 10px 30px;
	border-color: transparent;
	line-height: 100%;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.custom-btn:hover {
	background-color: #000;
	color: #fff;
}
.border-btn {
	border: 2px solid transparent;
	background-color: transparent !important;
}
.white-border {
	border-color: #fff;
	color: #fff;
}
.yellow-border {
	border-color: #e7b200;
	color: #e7b200;
}
.big-btn {
	padding: 13px 45px;
}
.white-border:hover {
	border-color: #fff;
	color: #000;
	background-color: #fff !important;
}
.yellow-border:hover {
	border-color: #e7b200;
	color: #000;
	background-color: #e7b200 !important;
}
.custom-btn-black {
	background-color: #231f20;
	color: #fff;
}
.custom-btn-black:hover {
	background-color: #fe0002;
	color: #fff;
}
.submit-btn:hover {
	background-color: #ffffff;
	color: #0c3c7a;
}
.slider-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-color: transparent !important;
	/* transform: rotate(0deg); */
	transform: translateY(-50%);
	transition: transform 1s linear;
	border: none !important;
	font-size: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}
.slider-arrow.nav-button-prev {
	left: -50px;
}
.slider-arrow.nav-button-next {
	right: -50px;
}
.slider-section .slider-arrow.nav-button-prev {
	left: 0;
}
.slider-section .slider-arrow.nav-button-next {
	right: 0px;
}
.slider-section .slider-arrow {
	color: #fff;
}
#slide-carousel .slider-arrow {
	top: 36%;
}
.heading {
	position: relative;
	display: block;
	text-align: left;
}
.heading h2 {
	font-size: 45px;
	color: #fe0002;
	line-height: 100%;
	letter-spacing: 0.01rem;
	font-weight: 600;
}
.sub-heading {
	display: block;
	position: relative;
	color: #000000;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.01rem;
	width: 100%;
	margin: 0px 0 0px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding-30 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.store-section-wrapper {
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 0px;
}
.accordion-content {
	display: none;
}
/* Style for navigation tabs */
.tabs {
	display: flex;
	justify-content: center;
}
.tab {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #0a0a0a;
	position: relative;
	margin: 0 0px;
	display: flex;
	width: 50%;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	overflow: hidden;
	background-color: #eeeeee;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
	gap: 10px;
}
.tab.active, .tab:hover {
	color: #fe0002;
	background-color: #fff;
}
/* Style for accordion headers in mobile view */
.accordion-header {
	display: none;
	cursor: pointer;
	padding: 10px;
	background-color: #ececec;
	border: none;
	;
	margin: 0;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D7D7D7;
	font-size: 14px;
}
.accordion-header.active {
	color: #fff;
	background-color: #1d53a5;
}
/* Style for accordion content */
.accordion-content {
	margin: 0px 0 0;
}
.tabs-content-wrap {
	display: flex;
	flex-wrap: wrap;
	box-shadow: none;
	margin: 0;
	max-height: 760px;
	overflow-y: auto;
	overflow-x: hidden;
}
.search-bar {
	display: flex;
	align-items: center;
	border: 2px solid #ccc;
	border-radius: 50px;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	transition: all 0.3s ease;
	min-height: 57px;
}
 .search-bar:focus-within {
 border-color: #f0b400;
	/* Yellow border on focus */
	box-shadow: 0 0 8px rgba(240, 180, 0, 0.5);
}
.search-bar input {
	border: none;
	outline: none;
	flex: 1;
	padding: 12px 20px;
	border-radius: 50px;
}
.search-icon {
	margin-left: 15px;
	color: #aaa;
	font-size: 24px;
}
.search-bar button {
	background: #343434;
	/* Yellow button */
	color: #fff;
	font-weight: normal;
	border: none;
	border-radius: 50px;
	padding: 6px 20px;
	transition: background 0.3s ease;
	margin: 4px;
	height: 46px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.01rem;
	font-weight: 600;
}
.search-bar button:hover {
	background: #fe0002;
	color: #fff;
}
.search-bar input:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
#suggestionsBox.suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	/*border: 1px solid #ddd;*/
	max-height: 170px;
	overflow-y: auto;
	z-index: 1030;
	scrollbar-width: thin;
	border-radius: 20px;
}
#suggestionsBox.suggestions div {
	padding: 6px 12px;
	cursor: pointer;
}
#suggestionsBox.suggestions div:hover {
	background: #c6c6c6;
}
.bg-pattern {
	background-image: url('../images/bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.welcome-space {
	padding-top: 100px;
}
.zoom-img {
	position: relative;
	display: block;
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: all 3s;
	transform: scale(1);
}
.zoom-img:hover img {
	transform: scale(1.1);
}
.grey-bg {
	background-color: #e7e7e7;
}
.featured-box-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	position: relative;
}
.featured-box-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.featured-box-icon img {
	width: 131px;
	height: 151px;
	display: block;
}
.featured-box-wrapper h4 {
	font-size: 25px;
	color: #fe0002;
	font-family: "Poppins", sans-serif;
	margin: 20px 0 10px;
	text-align: center;
	font-weight: normal;
}
.featured-box-wrapper p {
	max-width: 300px;
}
.cover-bg {
	background-size: cover;
	background-position: center;
	background-repeat: none;
}
.fixed-bg {
	background-attachment: fixed;
}
.overlay-bg {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.45);
}
.testimonial-box {
	display: block;
	background-color: #fff;
	padding: 30px;
	position: relative;
	min-height: 215px;
	border-radius: 20px;
	margin: 21px 10px;
}
.testimonial-slider .slider-arrow {
	margin-top: -4%;
}
.review-star {
	font-size: 20px;
	color: #ff8e00;
}
.quote-icon svg {
	width: 26px;
	height: 26px;
	display: block;
}
#testimonial .slider-arrow.nav-button-next {
	right: -6px;
}
#testimonial .slider-arrow.nav-button-prev {
	left: -6px;
}
.glide-custom-bullets .glide__bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.4);
	border: none !important;
	outline: none !important;
	border-radius: 50%;
	display: block;
}
.glide-custom-bullets .glide__bullet.glide__bullet--active {
	background-color: rgba(254, 0, 2, 1.0);
}
.glide-custom-bullets {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.footer {
	display: block;
	position: relative;
	background-color: #e7e7e7;
	padding-top: 80px;
}
.footer-box h4 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 18px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}
.footer-menu-box ul li {
	float: left;
	display: block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 12px;
	width: 100%;
	letter-spacing: 0.02rem;
}
.footer-menu-box ul li a {
	display: block;
	color: #666666;
	text-decoration: none !important;
}
.footer-menu-box ul li a:hover {
	color: #000;
}
.footer-menu-box ul.list-50 li {
	width: 50%;
}
.opening-hours li {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-size: 14px;
}
.opening-hours .day {
	color: #666;
}
.opening-hours .time {
	font-weight: 600;
	color: #000;
}
.social-icon a {
	width: 36px;
	height: 36px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	display: block;
}
.social-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}
.social-icon svg path {
	fill: #545454;
}
.social-icon a.facebook svg {
	width: 20px;
	height: 20px;
}
.social-icon a:hover {
	border-color: #000;
}
.social-icon a:hover svg path {
	fill: #000;
}
.footer-social {
	display: block;
	margin: 0;
}
.footer .social-icon a {
	width: 52px;
	height: 52px;
}
.footer-social .social-icon {
	background-color: #e7e7e7;
	margin-top: -4px;
	padding: 0 30px;
}
.footer-social .social-icon svg {
	width: 26px;
	height: 26px;
}
.footer-social .social-icon a.facebook svg {
	width: 24px;
	height: 24px;
}
.footer-social {
	height: 1px;
	background-color: #d5d5d5;
	display: block;
	margin: 45px 0;
}
.footer-social .social-icon a {
	color: #000;
}
.footer-bottom-wrapper {
	background-color: #e7e7e7;
}
.custom-modal .modal-content {
	border-radius: 25px;
	border: none;
	overflow: hidden;
}
.custom-modal .modal-body {
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 5rem 2rem;
	width: 100%;
	max-width: 1500px;
	border-radius: 1.5rem;
	background: url(../images/modal-bg.webp) no-repeat #EDEEF0;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
	-moz-box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
	box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
}
.store-radio {
	display: none;/* only hide store radios */
}
.store-option {
	border: 2px solid #e7e7e7;
	border-radius: 10px;
	padding: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 0.7);
}
.store-option:hover {
	border-color: #fe0002;
}
.store-radio:checked+.store-option {
	border-color: #fe0002;
	background-color: #fff;
}
.store-box label {
	width: 100%;
}
.sidebar {
	width: 100%;
	position: sticky;
	top: 0px;
}
.sidebar.fixed {
	position: fixed;
	top: 20px;
	/* adjust top spacing */
	width: 25%;/* must match col-lg-4 width */
}
.sidebar.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}
.search-box {
	display: block;
}
.search-box .form-control {
	border-radius: 100px;
	background-color: #fff;
	color: #000;
	border: 1px solid #c2c2c2;
	height: 48px;
	padding: 13px 64px 13px 20px;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}
.search-box .form-control:focus {
	box-shadow: none !important;
}
.search-btn {
	border: none;
	background: transparent url('../images/icons/search.svg') no-repeat center center;
	background-size: 21px 21px;
	cursor: pointer;
	text-indent: -99999999px;
	position: absolute;
	width: 60px;
	height: 47px;
	z-index: 1;
	right: 1px;
	top: 1px;
}
.toggle-item {
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px dashed #7a7a7a;
	padding-bottom: 15px;
}
.toggle-header {
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	letter-spacing: 0.02rem;
	color: #000;
	font-weight: 600;
}
.toggle-body {
	display: none;
	padding: 20px 0 0;
}
.arrow-toggle {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-right: 5px;
}
.toggle-item.open .arrow-toggle {
	transform: rotate(-135deg);
}
.toggle-item.open .toggle-body {
	display: block;
}
.order-menu-box {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: start;
	flex: 1 1 0%;
	flex-direction: row;
}
.order-menu-box-image {
	overflow: hidden;
	border-radius: 10px;
	display: block;
	width: 100%;
	max-width: 130px;
	min-width: 130px;
	max-height: 130px;
	min-height: 130px;
	position: relative;
}
.order-menu-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.menu-price {
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 10px;
}
.order-menu-box-content {
	padding-left: 15px;
	padding-right: 0px;
	width: 100%;
}
.order-menu-box-content p {
	line-height: 1.3rem;
}
.custom-modal.custom-modal-for-menu .modal-body {
	padding: 0;
	background-image: none !important;
	background-color: #e7e7e7;
}
.custom-modal-for-menu {
}
.radio-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-right: 0px;
	font-weight: 500;
}
.radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom-radio {
	position: absolute;
	left: 0;
	top: 4px;
	transform: translateY(0%);
	height: 18px;
	width: 18px;
	border: 2px solid #000;
	border-radius: 50%;
}
.radio-label input:checked~.custom-radio {
	background: #000;
}
.radio-label input:checked~.custom-radio::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.price {
	margin-left: 0px;
	font-weight: bold;
}
.menu-options .toggle-header {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0.02rem;
}
.menu-options .toggle-item {
	margin-bottom: 25px;
}
.custom-close {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1 !important;
	z-index: 5;
}
.order-menu-modal-bottom {
	display: flex;
	justify-content: space-between;
	flex: 1 1 0%;
	flex-direction: row;
}
.quantity-wrapper {
	max-width: 100%;
	position: relative;
}
.quantity-input {
	width: 100%;
	text-align: center;
	background-color: #cecece;
	border: none;
	border-radius: 0 !important;
	min-height: 60px;
	color: #000;
	padding-left: 60px;
	padding-right: 60px;
}
.btn-minus, .btn-plus {
	width: 60px;
	height: 60px;
	border-radius: 0 !important;
	background-color: #fff;
	color: #000;
	font-size: 26px;
	position: absolute;
	top: 0;
	z-index: 5;
}
.btn-minus {
	left: 0;
}
.btn-plus {
	right: 0;
}

/* Remove arrows in Chrome, Safari, Edge */
.no-arrows::-webkit-inner-spin-button, .no-arrows::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Remove arrows in Firefox */
.no-arrows {
	-moz-appearance: textfield;
}
.red-alert {
	border: none !important;
	background-color: #fcd2d2;
	border-radius: 10px;
	color: #ac0303;
	letter-spacing: 0.02rem;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3rem;
}
.custom-bi {
	width: 2em;
	height: 2em;
	vertical-align: -.125em;
	fill: currentcolor;
}
.alert-box {
	border-color: #dfdfdf !important;
	background-color: #fff;
	border-radius: 10px;
	color: #1a8800;
	letter-spacing: 0.02rem;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2rem;
}
.sidebar h3 {
}
.delivery-pickup-toggle {
	display: flex;
	border-radius: 50px;
	overflow: hidden;
	background: #ffffff;
}
.delivery-pickup-toggle input[type="radio"] {
	display: none;
}
.delivery-pickup-toggle label {
	padding: 15px 20px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #333;
	transition: all 0.3s ease;
	font-size: 20px;
	width: 50%;
	justify-content: center;
	border-radius: 50px;
}
.delivery-pickup-toggle input[type="radio"]:checked+label {
	background: #333;
	color: #fff;
}
.delivery-pickup-toggle .svg-icon {
	width: 30px;
	height: 30px;
}
.sidebar-wrapper {
	border-radius: 20px;
	padding: 35px 22px;
}
.cart-delivery-option {
	gap: 10px;
}
.cart-delivery-option i {
	font-size: 24px;
}
.cart-delivery-option p {
	line-height: 1.2rem;
	font-size: 14px;
}
.cart-details-wrapper {
	padding: 15px 15px;
}
.cart-details-colm {
	flex-direction: row;
	flex: 1 1 0%;
	align-items: start;
	height: 100%;
	display: flex;
}
.cart-colm-inner-left {
	display: flex;
	flex-direction: row;
	flex: 1 1 0%;
	align-items: start;
	gap: 10px;
}
.cart-small-count {
	width: 24px;
	height: 24px;
	position: relative;
	background-color: #0a0057;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 24px;
	min-height: 24px;
}
.additional-product-details {
	font-size: 14px;
	line-height: 1.2rem;
}
.cart-colm-inner-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.pop-add-cart-box {
	width: 50%;
}
.pop-add-cart-box .custom-btn {
	min-height: 60px;
	width: 100%;
}
.custom-back-btn {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 12px;
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.deal-addons {
	display: none;
}
.empty-cart-icon {
	display: block;
	margin: 0 auto;
	animation: bounce 2s infinite;
}
 @keyframes bounce {
 0%,  100% {
 transform: translateY(0);
}
 30% {
 transform: translateY(-5px);
}
 50% {
 transform: translateY(0);
}
 70% {
 transform: translateY(-3px);
}
}
.personal-details-wrapper .form-control, .personal-details-wrapper .form-select, .personal-details-wrapper textarea.form-control {
	height: 44px;
	border-radius: 6px;
	padding: 10px 15px;
	font-family: "Poppins", sans-serif;
	color: #000;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.075);
	font-size: 14px;
}
.personal-details-wrapper textarea.form-control {
	height: auto;
}
.custom-card .card-header {
	background-color: #343434;
	color: #fff;
	padding: 1rem 2rem;
}
.custom-card .card-body {
	padding: 2rem;
}
.store-address {
	cursor: pointer;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 1rem;
	transition: background 0.2s;
}
.store-address p {
	margin-bottom: 0;
	line-height: 1.4rem;
}
.store-address:hover, .store-address.active {
	background: #fe0002;
}
.store-address:hover h6, .store-address.active h6, .store-address:hover p, .store-address.active p {
	color: #fff !important;
}
.contact-section iframe {
	width: 100%;
	height: 350px;
	border: 0;
	border-radius: 5px;
}
.contact-form-wrapper label {
	font-size: 14px;
	color: #151515 !important;
}
.contact-form-wrapper .form-control {
	background-color: transparent;
	border-color: #929292;
	font-size: 14px;
	min-height: 40px;
}
.for-mobile-subcart {
	display: none;
}
#oder-menu-options .modal-top-image-wrapper img.img-fluid {
	height: 161px;
}
.nav .big-btn {
	padding: 10px 30px;
	letter-spacing: 0.02rem;
	font-weight: normal;
}
.menu-wrapper {
	position: relative;
	overflow: hidden;
}
.menu-scroll {
	display: flex;
	/*justify-content: center;*/
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}
 .menu-scroll::-webkit-scrollbar {
 display: none;
/* optional: hide scrollbar */
}
.menu-item {
	flex: 0 0 auto;
	padding: 0 5px;/*max-width:110px;*/
	
}
.menu-item a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 13px;/*white-space: nowrap;*/
}
.menu-item a:hover, .menu-item a:focus {
	color: #fe0002;
}
.scroll-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
	font-size: 28px;
	color: #000;
	margin: 0;
	padding: 0;
}
.scroll-left {
	left: 0px;
}
.scroll-right {
	right: 0px;
}
.order-menu-list-box-section {
	transition: all 0.3s ease;
}
.order-menu-list-box-section.sticky {
	position: fixed !important;
	top: -100px;
	/* Start hidden above */
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0px 0;
	padding-bottom: 5px;
	width: 100%;
	background: #fff;
}
.order-menu-list-box-section.sticky.slide-down {
	top: 0px;/* Slide down to visible */
}
.slide-down {
	animation: slideDown 0.3s ease-in-out;
}
 @keyframes slideDown {
 from {
 transform: translateY(-100%);
}
to {
	transform: translateY(0);
}
}
.custom-scroll-box {
	transition: all 0.3s ease;
}
.sticky .custom-scroll-box {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.height-short {
	padding: 0px 10px !important;
	font-size: 12px !important;
	margin-bottom: 0 !important;
	line-height: 100%;
}
.modal-top-image-wrapper {
	height: 200px;
	overflow: hidden;
}
.modal-top-image-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .70);
}
#sticky-checkout-btn {
	z-index: 11;
}
.custom-modal {
	overflow: hidden !important;
}
.custom-modal .modal-dialog, .custom-modal.show .modal-dialog {
	max-height: 90vh;
	overflow: hidden;
	border-radius: 16px;
}
.custom-modal .modal-dialog .modal-content {
	max-height: 90vh;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	display: block;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}
.modal-heading {
	position: sticky;
	z-index: 10;
	top: 0;
	padding: 0.5rem 1.5rem !important;
}
.order-menu-modal-bottom {
	position: sticky;
	z-index: 10;
	top: 0;
	gap: 15px;
}
.toggle-main-wrrper {
	display: block;
	max-height: 300px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}



/* Open Cart */
@-webkit-keyframes opencart {
 0% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes opencart {
 0% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

/* Close Cart */
@-webkit-keyframes closecart {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
}
 @keyframes closecart {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
}

/* Scale Effect */
@-webkit-keyframes effect {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 25% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
 75% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes effect {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 25% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
 75% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

/* Animate Order BG */
@-webkit-keyframes animateorderbg {
 0% {
 background-size: 50% 50%;
}
 100% {
 background-size: 100% 100%;
}
}
 @keyframes animateorderbg {
 0% {
 background-size: 50% 50%;
}
 100% {
 background-size: 100% 100%;
}
}

/* BG Filler */
@-webkit-keyframes bg_filler {
 to {
 background-size: 100% 100%;
}
}
 @keyframes bg_filler {
 to {
 background-size: 100% 100%;
}
}

/* BG Before */
@-webkit-keyframes bg_before {
 to {
 background-position: 160% 0;
}
}
 @keyframes bg_before {
 to {
 background-position: 160% 0;
}
}

/* Highlight Error */
@-webkit-keyframes highlight_error {
 0% {
 background-color: transparent;
 color: black;
}
 50% {
 background-color: #c62424;
 color: white;
}
 100% {
 background-color: transparent;
 color: black;
}
}
 @keyframes highlight_error {
 0% {
 background-color: transparent;
 color: black;
}
 50% {
 background-color: #c62424;
 color: white;
}
 100% {
 background-color: transparent;
 color: black;
}
}
.bg-green {
	background-color: rgb(40, 167, 69) !important;
	color: #fff !important;
}
.form-wrapper-container {
	border-radius: 20px;
	overflow: hidden;
	padding: 40px;
}
.app-section-wrapper {
}
.app-section-wrapper h2 {
	font-size: 45px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}
.app-section {
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	left: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	z-index: 5;
	background-size: 100% auto;
}
/* App Css */

.full-cover-bg {
	width: 100%;
	height: 100%;
}
html {
	scrollbar-width: none;
}
body {
	background-color: #e7e7e7;
	scrollbar-width: none;
}
 html::-webkit-scrollbar, body::-webkit-scrollbar {
 display: none;
}
.app-wrapper-container {
	width: 100%;
	display: block;
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 40px;
	padding-bottom: 75px;
}
.app-top-section {
	margin-top: 12px;
}
.menu-icon-images img {
	width: 65px;
	height: auto;
	display: block;
}
.add-btn {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 26px;
	height: 26px;
	color: #fe0002;
	font-size: 26px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 0;
}
.btn-small {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 6px;
	padding: 7px 23px;
	gap: 5px;
}
.app-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: #fff;
	padding: 7px 0;
	padding-bottom: 20px;
}
.app-footer-menu {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.04rem;
}
.app-footer-menu .svg-icon {
	margin-bottom: 4px;
	width: 24px;
	height: 24px;
}
.app-footer-menu.active, .app-footer-menu:hover, .app-footer-menu:focus {
	color: #fe0002;
}
.custom-hori-scroll {
	display: flex;
	gap: 15px;
	justify-content: start;
	overflow: hidden;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	white-space: nowrap;
	width: 100%;
}
.custom-hori-scroll .order-menu-box-content .d-flex.flex-column p.font-size-12.text-dark {
	white-space: normal;
	height: 32px;
}
.hori-scroll-box {
	width: 180px;
	display: block;
	min-width: 180px;
}
.hori-scroll-box-alt {
	width: 272px;
	min-width: 272px;
}
.hori-scroll-box-alt .order-menu-box {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 0 10px;
	display: flex;
	justify-content: start;
	flex: 1 1 0%;
	flex-direction: column;
	overflow: hidden;
}
.hori-scroll-box-alt .order-menu-box-image {
	overflow: hidden;
	border-radius: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 160px;
	min-height: 160px;
	position: relative;
}
.hori-scroll-box-alt .order-menu-box-content {
	padding: 15px 15px;
}
.max-170 {
	max-width: 170px;
}
.full-height {
	height: 100vh;
}
.full-width {
	width: 100%;
}
.full-cover-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.splash-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Logo animation */
.splash img {
	width: 120px;
	/* adjust to your logo size */
	animation: scaleUp 1.5s ease forwards;
}
 @keyframes scaleUp {
 0% {
 transform: scale(0);
 opacity: 0;
}
 60% {
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 transform: scale(1);
}
}
 @keyframes fadeOut {
 to {
 opacity: 0;
 visibility: hidden;
}
}
.tab .svg-icon {
	width: 30px;
	height: 30px;
	fill: currentColor;
}
.store-box-wrapper {
	margin: 0 15px;
}
.top-bar-wrapper {
	display: block;
	background-color: #ffffff;
	padding: 10px 0;
	min-height: 40px;
}
.app-back-btn {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #000;
	text-decoration: none !important;
}
.app-back-btn:hover {
	color: #fe0002;
}
.app-bar-title {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.02rem;
}
.cart-wrapper-container-title {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 15px 0;
}
.cart-wrapper-container {
	border-radius: 10px;
	overflow: hidden;
}
.cart-store-selection-wrapper .store-box-wrapper {
	margin: 0;
}
.store-change-wrapper {
	margin-top: 15px;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 15px;
}
.order-menu-box.w-100.offer-image {
	background-color: transparent;
	display: initial;
}
.order-menu-box.w-100.offer-image .order-menu-box-image {
	max-width: unset;
	min-width: unset;
	max-height: unset;
	min-height: unset;
}
.order-menu-box.w-100.offer-image .order-menu-box-image img {
	position: unset;
}
#storeselete.store-box-wrapper.d-block {
	width: 100%;
	max-width: 587px;
	padding: 0 15px;
}
.menu-option-box {
 margin-bottom: .5rem !important;
}
.modal.custom-modal-for-menu.mobile-bottom-modal .modal-body .modal-heading.p-4.mb-3 p.fs-6.text-dark.mb-0 {
	font-size: 12px !important;
	line-height: normal;
}
