@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

body{
	font-family: 'Hind Siliguri', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Hind Siliguri', sans-serif;	
}
a:hover{
	text-decoration: none;
	color: #026303;
}
.btn-primary:hover{
	background: #045105;
	border-color: #045105;
}
.btn-info:hover{
	background: #1DA81A;
	border-color: #1DA81A;
}
.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
	background: #f8f8f8;
	box-shadow: 0px 0px 5px #ccc;
}
.app-header.header-text-dark .app-header-left > .nav > li > .nav-link {
	color: #026303;
	font-weight: 500;
}
.search-wrapper.active .input-holder {
	border-radius: 6px;
	background: #ededf0 !important;
}
.app-header.header-text-dark .search-wrapper.active .input-holder .search-icon {
	background: transparent;
}
.app-header.header-text-dark .search-wrapper .close::before, .app-header.header-text-dark .search-wrapper .close::after, .app-header.header-text-dark .search-wrapper .input-holder .search-icon span::before {
	background: #787885;
}
.app-header.header-text-dark .search-wrapper .input-holder .search-icon span::after {
	border-color: #787885;
}
.app-header.header-text-dark .search-wrapper.active .input-holder .search-input {
	font-weight: 500;
	font-size: 15px;
}
.search-wrapper.active .input-holder .search-input {
	transform: translate(0, 9px);
}
.product-grid .card-title {
	font-weight: 400;
	font-size: 13px;
	height: 55px;
	background: #fff;
	box-shadow: 0px 0px 4px #ddd;
	padding: 0 5px;
	display: grid;
	align-items: center;
	margin-bottom: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.app-main .app-main__outer {
	background: #fff;
}
.app-sidebar.sidebar-shadow {
	box-shadow: inset 7px 0 20px #ddd;
}
.app-theme-white .app-sidebar {
	background: #F1F4F6;
}
.categoryBox {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
	transition: all .2s;
}
.categoryBox img {
	border-radius: 8px;
}
.categoryBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(360deg, rgba(0,0,0,0.7) 0%, rgba(255, 255, 255, 0) 65%);
	background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.7) 0%,rgba(255, 255, 255, 0) 65%);
	background: linear-gradient(360deg, rgba(0,0,0,0.7) 0%,rgba(255, 255, 255, 0) 65%);
	transition: all .3s;
	border-radius: 8px;
}
.categoryBox:hover {
	transform: translateY(-5px);
}
.categoryBoxTitle {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 12px;
	z-index: 99;
}
.categoryBoxTitle a{
	color: #fff;
}
.categoryBoxTitle h3 {
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
}
.category-header h3 {
	display: inline-block;
	overflow: hidden;
	font-size: 18px;
	color: #026303;
	text-transform: uppercase;
	font-weight: 600;
}
.border-divider {
	height: 4px;
	width: 100px;
	background: #34CE31;
	border-radius: 2px;
	position: relative;
	margin-left: 27px;
	left: 0;
}
.border-divider::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 0;
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #34CE31;
	-webkit-box-shadow: 9px 0 0 0 #34CE31,18px 0 0 0 #34CE31;
	box-shadow: 9px 0 0 0 #34CE31,18px 0 0 0 #34CE31;
}
.add-to-cart-btn button.btn {
	color: #026303;
	font-weight: 500;
}
.row.product-grid .main-card.card {
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(2,99,3,0.2);
	border: 1px solid #ddd;
}
.row.product-grid .main-card.card .card-body{
	padding: 0;
}
.btn-plus-minus input {
	border: 1px solid #026303;
	background: #026303;
}
.cart-plus-minus {
	border: 1px solid #34CE31;
	background: #34CE31;
	padding-top: 3px;
}
.product-cta ul {
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-cta {
	border: 1px solid #adbfad;
	margin-bottom: 25px;
	background: #fff !important;
}
.product-cta ul li {
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.product-cta ul li i{
	padding-right: 15px;
}
.product-cta ul li:nth-child(2n) {
	background: #f9f9f9 !important;
}
.product-thumb img{
	max-width: 100%;
	height: auto;
}
.card.product-card {
	border: 1px solid #ddd;
	border-bottom: 3px solid #026303;
}
.product-thumb {
	box-shadow: 0px 0px 6px #ddd;
}