body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
}

.quantity-size {
	display: block;
	width: 100%;
	padding: 0.25rem 0.75rem !important;
}

textarea {
	resize: none
}

.dropdown.show:before {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:#eee;
	background: rgba(100,100,100,0.5);
	content: '';
	z-index: 1;
}

.select2.select2-container.select2-container--bootstrap4
{
	width: 100% !important;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options
{
	max-height: 70vh !important;
}

.select2-opened::after {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(100, 100, 100, 0.5);
	z-index: 1;
}

.page-link:focus {
	box-shadow: none !important;
}


/* offcanvas */
.scrollable-div {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.offcanvas-header {
	display: inline !important;
}

.canvas-size {
	width: 30% !important;
}

/* offcanvas */

/* Custom scrollbar */
::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #028A0E;
}

/* Custom scrollbar */

.bg-color {
	background-color: #FAF9F7;
}

/* page loader */
.loaderr {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-size: 10%;
	background-color: white;
	/* background-color: #34B439; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.loaderr img {
	width: 10%;
	height: auto;
}

/* page loader */

.anchor-text {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

/* navbar */
.navbar-nav .nav-item .nav-link.active {
	text-decoration: underline;
	text-underline-offset: 11.5px;
	text-decoration-color: #028A0E;
	/* padding: 0.5rem; */
	font-weight: 600;
	text-decoration-thickness: 2px;
}

.nav-link {
	text-decoration: none;
	color: #000000;
	/* font-size: 18px;
		  padding: 0.5rem; */
	position: relative;
}

.nav-link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #028A0E;
	border-radius: 5px;
	transform: scaleX(0);
	transition: all 0.6s ease;
}

.nav-link::before {
	bottom: 0;
	left: 0;
}

.nav-link:not(.active):hover::before {
	transform: scaleX(1);
	color: blue;
}

/* navbar */



/* home */
.para-text {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.sec-title {
	font-size: 32px;
	font-weight: 700;
}

.sec-para {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.iso-para {
	font-size: 24px;
	font-weight: 600;
}


.product-img {
	height: 180px;
	width: 180px;
	object-fit: cover;
}

.card-bg-color {
	background-color: rgba(250, 249, 247, 1);
}

.brow-title {
	font-size: 32px;
	font-weight: 700;
	color: #0A4805;
}

.title-1 {
	font-size: 20px;
	font-weight: 600;
}

.black-btn {
	color: white;
	background-color: #001A00;
	font-weight: 600;
}

.black-btn:hover {
	color: #001A00;
	background-color: white;
	border: 1px solid #001A00;
	font-weight: 600;
}

#category-btn button {
	margin: 2px;
}

#category-btn a {
	margin: 0.5rem;
}



.title-tag {
	font-size: 16px;
	font-weight: 600;
}

#category-btn::-webkit-scrollbar {
	width: 50px !important;
	height: 2px !important;
	border-radius: 5px;
}

#category-btn::-webkit-scrollbar-track {
	background: #f1f1f1;
}

#category-btn::-webkit-scrollbar-thumb {
	background: green;
}
/*swiper*/

.swiper-container .swiper-slide img {
	height: auto;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

#swiper-cat-cont main {
	padding: 2rem 0;
}

#swiper-cat-cont .tiny {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 2rem;
}

#swiper-cat-cont .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}


#swiper-cat-cont .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
}

#swiper-cat-cont .swiper-slide {
	text-align: center;
	font-size: 33px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 10px;
}
/*swiper*/

.bg-pb {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	color: white !important;
}
.bg-pb1 {
	background-image: url("../images/product-banner/pb1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	color: white !important;
}
.bg-pb2 {
	background-image: url("../images/product-banner/pb2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	color: white !important;
}
.bg-pb3 {
	background-image: url("../images/product-banner/pb3.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	color: white !important;
}




/* home */

/* product */
.chem-name {
	font-size: 12px;
	font-weight: 400;
	color: #FF6501;
}

.prod-name {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.prods-name {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height:1.2;
}

.tag-name {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

.tag-para
{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	word-wrap: break-word;
}


.package-sizes {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.package-sizes > div {
	 margin: 0.25rem
}

/* Styling for a container with horizontal scrolling */
.scroll-x {
	overflow-x: auto; /* Enable horizontal scrolling */
	-webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
}

/* Customize the scrollbar */
.scroll-x::-webkit-scrollbar {
	height: 5px; /* Adjust the height of the scrollbar for horizontal (x-axis) scrolling */
	background-color: transparent; /* Transparent background color for the scrollbar */
}

/* Customize the scrollbar thumb (handle) */
.scroll-x::-webkit-scrollbar-thumb {
	background-color: green; /* Color of the scrollbar thumb (handle) */
	border-radius: 4px; /* Rounded corners of the scrollbar thumb */
}

/* Hover effect on the scrollbar thumb */
.scroll-x::-webkit-scrollbar-thumb:hover {
	background-color: darkgreen; /* Color of the scrollbar thumb (handle) on hover */
}

.bg-image {
	background-color: #FAF9F7;
	/* border-color: #CCCCCC; */
}

.bg-input {
	border: 1px solid #CCCCCC;
	background-color: #FAF9F7;
}

.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-height: 110px; /* Adjust this value as needed */
	overflow-y: auto; /* Add vertical scrollbar if needed */
}


/* product */

/* product detail */

.sticky-left {
	position: -webkit-sticky;
	position: sticky;
	top: 12%;
	z-index: 1000;
}

.tag-para table td {
	text-align: center;
}

@media (max-width: 767px) {

	/* Adjust styles for small screens */
	.sticky-left {
		position: relative;
		/* Not sticky on small screens */
		top: auto;
		z-index: auto;
		margin-bottom: 20px;
		/* Add some space between columns on small screens */
	}
}


.button {
	float: left;
	margin: 0 5px 0 0;
	min-width: 100px;
	height: 40px;
	position: relative;
}

.button label,
.button input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.button input[type="radio"] {
	opacity: 0.011;
	z-index: 100;
}

.button input[type="radio"]:checked + label {
	background: #000000;
	color: #ffffff
}

.button label {
	cursor: pointer;
	z-index: 90;
}


/* product detail */


/* about */
.about-title {
	font-size: 36px;
	font-weight: 700;
	color: #028A0E;
}

.about-title-1 {
	font-size: 32px;
	font-weight: 400;
	color: #028A0E;
}

.about-title-2 {
	font-size: 32px;
	font-weight: 700;
	color: #028A0E;
}

.radius-left {
	border-radius: 15px 0 0 15px;
}

.radius-right {
	border-radius: 0 15px 15px 0;
}

/* about */

/* contact  */

.title-center {
	position: absolute;
	top: 45%;
	left: 40%;
}

.contact-hero-title {
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
}

.contact-title-1 {
	font-size: 16px;
	font-weight: 600;
	color: #028A0E;
}

.contact-para {
	color: #666666;
}

/* contact  */


/*--- footer ---*/

.footer-logo-title {
	color: #028A0E;
	font-size: 16px;
}

.footer_title {
	font-size: 20px;
	font-weight: 500;
	color: rgb(0, 0, 0);
}

.footer_para {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.footer_para.text-style {
	text-align: justify;
}

.footer_para ul li {
	list-style: none !important;
}

.footer_para ul li a {
	position: relative;
}

.footer_para ul li a::before {
	content: "";
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #028A0E;
	transition: 0.2s ease-in;
}

.footer_para ul li a:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #028A0E;
}

.footer_social_media ul li a {
	color: var(--white);
	transition: 0.2s ease-in;
}

.footer_social_media ul li a.facebook:hover {
	color: rgb(70, 70, 194);
}

.footer_social_media ul li a.insta:hover {
	color: rgb(143, 18, 137);
}

.footer_social_media ul li a.twitter:hover {
	color: rgb(19, 171, 218);
}

.footer_social_media ul li a.linkedin:hover {
	color: rgb(35, 0, 233);
}

.footer_para ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

/*--- footer ---*/


/* media query */
@media (max-width: 320px) {
	/* body {
		background-color: red;
	} */
	.radius-left {
		border-radius: 0;
	}

	.radius-right {
		border-radius: 0;
	}

	.contact-hero-title {
		font-size: 24px;
		font-weight: 700;
		color: #FFFFFF;
	}

	.title-center {
		position: absolute;
		top: 24%;
		left: 12%;
	}

	.hero-image-height {
		height: 200px;
		object-fit: cover;
	}

	/*.row-size {*/
	/*	height: 800px;*/
	/*}*/

	.canvas-size {
		width: 100% !important;
	}

}

@media (min-width: 321px) and (max-width: 375px) {

	/* body {
		background-color: blue;
	} */
	.radius-left {
		border-radius: 0;
	}

	.radius-right {
		border-radius: 0;
	}

	.contact-hero-title {
		font-size: 26px;
		font-weight: 700;
		color: #FFFFFF;
	}

	.title-center {
		position: absolute;
		top: 41%;
		left: 8%;
	}

	.hero-image-height {
		height: 200px;
		object-fit: cover;
	}

	/*.row-size {*/
	/*	height: 800px;*/
	/*}*/

	.canvas-size {
		width: 100% !important;
	}
}

@media (min-width: 376px) and (max-width: 425px) {
	/* body {
		background-color: orange;
	} */
	.radius-left {
		border-radius: 0;
	}

	.radius-right {
		border-radius: 0;
	}

	.contact-hero-title {
		font-size: 24px;
		font-weight: 700;
		color: #FFFFFF;
	}

	.title-center {
		position: absolute;
		top: 24%;
		left: 12%;
	}

	.hero-image-height {
		height: 200px;
		object-fit: cover;
	}

	/*.row-size {*/
	/*	height: 800px;*/
	/*}*/

	.canvas-size {
		width: 100% !important;
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	/* body {
		background-color: green;
	} */
	.radius-left {
		border-radius: 0;
	}

	.radius-right {
		border-radius: 0;
	}

	.contact-hero-title {
		font-size: 24px;
		font-weight: 700;
		color: #FFFFFF;
	}

	.title-center {
		position: absolute;
		top: 24%;
		left: 12%;
	}

	.hero-image-height {
		height: 200px;
		object-fit: cover;
	}

	/* Adjust styles for small screens */
	.sticky-left {
		position: relative;
		/* Not sticky on small screens */
		top: auto;
		z-index: auto;
		margin-bottom: 20px;
		/* Add some space between columns on small screens */
	}

	/*.row-size {*/
	/*	height: 800px;*/
	/*}*/

	.canvas-size {
		width: 100% !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {

	/* body {
		background-color: pink;
	} */
	#category-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row-size {
		height: 300px;
	}

	.canvas-size {
		width: 60% !important;
	}

}

@media (min-width: 1025px) and (max-width: 1440px) {

	/* body {
		background-color: teal;
	} */
	#category-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row-size {
		height: 350px;
	}

	.canvas-size {
		width: 40% !important;
	}
}

@media (min-width: 1441px) and (max-width: 1800px) {

	/* body {
		background-color: yellow;
	} */
	#category-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row-size {
		height: 300px;
	}

	.row-size {
		height: 250px;
	}

	.canvas-size {
		width: 40% !important;
	}
}

@media (min-width: 1800px) and (max-width: 2560px) {

	/* body {
		background-color: yellow;
	} */
	#category-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row-size {
		height: 250px;
	}

	.row-size {
		height: 280px;
	}

	.canvas-size {
		width: 30% !important;
	}
}

@media (min-width: 2561px) {

	/* body {
		background-color: purple;
	} */
	#category-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row-size {
		height: 250px;
	}

	.canvas-size {
		width: 30% !important;
	}
}

/* media query */
