* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


html {
	overflow-x: hidden;
}


html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: "Outfit", sans-serif;


}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffff;
	font-family: Outfit;
	/*overflow-x: hidden;*/
}


.custom-container {
	padding: 0px 80px;
}


.cumn-butn-body {
	font-family: Outfit;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 14px;
	line-height: 10px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 12px 30px;
}


.blue-butn {
	color: #769BF5;
	border: 2px solid #769BF5;
}


.blue-butn:hover {
	background: #769BF5;
	border: 2px solid #769BF5;
	color: #fff;
}

/*=============header-top-logo-section========================= */


.header {
	padding: 2px 0px;
	margin: 0px;
	height: 100%;
	background: url(../images/banner-top.webp) no-repeat;
	background-size: 100% 100%;

}

.header.scroll {
	background-color: #fff;
	height: 86px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0px !important;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	width: 100%;
	z-index: 999;
	background-size: cover;
}

.logo {
	width: 302px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.logo img {
	width: 75%;
	height: auto;
	margin: 0px;
	padding: 0px;
	object-fit: cover;
}

.header-right{    display: flex;
    gap:8px;
    justify-content: end;}
/* ================================logo========================================= */


/* ===============================nav============================================ */


.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 100%;
	height: auto;
	background: #FAF8F7;
}

.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
}

.stellarnav {

	display: flex;
	padding: 0px;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 55px;
}

.stellarnav>ul>li>a {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;
	color: #171717;
	padding: 0px;
	margin: 0px;

}

.stellarnav>ul>li>a.last {
	padding-right: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #FE0101;
}

.stellarnav>ul>li>a.active {
	color: #FE0101 !important;
}


.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 6px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 5px 12px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	color: #FFC21F;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFC21F;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.stellarnav ul ul {
	background: #C01D2C;
	color: #fff;
	top: 60px;
}

.stellarnav ul ul li {
	border-bottom: 1px solid #fff;
}

.stellarnav ul ul li a {
	color: #fff;
}

.stellarnav ul ul li a:hover {
	color: #ccc;
}

/* ===============================nav============================================ */

/* =======================================right-part==============================*/


.rightlink {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	padding: 0px;
	height: 100%;
}

.rightlink-info {
	margin: 0px;
	padding: 0px;
	position: relative;
	top:27px;

}

.rightlink-info ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 2px;
	justify-content: end;
	align-content: center;
}

.rightlink-info ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.rightlink-info li a {
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #031424;
}

.rightlink-info li a img {
	width: 80%;
	height: auto;
}

.rightlink .fa-solid.fa-magnifying-glass {
	padding-right: 10px;
}

.counter {
	position: absolute;
	right: 44px;
	top: -11px;
	background: #FE0101;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 2px 3px;
	line-height: 15px;
	font-size: 12px;
}


/*=============header-top-logo-section========================= */


/*============================*/
/*=======banner===============*/
/*============================*/

.banner-section {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	height: 700px;

}

.banner-text-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.bannercarousel-text {
	position: absolute;
	bottom: 145px;
	width: 90%;
	text-align: center;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.bannercarousel-text h1 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 90px;
	leading-trim: NONE;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;

	color: #fff;
	padding: 0px;
	margin: 0px auto;
}


.banner-text-inner .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-text-inner .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #E4E4E4;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-text-inner .owl-dots .owl-dot.active span,
.banner-text-inner .owl-dots .owl-dot:hover span {
	background: #FE0101;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.banner-text-inner .owl-nav {
	display: none;
}


/*============================*/
/*=======banner===============*/
/*============================*/


/*============================*/
/*=======Featured Products=====*/
/*============================*/


.featured-products-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/f-pro-bg.webp) left top no-repeat;
	background-size: cover;
}


.featured-products-section-header {
	padding: 0px;
	margin: 0px;
}

.featured-products-section-header h2 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.featured-products-row {
	margin: 60px 0px 0px 0px;
	padding: 0px;
}

.recommended-box {

	padding: 0px;
	margin: 0px;

}


.recommended-box-img {
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	overflow: hidden;
}

.recommended-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.recommended-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


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


.recommended-box-text {
	padding: 0px;
	margin: 20px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.recommended-box-text h3 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.price-row p {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;

	line-height: 15px;
	letter-spacing: 0%;

	color: #5F5F5F;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.price-cart {
	width: 38px;
	height: 38px;
}

.featured-products-carousel .owl-nav {
	display: block;
	position: absolute;
	right: 0px;
	top: -24%;
}

.featured-products-carousel .owl-nav .owl-prev {
	left: -10px;
	position: relative;
}

.featured-products-carousel .owl-dots {
	display: none;
}


/*============================*/
/*=======Featured Products=====*/
/*============================*/


/*============================*/
/*==farmworkerpartner-section=*/
/*============================*/


.farmworkerpartner-section {
	margin: 0px 0px;
	padding: 75px 0px;
	position: relative;
	background-image: url(../images/about-ub-bg.webp);
	min-height: 100%;
	height: 650px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}


.farmworkerpartner {
	margin: 0px 0px;
	padding: 0px 0px;
	position: absolute;
	width: 40%;
	border: 0px solid #fff;
	right: 100px;
	height: 100%;
	top: 20%;
}

.farmworkerpartner h3 {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.farmworkerpartner h6 {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 56px;
	line-height: 42px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}


.farmworkerpartner h6 sub {

	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 128px;

	line-height: 90px;
	letter-spacing: 0%;
	color: #FE0101;
	padding: 0px;
	margin: 0px;
}


.farmworkerpartner h6 span {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;

	line-height: 42px;
	letter-spacing: 0%;
	color: #FE0101;
}


.shop-butn {
	color: #769BF5;
	border: 2px solid #769BF5;
}

.shop-butn:hover {
	background: #769BF5;
	border: 2px solid #769BF5;
	color: #fff;
}

.cumn-butn-body.shop-butn {
	margin: 80px 0px 0px 0px;
	float: left;
	padding: 18px 30px;
}


/*============================*/
/*==farmworkerpartner-section=*/
/*============================*/


/*============================*/
/*==Trending Products=*/
/*============================*/

.trending-products-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/t-prod-bg.png) left top no-repeat;
	background-size: cover;
	display:none;
}


.featured-products-carousel-two .owl-nav {
	display: block;
	position: absolute;
	right: 0px;
	top: -24%;
}

.featured-products-carousel-two .owl-nav .owl-prev {
	left: -10px;
	position: relative;
}

.featured-products-carousel-two .owl-dots {
	display: none;
}


/*============================*/
/*==Trending Products=*/
/*============================*/


/*============================*/
/*==about-section=*/
/*============================*/

.about-section {


	padding: 0px;
	margin: 0px;
	background: #010328;
	width: 100%;
	height: 570px;
	display:none;

}

.about-section-left {
	padding: 80px 80px;
	margin: 0px;
	overflow: hidden;
	height: 570px;
}

.about-section-left h2 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.about-section-left p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #DEE8FF;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.cumn-butn-body.blue-butn {
	margin: 30px 0px 0px 0px;
	display: inline-flex;
	padding: 18px 30px;
}

.about-section-right {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 570px;
	overflow: hidden;
}


.about-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
	transition: 0.3s ease-in-out;
}

.about-section-right:hover img {
	transform: scale(1.5);
	width: 100%;
	transition: 0.3s ease-in-out;

}

/*============================*/
/*==about-section=*/
/*============================*/

/*============================*/
/*==tag-section=*/
/*============================*/

.tag-section {
	padding: 80px 0px;
	margin: 0px;
	height: auto;
	display:none;

}


.tag-section-box {
	display: block;
	margin: 0px;
	padding: 0px;

}


.tag-section-box-icon {
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 50px;
}

.tag-section-box-icon img {
	width: auto;
	height: auto;
	object-fit: cover;
}

.tag-section-box-info {
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.tag-section-box-info h5 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;

	line-height: 140%;
	letter-spacing: 0px;
	color: #121519;
	padding: 0px;
	margin: 0px 0px 10px 0px;

}


.tag-section-box-info p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #5F5F5F;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	width: 80%;
}

/* ===========================================tag-section-section=======================================================================*/


/* ================================footer=========================================================== */

.footer {
	padding: 0px;
	margin: 0px;
	height: auto;
	background: url(../images/footer-bg.webp) no-repeat;
	background-size: cover;
}


.footer-top {
	padding: 60px 0px;
	margin: 0px;
	display:none;
}


.footer-logo {
	width: 325px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.footer-news-sec {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 65%;
}

.footer-news-sec h3 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #000;
	margin: 0px 0px 15px 0px;
}

.footer-news-sec p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;
	color: #4C4C4C;
	margin: 0px 0px 20px 0px;
}

.footer-news-sec .newsletter-form {
	padding: 0px;
	position: relative;
}

.footer-news-sec .newsletter-form input {
	height: 50px;
	width: 100%;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #899F97 !important;
	border: none;
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 10px;
	letter-spacing: 0%;
	color: #3A3A3A;
	padding: 0px 35px;
	border-radius: 40px;
}


.footer-news-sec .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}

.footer-news-sec .newsletter-form .button .btn {
	display: inline-block;
	background: #0729F9;
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	height: 50px;
	border-radius: 0px 40px 40px 0;
	width: 150px;
}


.footer-news-sec .newsletter-form .button .btn:hover {
	background: #769BF5;
}


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}

.footer-quick-links h3 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;

	line-height: 18px;
	letter-spacing: 0%;

	color: #000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 2;
}

.footer-quick-links ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.footer-quick-links ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #4C4C4C;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer-quick-links ul li a:hover {
	color: #FE0101;

	padding-left: 4px;
}


.footer-quick-links2 ul {
	column-count: 1;
}


.footer-info-link {
	padding: 0px;
	padding: 0px;
}


.footer-info-link h3 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;

	line-height: 18px;
	letter-spacing: 0%;

	color: #000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 15px 0px;

}


.footer-info-link p {
	padding: 0px 0px 20px 0px;
	display: flex;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	opacity: 1;
	word-break: break-word;
	margin: 0px;
	text-align: left;
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #4C4C4C;
	opacity: 1;
	justify-content: start;
	align-items: start;
	gap: 5px;
}

.footer-info-link p span.f-icon {
	margin-right: 10px;
	width: 25px;
	height: auto;
}

.footer-info-link p span.f-icon img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: flex;
	justify-content: start;
	align-items: start;
}

.footer-info-link p span.f-text {
	width: 100%;
}


.footer-info-link p a {

	color: #4C4C4C;

}


.footer-info-link p a:hover {
	color: #FE0101;
}


.footer-social-icon {
	margin: 0px;
	padding: 0px;

}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 10px;
	align-items: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}


.footer-social-icon ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 45px;
	height: 45px;
	background: #769BF5;
	border-radius: 50%;
	text-align: center;
	padding: 12px 0px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
}

.footer-social-icon ul li a {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
}


.footer-social-icon ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
}


/* ==========footer-butm===================== */

.footer-bottm {
	padding: 15px 0px;
	margin: 0px;
	border-top: 1px solid #CECECE;
}


.footer-bottm p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	color: #4C4C4C;
	line-height: 12px;
	letter-spacing: 0%;


}

.footer-bottm p a {
	color: #0729F9;
}

.footer-bottm p a:hover {
	color: #4C4C4C;
}


.footer-bottm-left {
	text-align: left;
}


.footer-bottm-right {
	text-align: right;
}


/* ==========footer-butm===================== */


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #FE0101;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/* ================================Search Style=================== */


#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 60%;
	margin-left: 20%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, .8);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
	outline: none;
	padding: 10px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}

#search .close:hover {
	color: #FC2121;
	cursor: pointer;
}

/* ================Search Style=============*/


/* ============inner-pages-start====================*/


/*================================================
about CSS
=================================================*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}


.inner-banner-text h1 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;

	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;

	color: #fff;
	padding: 0px;
	margin: 0px;
}


.cmn-section {
	padding: 80px 0px;
	margin: 0px;
}


.about-page {

	width: 100%;
	height: auto;
	background: url(../images/inner-bg.png) left top no-repeat;
	background-size: cover;
}


.about-top-sec {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.about-top-sec-text {
	padding: 0% 4% 0% 0%;
	margin: 0px;
}

.about-top-sec-text p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1C1C1C;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-top-sec-img {
	width: 100%;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
}

.about-top-sec-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-top-sec-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-mid-sec {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.about-mid-sec p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1C1C1C;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-butm-sec-inner-text p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1C1C1C;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-butm-sec-inner-img {
	position: relative;
	width: 100%;
	height: 450px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}


.about-butm-sec-inner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-butm-sec-inner-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*================================================
about CSS
=================================================*/


/*================================================
contact CSS
=================================================*/


.contact-page {
	width: 100%;
	height: auto;
	background: url(../images/inner-bg.png) left top no-repeat;
	background-size: cover;
}


.contact-page-info-box {
	background: #fff;
	border: 2px dashed #0729F9;
	padding: 40px 30px;
	box-shadow: 22px 40px 40px 0px #0000000D;
	border-radius: 20px;
	height: 160px;
}

.contact-page-info-box h4 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #121519;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contact-page-info-box p {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #4C4C4C;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	word-wrap: break-word;
}

.contact-page-info-box p a {
	color: #4C4C4C;
}

.contact-page-info-box p a:hover {
	color: #FE0101;
}

.contact-page-info-box .footer-icon {
	width: 30px !important;
	height: 30px;
}

.contact-page-info-box .footer-text {
	width: 85% !important;
}


.google-map {
	width: 100%;
	height: 400px;
}

.google-map iframe {
	width: 100%;
	height: 100%;
}


.drop-sms-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/t-prod-bg.png) left top no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}

.drop-sms-section h2 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #151515;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.drop-sms-section p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #3F3F3F;
	padding: 0px;
	margin: 0px 100px 30px 100px;
}

.frm-inner {
	padding: 60px 40px 0px;
}

.frm-inner .form-row {
	margin: 0px 0px 20px 0px;
}

.frm-inner .form-row label {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	padding: 0px 0px 15px 0px;
	color: #3F3F3F;
}

.frm-inner .form-row .form-control {
	border: 1px solid #3F3F3F;
	border-radius: 8px;
	padding: 12px 10px;
	box-shadow: 0px 5px 10px 0px #0000000F;
}

textarea.form-control {
	min-height: calc(2.5em + (5.75rem + 2px));
}


.frm-inner .cumn-butn-body.orng-butn {
	margin: 50px auto 0px;
	display: flex;
	border: none;
	background: #F9C611;
	color: #000;
}


.frm-inner .cumn-butn-body.orng-butn:hover {
	background: #000;
	color: #fff;
}


.frm-inner .form-row p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #414141;
	padding: 10px 0px;
	margin: 0px;
	text-align: left;


}

.frm-inner .cumn-butn-body.blue-butn {
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*================================================
contact CSS
=================================================*/


/*================================================
blog CSS
=================================================*/



.blog-page {  padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/t-prod-bg.png) left top no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden; }



.blog-box {
	padding: 0px;
	margin: 0px 0px 37px 0px;
}

.blog-box-img {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	height: 350px;
}

.blog-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.blog-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-box-text {
	margin: 20px 0px;
	padding: 0px;
}


.blog-box-text h3 {
	font-family: Outfit;
	font-weight: 400;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #121519;
	padding: 0px;
	margin: 0px;
}

.blog-box-text-info {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 30px;
	margin: 10px 0px;
	padding: 0px;
}


.blog-box-text-info h6 {
	font-family: Outfit;
	font-weight: 500;
	font-size: 17px;
	line-height: 17psx;
	letter-spacing: 0%;
	color: #818181;
	padding: 0px;
	margin: 0px;
}

.blog-box-text-info h6 span {
	color: #FE0101;
}

.blog-box-text p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #4C4C4C;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.read-more {
	font-family: Outfit;
	font-weight: 400;
	font-size: 20px;
	line-height: 12px;
	letter-spacing: 0%;
	color:  #0729F9;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}

.read-more span {
	margin-left: 5px;
}




/*================================================
blog CSS
=================================================*/



.farmworkerpartner p {
    font-family: Outfit;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #DEE8FF;
    padding: 0px 12px 9px 0px;
    margin: 0px;
    text-align: justify;
}



.farmworkerpartner h2 {
    font-family: Outfit;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    
}





.header-butn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px !important;
	padding: 0px !important;
}



.header-butn .cumn-butn-body.shop-butn {
       margin: 15px 0px; 
    float: left;
    padding: 13px 20px;
    color: #fff;
    border: 2px solid #769BF5;
    background: #769BF5;
    font-size: 22px;
}

.header-butn .cumn-butn-body.shop-butn:hover { color: #fff;
	border: 2px solid #FE0101;
	background: #FE0101;}

.header-butn .cumn-butn-body.shop-butn img{ margin-right: 15px;  margin-left: 15px;}
.product-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1px 0px 20px 0px;
}


.product_title.entry-title { font-family: Outfit;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #000;
  padding: 0px;
  margin: 0px;  }


.woocommerce-product-details__short-description p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px 12px 9px 0px;
	margin: 0px;
	text-align: justify;
}


.related.products {
	margin: 0px;
	padding: 80px 0px;
}


.related.products h2 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.woocommerce-Tabs-panel h2 { font-family: Outfit;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px; }
 

.woocommerce-Tabs-panel p { font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
  padding: 0px 12px 9px 0px;
  margin: 0px;
  text-align: justify;
} 



.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0;
	border: 1px solid #F2EFEF;
	padding: 40px 30px;
	border-radius: 0px 0px 10px 10px;
	background: #F6F6F6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0px;
	overflow: hidden;
	position: relative;
}





.single-product table.variations tbody tr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}



.qty-label {
	font-size: 20px;
	margin: 0px 0px 8px 0px;
	font-weight: 600;
}



.woocommerce div.product form.cart div.quantity {
	float: unset;
	margin: 0 10px 15px 0;
}



.single_add_to_cart_button.button.alt {
	background: #769BF5 !important;
	padding: 14px 50px;
	border-radius: 30px;
	font-family: Outfit;
	font-weight: 600;
	font-style: ExtraBold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

.single_add_to_cart_button.button.alt:hover  {
	background: #0B2DF9 !important;
	padding: 14px 50px;
	border-radius: 30px;
} 


.price {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold !important;
	font-size: 30px !important;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000 !important;
	margin: 20px 0px !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #fff; }


.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #04000a;
  background-color: #04000a; }


label.custom-qty-label {
    font-weight: 700;
    text-align: left;
    padding-bottom: 4px;
}
.badge,.single-product .inner-banner-section,.single-product .product-header {display:none !important;}
.single-product .summary .review{margin-bottom:15px;}
.single-product .related.products{ display:none;}
.head-location{    margin-top: 24px;
    color: #769BF5;
    font-weight: bold;
    text-align: center;
    font-size:31px;}
/* qty section */

.single-product .qty-variation-inline{
        display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.single-product .qty-variation-inline .quantity{
    margin-bottom: 0;
    width: 100%;
    max-width: 160px;
    text-align: left;
}
.single-product .qty-variation-inline .quantity .input-text.qty{
    height: 34px;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.single-product .qty-variation-inline table.variations{
    width: auto !important;
    margin-bottom: 0;
}
.single-product .qty-variation-inline table.variations tbody td select{
    padding-left:10px !important;
}
.single-product .single_variation_wrap{
        width: 100%;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 14px 50px;
}


.woocommerce div.product form.cart .variations select {
	
border-radius: 6px;
border: 1px solid #ddd;

}

.single-product .product-type-variable p.price{ display:none;}
.home .recommended-box-text .price-row p{display:none;}
.home .banner-section{display:none;}
.single-product .woocommerce-variation-add-to-cart-enabled.quantity{display:none;}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block{ display:none;}
.single-product form > div > div > div.quantity{display:none;}
.wc-block-components-button:not(.is-link){background: #769BF5;
    color: #fff;
    border-radius: 50px;}
.wc-block-components-button:not(.is-link):hover{background:#FE0101; color: #fff;}
.single-product .ppcp-messages,.single-product .ppc-button-wrapper,.woocommerce-checkout .wc-block-components-express-payment__content,.woocommerce-checkout .wc-block-components-express-payment__title,.woocommerce-checkout .wc-block-components-express-payment-continue-rule--checkout,.woocommerce-checkout .message__messaging {display:none !important;}

.button.continue-shopping {
      margin: 15px 0px !important;
    padding: 13px 20px !important;
    color: #fff !important;
    border: 2px solid #769BF5 !important;
    background: #769BF5 !important;
    border-radius: 50px !important;
    margin-top: 27px !important;
    margin-left: 10px !important;
}
.button.continue-shopping:hover {
border: 2px solid #FE0101 !important;
	background: #FE0101 !important;
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.wp-block-buttons .wp-block-button__link:hover {
color: #fff;
}


