/* =====================================
Template Name: Food
Author Name: 
Description: 
Version:	1.0
========================================*/

/*======================================
[ CSS Table of contents ]
* Header CSS
* Hero Area CSS
* Popular Food CSS
* Why Choose CSS
* Food Tab CSS
* Call To Action CSS
* Food Tab CSS
* Count Down Area CSS
* Testimonial CSS
* Recommendations CSS
* Blog CSS
========================================*/

/*======================================
	Topbar Area
========================================*/
.topbar-area {
	background: #f5f5f5;
	padding: 10px 0px;
	position: relative;
}

.topbar-left-inner {
	padding-top: 5px;
}
.topbar-left li b {
	margin-right: 10px;
	font-weight: 600;
}
.topbar-left li {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	border-right: 1px solid #41648854;
	padding-right: 12px;
	position: relative;
	margin-right: 12px;
}
.topbar-left li,
.topbar-left li a {
	color: var(--black);
}
.topbar-left li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.topbar-left li i {
	color: #f07230;
	margin-right: 8px;
	font-size: 18px;
}
.topbar-right {
	text-align: right;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}
.topbar-right li {
	background: #fff;
	border-radius: 3px;
	display: inline-flex;
	margin-right: 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #fafcff;
	padding: 6px 9px;
	box-shadow: 0px 0px 6px #0000000d;
	border: 1px solid #ccccccba;
	z-index: 1000;
	position: relative;
}
.topbar-right li a,
.topbar-right li {
	color: var(--black);
	font-size: 500;
	font-weight: 500;
	font-size: 14px;
}
.topbar-right li:last-child {
	margin: 0;
}
.topbar-right li.topbar-language {
	background: var(--black) !important;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0 15px;
	height: 100%;
}
.topbar-right li i {
	color: #f07230;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 8px;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.topbar-language .nice-select {
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px !important;
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
	height: inherit;
	padding-right: 18px;
}
.topbar-language .nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 9px;
	width: 9px;
	right: 0;
	top: 50%;
	transform: rotate(45deg);
}
.topbar-language .nice-select.trans_lang.open::after {
	transform: rotate(225deg);
}
.nice-select .list {
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -11px;
	z-index: 9;
	background: #ffffff;
	box-shadow: 16px 10px 48px rgba(6, 52, 98, 0.14);
	border-radius: 0;
	width: 165px;
	margin-top: 10px;
}
.topbar-language .nice-select .option {
	list-style: none;
	min-height: 40px;
	outline: none;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	background: transparent;
	color: #393e46;
	margin: 0;
	padding: 0px 15px;
	border-radius: 0;
}
.topbar-language .nice-select .option:hover {
	background: #063462;
	color: #fafcff !important;
}
.topbar-language .nice-select .option.selected {
	color: #f07230;
}
.accounts-top-btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accounts-signin-top-form {
	background: #ffffff;
	box-shadow:
		0px 0px 0px 2px #06346224,
		16px 16px 48px rgba(6, 52, 98, 0.3);
	width: 320px;
	padding: 30px;
	position: absolute;
	z-index: 999;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translateY(-20px);
	top: 48px;
}
.accounts-top-btn .accounts-signin-top-form.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.accounts-signin-top-form::before {
	position: absolute;
	content: "";
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 15px solid #fff;
	top: -14px;
	right: 60px;
}
.a-top-signin-title {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 38px;
	color: #063462;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.a-top-signin-title::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #00a347;
	bottom: 0;
}
.accounts-signin-inner {
	text-align: left;
}
.accounts-signin-inner .form-group {
	margin-bottom: 20px;
}
.accounts-signin-inner .form-group label {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #393e46;
	margin-bottom: 10px;
	margin-left: 15px;
}
.accounts-signin-inner .form-group input {
	width: 100%;
	background: #ffffff;
	border: 1px solid rgba(6, 52, 98, 0.16);
	box-sizing: border-box;
	border-radius: 4px;
	height: 50px;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #393e46;
	font-weight: 400;
}
.accounts-signin-inner .form-group a {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #555;
	margin-top: 20px;
	display: block;
	text-align: right;
}
.accounts-signin-btn {
}
.accounts-signin-btn .theme-btn {
	width: 100%;
	border: none;
	background: var(--primary);
	padding: 15px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
}
.accounts-signin-btn {
	margin-bottom: 15px;
}
.accounts-signin-bottom {
	text-align: center;
}
.accounts-signin-bottom p {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #393e46;
	margin-bottom: 10px;
}
.accounts-signin-bottom .theme-btn {
	background: var(--black);
	border-radius: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	padding: 11px 30px;
	display: inline-block;
}
.accounts-signin-bottom .theme-btn:hover {
	background: var(--secondary);
	color: var(--black);
}
/*======================================
	End Topbar Area
========================================*/

/*======================================
	* Header CSS
========================================*/
.navbar-area {
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #fff;
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	top: 0;
}

.navbar-expand-lg .navbar-nav {
	margin-left: auto;
}

.nav-inner {
	/*! position: relative; */
}
.nav-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*===== NAVBAR =====*/
.navbar-area {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background: var(--black);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	padding: 0;
}

.navbar-area.sticky {
	position: fixed;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	animation: fadeInDown 1s both 0.2s;
	padding: 0px 0;
	border: none;
	z-index: 999;
}
.navbar {
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	max-width: 100px;
}
.mobile-menu-btn {
	padding: 0px;
	margin-top: 10px;
}

.mobile-menu-btn:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}
.span-dot {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -15px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
}
.header .navbar .nav-item a:hover .span-dot,
.header .navbar .nav-item a.active .span-dot {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.span-dot:before,
.span-dot:after,
.span-circle {
	content: "" "";
	background: #fff;
	bottom: 0;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	left: 0;
	position: absolute;
}
.span-dot:after {
	left: initial;
	right: -30px;
}
.span-circle {
	left: 12px;
	background: var(--secondary);
	width: 6px;
	height: 6px;
}
/* Right Bar */
.right-bar {
}
.cart-list-top li,
.cart-list-top a {
	color: #fff;
	position: relative;
}
.cart-list-top li {
	padding-right: 18px;
}
.cart-list-top li:last-child {
	padding-right: 0px;
}
.cart-list-top {
	display: flex;
	align-content: center;
	align-items: center;
}
.cart-list-top a:hover {
	color: #1bbc9b;
}
.cart-list-top li a {
	border: 1px solid #ffffffa8;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	line-height: 1;
	border-radius: 100%;
	font-size: 14px;
	padding: 3px 0px 0 1px;
}
.navbar-brand {
	margin-right: 60px;
}
.cart-list-top .count {
	position: absolute;
	top: -8px;
	right: -5px;
	background: var(--secondary);
	width: 16px;
	height: 16px;
	line-height: 1;
	padding-top: 1px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 12px;
	color: var(--black);
	border: 1px solid #fff;
}
.search-box-menu {
	position: absolute;
	bottom: -45px;
	right: 0;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 30%);
}
.search-box-menu input {
	width: 100%;
	/* height: 45px; */
	padding: 11px 16px;
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}
.search-box-menu button {
	border: none;
	outline: none;
	background: #293567;
	color: #fff;
	padding: 0 15px;
	border-radius: 0 5px 5px 0;
}
.navbar-expand-lg .navbar-nav {
	margin-left: auto !important;
}

.navbar-nav .nav-item {
	z-index: 1;
	position: relative;
	margin-left: 40px;
}

.navbar-nav .nav-item:first-child {
	margin: 0;
}

.navbar-nav .nav-item:hover a {
	color: #00a347;
}

.navbar-nav .nav-item a {
	font-size: 16px;
	color: #051441;
	position: relative;
	padding: 35px 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s ease-out 0s;
	position: relative;
	text-transform: capitalize;
}
.navbar-nav .nav-item a i {
	margin-left: 5px;
}
.navbar-nav .nav-item a::after {
	opacity: 0;
	visibility: hidden;
}
.navbar-nav .nav-item a::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 5;
	border: 8px solid #f5f5f5;
	border-radius: 0;
	border-bottom-color: transparent !important;
	width: auto !important;
	left: 50% !important;
	margin-left: -8px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 18px;
}

.navbar-nav .nav-item a.active::before {
	opacity: 1;
	visibility: visible;
	top: -4px;
}
.navbar-nav .nav-item:hover a:before {
	opacity: 1;
	visibility: visible;
	top: -4px;
}

.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover {
	opacity: 0.9;
}

.navbar-nav .nav-item a.dd-menu::after {
	content: "\ea69";
	font-family: icofont;
	position: absolute;
	right: 17px;
	font-size: 13px;
	top: 50%;
	margin-left: 5px;
	margin-top: 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height: 10px;
	margin-top: -5px;
}

.navbar-nav .nav-item:hover > .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.navbar-nav .nav-item .sub-menu {
	min-width: 220px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.5);
	position: absolute;
	top: 100% !important;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 10px 0;
	border-top: 4px solid #00a347;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
	padding: 9px 25px;
	color: #081828;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.navbar-nav .nav-item .sub-menu .nav-item a:before {
	display: none;
}

.navbar-nav .nav-item .sub-menu.left-menu {
	left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
	display: block;
}

.navbar-nav .nav-item .sub-menu ul li i {
}
.navbar-nav .nav-item .sub-menu .nav-item a .drop-icon {
	float: right;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu.third-menu {
	top: 0;
	margin: 0;
	position: absolute;
	top: -21px;
	margin-top: -39px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.navbar-nav .nav-item {
		margin: 0;
	}
	.navbar-nav .nav-item a::before {
		display: none;
	}
	.navbar-nav .nav-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 12px 12px;
	}
	.navbar-nav .nav-item .sub-menu .nav-item a:hover {
		background: #fff !important;
		color: #00a347 !important;
	}
	.navbar-nav .nav-item .sub-menu::after {
		display: none;
	}
}

.navbar-nav .nav-item .sub-menu > li {
	display: block;
	margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
	border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a,
.navbar-nav .nav-item .sub-menu > li:hover > a {
	color: #fff !important;
	background-color: #00a347 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
	font-weight: 400;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #222;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
	border: none;
}

.navbar-nav .nav-item .sub-menu > li > a:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #00a347;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* .navbar-nav .nav-item a {
		padding: 32px 0 !important;
	} */
	.header .search-form .form-control {
		width: 130px !important;
	}
	.header .search-form {
		margin-left: 30px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.navbar-nav .nav-item a {
		color: #051441;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}
	.navbar-nav .nav-item a::after {
		opacity: 1;
		visibility: visible;
	}
	/* .nav-inner {
		padding: 25px 0;
	} */
	.navbar-nav .nav-item .sub-menu > li.active {
		background: #fff !important;
		color: #00a347 !important;
	}
	.header.style3.navbar-area .header-social {
		display: none;
	}
	.navbar-nav .nav-item .sub-menu > li.active > a,
	.navbar-nav .nav-item .sub-menu > li:hover > a {
		color: #00a347 !important;
		background-color: #fff !important;
	}
}

/* Search Form */
.header .search-form {
	margin-left: 60px;
}

.header .search-form .form-control {
	display: block;
	width: 175px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 500;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	-webkit-transition:
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	height: 45px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #eee;
	font-size: 13px;
	color: var(--black);
	padding: 0px 20px;
	margin: 0 !important;
	border-right: none;
}

.header .search-form .form-control:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header .search-form .btn-outline-success {
	height: 45px;
	width: 50px;
	border: none;
	border-radius: 0 5px 5px 0;
	color: #081828;
	background-color: var(--secondary);
	text-align: center;
	line-height: 42px;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .search-form .btn-outline-success:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header .search-form .btn-outline-success:hover {
	border-color: transparent;
	color: #fff;
}

.mobile-cart-show {
	display: none;
}

@media only screen and (max-width: 767px) {
	.mobile-cart-show {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0px 0px 7px #00000054;
		z-index: 3333;
		padding: 10px 30px;
		display: block;
	}
	.mobile-cart-show ul {
		justify-content: center;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.single-cart-show a i {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background: var(--secondary);
		border-radius: 100%;
		margin-right: 5px;
	}
	.single-cart-show a:hover {
		opacity: 0.8;
	}
	.single-cart-show {
		text-align: center;
	}
	.single-cart-show a {
		color: var(--black);
	}
}

@media only screen and (max-width: 320px) {
	.single-cart-show a i {
		margin: 0;
	}
}
/*======================================
   End Header CSS
========================================*/

/*======================================
    Hero Area CSS
========================================*/
.hero-area {
	padding: 30px 0 80px;
}
.hero-area .hero-slider-head {
	position: relative;
}
.hero-slider {
	margin: 0;
}
.hero-slider-head .tns-controls {
	position: absolute;
	z-index: 9;
	display: block;
	right: 15px;
	bottom: 15px;
}
.hero-slider-head .tns-controls button {
	height: 42px;
	width: 42px;
	color: var(--black);
	line-height: 40px;
	background-color: var(--secondary);
	font-size: 20px;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	border: 0px solid #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px #0000003b;
}
.hero-slider-head .tns-controls button:last-child {
	margin: 0;
	padding: 0;
}
.hero-slider-head .tns-controls button:hover {
	color: var(--white);
	background-color: var(--black);
}
.hero-area .big-content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 511px;
	margin-top: 30px;
	position: relative;
}
.hero-area .big-content .inner {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 50%;
	background: #fffffffa;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgb(51 51 51 / 30%);
}
.hero-area .big-content .title {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.4;
}
.hero-area .big-content .title span {
	color: var(--primary);
	display: inline-block;
}
.hero-area .big-content .des {
	font-size: 16px;
}
.hero-area .big-content .button {
	margin-top: 40px;
	display: block;
}
.hero-area .big-content .button .btn {
	padding: 17px 34px;
	font-size: 15px;
	border-radius: 3px;
}
.hero-area .small-content {
	min-height: 240px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 30px;
	position: relative;
}
.hero-area .small-content .inner {
	padding: 20px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: end;
	background: rgb(51 51 51 / 35%);
}
.hero-area .small-content .title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.hero-area .small-content .title span {
	color: var(--primary);
}
.hero-area .small-content.dark .title {
	color: var(--white);
}
.hero-area .small-content.dark .title span {
	color: var(--white);
}
.hero-area .small-content .des {
}
.hero-area .small-content .button {
	margin-top: 10px;
	display: block;
}
.hero-area .small-content .button .btn {
	background: var(--primary);
	padding: 8px 20px;
	color: #fff;
	border: none;
	font-size: 13px;
}
.hero-area .small-content .button .btn:hover::before {
	background-color: #fff;
}
.hero-area .small-content .button .btn:hover {
	color: var(--black);
}
.hero-area .small-content.dark .button .btn {
	background-color: var(--primary);
	color: var(--white);
	border: none;
	padding: 10px 20px;
}
.hero-area .small-content.dark .button .btn::before {
	background-color: var(--white);
}
.hero-area .small-content.dark .button .btn:hover {
	color: var(--black);
}

/*======================================
    End Hero Area CSS
========================================*/

/*======================================
   Popular Food CSS
========================================*/
.popular__food {
	position: relative;
	padding-bottom: 80px;
}
.single-p-food {
	padding: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #eee;
	background: #00a34721;
}
.single-p-food:hover {
	border-color: var(--primary);
}
.s-food-title a {
	font-size: 18px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.s-food-title a:hover {
	color: var(--primary);
}
.s-food-price {
	color: var(--primary);
	font-weight: 600;
	font-size: 16px;
}
.food-text {
	width: calc(100% - 90px);
}
.s-food-price span {
	color: #777;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 3px;
}
.s-food-image {
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
}
.s-food-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.p-slide-active {
	margin-bottom: 10px;
}

.p-slider-head {
	position: relative;
}
.popular-food-slider {
	margin: 0;
}
.popular__food .tns-controls {
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 9;
}
.popular__food .tns-controls button {
	height: 40px;
	width: 40px;
	color: var(--black);
	line-height: 40px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.popular__food .tns-controls button:hover {
	color: var(--white);
	background-color: var(--primary);
	border-color: transparent;
}
.popular__food .tns-controls button:last-child {
	margin: 0;
}
/*======================================
    End Popular Food CSS
========================================*/

/*======================================
   Food Tab CSS
========================================*/
.food-tab-main {
	background-color: var(--gray);
	padding-top: 120px;
}
.food-tab-main .nav {
	border: none;
	margin-bottom: 30px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.food-tab-main .nav li {
	border: none;
	margin-right: 12px;
}
.food-tab-main .nav li:last-child {
	margin-right: 0;
}
.food-tab-main .nav li button {
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid #eee;
	background-color: var(--white);
	color: var(--black);
	font-weight: 500;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.food-tab-main .nav li button:hover {
	color: var(--primary);
}
.food-tab-main .nav li button.active {
	background-color: var(--primary);
	color: var(--white);
	border-color: transparent;
}
.food-tab-main .nav li button i {
	font-size: 18px;
}
.food-tab-main .tab__content__head {
}
.food-tab-main {
}
.single-popular-product {
	text-align: center;
	background-color: var(--white);
	box-shadow: var(--shadow-3);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}
.single-popular-product .image {
	overflow: hidden;
	position: relative;
}
.single-popular-product .image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	z-index: 9;
}
.single-popular-product:hover .image::before {
	opacity: 0.8;
	visibility: visible;
}
.single-popular-product .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-popular-product:hover .image img {
	transform: scale(1.1);
}
.single-popular-product .rating-main {
	margin-bottom: 10px;
}
.single-popular-product .single-item-text {
	padding: 20px;
	text-align: left;
	position: relative;
	text-align: center;
}
.single-popular-product.list .single-item-text {
	padding-left: 10px;
	text-align: left;
}
.single-popular-product .single-item-text h3.single-item-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.single-popular-product .single-item-text p {
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
a.soldout {
	pointer-events: none;
}
.single-popular-product .single-item-title {
	text-transform: capitalize;
}
.single-popular-product .single-item-title a {
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.6;
}
.single-popular-product .single-item-title a:hover {
	color: var(--primary);
}
.single-item-price {
	font-weight: 600;
	font-size: 16px;
	color: var(--black);
	/* background-color: var(--secondary); */
	/* display: inline-flex; */
	/* align-items: center; */
	/* position: absolute; */
	/* justify-content: center; */
	/* top: -45px; */
	/* left: 0; */
	/* right: 0; */
	/* margin: 0 auto; */
	/* width: 90px; */
	/* min-height: 90px; */
	/* line-height: 1; */
	/* padding: 0; */
	/* border-radius: 100%; */
	/* border: 2px solid #fff; */
	/* z-index: 333; */
	/* box-shadow: -2px 2px 5px #00000024; */
	margin-top: 15px;
}
h4.single-item-price del {
	font-size: 13px;
	font-weight: 500;
	color: #ff0000;
}
.single-item-price b {
	font-weight: 400;
	font-size: 16px;
}
.product-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	/* margin-left: -65px;
	margin-top: -19px; */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 101;
}
.single-popular-product:hover .product-overlay {
	opacity: 1;
	visibility: visible;
}
.single-popular-product .btn {
	background: var(--primary);
	color: #fff;
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 1;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 0 0;
}
.single-popular-product .btn:hover {
	background: #fff !important;
	color: #282828 !important;
}
.activewishlist {
	background: #fff !important;
	color: #282828 !important;
}
.single-popular-product .view {
	margin-left: -4px;
	margin-right: 0;
}

.rating-main {
	margin-top: 10px;
}
.rating-main .rating {
	display: inline-block;
}
.rating-main .rating li {
	display: inline-block;
	margin-right: -1px;
}
.rating-main .rating li .star {
	color: yellow;
}
.rating-main .total-review {
	font-size: 13px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
	color: white;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
.rating-main .total-review:hover {
	color: white;
}

.count-down.section .rating-main .total-review {
	display: none;
}

.single-popular-product .single-item-bottom {
	padding-bottom: 25px;
}
.single-popular-product .quntity-input {
	padding: 0 0 0 14px !important;
}
.single-popular-product.list .single-item-bottom {
	padding-left: 0;
}
.cart-button {
	width: 100%;
	text-align: center;
}
.single-popular-product .single-item-bottom .cart-button a {
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 15px;
	background: #f7f7f7;
	padding: 3px 20px;
	border: 1px solid #3333331c;
	display: inline-block;
	border-radius: 30px;
}
.single-popular-product .single-item-bottom .cart-button a:hover {
	color: var(--white);
	border-color: transparent;
	background-color: var(--primary);
}
.quantity-main.boxed-quantity {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 0px;
}

.quantity-main.boxed-quantity .quantity {
	margin-right: 15px;
}
.quantity-main.boxed-quantity .quntity-input {
	padding: 0;
}
.quantity-main.boxed-quantity .sp-quantity {
	border-radius: 0px;
}

.single-popular-product.list-style {
	display: flex;
	/* align-items: center;
	text-align: left; */
}
.single-popular-product.list-style .image {
	flex-basis: 40%;
	max-height: 210px;
}
#nav-list .single-item-title {
	margin: 0 0 10px;
}
#nav-list p {
	margin-bottom: 20px;
}
#nav-list .cart-button {
	width: auto;
}
#nav-list .cart-button a.add_to_cart {
	background-color: var(--primary);
	color: var(--white);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 30px;
	height: 40px;
}
#nav-list .cart-button a.add_to_cart:hover {
	background-color: var(--black);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.single-popular-product.list-style .single-item-price {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
}
.single-popular-product.list-style .single-item-title {
	margin: 0;
}
.single-popular-product.list-style .single-item-text {
	text-align: left;
	/* max-width: 33%; */
	flex-basis: 60%;
}

/* .single-popular-product.list-style .image {
	width: 42%;
} */

/*======================================
    End Food Tab CSS
========================================*/

/*======================================
    Call To Action CSS
========================================*/
.call-to-action {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 9;
}
.call-to-action .container {
	position: relative;
	z-index: 99;
}
section.call-to-action::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(51 51 51 / 30%);
}
.call-action-title {
	font-weight: 700;
	color: var(--white);
	font-size: 50px;
}
.call-action-title span {
	color: var(--white);
	background: var(--primary);
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 45px;
}
.call-action-sub-title {
	color: var(--white);
	font-size: 22px;
	margin-top: 15px;
}
.call-action-des {
	margin-top: 10px;
	color: var(--white);
}
.call-action-button {
	margin-top: 30px;
}
/*======================================
    End Call To Action CSS
========================================*/

/*======================================
    Count Down Area CSS
========================================*/
.count-down {
	background-color: var(--gray);
	padding-bottom: 70px;
}
.count-down .box-head {
	text-align: right;
}
.count-down .box-head .box {
}
.count-down .box-head .box {
	border: 1px solid #eee;
	padding: 20px 5px;
	border-radius: 4px;
	width: 20%;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	background: var(--secondary);
}
.count-down .box-head .box:last-child {
	margin: 0;
}
.count-down .box-head .box h1,
.count-down .box-head .box h2 {
	color: var(--black);
}
.count-down .box-head .box h1 {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
}
.count-down .box-head .box h2 {
	text-align: center;
	padding-top: 2px;
	font-size: 13px;
	font-weight: 600;
}
.count-down .box-head .box:nth-child(2n + 1) {
	display:;
	background: var(--primary);
}
.count-down .box-head .box:nth-child(2n + 1) h1,
.count-down .box-head .box:nth-child(2n + 1) h2 {
	color: #fff;
}
.single-deal-main {
	margin-top: 40px;
}
.single-deal {
	background-color: var(--white);
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	box-shadow: var(--shadow-3);
}
.single-deal .image {
	overflow: hidden;
}
.single-deal .image a {
	display: block;
	height: 150px;
	width: 100%;
}
.single-deal .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-deal:hover .image img {
	transform: scale(1.1);
}
.single-deal .content {
	padding: 20px 25px 25px 0;
}
.single-deal .content h3 {
	margin-bottom: 10px;
}
.single-deal .content h3 a {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.single-deal .content h3 a:hover {
	color: var(--primary);
}
.single-deal .content .price {
	margin-top: 15px;
}
.single-deal .content .price h5 {
	font-size: 20px;
	font-weight: 500;
}
.single-deal .content .price h5 span {
	display: inline-block;
	color: #777;
	margin-left: 10px;
	position: relative;
}
.single-deal .content .price h5 span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 1px;
	width: 110%;
	background-color: #777;
}
/* Style 2s*/
.single-deal.style2 {
	padding: 20px;
}
.single-deal.style2 .image {
	padding: 20px;
}
.single-deal.style2 .content {
	background: var(--black);
	margin-top: 20px;
}
.single-deal.style2 .content h3 a,
.single-deal.style2 .content .price h5,
.single-deal.style2 .content .rating-main .total-review {
	color: #fff;
}
.single-deal.style2 img {
	max-width: 140px;
	border-radius: 100%;
	display: inline-block;
	background: var(--secondary);
	padding: 5px;
}
.single-deal.style2 {
	text-align: center;
	padding: 0;
	box-shadow: 0px 0px 15px #00000012;
}
.single-deal.style2 .content .rating-main .rating li i {
	text-align: center;
	padding: 0;
	color: var(--secondary);
}
/*======================================
    End Count Down Area CSS
========================================*/
.shopping-list {
	position: relative;
	width: 100%;
	/* height: 55%; */
	/* overflow-y: scroll; */
}
.shopping-list li.cart_item:last-child {
	border: none;
}
.shopping-item {
	position: fixed;
	right: 0;
	width: 340px;
	background: #fff;
	padding: 20px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
	z-index: 99;
	z-index: 999999;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	border-top: 5px solid var(--primary);
	overflow-y: scroll;
}
.shopping-item.active {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.dropdown-cart-header span {
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
}
.dropdown-cart-header a {
	background: var(--primary);
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	color: #fff !important;
}
.dropdown-cart-header .close-button a {
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	background: #00a046;
	color: #fff;
}
.shopping-item.active .dropdown-cart-header i {
	padding: 2px 0 0 0;
}
.dropdown-cart-header .close-button a:hover {
	background: var(--primary);
	color: #fff !important;
}
.dropdown-cart-header {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc9e;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.shopping .dropdown-cart-header {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.header .shopping .dropdown-cart-header span {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}
.shopping .dropdown-cart-header a {
	float: right;
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}
.shopping .dropdown-cart-header a:hover {
	color: #f7941d;
}
.shopping-list li.cart_item {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.shopping-list li .remove {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	height: 18px;
	width: 18px;
	line-height: 1;
	text-align: center;
	background: #f5f5f5;
	color: #222;
	border-radius: 50%;
	font-size: 18px;
	transition: all 0.3s ease;
}
.shopping-list li .remove:hover {
	color: #00a046 !important;
	transition: all 0.3s ease;
}
.shopping-list .cart-img {
	float: right;
	border: 1px solid #ededed;
	overflow: hidden;
	border-radius: 100%;
}
.shopping-list .cart-img img {
	border-radius: 100%;
	border: 3px solid #cccccc6b;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
}
.shopping-list .cart-img:hover img {
	transform: scale(1.09);
}
.shopping-list .quantity {
	display: none;
}
.shopping-item-inner .cart_item .cart-single-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.shopping-item-inner .cart_item .cart-single-main .cart-top a {
	width: 60px;
	height: 60px;
}
.shopping-list .quantity {
	line-height: 22px;
	font-size: 13px;
	margin-right: 10px;
	color: #666;
}
.quantity-main {
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	margin-top: 5px;
}
.shopping-list h4 {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
.shopping-list h4 span {
	font-size: 14px;
	font-weight: 400;
	color: #555;
}
.shopping-list h4 a {
	font-weight: 600;
	font-size: 16px;
	color: var(--black);
}
.shopping-list h4 a:hover {
	color: #f7941d;
}
/* .shopping-list .sp-quantity .quntity-input {
	padding: 0;
	height: 26px;
} */

.cart-top {
	max-width: 25%;
}
.shopping-item .bottom-top {
	position: related-post;
}
.shopping-item .bottom {
	text-align: center;
	bottom: 0;
	width: 100%;
}
.shopping-item .total {
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc91;
	padding-top: 15px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.shopping-item .total span {
	text-transform: uppercase;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	float: left;
}
.shopping-item .total .total-amount {
	float: right;
	font-size: 14px;
	background: var(--primary);
	color: #fff;
	padding: 10px;
	display: inline-block;
	border-radius: 30px;
}
.shopping-item .bottom .btn {
	background: var(--secondary);
	padding: 10px 20px;
	display: block;
	color: var(--black);
	margin-top: 10px;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
}
.shopping-item .bottom .btn:hover {
	background: #f7941d;
	color: #fff;
}
.shopping-item .bottom .btn.primary {
	background: var(--primary);
	color: #fff;
}
.cart-single-main {
	display: flex;
	justify-content: space-around;
	padding-bottom: 15px;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
}
.cart-sidebar {
	position: fixed;
	right: 0;
	top: 30%;
	background: var(--primary);
	color: #fff;
	width: 110px;
	text-align: center;
	padding: 15px 10px;
	border-radius: 15px 0 0 15px;
	box-shadow: 0px 0px 15px #00000030;
	z-index: 99;
	cursor: pointer;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}
.cart-sidebar:hover {
	transform: translateY(0px);
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
	background-color: var(--black);
	padding-bottom: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.testimonials::before {
	content: "";
	position: absolute;
	left: 0t;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.8;
}
.testimonial-slider {
	margin: 0;
}

.single-testimonial {
	text-align: center;
	margin: 10px 3px 0 3px;
}

.single-testimonial .text {
	padding: 40px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	border-top: 3px solid var(--primary);
}

.testi-author img {
	height: 80px;
	width: 80px;
	display: block;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 2px solid #fff;
}
.testi-author .image {
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
.testi-author .image .quote-icon {
	position: absolute;
	top: -5px;
	left: 52%;
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	background-color: var(--secondary);
	color: var(--white);
	display: inline-block;
}
.single-testimonial:hover .testi-author img {
	border: 5px solid var(--primary);
}

.testi-author .name {
	font-size: 17px;
	font-weight: 600;
	margin-top: 20px;
	color: #fff;
}
.testi-author .name span {
	font-size: 13px;
	display: block;
	font-weight: 400;
	margin-top: 4px;
	color: #fff;
}
.testimonials .tns-nav {
	text-align: center;
	position: absolute;
	bottom: 106px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	left: 50%;
	z-index: 9;
}
.testimonials .tns-nav button {
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	border: none;
	margin: 0px 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonials .tns-nav button:hover {
	background-color: var(--primary);
}
.testimonials .tns-nav button.tns-nav-active {
	width: 20px;
	background-color: var(--primary);
}
/*======================================
   End Testimonials CSS
========================================*/

/*======================================
   Start Recommendations CSS
========================================*/
.recommendations {
	background: var(--gray);
}

.single-recommendation {
	border-radius: 10px;
	-webkit-box-shadow: 0 0.5rem 2rem rgba(35, 38, 45, 0.15);
	-moz-box-shadow: 0 0.5rem 2rem rgba(35, 38, 45, 0.15);
	box-shadow: 0 0.5rem 2rem rgba(35, 38, 45, 0.15);
	margin-top: 30px;
	transition: all 0.3s ease;
}
.single-recommendation:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15);
	-moz-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15);
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15);
}

.single-recommendation .image {
	overflow: hidden;
	position: relative;
}

.single-recommendation .image .cat {
	font-size: 13px;
	background-color: var(--primary);
	color: #fff;
	padding: 2px 20px;
	border-radius: 30px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	top: 20px;
}

.single-recommendation .image img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}

.single-recommendation .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.single-recommendation .content {
	padding: 25px 30px;
	background-color: #fff;
	position: relative;
}
.single-recommendation.small {
	text-align: center;
}
.single-recommendation.small .content {
	padding: 20px 15px;
	padding-top: 20px;
	padding-right: 30px;
}
.single-recommendation.small .content ul {
	justify-content: left;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.single-recommendation.small ul li {
	border: none;
	padding: 0;
	margin: 0;
}
.single-recommendation.small .content .button .btn {
	left: 50%;
	margin-left: -20px;
}
.single-recommendation .content h2 {
	line-height: 40px;
}

.single-recommendation.small .content h2 {
	line-height: 28px;
}

.single-recommendation .content h2 a {
	font-size: 26px;
	font-weight: 600;
}

.single-recommendation.small .content h2 a {
	font-size: 18px;
	font-weight: 600;
}

.single-recommendation .content h2 a:hover {
	color: var(--primary);
}

.single-recommendation .content ul {
	margin-top: 15px;
	display: flex;
}
.single-recommendation .content ul li {
	display: block;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc9;
}

.single-recommendation .content ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.single-recommendation .content ul li i {
	display: inline-block;
	margin-right: 2px;
	color: var(--primary);
}

.single-recommendation .content .button {
	margin-top: 15px;
}

.single-recommendation .content .button .btn {
	color: #333;
	background-color: var(--secondary);
	height: 40px;
	width: 40px;
	line-height: 1;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	bottom: -20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 26px;
	padding: 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.single-recommendation .content .button .btn:hover {
	background-color: var(--black);
	color: var(--white);
}
.single-recommendation .content .button .btn::before {
	display: none;
}

.single-recommendation.style2 {
	padding: 30px 15px;
	text-align: center;
}
/* Recommendations Two */

.single-recommendation.style2 .image {
	border-radius: 100%;
	overflow: visible;
}
.single-recommendation.style2 .content h4 {
	font-size: 20px;
	margin: 10px 0;
}
.single-recommendation.style2 .content h4 a:hover {
	color: var(--primary);
}
.single-recommendation.style2 .image a {
	display: block;
}
.single-recommendation.style2 .image a img {
	width: 155px;
	height: 155px;
	border-radius: 10px;
	border-radius: 100%;
	border: 5px solid #bbb6;
	transform: none;
}
.single-recommendation.style2:hover .image a img {
	border-color: var(--primary);
}
.single-recommendation.style2 .content ul li {
	border: none;
	padding: 0;
	margin: 0;
}
.single-recommendation.style2 .content ul {
	margin-top: 5px;
	display: block;
}
.single-recommendation.style2 h2 a {
	font-size: 17px;
}
.single-recommendation.style2 h2 {
	line-height: 25px;
}
.single-recommendation.style2 .content {
	width: 100%;
	padding: 20px 0 0;
}
.single-recommendation.style2 .cat {
	background: #f7f7f7;
	color: var(--black);
	padding: 5px 20px;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #cccccc5e;
}
.single-recommendation.style2:hover .cat {
	background: var(--primary);
	color: #fff;
	border-color: transparent;
}
.single-recommendation.style2 .button {
	margin:;
	margin-top: 8px;
}
.single-recommendation.style2 .button .btn {
	transform: translateX(-20px);
	opacity: 0;
	visibility: hidden;
}
.single-recommendation.style2:hover .button .btn {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
/*======================================
   End Recommendations CSS
========================================*/

/*======================================
   Food Menu CSS
========================================*/
.food-menu {
	padding: 70px 0 100px;
}
.single-food-sidebar {
	margin-top: 30px;
}
.food-menu-top .title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.food-menu-top .title:before {
	content: "";
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #00a347;
	border-radius: 10px;
}

.food-menu-sidebar .title {
	font-size: 20px;
	margin-bottom: 20px;
}
.single-food-sidebar {
	background: #fff;
	padding: 25px;
	box-shadow: 0px 0px 15px #00000021;
	position: relative;
}
.single-food-sidebar.special-pd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00a347e0;
}
.special-product {
	z-index: 500;
	position: relative;
}
.special-product h2 a {
	color: #fff;
}

.special-product .s-food-price {
	font-size: 40px;
	color: #fff;
}
.special-product .s-food-price span {
	color: #eee;
	font-weight: 500;
}
.categories-widget.food ul li span {
	display:;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 5px;
	right: 5px;
}

.categories-widget ul li {
	margin-bottom: 10px;
}
.categories-widget ul li:last-child {
	margin-bottom: 0;
}
.categories-widget ul li a {
	font-size: 14px;
	padding: 0 45px 0 15px;
	height: 50px;
	background-color: #f3f5f7;
	display: block;
	position: relative;
	line-height: 50px;
	color: #181e4e;
	transition: all 0.3s ease-out 0s;
	font-weight: 500;
}
.categories-widget ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--black);
	color: #fff;
	transition: all 0.3s ease-out 0s;
}
.categories-widget ul li a:hover {
	background-color: var(--primary);
	color: #fff;
}
.categories-widget ul li a:hover span {
	background-color: var(--secondary);
}

.categories-widget ul li .active {
	background-color: var(--primary);
	color: #fff;
}
.categories-widget ul li .active span {
	background-color: var(--secondary);
}

.single-food-sidebar.special-pd {
	padding-top: 0px;
	text-align: center;
}
.single-food-sidebar.special-pd .title {
	background: #fff;
	color: var(--black);
	padding: 8px 25px;
	display: inline-block;
	border-radius: 0 0 10px 10px;
	z-index: 33;
	position: relative;
	font-size: 16px;
}
.special-product .sp-text {
	color: #fff;
	margin-bottom: 20px;
}
.special-product h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.call-action-button .btn {
	background: var(--secondary);
	color: var(--black);
}
.call-action-button .btn:before {
	display: none;
}
.call-action-button .btn:hover {
	background: #fff;
	color: var(--black);
}
/*======================================
   End Food menu CSS
========================================*/

/*======================================
   Start Shop Blog CSS
========================================*/
.shop-blog.grid .shop-single-blog {
	margin-top: 30px;
}

.shop-single-blog {
	text-align: left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 30px;
}

.shop-single-blog:hover {
	box-shadow: 0px 10px 10px #0000000a;
}

.shop-single-blog .image {
	overflow: hidden;
}
.shop-single-blog .image a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.shop-single-blog .image a img {
	width: 100%;
	height: 100%;
}

.shop-single-blog img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.shop-single-blog:hover img {
	transform: scale(1.1);
}

.shop-single-blog .content {
	padding: 30px 20px;
}
.shop-single-blog .content .title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}
.shop-single-blog .content .title a {
	color: var(--black);
}
.shop-single-blog .content .title:hover a {
	color: var(--primary);
}
.shop-single-blog .content .text {
	margin-top: 15px;
}

.shop-single-blog .content .date {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	color: var(--primary);
}
.shop-single-blog .content .date i {
	margin-right: 10px;
}
.shop-single-blog .content .button .btn {
	padding: 13px 25px;
}

.shop-single-blog .content .more-btn:hover {
	color: var(--primary);
}

.shop-single-blog .content .button {
	margin-top: 25px;
}

.shop-blog.blog-archive {
	padding: 70px 0 100px;
}
.shop-blog.blog-archive .shop-single-blog {
	margin-top: 30px;
}
.blog-middle-image {
	margin: 20px 0;
}
/*======================================
	End Blog CSS
========================================*/

/*======================================
    Login CSS
========================================*/
.login .form-head {
	padding: 50px;
	-webkit-box-shadow: 0px 0px 50px #00000014;
	box-shadow: 0px 0px 50px #00000014;
}

.login .form-head .title {
	font-size: 30px;
	line-height: 1.42;
	font-weight: 600;
	margin-bottom: 25px;
}

.login .form-head form .form-group {
	margin-bottom: 25px;
}

.login .form-head form .form-group label {
	display: block;
	margin-bottom: 0.5rem;
	color: #081828;
	font-size: 13px;
	font-weight: 500;
}

.login .form-head form .form-group input {
	width: 100%;
	min-height: 56px;
	padding: 3px 20px;
	color: #081828;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	outline: 0;
	background-color: #f5f5f5;
}

.login .form-head form .check-and-pass .form-check {
	float: left;
}

.login .form-head form .check-and-pass .form-check input {
	cursor: pointer;
}

.login .form-head form .check-and-pass .form-check label {
	cursor: pointer;
}

.login .form-head form .check-and-pass .lost-pass {
	float: right;
	color: #777;
	position: relative;
	top: -2px;
}

.login .form-head form .check-and-pass .lost-pass:hover {
	color: #00a347;
}

.login .form-head form .button {
	margin-top: 25px;
}

.login .form-head form .button .btn {
	width: 100%;
}

.login .form-head form .outer-link {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #081828;
	margin-top: 20px;
	text-align: center;
}

.login .form-head form .outer-link a {
	color: #00a347;
}

.login .form-head form .outer-link a:hover {
	text-decoration: underline;
}

/*======================================
   Start Shop Single CSS
========================================*/
.shop.single {
	background-color: var(--gray);
}
.shop.single .top-content {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--white);
	padding: 20px 30px 50px;
}
.single-item-des {
	margin-top: 30px;
	padding-left: 30px;
}
.shop.single .product-details-image {
	overflow: hidden;
	margin-top: 30px;
}
.shop.single .item-image img {
	width: 100%;
}
.product-details-image .product-image .single-product-image img {
	width: 100%;
}
.product-details-image .main-preview-image {
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}
.product-details-image .product-thumbs .single-thumbs {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
/* .product-details-image .product-thumbs .single-thumbs:first-child {
	margin-left: 0px;
} */
.product-details-image .product-thumbs .single-thumbs:last-child {
	margin-right: 0px;
}
.product-details-image .product-thumbs .single-thumbs a {
}
.product-details-image .product-thumbs .single-thumbs a img {
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 4px solid #eee;
	overflow: hidden;
	border-radius: 6px;
}
.product-details-image .product-thumbs .single-thumbs a.active img {
	opacity: 1;
	border-color: var(--primary);
}
.product-details-image .product-thumbs .slick-current .single-thumbs img {
	opacity: 1;
}
.single-item-des .short h4 {
	font-size: 25px;
	font-weight: 600;
	margin-top: -5px;
	line-height: 32px;
}

.single-item-des .short .description {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.single-item-des {
}

.single-item-des .total-review {
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
	color: #777;
}

.single-item-des .total-review:hover {
	color: var(--primary);
}

.single-item-des .rating {
	margin-top: 20px;
	display: inline-block;
}

.single-item-des .rating li {
	display: inline-block;
}

.single-item-des .rating li .star {
	color: #f1c40f;
}

.single-item-des .rating li.dark i {
	color: #f1c40f;
}

.single-item-des .price {
	font-size: 28px;
	color: #333;
	font-weight: 600;
	margin-top: 15px;
}

.single-item-des .price s {
	color: #333;
}

.single-item-des .price span {
	display: inline-block;
	margin-right: 15px;
	color: var(--primary);
}

.single-item-des .product-buy {
	margin-top: 20px;
	/* display: flex;
	align-items: center; */
}

.single-item-des .quantity {
	display: flex;
	margin: 0;
	align-items: center;
}

.single-item-des .quantity h6 {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}

.single-item-des .add-to-cart {
	display: inline-block;
	/* margin-top: 26px; */
}
.buy-action {
	margin-top: 30px;
}
.button.wishlist-button button.btn {
	padding: 5px 10px;
	font-size: 20px;
	background: var(--white);
	color: var(--black);
	border: 2px solid var(--black);
}
.button.wishlist-button button.btn:hover {
	color: var(--white);
	border-color: var(--white);
}
.sp-quantity.single-page .quntity-input {
	padding: 0;
}
.single-item-des .add-to-cart .btn {
	height: initial;
	line-height: initial;
	width: auto;
	padding: 12px 29px;
}

.single-item-des .add-to-cart .btn:hover {
	color: #fff;
	background: #333;
}

.single-item-des .add-to-cart .btn.min {
	padding: 0 20px;
	font-size: 17px;
	position: relative;
	top: 1px;
	line-height: 45px;
}

.single-item-des .cat {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-top: 10px;
}
.other-product-details {
	margin-top: 30px;
}
.single-item-des .cat a {
	display: inline-block;
	/* margin-left: 10px; */
	color: var(--black);
	/* background: var(--secondary); */
	/* padding: 5px 15px; */
	/* border-radius: 3px; */
}
.single-item-des .cat a:hover {
	color: var(--black);
}

.single-item-des .availability {
	color: #333;
	font-size: 14px;
	margin-top: 6px;
}

.product-inner-r {
	position: absolute;
	bottom: 5%;
	z-index: 333;
	padding: 20px;
	background: #fffffff0;
	width: 96%;
	left: 5px;
	text-align: center;
}
.product-inner-r h4 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 33px;
}
.product-inner-r h4:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 55px;
	height: 4px;
	background: var(--primary);
	bottom: 0;
	margin-left: -27.5px;
}
.product-inner-r .btn:hover {
	background: var(--primary);
}

.top-single-right {
	margin-left: 10px;
}
.top-s-title {
	display: flex;
	align-items: center;
}
.top-s-title span {
	background: var(--secondary);
	color: var(--black);
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 10px;
	min-width: 25px;
	min-height: 25px;
}
.addon-price {
	margin-top: 10px;
	font-weight: 600;
	color: var(--primary);
}
.addon-price .pr-tag {
	background: var(--primary);
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
	font-size: 10px;
	display: block;
	width: max-content;
	margin-top: 5px;
}

.top-right-img {
	position: relative;
}
.top-right-img .more-item {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #fff;
	color: var(--primary);
	width: 28px;
	line-height: 30px;
	text-align: center;
	border-radius: 0;
	height: 28px;
	border: 1px solid #2935678c;
	cursor: pointer;
}
.top-right-img .more-item:hover {
	color: var(--black);
	background: var(--secondary);
}

/* Order popup */

.order-popup {
	position: fixed;
	width: 100%;
	z-index: 1000000;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100vh;
	background: #fffffff0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.order-popup.active {
	opacity: 1;
	visibility: visible;
}
.order-popup-inner {
	position: relative;
	display: block;
	width: 600px;
	max-height: 660px;
	background: #fff;
	box-shadow: 0px 0px 15px #00000017;
	overflow: hidden;
	border: 0px solid #00a34759;
	border: 1px solid #cccccc82;
}
.close-pop {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 30px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	color: var(--black);
	cursor: pointer;
	background: var(--secondary);
	color: var(--black) !important;
	transition: all 0.3s ease;
}
.close-pop:hover {
	background: var(--primary);
	color: #fff !important;
}
.order-popup-head {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc7a;
}
.popup-title-desc h4 {
	font-size: 25px;
	margin-bottom: 10px;
}
.popup-title-desc {
	margin: 5px 20px;
	margin-top: 10px;
}
.popup-title-desc p {
	font-size: 13px;
}
.popup-inner-content {
	margin: 0 20px;
}
.popup-form-single-c {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc7d;
}
.popup-form-single-c:last-child {
	margin: 0;
	border: none;
}
.product-availity .nice-select .list {
	width: 100%;
	z-index: 3333333;
	border: 1px solid #cccccc9e;
	left: 0px;
	margin: 0;
	background: var(--black);
}
.product-availity .nice-select .list li {
	color: #ccc;
	font-weight: 400;
	line-height:;
	padding:;
}
.popup-form-single-c.pp-bottom .quntity-input {
	padding: 0;
	background: #fcfcfc;
}
.product-availity .nice-select .list .option:hover {
	background: var(--primary);
	color: #fff;
}
.sp-quantity {
}
.popup-form-single-c.pp-bottom {
}
.popup-form-single-c.pp-bottom .sp-quantity {
	width: 27%;
	display: inline-block;
	display:;
	margin-top: 9px;
	top: 15px;
	margin-right: 10px;
}
.pp-quantity-cart {
	text-align: center;
}
.top-pp-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.popup-inner-title {
}
.popup-title {
	font-size: 16px;
	margin-bottom: 5px;
}
.popup-inputs select,
.popup-inputs textarea {
	box-shadow: 0px 0px 5px #00000012;
	resize: none;
}
.popup-inputs textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #cccccc8c;
}
.popup-inputs {
	line-height: 30px;
}
.popup-inner-title.no-border {
	border: none;
}
.popup-inner-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc9;
}

.product-availity select {
	width: 100%;
}
.product-availity .nice-select {
	width: 100%;
	line-height: initial;
	height: initial;
	padding: 0px 20px;
	border-radius: 3px;
	border: 1px solid #cccccca1;
}

.order-popup .cart-button {
	display:;
	background: var(--primary);
	color: #fff;
}
.order-popup .cart-button a {
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	background: var(--primary);
	border-radius: 30px;
}
.order-popup .cart-button a:hover {
	background: var(--secondary);
	color: var(--black);
}
.order-popup .cart-button {
	display:;
	background: transparent;
	width: auto;
	display: inline-block;
}
/* Product Tab */
.shop.single .product-info {
	margin-top: 50px;
	padding: 40px;
	background-color: var(--white);
	border: 1px solid #eee;
	border-radius: 10px;
}

.shop.single .nav-tabs {
	border: none;
	border-bottom: 3px solid var(--primary);
}
.tab-img {
	background: #f7f7f7;
	padding: 15px;
	margin-top: 30px;
}
.shop.single .nav-tabs li {
	margin-right: 10px;
	margin-bottom: 1px;
}
.shop.single .nav-tabs li:last-child {
	margin-right: 0;
}

.shop.single .nav-tabs li button {
	border: 0px solid;
	border-radius: 0px;
	background: #fff;
	color: #333;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.shop.single .nav-tabs li a i {
	margin-right: 10px;
}

.shop.single .nav-tabs li button.active,
.shop.single .nav-tabs li:hover button {
	background: var(--primary);
	color: #fff;
	border-color: transparent;
	border-radius: 0;
}

.shop.single .tab-single {
}

.single-des {
	margin-top: 30px;
}
.single-des h4 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 22px;
}

.single-des ul {
}

.single-des ul li {
	color: #555;
	display: block;
	margin-bottom: 12px;
	position: relative;
	padding-left: 25px;
	font-weight: 500;
}
.single-des ul li:last-child {
	margin: 0;
}
.single-des ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	height: 14px;
	width: 14px;
	background: var(--primary);
	border-radius: 50%;
	border: 4px solid #cccccc6b;
}
.shop.single .single-des p {
	font-size: 15px;
}
.shop.single .item-info {
	width: 100%;
}

.shop.single .item-info tbody {
}

.shop.single .item-info tbody tr {
}

.shop.single .item-info tbody td {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

.shop.single .item-info tbody strong {
}

.shop.single .ratting-main {
	margin-top: 40px;
}

.shop.single .avg-ratting {
	margin-bottom: 20px;
}

.shop.single .avg-ratting h4 {
	font-size: 18px;
	margin: 0;
}

.shop.single .avg-ratting h4 span {
	font-size: 14px;
}

.shop.single .single-rating {
	margin-bottom: 20px;
}

.shop.single .single-rating:last-child {
	margin: 0;
	border: none;
	padding: 0;
}

.shop.single .rating-author {
	float: left;
	margin-right: 10px;
	padding: 20px;
	padding-right: 10px;
}

.shop.single .rating-author img {
	width: 60px;
	border-radius: 5px;
	height: 60px;
}

.shop.single .rating-des {
	padding: 30px 30px 30px 100px;
	border-radius: 4px;
	border: 1px solid #eee;
}

.shop.single .rating-des .ratings {
	margin: 0;
}

.shop.single .rating-des h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.shop.single .ratting-main .single-rating ul {
}

.shop.single .ratting-main .single-rating ul li {
	display: inline-block;
}

.shop.single .ratting-main .single-rating ul li .star {
	color: #f1c40f;
	font-size: 14px;
}

.shop.single .review-inner label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.shop.single .review-inner .ratings {
	overflow: visible;
	display: inline-block;
	margin: 0;
}

.shop.single .review-inner .ratings ul {
	display: inline-block;
}

.shop.single .ratting-main .single-rating ul {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .ratings .rate-count {
	display: inline-block;
	color: #666;
	font-size: 13px;
}

.shop.single .comment-review {
	margin-bottom: 30px;
}

.shop.single .comment-review .add-review {
	margin-top: 30px;
}

.shop.single .comment-review .add-review h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}

.shop.single .comment-review .add-review p {
	color: #333;
}

.shop.single .comment-review h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 7px;
	margin-top: 20px;
}

.shop.single .comment-review .review-inner {
	margin-bottom: 15px;
	display: block;
}

.shop.single .comment-review .rating li {
	display: inline-block;
}

.shop.single .comment-review .rating li i {
	color: var(--primary);
	font-size: 14px;
}

.shop.single .rating-des p {
	margin-top: 5px;
}

.shop.single .avg-ratting h4 {
	font-size: 20px;
	color: #333;
}

.shop.single .avg-ratting {
}

.shop.single .form .form-group input {
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
	border-radius: 4px;
	margin-top: 10px;
}

.shop.single .form .form-group button {
	border: none;
	padding: 17px 50px;
}

.shop.single .form .form-group textarea {
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
	border-radius: 4px;
	margin-top: 10px;
}
.shop.single .rating-main .rating {
	margin: 0;
}
.shop.single .form .form-group label {
	color: #333;
	position: relative;
}

.shop.single .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 2px;
	font-size: 16px;
}
.shop.single .form .form-group.button {
	margin-top: 30px;
}

.shop.single .review-panel {
	margin-top: 35px;
}

.product-weight {
	margin-top: 20px;
}
.product-weight h6 {
	margin-bottom: 15px;
}
.single_weight {
	display: inline-block;
}
.product-weight .single_weight label {
	padding: 10px 20px;
	margin: 5px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
	background: #f7f7f7;
	color: #8d8884;
	line-height: 1.4;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: 1px;
	display: inline-block;
	border: 1px solid #cccccc82;
}
.product-weight .single_weight input {
	display: none;
}
.product-weight .single_weight.active label {
	background-color: var(--primary);
	color: #ffffff;
}

.main__title.s-title-single {
	font-size: 28px;
}
.product-more .tns-controls {
	z-index: 9;
	right: 15px;
	text-align: right;
	top: -58px;
	position: relative;
	margin-bottom: -58px;
}
.product-more .single-popular-product {
	border: 1px solid #cccccc54;
	display: table;
}
/* section.food-tab-main.section .single-item-bottom {
	margin-bottom: 50px;
} */
.product-more .tns-controls button {
	height: 42px;
	width: 42px;
	color: #fff;
	line-height: 40px;
	background-color: var(--primary);
	font-size: 20px;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	border: 0px solid #fff;
	position: relative;
	display: inline-block;
	margin-right: 8px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px #0000003b;
}
.product-more .tns-controls button:last-child {
	margin: 0;
	padding: 0;
}
.product-more .tns-controls button:hover {
	color: var(--white);
	background-color: var(--black);
}
/*======================================
   End Shop Single CSS
========================================*/

/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
	background: #fff;
}
.shopping-cart {
	background: #f6f6f6;
	padding: 80px 0;
}
.shopping-summery thead .main-hading {
	padding: 0px 50px;
}
.shopping-summery thead {
	background: var(--primary);
	color: #fff;
}
.shopping-summery thead tr th {
	border: none;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 15px;
	text-align: left;
}
.shopping-summery thead tr th i {
	margin-right: 2px;
}
.shopping-summery tbody .action a {
	color: var(--black);
}
.shopping-summery tbody tr {
	margin-top: 20px;
}
.shopping-summery tbody tr img {
	border-radius: 0;
	width: 90px;
	height: 90px;
	border-radius: 3px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 5px #00000017;
}
.shopping-summery tbody tr:last-child {
	border: none;
}
.shopping-summery tbody .product-name a {
	font-weight: 600;
	color: #282828;
	font-weight: 600;
	font-size: 17px;
}
.shopping-cart .table p {
	font-size: 14px;
	color: #666;
}
.shopping-summery tbody .product-name a:hover {
	color: #f7941d;
}
.shopping-summery tbody .product img {
	max-width: 70px;
	border-radius: 100%;
	max-height: 65px;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
.shopping-summery tbody .product:hover img {
	border-color: #f7941d;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.shopping-cart .border {
}
.shopping-cart .table .remove-icon {
	font-size: 16px;
}
.shopping-cart .table td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 15px;
}
.shopping-summery tbody .price {
	text-align: center;
}
.shopping-summery tbody .price span {
}
.shopping-cart tbody .qty .input-group {
	width: 175px;
	display: inline-block;
}
.shopping-cart .qty .button {
	display: inline-block;
	position: absolute;
	top: 0;
}
.shopping-cart .qty .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}
.shopping-cart .qty .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}
.shopping-cart .qty .button .btn {
	padding: 0;
	width: 44px;
	height: 47px;
	line-height: 50px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	border: none;
	font-size: 12px;
}
.shopping-cart .qty .button .btn:hover {
	color: #f7941d;
}
.shopping-cart .qty .button .btn::before {
	display: none;
}
.shopping-cart .qty .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 47px;
	border-radius: 0;
	overflow: hidden;
	padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
	text-align: center;
}
.shopping-summery tbody .total-amount span {
}
.shopping-summery tbody .action {
	text-align: center;
}
.shopping-summery tbody .action a:hover {
	color: #f7941d;
}
.shopping-cart .total-amount {
	margin-top: 20px;
}
.shopping-cart .total-amount .left {
}
/* .shopping-cart .total-amount .left .coupon {
	margin-top: 30px;
} */
.shopping-cart .total-amount .left {
	background-color: #fff;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 20%);
	padding: 30px;
}
.shopping-cart .total-amount .left .coupon form {
	width: 100%;
	display: inline-block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.shopping-cart .total-amount .left .coupon form input {
	width: 75%;
	display: inline-block;
	height: 45px;
	color: #333;
	padding: 0px 20px;
	border: none;
	box-shadow: 0px 0px 5px #0000000a;
	border: 1px solid #cccccc7a;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
}
.shopping-cart .total-amount .left .coupon form .btn {
	display: inline-block;
	height: 45px;
	/* margin-left: 4px; */
	font-weight: 500;
	background: var(--secondary);
	box-shadow: 0px 0px 5px #00000012;
	/* position: absolute; */
	/* right: 0; */
	border-radius: 0px 5px 5px 0;
	font-size: 14px;
	width: 25%;
	float: right;
	transition: 0.3s all ease-in-out;
}
.shopping-cart .total-amount .left .coupon form .btn:hover {
	background: var(--primary);
	color: var(--white);
	transition: 0.3s all ease-in-out;
}
.shopping-cart .total-amount .left label {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	margin-bottom: 10px;
}
.shopping-cart .total-amount .left .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
}
.shopping-cart .total-amount .left .checkbox label {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	position: relative;
}
.shopping-cart .total-amount .left .checkbox label:hover {
	cursor: pointer;
}
.shopping-cart .total-amount .left .checkbox label input {
}
.shopping-cart .total-amount .left .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.shopping-cart .total-amount .right {
}
.shopping-cart .total-amount .right ul {
}
.shopping-cart .total-amount .right ul li {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 12px;
}
.shopping-cart .total-amount .right ul li.last {
	padding-top: 20px;
	border-top: 1px solid #c8c8c87d;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}
.shopping-cart .total-amount .right ul li span {
	display: inline-block;
	float: right;
}
.shopping-cart .total-amount .button {
	margin-top: 30px;
	text-align: center;
}
.shopping-cart .total-amount .right ul li.last span {
	background: var(--secondary);
	color: #333;
	padding: 4px 10px;
	border-radius: 50px;
}
/* .shopping-cart .total-amount .right {
	margin-top: 20px;
} */
.shopping-cart .total-amount .right .btn {
	background: #fff;
	color: var(--black);
	padding: 12px 20px;
	margin-right: 10px;
	border-radius: 3px;
}
.shopping-cart .total-amount .right .btn:last-child {
	margin: 0;
}
.shopping-cart .total-amount .right .btn.primary,
.shopping-cart .total-amount .right .btn:hover {
	background: var(--primary);
	color: #fff;
}
.shopping-cart .total-amount .right .btn.primary:hover {
	color: var(--black);
}
.shopping-cart .total-amount .right .btn.primary:hover:before {
	background: #fff;
}
.sp-quantity {
	/* border-radius: 30px; */
	overflow: hidden;
	border: 1px solid #cccccc8c;
}
.sp-quantity button {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
	border: none;
	border-right: 1px solid #cccccc8c;
	z-index: 333;
	width: 34px;
	font-size: 20px;
	padding-bottom: 4px;
}
.sp-quantity button:last-child {
	border-right: 0px;
	border-left: 1px solid #cccccc8c;
}
.sp-quantity button a {
	color: var(--black);
	display: block;
}
.sp-quantity {
	position: relative;
}

.sp-quantity button.sp-plus.fff {
	left: auto;
	right: 0;
}
.sp-quantity .quntity-input {
	height: 40px;
	width: 110px;
	text-align: center;
	border: none;
	/* padding: 0 0 0 14px !important; */
}

/* Mobile Cart Page */
.cart-for-mobile {
	display: none;
}
.cart-for-mobile h2.accordion-header button {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: var(--primary);
	padding-right: 40px;
}
.boot5-accordion .accordion-item h2.accordion-header button {
	font-weight: 500;
	font-size: 16px;
	border: none;
	outline: none;
	box-shadow: none;
	background: #f4f4f4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.boot5-accordion .accordion-item:nth-child(even) h2.accordion-header button {
	background: #e9e9e9;
}
.boot5-accordion h2.accordion-header button::before,
.boot5-accordion button::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 14px;
	height: 2px;
	background: #6777ef;
}
.boot5-accordion button.collapsed::after {
	width: 2px;
	height: 14px;
	right: 26px;
	opacity: 1;
}
.boot5-accordion button::after {
	opacity: 0;
}
.cart-for-mobile h2.accordion-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	margin-right: 20px;
}
.cart-for-mobile .accordion-button::after {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-left: auto;
	margin-right: -25px;
	content: "";
	background-image: none;
	transition: transform 0.2s ease-in-out;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(135deg);
}
.cart-for-mobile .accordion-button:not(.collapsed)::after {
	transform: rotate(-45deg);
}
.cart-for-mobile li {
	margin: 10px 0;
}
.cart-for-mobile li span {
	color: black;
}
.cart-for-mobile span.cart-mobile-list {
	font-weight: 500;
	color: var(--primary);
	min-width: 100px;
	display: inline-block;
}
.mob-cart-action {
	margin-top: 30px;
}
.mob-cart-action a {
	background-color: var(--black) !important;
	display: inline-block;
	margin-right: 10px;
	color: white !important;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	height: 43px;
}
.mob-cart-action a:hover {
	background-color: var(--secondary) !important;
	color: var(--black) !important;
}
.cart-for-mobile .accordion-item {
	margin-bottom: 1px;
}

/* Mobile Cart Page */

/* MObile Wishlist Page */

.shopping-cart.section div.accordion {
	display: none;
}
.shopping-cart.section div.accordion .mob-wishlist-img {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #ededed;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}
.mob-wishlist-img img {
	height: 100%;
	max-width: fit-content;
}
.mob-wishlist {
	background: #fff;
	padding: 15px 45px 15px 90px;
	margin-bottom: 15px;
	position: relative;
	box-shadow: 0 0 15px 0 rgb(51 51 51 / 20%);
}
.mob-wishlist h4.product-name {
	font-size: 18px;
	margin-bottom: 8px;
}
.mob-wishlist-remove a {
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.mob-wishlist-remove {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background: var(--black);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--white);
}
/* MObile Wishlist Page */

.cart_page td.qty .sp-quantity input.quntity-input {
	width: 80px;
	padding: 0 0 0 35px;
}
.shopping-cart.section td.qty .sp-quantity input.quntity-input {
	padding: 0 0 0 0;
	width: 43px;
}
/* .sp-quantity .inline.sp-input {
	display:;
	width:;
} */
.inline.arrow.sp-plus.fff {
}
.sp-quantity button,
.sp-quantity button a {
	transition: all 0.3s ease;
}
.sp-quantity button:hover {
	background: var(--primary);
	border-color: transparent;
}
.sp-quantity button:hover a {
	color: #fff;
}
.shopping-cart .right {
	background: var(--black);
	padding: 30px;
	color: #fff;
	border-radius: 5px;
}
.shopping-cart .table .product-desc {
	display:;
	width: 32%;
}
.shopping-cart .table td .image {
}
.shopping-cart .table td:nth-child(2n + 1) {
}
.shopping-summery tbody tr:nth-child(2n + 1) {
	background: #ffc2230d;
}
/*======================================
   End Shopping Cart CSS
========================================*/

/*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
	padding: 0;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 80px;
}
.shop.checkout .checkout-form {
	margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
	font-size: 25px;
	color: var(--black);
	font-weight: 700;
	line-height: 27px;
}
.shop.checkout .checkout-form p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 30px;
}
.shop.checkout .form {
}
.shop.checkout .form .form-group {
	margin-bottom: 25px;
}
.shop.checkout .form .form-group label {
	color: var(--black);
	position: relative;
	margin-bottom: 10px;
}
.shop.checkout .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop.checkout .form .form-group input,
.shop.checkout .form .form-group textarea,
.shop.checkout .form .form-group .nice-select {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	background: #f6f7fb;
	border: 1px solid #cccccc96;
}
.shop.checkout .form .form-group input:hover {
}
.shop.checkout .nice-select {
	width: 100%;
	height: 45px;
	line-height: 50px;
	margin-bottom: 25px;
	background: #f6f7fb;
	border-radius: 0px;
	border: none;
}
.shop.checkout .nice-select .list {
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
}
.shop.checkout .nice-select .list li {
}
.shop.checkout .nice-select .list li.option {
	color: #333;
}
.shop.checkout .nice-select .list li.option:hover {
	background: #f6f7fb;
	color: #333;
}
.shop.checkout .form .address input {
	margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child {
	margin: 0;
}
.shop.checkout .form .create-account {
	margin: 0;
}
.shop.checkout .form .create-account input {
	width: auto;
	display: inline-block;
	height: auto;
	border-radius: 100%;
	margin-right: 3px;
}
.shop.checkout .form .create-account label {
	display: inline-block;
	margin: 0;
}
.shop.checkout .order-details {
	margin-top: 30px;
	background: #fff;
	padding: 15px 0 30px 0;
	border: 2px solid #eee;
	box-shadow: 7px 9px var(--primary);
}
.shop.checkout .single-widget {
	margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child {
	margin: 0;
}
.shop.checkout .single-widget h2 {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before {
	position: absolute;
	content: "";
	left: 30px;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #f7941d;
}
.shop.checkout .single-widget .content ul {
	margin-top: 30px;
}
.shop.checkout .single-widget .content ul li {
	display: block;
	padding: 0px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span {
	display: inline-block;
	float: right;
}
.shop.checkout .single-widget .content ul li.last {
	padding-top: 12px;
	border-top: 1px solid #ebebeb;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.shop.checkout .single-widget .checkbox {
	text-align: left;
	margin: 0;
	padding: 0px 30px;
	margin-top: 30px;
}
.shop.checkout .single-widget .checkbox label {
	color: #555555;
	position: relative;
	font-size: 14px;
	margin-top: -5px;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child {
	margin-bottom: 0;
}
.shop.checkout .single-widget .checkbox label:hover {
	cursor: pointer;
}
.shop.checkout .single-widget .checkbox label input {
}

.shop.checkout .single-widget .checkbox label::after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 12px;
	height: 12px;
	line-height: 16px;
	border-radius: 100%;
	display: block;
	background: #666;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.shop.checkout .single-widget .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.shop.checkout .single-widget.payement {
	padding: 0px 38px;
	text-align: center;
	margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
	text-align: center;
	padding: 0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
	height: 55px;
	width: 100%;
	line-height: 55px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
}
section.shop.checkout.section .form-group.password_area {
	margin: 20px 0;
}
/*======================================
   End Checkout Form CSS
========================================*/

/*======================================
    Login CSS
========================================*/
.login .form-head {
	padding: 50px;
	-webkit-box-shadow: 0px 0px 50px #00000014;
	box-shadow: 0px 0px 50px #00000014;
	border-radius: 10px;
}

.login .form-head .title {
	font-size: 30px;
	line-height: 1.42;
	font-weight: 600;
	margin-bottom: 25px;
}

.login .form-head form .form-group {
	margin-bottom: 25px;
}

.login .form-head form .form-group label {
	display: block;
	margin-bottom: 0.5rem;
	color: #081828;
	font-size: 13px;
	font-weight: 500;
}

.login .form-head form .form-group input {
	width: 100%;
	min-height: 56px;
	padding: 3px 20px;
	color: #081828;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	outline: 0;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.login .form-head form .form-group input:focus {
	border-color: #999;
}

.login .form-head form .check-and-pass .form-check {
	float: left;
}

.login .form-head form .check-and-pass .form-check input {
	cursor: pointer;
	border: 1px solid #333 !important;
}

.login .form-head form .check-and-pass .form-check label {
	cursor: pointer;
}

.login .form-head form .check-and-pass .lost-pass {
	float: right;
	color: #777;
	position: relative;
	top: -2px;
}

.login .form-head form .check-and-pass .lost-pass:hover {
	color: var(--primary);
}

.login .form-head form .button {
	margin-top: 25px;
}

.login .form-head form .button .btn {
	width: 100%;
}

.login .form-head form .outer-link {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #081828;
	margin-top: 20px;
	text-align: center;
}

.login .form-head form .outer-link a {
	color: var(--primary);
}

.login .form-head form .outer-link a:hover {
	text-decoration: underline;
}

/*======================================
	End Login CSS
========================================*/

/*======================================
	Start Items Category Gird & List CSS
========================================*/
/* Category Page*/
.category-page {
	background-color: #f9f9f9;
}

.category-page .single-ad-grid {
	background-color: #fff;
}

.category-page .category-grid-topbar {
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding-right: 15px;
}

.category-page .category-grid-topbar .title {
	font-size: 15px;
	font-weight: 500;
	color: #888;
	float: left;
}

.category-page .category-grid-topbar .nav {
	border: none;
	float: right;
}

.category-page .category-grid-topbar .nav button {
	border: none;
	padding: 5px 10px 3px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-right: 6px;
}

.category-page .category-grid-topbar .nav button.active {
	background-color: var(--primary);
	border-color: transparent;
	color: #fff;
}

.category-page .category-grid-topbar .nav button:last-child {
	margin: 0;
}

.category-sidebar .single-widget {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 30px;
}

.category-sidebar .single-widget:last-child {
	margin-bottom: 0;
}

.category-sidebar .single-widget .wd-title {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}
.category-sidebar .single-widget .wd-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: var(--primary);
}
.category-sidebar .single-widget.hot-product {
}
.category-sidebar .single-widget.hot-product .all-products {
	margin-top: 30px !important;
}
.category-sidebar .single-widget.hot-product ul .single-product {
	display: inline-block;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.category-sidebar .single-widget.hot-product ul .single-product:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.category-sidebar .single-widget.hot-product ul .single-product .image {
	/* float: left; */
	/* margin-right: 20px; */
	/* width: 85px; */
}
.category-sidebar ul.all-products .image img {
	/* height: 100%; */
	width: 100%;
}

.category-sidebar ul.all-products .image {
	width: 60px;
	height: 60px;
	margin: 0 0 10px 0 !important;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ededed;
}
.category-sidebar .single-widget.hot-product ul .single-product .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-sidebar .single-widget.hot-product ul .single-product .content {
	display: inherit;
}
.category-sidebar .single-widget.hot-product ul .single-product .title {
	margin: 0;
	margin-bottom: 8px;
}
.category-sidebar .single-widget.hot-product ul .single-product .title a {
	font-size: 16px;
	color: var(--black);
}
.category-sidebar .single-widget.hot-product ul .single-product .title a:hover {
	color: var(--primary);
}
.category-sidebar .single-widget.hot-product ul .single-product .content p {
	font-size: 16px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #cccccc7d;
}
.category-sidebar .single-widget.hot-product ul {
	margin-top: 2px;
}
.category-sidebar .single-widget.hot-product ul li.content .rating-main .rating {
	display: inline-block;
}
.category-sidebar .single-widget.hot-product ul li .content .rating-main .rating li {
	display: inline-block;
	margin-right: -1px;
}
.category-sidebar .single-widget.hot-product ul li .content .rating-main .rating li i {
	color: var(--primary);
}
.category-sidebar .single-widget.hot-product ul li .content .rating-main .total-review {
	font-size: 13px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
	color: #777;
}
.category-sidebar .single-widget.hot-product ul li .content .rating-main .total-review:hover {
	color: var(--black);
}
.category-sidebar .single-widget.hot-product ul li .content .button {
	margin-top: 15px;
}
.category-sidebar .single-widget.hot-product ul li .content .button .btn {
	align-items: center;
	padding: 8px 15px;
	display: inline-flex;
	font-size: 12px;
}
.category-sidebar .single-widget.hot-product ul li .content .button .btn i {
	font-size: 16px;
	margin-right: 5px;
}

.category-sidebar .single-widget.range input {
	color: #081828;
	cursor: pointer;
}

.category-sidebar .single-widget.range ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #081828;
}

.category-sidebar .single-widget.range ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #081828;
}

.category-sidebar .single-widget.range .range-inner {
	position: relative;
	padding-left: 15px;
}

.category-sidebar .single-widget.range label {
	color: #081828;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
}

.category-sidebar .single-widget.range #rangePrimary {
	display: inline-block;
	border: none;
	width: 100%;
}

.category-sidebar .single-widget.range input[type="range"]::-webkit-slider-thumb {
	background: var(--primary) !important;
}

.category-sidebar .single-widget.range input[type="range"]::-moz-range-thumb {
	background: var(--primary) !important;
}

.category-sidebar .single-widget.range input[type="range"]::-ms-thumb {
	background: var(--primary) !important;
}
.category-sidebar .single-widget.banner a {
	width: 100%;
}
.category-sidebar .single-widget.banner a img {
	width: 100%;
}
.all-products .price-rating {
	display: flex;
	align-items: center;
}
.all-products .price-rating .rating-main {
	margin: 0;
	padding: 0;
}
/*======================================
	End Items Category Gird & List CSS
========================================*/
/*======================================
    Dashbord CSS
========================================*/
.dashboard {
	background: #f9f9f9;
}

.dashboard .main-content .details-lists .single-list {
	position: relative;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding: 50px 30px;
	padding-left: 115px;
	background-image: url("images/newsletter/pattern.png");
}
.dashboard .main-content .details-lists .single-list.primary {
	background-color: var(--primary);
}
.dashboard .main-content .details-lists .single-list.dark {
	background-color: var(--black);
}

.dashboard .main-content .details-lists .single-list .list-icon {
	height: 65px;
	width: 65px;
	line-height: 75px;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background-color: var(--white);
}

.dashboard .main-content .details-lists .single-list .list-icon i {
	font-size: 32px;
	color: var(--primary);
}

.dashboard .main-content .details-lists .single-list.dark .list-icon i {
	color: var(--black);
}

.dashboard .main-content .details-lists .single-list h3 {
	font-size: 28px;
	font-weight: 600;
	position: relative;
	top: -2px;
	color: var(--white);
}

.dashboard .main-content .details-lists .single-list h3 span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 5px;
}

.dashboard .main-content .activity-log {
	margin-top: 30px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding-bottom: 20px;
}

.dashboard .main-content .activity-log .block-title {
	margin-bottom: 20px;
}

.dashboard .main-content .activity-log ul li {
	display: block;
	position: relative;
	padding-right: 50px;
	padding-left: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dashboard .main-content .activity-log ul li:hover {
	background: #f9f9f9;
}

.dashboard .main-content .activity-log ul li .log-icon {
	position: absolute;
	left: 30px;
	top: 25px;
}

.dashboard .main-content .activity-log ul li .log-icon i {
	color: var(--primary);
	font-size: 16px;
}

.dashboard .main-content .activity-log ul li .title {
	font-size: 14px;
	color: #666;
	font-weight: 500;
}

.dashboard .main-content .activity-log ul li .title:hover {
	color: var(--primary);
}

.dashboard .main-content .activity-log ul li .time {
	display: block;
	font-size: 14px;
	color: #888;
	margin-top: 2px;
}

.dashboard .main-content .activity-log ul li .remove {
	display: block;
}

.dashboard .main-content .activity-log ul li .remove a {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	line-height: 15px;
	background: #f4193f;
	color: #fff;
	font-size: 10px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
}

.dashboard .main-content .activity-log ul li .remove a:hover {
	color: #fff;
	background: #081828;
}

.dashboard .main-content .activity-log ul li:hover .remove a {
	opacity: 1;
	visibility: visible;
}

.dashboard .main-content .recent-items {
	padding-bottom: 20px;
}

.dashboard .main-content .recent-items .block-title {
	margin-bottom: 20px;
}

.dashboard .main-content .recent-items ul li {
	display: block;
	position: relative;
	padding-right: 50px;
	padding-left: 110px;
	padding-top: 8px;
	padding-bottom: 25px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dashboard .main-content .recent-items ul li .image a {
	position: absolute;
	left: 30px;
	top: 15px;
}

.dashboard .main-content .recent-items ul li .image img {
	height: 60px;
	width: 60px;
	border-radius: 3px;
}

.dashboard .main-content .recent-items ul li:hover {
	background: #f9f9f9;
}

.dashboard .main-content .recent-items ul li .title {
	font-size: 14px;
	color: #666;
	font-weight: 500;
}

.dashboard .main-content .recent-items ul li .title:hover {
	color: var(--primary);
}

.dashboard .main-content .recent-items ul li .time {
	display: block;
	font-size: 14px;
	color: #888;
}

.dashboard .main-content .recent-items ul li .remove {
	display: block;
}

.dashboard .main-content .recent-items ul li .remove a {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	line-height: 15px;
	background: #f4193f;
	color: #fff;
	font-size: 10px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
}

.dashboard .main-content .recent-items ul li .remove a:hover {
	color: #fff;
	background: #081828;
}

.dashboard .main-content .recent-items ul li:hover .remove a {
	opacity: 1;
	visibility: visible;
}

.messages-auth {
}
.messages-auth a {
	background: var(--primary);
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 30px;
	font-size: 14px;
}
.messages-auth a:hover {
	background: var(--black);
	color: #fff;
}
.block-title.order-view-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.messages-auth i {
	margin-right: 5px;
}
/* Dashboard Block */
.dashboard-block {
	border: 1px solid #eee;
	border-radius: 6px;
	background: #fff;
	margin-top: 30px;
	padding-bottom: 30px;
}

.dashboard-block .block-title {
	padding: 25px 30px;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.block-title.order-view-title b {
	font-weight: 500;
}
.block-title.order-view-title b span {
	text-decoration: none;
	background-image: linear-gradient(#ffd400, #ffd400);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 11px 7px;
	font-weight: 700;
}

/* Dasshboard Sidebar */
.dashboard-sidebar {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
}

.dashboard-sidebar .user-image {
	position: relative;
	padding: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.dashboard-sidebar .user-image img {
	height: 50px;
	width: 50px;
	border-radius: 3px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.dashboard-sidebar .user-image h3 {
	font-size: 15px;
	font-weight: 600;
	color: #081828;
	margin-top: 5px;
}

.dashboard-sidebar .user-image h3 span {
	display: block;
	margin-top: 3px;
}

.dashboard-sidebar .user-image h3 span a {
	font-weight: 400;
	color: #888;
	font-size: 15px;
}

.dashboard-sidebar .user-image h3 span a:hover {
	color: var(--primary);
}

.dashboard-sidebar .dashboard-menu {
	padding: 30px 0;
}

.dashboard-sidebar .dashboard-menu ul li {
	display: block;
	margin-bottom: 15px;
}

.dashboard-sidebar .dashboard-menu ul li:last-child {
	margin: 0;
}

.dashboard-sidebar .dashboard-menu ul li a {
	color: #888;
	font-weight: 500;
	font-size: 15px;
	display: block;
	position: relative;
	padding: 6px 30px;
}

.dashboard-sidebar .dashboard-menu ul li a i {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	position: relative;
	top: 1px;
}

.dashboard-sidebar .dashboard-menu ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: var(--primary);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dashboard-sidebar .dashboard-menu ul li a.active {
	color: var(--primary);
}

.dashboard-sidebar .dashboard-menu ul li a.active::before {
	opacity: 1;
	visibility: visible;
}

.dashboard-sidebar .dashboard-menu ul li a:hover {
	color: var(--primary);
}

.dashboard-sidebar .dashboard-menu ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}

.dashboard-sidebar .dashboard-menu .button {
	margin-top: 15px;
	padding: 0px 30px;
}
.dashboard-sidebar .dashboard-menu .button .btn {
	padding: 13px 35px;
	font-size: 14px;
	font-weight: 600;
}

.profile-settings-block .inner-block {
	padding: 0px 30px;
}

.profile-settings-block .image img {
	height: 150px;
	width: 150px;
	border-radius: 6px;
}

.customer-order-details {
	background: #fff;
	padding: 30px;
}
.customer-order-details.order-sum {
	margin-top: 0;
	margin-bottom: 30px;
}
.customer-order-details.order-sum:last-child {
	margin: 0;
}
.orderd-title {
}

.total-am-top {
	background: transparent;
	padding: 0;
	text-align: center;
}
.total-am-top .total-amount {
	background: var(--primary);
	padding: 15px 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

/* Addon product */
section.food-menu.section .product-item {
	margin-bottom: 20px;
}
.top-content-addon {
	margin-top: 30px;
	background: #fff;
	padding: 20px 30px 0;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--white);
}
.top-addon-single {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 15px;
	align-items: start;
	border: 1px solid #cccccc70;
	height: 100%;
}
/* .product-item {
	margin: 20px 0;
} */
.top-single-right a {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 20%);
	overflow: hidden;
	display: inline-block;
}
.top-single-right img {
	height: 100%;
}

/* Order summary */
.customer-order-details.order-sum .order-d-list b,
.customer-order-details.order-sum .order-d-list span {
	display: block;
}
.customer-order-details.order-sum .order-d-list li {
	display: block;
	line-height: 25px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.customer-order-details.order-sum .order-d-list li:last-child {
	padding: 0;
	margin: 0;
}
.orderd-title {
	font-size: 30px;
}
.block-title.order-view-title {
}
.orderd-title {
}
.orderd-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: var(--primary);
}
.orderd-title {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}
.order-d-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
	border-bottom: 1px solid #cccccc9e;
}
.order-d-list li:last-child {
	border: none;
}
.order-d-list li b {
	color: var(--black);
	font-weight: 500;
}
.profile-settings-block .profile-setting-form {
	margin-top: 45px;
}

.profile-settings-block .profile-setting-form .form-group {
	margin-bottom: 30px;
}

.profile-settings-block .profile-setting-form .form-group label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	color: #081828;
}

.profile-settings-block .profile-setting-form .form-group input {
	height: 50px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	background: #fff;
	padding: 0px 20px;
}

.profile-settings-block .profile-setting-form .form-group textarea {
	height: 130px;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	width: 100%;
}

.profile-settings-block .profile-setting-form .form-group.upload-image input {
	padding: 10px;
	font-size: 14px;
	color: #888;
}

.password-change-block .inner-block {
	padding: 0px 30px;
}

/* Default Form Style */
.default-form-style {
	margin-top: 30px;
}

.default-form-style .form-group {
	margin-bottom: 30px;
}

.default-form-style .form-group.button .btn {
	padding: 13px 30px;
	margin-left: 10px;
}

.default-form-style .form-group.button .btn.alt-btn {
	background: #081828;
	color: #fff;
}

.default-form-style .form-group.button .btn.alt-btn:hover {
	color: #fff;
	background: var(--primary);
}

.default-form-style .form-group.button .btn:first-child {
	margin: 0;
}

.default-form-style .form-group label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	color: #081828;
}

.default-form-style .form-group input {
	height: 50px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	background: #fff;
	padding: 0px 20px;
}

.default-form-style .form-group select {
	height: 50px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	background: #fff;
	padding: 0px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.default-form-style .form-group select:focus {
	outline: none !important;
}

.default-form-style .form-group .selector-head {
	position: relative;
}

.default-form-style .form-group .arrow {
	position: absolute;
	color: #888;
	right: 20px;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
}

.default-form-style .form-group textarea {
	height: 130px;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	width: 100%;
}

/* Order Map */
.mapouter {
	position: relative;
	text-align: right;
}
#gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 300px;
	width: 100%;
}
.gmap_canvas {
	padding: 10px;
	background: #f7f7f7;
}

/* My Items */
.my-items {
	padding: 0 30px;
}

.my-items .item-list-title {
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
}

.my-items .item-list-title p {
	color: var(--black);
	font-weight: 600;
}
.my-items .single-item-list {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.my-items .single-item-list .content {
	position: relative;
	top: -6px;
}

.my-items .single-item-list .item-image .title a {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.my-items .single-item-list .item-image .title a:hover {
	color: var(--primary);
}

.my-items .single-item-list .item-image .price {
	font-size: 14px;
	color: #888;
	display: block;
	margin-top: 3px;
}

.my-items .single-item-list p {
	color: #888;
}
.my-items .single-item-list .action-btn {
	display: flex;
	justify-content: center;
	align-items: revert;
	justify-content: right;
	gap: 10px;
}
.my-items .single-item-list .action-btn li {
	display: inline-block;
}

.my-items .single-item-list .action-btn li:last-child {
	margin: 0;
}

.my-items .single-item-list .action-btn li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #888;
	text-align: center;
	display: block;
}

.my-items .single-item-list .action-btn li a:hover {
	color: #fff;
	background: var(--primary);
	border-color: transparent;
}
/*======================================
	End Dashboard CSS
========================================*/
/*======================================
	Start Order Confirm CSS
========================================*/
.order-confirm {
	padding: 70px 0 100px;
	background: var(--gray);
}
.order-confirm .confirm-content i {
	margin-bottom: 20px;
	font-size: 70px;
	color: var(--primary);
	display: block;
	color: var(--black);
	background: var(--secondary);
	display: inline-block;
	border-radius: 100%;
	width: 95px;
	height: 95px;
	line-height: 95px;
	font-size: 45px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 9px #00000047;
}
.order-confirm .confirm-content h1 {
	font-size: 34px;
	color: var(--primary);
	margin-bottom: 15px;
	font-weight: 700;
}
.order-content {
	max-width: 70%;
}
.order-confirm .confirm-content p {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 0 50px;
}
/*======================================
	End Order Confirm CSS
========================================*/

/*=============================
	Recommend Img
===============================*/
.recommend-img {
	position: relative;
}
.recommend-img img {
	z-index: 3;
}
.recommend-img::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background: var(--primary);
	z-index: 1;
}
.recommend-img {
	position: relative;
}
.recommend-img img {
	position: relative;
}
.contact-area .contact-form .form-group label {
	color: var(--black);
}
/*=============================
	End Recommend Img
===============================*/

/*======================================
	Footer CSS
========================================*/
.footer {
	background-color: var(--black);
	position: relative;
}

.footer .footer-top .inner-content {
	padding: 60px 0;
	border-bottom: 1px solid #ffffff26;
}

.footer .footer-top .footer-logo a img {
	width: 200px;
}

.footer .footer-top .footer-newsletter .title {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	float: left;
}

.footer .footer-top .footer-newsletter .title span {
	color: #c2c2c2;
	display: block;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 400;
}

.footer .footer-top .footer-newsletter .newsletter-form {
	float: right;
}

.footer .footer-top .footer-newsletter .newsletter-form input {
	height: 50px;
	background-color: rgba(255, 255, 255, 0.308);
	border-radius: 4px;
	width: 300px;
	display: inline-block;
	border: none;
	padding: 0px 20px;
	color: #fff;
}

.footer .footer-top .footer-newsletter .newsletter-form input::-webkit-input-placeholder {
	color: #fff;
}

.footer .footer-top .footer-newsletter .newsletter-form input:-ms-input-placeholder {
	color: #fff;
}

.footer .footer-top .footer-newsletter .newsletter-form input::-ms-input-placeholder {
	color: #fff;
}

.footer .footer-top .footer-newsletter .newsletter-form input::placeholder {
	color: #fff;
}

.footer .footer-top .footer-newsletter .newsletter-form .button {
	display: inline-block;
	margin-left: 6px;
	position: relative;
	top: -2px;
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn {
	height: 50px;
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn:hover {
	color: #081828;
	background-color: #fff;
}

.footer .footer-middle {
	padding-top: 40px;
	padding-bottom: 80px;
}

.footer .footer-middle .newsletter-form input {
	width: 100%;
	border-radius: 4px;
	padding: 0px 20px;
	height: 50px;
	border: 1px solid #eee;
}

.footer .footer-middle .newsletter-form .button {
	margin-top: 12px;
}

.footer .footer-middle .newsletter-form .button .btn {
	background-color: #081828;
	color: #fff;
}

.footer .footer-middle .newsletter-form .button .btn:hover {
	background-color: var(--primary);
	color: #fff;
}

.footer .footer-middle .newsletter-form p {
	color: #888;
	margin-top: 20px;
}

.footer .single-footer {
	margin-top: 40px;
	color: #bfbfbf;
}
.footer-bottom,
.copyright,
.payment-gateway {
	color: #bfbfbf;
}

.footer .single-footer h3 {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
}

.footer .single-footer h3::before {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: var(--primary);
	content: "";
}

.footer .single-footer.f-link ul li {
	display: block;
	margin-bottom: 12px;
	position: relative;
}

.footer .single-footer.f-link ul li:last-child {
	margin-bottom: 0;
}

.footer .single-footer.f-link ul li a {
	color: #d6d6d6;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.footer .single-footer.f-link ul li a:hover {
	padding-left: 5px;
	color: var(--primary);
}

.footer .single-footer.f-contact .phone {
	color: #d6d6d6;
}

.footer .single-footer.f-contact ul {
	margin: 10px 0;
}

.footer .single-footer.f-contact ul li {
	display: block;
	margin-bottom: 10px;
	color: #d6d6d6;
}

.footer .single-footer.f-contact ul li span {
	display: block;
}

.footer .single-footer.f-contact ul li:last-child {
	margin: 0;
}

.footer .single-footer.f-contact ul li span {
	color: #d6d6d6;
}

.footer .single-footer.f-contact .mail a {
	color: #d6d6d6;
}

.footer .single-footer.f-contact .mail a:hover {
	color: var(--primary);
}
.footer .single-footer.our-app .app-btn li {
	display: block;
	margin-bottom: 15px;
}

.footer .single-footer.our-app .app-btn li:last-child {
	margin-bottom: 0;
}

.footer .single-footer.our-app .app-btn li span {
	display: block !important;
}

.footer .single-footer.our-app .app-btn li a {
	position: relative;
	padding-left: 40px;
	border-radius: 4px;
	padding: 15px 30px;
	padding-left: 60px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #ffffff0f;
}

.footer .single-footer.our-app .app-btn li a i {
	font-size: 27px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .single-footer.our-app .app-btn li a .small-title {
	font-size: 13px;
	display: block;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .single-footer.our-app .app-btn li a .big-title {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .single-footer.our-app .app-btn li a:hover {
	background-color: var(--primary);
	color: #fff;
	border-color: transparent;
}

.footer .single-footer.our-app .app-btn li a:hover .small-title {
	color: #fff;
}

.footer .single-footer.our-app .app-btn li a:hover .big-title {
	color: #fff;
}

.footer .footer-bottom .inner-content {
	border-top: 1px solid #ffffff26;
	padding: 25px 0;
}

.shop.checkout .single-widget label {
	margin-top: 20px;
	margin-right: 20px;
}

.order-type-section {
	margin-left: 30px;
}

.topbar-language-section {
	margin-right: 15px;
	height: 33px;
}
.boot5-accordion {
	display: none;
	padding: 0 20px;
}
.reviewC_comment {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.whatsapp {
    display: none !important;
}
.page-link {
    border: 0px solid #dee2e6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.shop-single-blog .content .button .btn {
		padding: 13px 20px;
	}
	.single-recommendation.small .content h2 {
		line-height: 10px;
	}
	.single-recommendation.small .content h2 a {
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-deal .image img {
        width: 100px;
        height: 100px;
    }
	.single-deal .image a {
		height: unset;
	}
}
@media (max-width: 767px) {
	.single-item-des {
		padding-left: 0px;
	}
	.dash_table_hide {
		display: none;
	}
	.boot5-accordion {
		display: block;
	}
	.boot5-accordion .accordion-body li {
		padding: 0 !important;
		margin-bottom: 5px;
	}
}
