@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter 18pt";
	src: url("../fonts/Inter18pt-Medium.woff2") format("woff2"),
		url("../fonts/Inter18pt-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter 18pt";
	src: url("../fonts/Inter18pt-Bold.woff2") format("woff2"),
		url("../fonts/Inter18pt-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter 18pt";
	src: url("../fonts/Inter18pt-Regular.woff2") format("woff2"),
		url("../fonts/Inter18pt-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter 18pt";
	src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"),
		url("../fonts/Inter18pt-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary-color: #F6C101;
}

body {
	overflow-x: hidden;
}

ul {
	padding-left: 0;
	list-style: none;
}

p,
a,
body {
	font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
}

a,
a:hover {
	text-decoration: none;
}

.bg-black {
	background: #070c14;
}

.pd-80 {
	padding: 80px 0;
}

.pd-100 {
	padding: 100px 0;
}

.txt-white {
	color: #fff;
}

.txt-yellow {
	color: #fbc343 !important;
}

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

#main-wrapper {
	min-height: calc(100vh - 15vh);
	background: #fff;
}

/***Common Button Start***/
.common-btn {
	display: inline-block;
	padding: 12px 25px;
	background: var(--primary-color);
	color: #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid var(--primary-color);
}

.common-btn:hover {
	background-color: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.common-bd-btn {
	display: inline-block;
	padding: 12px 25px;
	background: transparent;
	color: var(--primary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid var(--primary-color);
}

.common-bd-btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}


.common-wht-btn {
	display: inline-block;
	padding: 12px 25px;
	background: transparent;
	color: var(--primary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
	border: 1px solid #fff;
	color: #fff;
}

.common-wht-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.black-btn {
	display: inline-block;
	padding: 12px 22px;
	background: #000;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #000;
}

.black-btn:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.wht-btn {
	display: inline-block;
	padding: 12px 22px;
	background: #fff;
	color: #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #fff;
	/* width: 100px; */
	max-width: 180px;
}

.wht-btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.wht-btn svg {
	width: 20px;
	margin-left: 5px;
	stroke: #000;
	transition: all .5s ease-in-out;
}

.wht-btn:hover svg {
	stroke: #fff !important;
}

.black-bd-btn {
	display: inline-block;
	padding: 12px 22px;
	background: transparent;
	color: #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #000;
}

.black-bd-btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/***Common Button End***/


/***Common Heading Start***/

.common-hd h4 {
	font-size: 50px;
	font-family: "Bricolage Grotesque", sans-serif;
}

.common-hd p {
	color: rgba(0, 0, 0, 0.54);
	font-size: 16px;
	line-height: 28px;
}

/***Common Heading End***/

/***Mobile Header Start***/
.menu-btn {
	display: inline-block;
	background: hsla(0, 0%, 89%, .52);
	padding: 10px 10px;
	border-radius: 6px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.mobile-profile {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}

.mobile-profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.nav-mobile .offcanvas-header {
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}

.mobile-navbar {
	position: relative;
	min-height: 300px;
	overflow: hidden;
}

.side-bar-links {
	height: calc(100vh - 182px);
}

.side-link-list {
	padding: 0;
}

.side-link-list li {
	border-bottom: 1px solid #ececec;
}

.side-link-list li a::after {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-size: 24px;
	color: var(--primary-color);
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.side-link-list li a {
	padding: 12px 14px;
	display: flex;
	font-size: 18px;
	color: #222;
	align-items: center;
	width: 100%;
	position: relative;
	transition: all .5s ease-in-out;
}

.side-link-list li a:hover {
	background: var(--primary-color);
	color: #fff;
}

.side-link-list li a:hover::after {
	color: #fff !important;
}

.sider-card {
	background: var(--primary-color);
	padding: 20px 15px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sider-card .btn-close {
	position: absolute;
	right: 20px;
	filter: brightness(0) invert(1);
	opacity: 1;
}

.side-profile-card {
	display: flex;
	align-items: center;
}

.profile-img {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #fff;
	display: inline-block;
	margin-right: 15px;
}

.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-profile-dis p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}

.side-profile-dis h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.mobile-menu-card .offcanvas-body {
	padding: 0;
}

.side-link-list li a::after {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-size: 24px;
	color: var(--primary-color);
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.side-link-list li {
	border-bottom: 1px solid #ececec;
}

.side-bar-links {
	height: calc(100vh - 182px);
}

.bars-btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff;
	transition: all .5s ease-in-out;
}

.bars-btn:hover {
	color: var(--primary-color);
	background: transparent;
	border: 1px solid var(--primary-color);
}

.mobile-dash-menu .dashboard_menu ul li a.active,
.mobile-dash-menu .dashboard_menu ul li a:hover {
	background: var(--primary-color) !important;
}

.dashboard_menu.mobile-dash-menu {
	border-radius: 0 !important;
	min-height: calc(100vh - 112px);
	overflow-y: scroll;
}

.dashboard_menu.mobile-dash-menu ul li a,
.dashboard_menu.mobile-dash-menu ul li a span {
	color: #000;
	background: rgba(246, 193, 1, 0.05);

}

.dashboard_menu.mobile-dash-menu ul li a {
	border-bottom: 1px solid #c5c5c5;
	border-top: none;
}

.dashboard_menu.mobile-dash-menu ul li a.active,
.dashboard_menu.mobile-dash-menu ul li a:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.dashboard_menu.mobile-dash-menu ul li a.active span,
.dashboard_menu.mobile-dash-menu ul li a:hover span {
	color: #fff !important;
}

.mobile-profile {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;

}

.mobile-profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter-card {
	background: #f4f4f4;
	padding: 10px 14px;
	border-radius: 8px;
}

.filter-btn {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 6px;
	border: 1px solid var(--primary-color);
	transition: all .5s ease-in-out;
}

.filter-btn:hover {
	background: transparent;
	color: var(--primary-color);
}

/***Mobile Header End***/



/****Prodile Drop Down Start****/
.hdr-pro-view {
	display: flex;
}

.hdr-pro-view span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	display: inline-block;
}

.hdr-pro-view span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-drop .btn-secondary {
	background: none;
	border: none;
	padding: 0;
}

.profile-drop .dropdown-toggle::after {
	display: none;
}

.profile-drop .dropdown-menu.show {
	min-width: 220px;
	padding: 0;
	border: none;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profile-drop .dropdown-menu.show li a {
	padding: 10px 12px !important;
	border-bottom: 1px solid #f4f4f4;
	font-size: 14px;
}

.profile-card-drop {
	display: flex;
	align-items: center;
	background: #ededed;
	padding: 14px 12px;
	position: relative;
}

.profile-card-drop span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	min-width: 52px;
	min-height: 50px;
}

.profile-card-drop span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-card-rt h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.profile-card-rt p {
	font-size: 14px;
	/* color: rgba(255, 255, 255, .8); */
	margin-bottom: 2px;
}

.profile-drop .dropdown-item {
	transition: all .5s ease-in-out;
}

.profile-drop .dropdown-item:hover {
	background: var(--primary-color);
	color: #000;
}

.profile-drop .btn:first-child:active,
.profile-drop .btn.show {
	background: none !important;
	border-color: none !important;
}

.profile-drop ul li {
	margin-right: 0;
}

.profile-drop .dropdown-menu.show li a span {
	margin-right: 4px;
}

.profile-card-drop {
	display: flex;
	align-items: center;
	background: var(--primary-color);
	padding: 14px 12px;
	position: relative;
}

.profile-card-rt h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

.profile-card-rt p {
	font-size: 14px;
	margin-bottom: 2px;
	color: #fff;
}

.dashboard_menu ul li a span {
	display: inline-block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	width: 50px;
	height: 50px;
	color: #212121;
	text-align: center;
	line-height: 50px;
	background: #4eb7111a;
	font-size: 18px;
	margin-right: 6px;
}

.dashboard_menu ul li a {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	display: block;
	transition: all 0.3s linear 0s;
	background: none !important;
	color: #212121;
	border-top: 1px solid rgba(0, 128, 128, 0.15);

	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	text-transform: capitalize;
	position: relative;
}
/****Prodile Drop Down End****/


/****landing Page Start****/
.header-card {
	width: 100%;
	height: auto;
	padding: 10px 0;
	z-index: 99;
	border-bottom: 1px solid #e3e3e3;
}

.header-navbar .nav-item {
	margin-right: 30px;
}

.header-card ul li:last-child {
	margin-right: 0px;
}

.header-card ul li a {
	font-weight: 400;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header-card ul li .nav-link.active,
.header-card ul li .nav-link:hover {
	color: var(--primary-color);
}

.header-logo img {
	max-width: 140px;
}
.lang-drop .dropdown-toggle {
	border: 1px solid rgba(23, 22, 33, 0.1);
	padding: 12px 20px;
	border-radius: 30px;
}
.lang-drop .dropdown-toggle::after{
	display: none !important;
}
.lang-drop .dropdown-item{
	padding: 10px 12px !important;
	border-bottom: 1px solid #f4f4f4;
	font-size: 14px;
}
.lang-drop .dropdown-item:hover{
	background: var(--primary-color);
	color: #000;
}
.lang-drop .dropdown-menu{
	overflow: hidden;
}
.banner-sec {
	background: url('../images/banner.png');
	background-size: cover;
	min-height: 759px;
}

.banner-caption h4 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 25px;
	font-family: "Bricolage Grotesque", sans-serif;
}

.banner-caption p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}

.banner-search {
	background: #fff;
	padding: 12px 16px;
	border-radius: 40px;
}

.search-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.search-bar {
	width: 44%;
}

.search-bar .form-control {
	min-height: 50px;
	border-radius: 0;
	padding: 10px 10px 10px 40px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.search-bar .form-control:focus{
	border: none;
	box-shadow: none;
}
.search-bar .search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.feature-card {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(23, 22, 33, 0.1);
	display: block;
	color: #000;
}

.feature-img img {
	width: 100%;
}

.feature-dis {
	padding: 16px 16px;
}

.feature-dis h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 4px;
}

.feature-dis p {
	margin-bottom: 0;
}

.feature-dis p {
	margin-bottom: 0;
	color: rgba(102, 102, 102, 1);
	font-size: 15px;
}

.curated-sec {
	background: rgba(246, 193, 1, 0.05);
}

.restaurent-card {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(23, 22, 33, 0.1);
	display: block;
	color: #000;
}

.restaurent-card img {
	width: 100%;
}

.restaurent-dis {
	padding: 16px 16px;
	position: relative;
}
.restro-dis h4 a{
	color: #000 !important;
	display: block;
	width: 100%;
	font-weight: 500;
}
.rest-left p {
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.54);
}

.rest-left h4 {
	margin-bottom: 5px;
}

.rest-review {
	padding: 4px 10px;
	background: #10B981;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 15px;
}
.how-it-sec {
	border-top: 1px solid rgba(23, 22, 33, 0.14);
}

.how-card {
	text-align: center;
}

.how-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	background: rgba(246, 193, 1, 1);
	text-align: center;
	line-height: 70px;
	margin-bottom: 24px;
	border-radius: 50%;
	font-size: 28px;
}

.how-card h4 {
	font-size: 22px;
	margin-bottom: 12px;
	color: #000;
	font-weight: 500;
}

.how-card p {
	color: rgba(0, 0, 0, 0.54);
	margin-bottom: 0;
	font-size: 16px;
}

.why-choose {
	background: #FFFCF2;
}

.why-list li {
	margin-bottom: 20px;
}

.client-slide {
	padding: 20px 20px;
	border: 1px solid rgba(23, 22, 33, 0.1);
	border-radius: 8px;
	background: transparent;
	margin: 10px;
}

.client-ftr {
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.client-slide>p {
	padding: 20px 0;
	line-height: 24px;
	font-size: 14px;
}

.star-rating i {
	color: #EABF23;
}

.client-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}

.client-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join-the-cold {
	background: url('../images/join-bg.png');
	background-size: cover;
}
.join-slide {
	background: #fff;
	padding: 25px 25px;
	text-align: center;
	border-radius: 8px;
	margin-left: 60px;
	margin-right: 60px;
}
.join-slide p {
	margin-bottom: 18px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.54);

}
.join-slide-ftr p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.54);
	margin-bottom: 0;
}

.join-slider .swiper-button-next{
	right: 0px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.join-slider .swiper-button-prev{
	left: 0px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.join-slider .swiper-button-next::after, .join-slider .swiper-button-prev::after{
	font-size: 18px;
}

/****Faq Page Start****/
.choose-right .accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}

.choose-right .accordion-item {
	border: none;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
	background: #F8F8F8;
}

.choose-right .accordion-collapse {
	border: 0;
}

.choose-right .accordion-button {
	padding: 25px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding-right: 35px;
	border: 0;
	background: #F8F8F8;
}

.choose-right .accordion-button:not(.collapsed) {
	color: var(--clr-common-heading);
	background: #F8F8F8;
	box-shadow: none;
	border: 0;
}

.choose-right .accordion-body {
	padding: 0px 25px 20px 25px;
	margin-top: -10px;
}

.choose-right .accordion-body p {
	line-height: 30px;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.54);
	font-size: 16px;
}

.choose-right .accordion-button:not(.collapsed)::after {
	background: none;
	transform: rotate(180deg);
	content: "";
	position: absolute;
	right: 25px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
}

@media (max-width: 767px) {
	.choose-right .accordion-button:not(.collapsed)::after {
		right: 20px;
	}
}

.choose-right .accordion-button::after {
	background: none;
	color: var(--clr-common-heading);
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

@media (max-width: 767px) {
	.choose-right .accordion-button::after {
		right: 15px;
	}
}

/****Faq Page End****/


.ftr-card {
	background: var(--primary-color);
	padding-top: 50px;
	padding-bottom: 10px;
}


.ftr-logo {
	display: inline-block;
	margin-bottom: 20px;
}

.ftr-hd {
	font-size: 22px;
	margin-bottom: 20px;
}

.ftr-links li a {
	display: block;
	color: #000;
	margin-bottom: 12px;
}

.ftr-social a {
	display: inline-block;
	width: 31px;
	height: 31px;
	background: #000;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

.ftr-bottom-links ul li {
	padding-right: 30px;
	position: relative;
}

.ftr-bottom-links ul li:last-child::after {
	display: none;
}

.ftr-bottom-links ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	content: '';
	background: #000;
}

.ftr-bottom-links ul li a {
	color: #000;
	transition: all .5s ease-in-out;
}

.ftr-bottom-links ul li a:hover {
	color: #000;

}

.copy-right-card {
	border-top: 1px solid rgba(255, 255, 255, .4);
}

/****landing Page End****/


/****Common Form Start****/
.common-form .form-label {
	color: #000;
}

.common-form .form-control {
	min-height: 45px;
	border-radius: 4px;
}

.common-form .form-control:focus {
	border: 1px solid var(--primary-color);
	box-shadow: none;
}

.common-form .form-select {
	min-height: 45px;
	border-radius: 4px;
}

.common-form .form-select:focus {
	border: 1px solid var(--primary-color);
	box-shadow: none;
}

.common-form textarea.form-control {
	min-height: 150px;
	border-radius: 4px;
}

.common-form textarea.form-control:focus {
	border: 1px solid var(--primary-color);
	box-shadow: none;
}

.common-form .form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	box-shadow: none;
}

.common-form .form-check-label {
	color: #000;
}

/****Common Form End****/


/****Bredcrum Start****/
.page-title-area {
	height: 250px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background: url('../images/bredcrum-img.jpeg');
	background-position: center center;
}
.page-title-area::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	content: '';
}

.page-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.277;
	color: #fff;
}

.breadcrumb-menu li {
	position: relative;
}

.breadcrumb-menu li span {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.breadcrumb-menu li a {
	font-weight: 900;
	display: inline-block;

}

.breadcrumb-menu li a span{
	color: var(--primary-color);

}
.breadcrumb-menu ul {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.page-title-wrapper {
	position: relative;
}

.trail-begin a {
	color: var(--primary-color);
	font-weight: 900;
}

.trail-items li:not(:last-child)::after {
	display: inline-block;
	color: #fff;
	content: "";
	position: absolute;
	right: -16px;
	top: 0px;
	font-family: "Font Awesome 5 Pro";
}

/****Bredcrum End****/


/****Restaurent List Start****/
.restaurant-search-filter {
	width: 100%;
	/* max-width: 400px; */
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #f9f9f9;
	position: relative;
	z-index: 9;
}



/***Prdoduct Filter Left***/
.right_sidebar_area {
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 4px;
}

.s_widget {
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	padding: 15px;
}
.filter-main-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.filter-main-heading h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.filter-main-heading a {
	color: var(--primary-color);
	font-size: 14px;
}

.tags li {
	display: inline-block;
	font-size: 14px;
}

.tags li.active a,
.tags li:hover a {
	background-color: var(--primary-color);
	color: #fff;
}

.tags li.active a,
.tags li:hover a svg {
	stroke: #fff;
}
.categories_widget ul{
    margin-left:0;
    padding-left:0;
}
.categories_widget ul li a {
	font-size: 14px;
	color: #334249;
	transition: all 400ms linear 0s;
}

.s_title h4 {
	font-weight: 500;
	color: #2e3c43;
	margin: 0;
	margin-bottom: 10px;
	font-size: 22px;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catgory-check-card .checkbox-animate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px !important;
	margin-bottom: 8px;
}

.catgory-check-card .checkbox-animate label {
	position: relative;
	cursor: pointer;
}

.catgory-check-card .checkbox-animate label input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.catgory-check-card .input-check {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 2px solid #ccc;
	position: relative;
	top: 6px;
	margin-right: 7px;
	transition: 0.4s;
}

.catgory-check-card .input-check::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: scale(0) rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 3px;
	transition: 0.4s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	animation-name: input-animate;
	animation-duration: 0.7s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check::before {
	transform: scale(1) rotate(-45deg);
	animation-name: input-check;
	animation-duration: 0.2s;
	animation-delay: 0.3s;
}

@keyframes input-animate {
	0% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.3, 0.7);
	}

	55% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.2, 0.8);
	}

	80% {
		transform: scale(1);
	}

	90% {
		transform: scale(1.1, 0.9);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes input-check {
	0% {
		transform: scale(0) rotate(-45deg);
	}

	100% {
		transform: scale(1) rotate(-45deg);
	}
}

.mob-filter {
	display: none;
}

.mob-filter a {
	border: 1px solid #dadada;
	padding: 6px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	display: block;
	margin-left: auto;
}

.mob-filter a i {
	color: #8b8b8b;
	font-size: 18px;
}

.mob-filter {
	margin-bottom: 25px;
	text-align: right;
}

.close-filter {
	display: none;
}


.filter-main-heading a {
	color: var(--primary-color);
	font-size: 14px;
}

.filter-main-heading h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 10px;
	margin-bottom: 0;
}

.tags li {
	display: inline-block;
	font-size: 14px;
}

.tags li a {
	display: block;
	color: #767676;
	padding: 5px 12px;
	border-radius: 100px;
	border: 1px solid rgba(221, 221, 221, 0.4);
	font-size: 13px !important;
	font-weight: 500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
}

.tags li a svg {
	width: 15px;
	height: 15px;
}
.tags li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.right_sidebar_area .star-list {
	margin-top: 10px;
}
.right_sidebar_area .star-list i {
    color: var(--primary-color);
}

.text-grey {
	color: #d9d9d9 !important;
}

.price-card .price-input {
	width: 100%;
	display: flex;
	margin: 20px 0 20px 0px;
}

.price-card .price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
}

.price-card .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 14px;
	margin-left: 0;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #e4e4e4;
	-moz-appearance: textfield;
}

.price-card input[type="number"]::-webkit-outer-spin-button,
.price-card input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-card .price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.price-card .slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.price-card .slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: #F6C101;
}

.price-card .range-input {
	position: relative;
}

.price-card .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.price-card input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #F6C101;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-card input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #F6C101;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/***Product Filter End***/
.product-count {
	color: #000;
	padding: 10px 20px;
	border: 1px solid #b5b5b545;
	border-radius: 30px;
	background: #f4f4f4;
}

.resto-card {
	border-radius: 8px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: block;
	margin-bottom: 30px;
}
.resto-img {
	height: 220px;
	overflow: hidden;
}
.resto-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.restro-dis {
	padding: 14px 14px;
}
.restro-dis h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.restro-dis p{
    color:rgba(33, 33, 33, 0.54);
    font-size: 14px;
	margin-bottom: 4px;

}

.wish-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: #f6c101;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	display: inline-block;
	font-size: 15px;
	color: #fff;
}

.resto-rating {
	position: absolute;
	right: 10px;
	bottom: 20px;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	color: rgba(33, 33, 33, 0.54);
}
.resto-rating i{
    color:#FFD33C;
}



/****Restaurent List End****/


/****Restaurent Details Start****/
.restaurants-detail .booking-img {
	height: 500px;
}

.restaurants-detail .tabs-wrap {
    margin-top: 100px;
    margin-bottom: 60px;
}

.restaurants-detail .tabs-wrap ul .nav-item a {
	background: #FFFCF2;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.restaurants-detail .tabs-wrap ul .nav-item a.active {
    background: var(--primary-color);
    color: #fff;
}

.restaurants-detail .tabs-wrap ul .nav-item {
    background: #fce0d861;
    min-width: 200px;
    min-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
}

.restaurants-detail .tabs-wrap .tabs {
	border-bottom: 1px solid #f6c101;
}
.restaurants-detail .price {
	font-size: 22px;
	margin-bottom: 0;
}
.pro-desc-commnet-area {
    padding-right: 110px;
}

.comment-list .comment {
    margin-top: 0;
    margin-bottom: 0;
}

.comment-list .comment .single-comment {
    padding: 15px 0;
    display: flex;
}

.comment-list .comment .single-comment .comment-img {
	margin-bottom: 15px;
	min-width: 60px;
	margin-right: 15px;
	max-width: 60px;
}

.comment-list .comment .single-comment .comment-img img {
    border-radius: 100%;
    width: 100%;
}

.comment-list .comment .commenter {
    line-height: 33px;
    margin-bottom: 6px;
}

.pro-desc-commnet-area .comment-list .comment .commenter {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hover-flip-item-wrapper {
    color: #292930;
    text-decoration: none;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating {
    margin-bottom: 5px;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a {
    font-size: 12px;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a i:not(.empty-rating),
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a i:not(.empty-rating) {
    color: #ffca0f;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a i,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a i {
    color: #cecece;
}

.comment-list {
    margin: 0;
    padding-left: 0;
}

.comment-list .comment {
    list-style: none;
}

.axil-comment-area .title,
.comment-respond .title {
    margin-bottom: 20px;
    font-weight: 700;
}

.comment-text p,
.comment-respond p {
    color: #777777;
}

.single-desc ul li {
    position: relative;
    color: #373737;
    margin-bottom: 15px;
    padding-left: 35px;
}

.single-desc ul li:before {
    position: absolute;
    content: "";
	background: url('../images/check.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}

.single-desc ul {
    margin-top: 30px;
}

.your_rating {
    margin-top: 8px;
}

.your_rating i {
    color: lightgrey;
}

.restaurants-detail .card-title {
	margin-bottom: .5rem;
	font-size: 25px;
	font-weight: 600;
}
.v .color-primary {
	color: var(--primary-color);
}

.booking-tags{
    margin-bottom: 10px;
}
.booking-tags li{
    position: relative;
    margin-right: 30px;
}
.booking-tags li:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    top: 44%;
    right: -16px;
}
.reserve-wrap i {
    color: var(--color-secondary);
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 15px;
    margin: 6px 10px 6px 0;
}

.booking-img {
    height: 300px;
    overflow: hidden;
	border-radius: 8px;
	overflow: hidden;
}
.booking-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* promo code */
.promo-card {
	padding: 40px 20px 20px 70px;
	height: inherit;
	 overflow: hidden;
    margin: 20px 0 0 0;
}
.promo-card:before {
    content: '';
    background: var(--primary-color);
    color: var(--color-secondary);
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.promo-off {
	position: absolute;
	transform: rotate(270deg) translate(50%, 0);
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	bottom: 0;
	left: 0px;
	top: 62%;
}
.bg-light-success{
    background: #d7ffd6;
}
.bg-light-close{
    background: #FFDDD6;
}
.check-icon {
    background: #198754;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 20px;
    margin-right: 4px;
}
.gallery-photo {
	display: flex;
	gap: 15px;
	flex-flow: wrap;
}
.gallery-photo .restaurent-img{
	flex: calc(20% - 15px);
	max-width: calc(20% - 15px);
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-photo .restaurent-img img{
	width: 100%;
	height: 100%;
	object-fit: cover ;
}
.border-dashed {
	border-bottom: 1px dashed #c5c5c5;
	margin-top: 8px;
}
/****Restaurent Details End****/



/*****Checkout Page Start*****/
.checkout-rt {
	position: sticky;
	top: 10px;
}

.checkout-rt .cart-summary li {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkout-rt .cart-list {
	max-height: 500px;
	overflow: scroll;
	padding: 10px 0;
}

.checkout-rt .cart-item-remove {
	position: absolute;
	right: 10px;
	bottom: 10px;
	top: inherit;
	width: 35px;
	height: 35px;
	background: #ffdede;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	color: red;
	transition: all .5s ease-in-out;
}

.checkout-rt .cart-item-remove:hover {
	background: red;
	color: #fff;
}

.coupon-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	box-shadow: 0px -13px 7px rgba(0, 0, 0, 0.05);
	padding: 14px 12px 14px 12px;
}

.coupon-code .form-control {
	width: 74%;
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 10px 20px;
	height: 45px;
}

.coupon-code .apply-btn {
	width: 25%;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	background: var(--primary-color);
	color: #fff;
	transition: all .5s ease-in-out;
	border: none;
}

.coupon-code .apply-btn:hover {
	background: #3a2413;
	color: #fff;
}


.checkout {
	padding: 80px 0px;
}

.checkout .address-wrap .add-new {
	cursor: pointer
}

.checkout .address-wrap .add-new h4 {
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.checkout .summery-wrap {
	position: sticky;
	top: 80px
}




.checkout-lft .radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.checkout-lft .badges.badges-theme {
	background-color: green;
	color: #fff;
	border: 1px solid green;
	font-size: 14px;
}

.checkout-lft .badges.badges-pill {
	padding: 3px 10px;
	border-radius: 100px;
}

.checkout-lft .radio-box input[type="radio"]+.radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #262834;
	cursor: pointer;
}

.checkout-lft .radio-box input[type="radio"]+.radio-label:before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.checkout-lft .radio-box input[type="radio"]:checked+.radio-label:before {
	background-color: var(--primary-color);
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.checkout-lft .radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: var(--primary-color);
}

.checkout-lft .radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: var(--primary-color);
	background: #363636;
}

.checkout-lft .radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.custom-form .form-control {
	font-size: 14px;
	color: #262834;
	font-weight: 400;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 4px;
	min-height: 45px;
}

.modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: #000;
	border: 0px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.cart-item-img {
	width: 30%;
	overflow: hidden;
	height: 120px;
	border-radius: 10px;
	margin-right: 5px;
	background: #fff;
}
.cart-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cart-item {
	padding: 10px;
	background-color: #f8f8fb;
	border-radius: 10px;
	border: 1px solid #eee;
	position: relative;
	margin-bottom: 15px;
}
.cart-item-details {
	width: 70%;
}
.quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	min-width: 200px;
	background: #fff;
	justify-content: space-between;
	height: 50px;
	padding: 5px;
	border-radius: 30px;
	max-width: 200px;
}


.quantity-input input[type="number"] {
	width: 100px;
	height: 32px;
	border: none;
	text-align: center;
	font-size: 16px;
	background: transparent;
	outline: none;
}
.quantity-input input[type="number"] {
	-moz-appearance: textfield;
}
.quantity-btn {
	width: 32px;
	height: 32px;
	background: var(--primary-color);
	border: none;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	transition: background 0.2s;
	border-radius: 50%;
}
.quantity-btn:hover {
	background: var(--primary-color);
	opacity: 0.8;
}
/*****Checkout Page End*****/



/****Thank You Page Start****/
.thank-card {

	padding-top: 100px;
	padding-bottom: 100px;
}

.thank-card-inr {
	padding: 50px 20px;
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align: center;
	background: #fff;
}

.thank-check-icn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #29bf6c;
	color: #fff;
	display: inline-block;
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 58px;
}

.thank-card-inr h4 {
	font-size: 44px;
	margin-bottom: 6px;
}

/****Thank You Page End****/


/***User Address Page Start***/

.user-address .address-box {
	height: 100%;
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user-address .address-box.add-new {
	cursor: pointer;
	color: #000;
}
.user-address .address-box.checked {
	border-color: #f6c101;
}
.user-address .address-box h3 {
	margin-bottom: 15px
}

.user-address .address-box .plus-icon {
	padding: 10px;
	background-color: var(--primary-color);
	border-radius: 100px;
	color: #fff;
}

.user-address .address-box .plus-icon svg {
	width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
	height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
	stroke: #fff
}

.user-address .address-box .radio-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.user-address .address-box .option-wrap {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}


.user-address .address-box .option-wrap .edit,
.user-address .address-box .option-wrap .delet {
	cursor: pointer
}

.user-address .address-box .option-wrap .edit svg, .user-address .address-box .option-wrap .delet svg {
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	/* stroke: #767676; */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	stroke: #000;
}
.user-address .address-box .option-wrap .edit svg:hover, 
.user-address .address-box .option-wrap .delet svg:hover {
	stroke: #7b7b7b;
}

.user-address .address-box .address-detail {
	padding: 0 25px;
	margin-top: 18px;
	margin-bottom: -3px;
}

.user-address .address-box .address-detail p {
	margin-bottom: 5px
}

.user-address .address-box .address-detail>span {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.user-address .address-box .address-detail ul {
	margin-top: 15px;
	list-style: disc;
	padding-left: 19px
}


.user-address .address-box .address-detail ul li {
	font-size: 16px;
	color: #262834;
	display: list-item
}

.user-address .address-box .address-detail .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px
}

.user-address .radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.user-address .badges.badges-theme {
	background-color: green;
	color: #fff;
	border: none;
	font-size: 12px;
}

.user-address .badges.badges-pill {
	padding: 3px 10px;
	border-radius: 100px;
}

.user-address .radio-box input[type="radio"] + .radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #000;
	cursor: pointer;
}

.user-address .radio-box input[type="radio"] + .radio-label::before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid #f6c101;
	display: inline-block;
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.user-address .radio-box input[type="radio"]:checked + .radio-label::before {
	background-color: #f6c101;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.user-address .radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #f6c101;
}

.user-address .radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: var(--primary-color);
	background: #363636;
}

.user-address .radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: var(--primary-color);
	border: 0px;
	color: #000;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.modal-header.border-0 {
	background: #f4f4f4;
}
/**User Address Page End**/

/****User Payment Page Start****/
.user-payment .radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.user-payment .badges.badges-theme {
	background-color: var(--primary-color);
	color:var(--primary-color);
	border: 1px solid var(--primary-color);
	font-size: 14px;
}

.user-payment .badges.badges-pill {
	padding: 3px 10px;
	border-radius: 100px;
}

.user-payment .radio-box input[type="radio"]+.radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #262834;
	cursor: pointer;
}

.user-payment .radio-box input[type="radio"]+.radio-label:before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.user-payment .radio-box input[type="radio"]:checked+.radio-label:before {
	background-color: var(--primary-color);
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.user-payment .radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: var(--primary-color);
}

.user-payment .radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: var(--primary-color);
	background: #363636;
}

.user-payment .radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}
.checkout .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.payment-section .accordion .accordion-item {
	background-color: #fff !important;
	line-height: 23px;
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 10px;
}

.payment-section .accordion .accordion-item:not(:first-of-type) {
	margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col {
	border: #f0f3f8;
	background-color: rgba(229, 229, 229, 0.3);
	padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 5px;
	font-weight: 600;
	color: #767676;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.payment-section .accordion .accordion-button {
	background: #0000 !important;
	box-shadow: none !important;
	font-weight: 500;
}

.payment-section .accordion-button:not(.collapsed) {
	color: #000;

}
.payment-section .accordion-button:focus {
	border-color: #0000 !important;
	box-shadow: none !important;
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col .payment-card {
	width: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
	height: auto;
	margin-left: auto;
}

.payment-section .accordion .accordion-item .accordion-body .radio-box label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/****User Payment Page End****/



/****Menu Page Start****/

.menu-hd {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.menu-sec .custom_nav .nav-link.active,
.menu-sec .custom_nav .show > .nav-link {
  color: #000 !important;
  background-color: var(--primary-color) !important;
}

.menu-sec .custom_nav .nav-link {
	color: var(--text-color);
	padding: 12px 13px;
	font-weight: 500;
	margin: 5px 10px;
	background: transparent !important;
	border-radius: 30px !important;
	border: 1px solid var(--primary-color) !important;
	width: auto !important;
}

.menu-sec .custom_nav .nav-link:hover {
  background: var(--primary-color) !important;
  color: #000 !important;
}
.menu-sec .menu_img_wrp {
	border-radius: 8px;
	overflow: hidden;
	max-height: 200px;
}
.menu-sec .menu_img_wrp img {
	width: 100%;
}
.menu-sec .card-title {
	font-weight: 500;
}
.menu-sec .price {
	font-size: 18px;
	color: var(--primary-color);
}
.menu-sec .card-text{
	color:rgba(0, 0, 0, 0.54);
	font-size: 14px;
}
/****Menu Page End****/




/****Cart page Start****/

.cart-section-new .cart-summary-card {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.cart-section-new .cart-item-card {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.cart-section-new .cart-remove {
	color: red;
	transition: all .2s ease-in-out;
}
.cart-section-new .cart-remove:hover {
	color: red;
	transform: rotate(10deg);
}
.cart-section-new .quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: #fafafa;
	min-width: 140px;
	justify-content: space-between;
}
.cart-section-new .quantity-btn {
	background: var(--primary-color);
	border: none;
	width: 32px;
	height: 32px;
	font-size: 1.2rem;
	color: #000;
	cursor: pointer;
	transition: background 0.2s;
}
.cart-section-new .quantity-btn:hover {
  background: var(--primary-color);
  color: #000;
}
.cart-section-new .quantity-input input[type="number"] {
	width: 70px;
	border: none;
	text-align: center;
	background: transparent;
	font-weight: 600;
	color: #222;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.cart-img {
	max-width: 150px;
	width: 150px;
	overflow: hidden;
	max-height: 150px;
	height: 150px;
	border-radius: 8px;
}
.cart-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/****Cart page ennd****/



.pagination-card .active > .page-link, .pagination-card .page-link.active {
	background-color: var(--primary-color);
	border-color: var(--primary-color) !important;
   color: #000;

}
.pagination-card .page-link{
    color:#000;
}
.pagination-card .page-link:hover {
	color: #000;
	background-color:var(--primary-color);
}
.pagination-card .page-link:focus {
	z-index: 3;
	color: #000;
	background-color: var(--primary-color);
	outline: 0;
	box-shadow: none;
}

/***Menu Slide Start***/
.menu-slide {
	border-radius: 12px;
	overflow: hidden;

	display: block;
	color: #000;
	margin: 8px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.menu-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu-dis {
	padding: 14px 14px;
	background: #fff;
}
.menu-tag-ftr {
	margin-top: 14px;
}
.menu-dis h4{
	font-size: 20px;
	font-weight: 500;
}
.menu-dis h4 a{
	display: block;
	color: #000;
	transition: all .5s ease-in-out;
}
.menu-dis h4 a:hover{
	color: var(--primary-color);
}
.menu-dis p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.54);
	margin-bottom: 5px;
	line-height: 24px;
}
.menu-img {
	max-height: 220px;
	overflow: hidden;
}

.menu-price {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
}
.top-menu {
	background: #f8f8f8;
}

.menu-add {
	display: inline-block;
	border: 1px solid var(--primary-color);
	padding: 7px 12px;
	font-size: 14px;
	border-radius: 6px;
	background: var(--primary-color);
	color: #000;
	transition: all .5s ease-in-out;
}
.menu-add:hover{
	background: transparent;
	color: var(--primary-color);
}


.error{
	color:red;
}
/***Menu Slide End***/