/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
	--mht-primary: #009d4b;
	--mht-primary-2: #16b765;
	--mht-green: #006f37;
	--mht-soft: #f3fff8;
	--mht-text: #231f20;
}

body {
	color: var(--mht-text);
}

.header-main,
.stuck .header-main {
	background: var(--mht-primary) !important;
}

.nav > li > a,
.header-button .button,
.header .icon-shopping-bag,
.header .icon-search {
	color: #fff !important;
}

.nav-dropdown {
	border: 0;
	border-radius: 4px;
	box-shadow: 0 18px 45px rgba(0, 111, 55, .16);
	padding: 14px 10px;
}

.nav-dropdown > li > a {
	align-items: center;
	color: var(--mht-primary) !important;
	display: flex;
	font-size: 11px;
	font-weight: 600;
	gap: 12px;
	line-height: 1.35;
	padding: 13px 14px !important;
}

.nav-dropdown > li > a:before {
	color: var(--mht-primary);
	content: "✿";
	display: inline-flex;
	font-size: 13px;
	font-weight: 400;
	justify-content: center;
	width: 22px;
}

.nav-dropdown > li.active > a,
.nav-dropdown > li > a:hover {
	background: #e9fff3;
	border-radius: 4px;
	color: var(--mht-primary) !important;
}

.button,
button,
.product-small .add-to-cart-button a {
	background-color: var(--mht-primary) !important;
	border-color: var(--mht-primary) !important;
	color: #fff !important;
	font-weight: 700;
}

.button:hover,
button:hover,
.product-small .add-to-cart-button a:hover {
	background-color: var(--mht-green) !important;
	border-color: var(--mht-green) !important;
}

.mht-home .section-title,
.mht-section-heading h2,
.mht-heading h2 {
	color: var(--mht-primary);
	font-size: clamp(19px, 2vw, 29px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 12px;
	text-align: center;
}

.mht-heading p,
.mht-section-heading p {
	color: var(--mht-green);
	font-size: 12px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	text-align: center;
}

.mht-hero {
	background: linear-gradient(90deg, #fff 0%, #f6fff9 42%, #e4fff0 100%);
	min-height: 590px;
	overflow: hidden;
}

.mht-hero h1 {
	color: var(--mht-primary);
	font-family: Georgia, serif;
	font-size: clamp(28px, 3.3vw, 46px);
	font-style: italic;
	line-height: 1;
	margin-bottom: 18px;
	text-shadow: 2px 2px 0 #dff6e9;
}

.mht-hero .lead {
	color: var(--mht-primary);
	font-size: clamp(15px, 1.5vw, 21px);
	font-style: italic;
	font-weight: 800;
	line-height: 1.25;
}

.mht-story {
	background: #f6fff9;
}

.mht-story h2 {
	color: var(--mht-primary);
	font-size: 28px;
	font-weight: 800;
}

.mht-story p {
	color: var(--mht-green);
	font-size: 13px;
	line-height: 1.55;
}

.mht-image-card img,
.mht-category-card img,
.box-image img {
	border-radius: 8px;
}

.mht-commit .icon-box h3 {
	color: var(--mht-primary);
	font-size: 17px;
	font-weight: 800;
}

.mht-commit .icon-box p {
	font-size: 12px;
	line-height: 1.55;
}

.mht-products .product-small .box-text,
.mht-products .product-small .price-wrapper {
	text-align: center;
}

.mht-products .product-title a {
	color: #111;
	font-size: 13px;
	line-height: 1.35;
}

.mht-products .price {
	color: #111;
	font-size: 13px;
	font-weight: 800;
}

.mht-categories {
	background: linear-gradient(180deg, #fff 0%, #e3fff0 100%);
}

.mht-blog {
	background: #f3fff8;
	border-top: 4px solid var(--mht-primary);
}

.mht-blog .box {
	background: #fff;
	border: 1px solid #c7efd9;
	border-radius: 8px;
	overflow: hidden;
}

.mht-blog .box-text {
	padding: 16px;
}

.mht-testimonials {
	background: #f6fff9;
}

.mht-testimonial-section {
	overflow: hidden;
}

.mht-testimonial-slider {
	margin: 45px auto 0;
	max-width: 1180px;
	overflow: visible;
	padding: 0 44px;
}

.mht-testimonial-slider .mht-testimonial-slide {
	padding: 28px 14px 18px;
	width: 33.333% !important;
}

.mht-testimonial-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: -10px 10px 0 var(--mht-primary);
	min-height: 220px;
	padding: 64px 28px 28px;
	position: relative;
	text-align: center;
}

.mht-testimonial-slider .flickity-viewport {
	overflow: hidden;
}

.mht-testimonial-slider .flickity-prev-next-button,
.mht-testimonial-slider .flickity-prev-next-button:hover {
	align-items: center;
	background: var(--mht-primary);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 153, 68, .18);
	color: #fff;
	display: flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	opacity: 1;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.mht-testimonial-slider .flickity-prev-next-button.previous {
	left: -5px;
}

.mht-testimonial-slider .flickity-prev-next-button.next {
	right: -5px;
}

.mht-testimonial-slider .flickity-prev-next-button svg,
.mht-testimonial-slider .flickity-prev-next-button .arrow {
	fill: #fff;
	height: 16px;
	width: 16px;
}

.mht-testimonial-avatar {
	left: 50%;
	position: absolute;
	top: -28px;
	transform: translateX(-50%);
}

.mht-testimonial-avatar img {
	border-radius: 999px;
	height: 86px;
	object-fit: cover;
	width: 86px;
}

.mht-quote-mark {
	color: var(--mht-primary);
	font-size: 55px;
	font-weight: 800;
	line-height: .6;
	position: absolute;
	right: 22px;
	top: -8px;
}

.mht-testimonial-card h3 {
	color: #111;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 4px;
}

.mht-stars {
	color: var(--mht-primary);
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1;
}

.mht-role {
	display: block;
	font-size: 9px;
	margin: 8px 0;
}

.mht-testimonial-card p {
	color: #202020;
	font-size: 10px;
	line-height: 1.25;
	margin: 0;
}

.footer-wrapper,
.absolute-footer {
	background: #000;
	color: #fff;
}

.gf-footer {
	background: #000;
	color: #fff;
	font-size: 11px;
	line-height: 1.45;
	padding: 26px 0 42px;
}

.gf-footer a,
.gf-footer p,
.gf-footer li {
	color: #fff;
}

.gf-footer h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 18px;
}

.gf-footer__logo img {
	background: #fff;
	border-radius: 8px;
	max-width: 155px;
	padding: 10px;
}

.gf-footer__about {
	font-size: 12px;
	font-weight: 600;
	max-width: 330px;
}

.gf-footer__social {
	align-items: center;
	display: flex;
	gap: 18px;
	margin: 24px 0;
}

.gf-footer__social a {
	align-items: center;
	background: #009d4b;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.gf-footer ul {
	list-style: disc;
	margin-left: 18px;
}

.gf-footer li {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 11px;
	padding-left: 5px;
}

.gf-footer strong {
	font-weight: 800;
}

.gf-footer__badge {
	background: #fff;
	border-radius: 8px;
	color: #009d4b;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	margin-top: 8px;
	padding: 10px 14px;
}

.gf-contact-intro {
	background: #fff;
	border-top: 4px solid #009d4b;
	padding: 56px 0 28px;
}

.gf-contact-intro h1 {
	color: #009d4b;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 36px;
	text-align: center;
}

.gf-contact-card {
	background: #f3fff8;
	border-radius: 18px;
	color: #006f37;
	min-height: 315px;
	padding: 38px 44px;
}

.gf-contact-card h2 {
	color: #009d4b;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.gf-contact-card p {
	color: #006f37;
	font-size: 16px;
	line-height: 1.55;
}

.gf-contact-card strong {
	color: #009d4b;
}

.gf-contact-social {
	display: flex;
	gap: 18px;
	margin-top: 18px;
}

.gf-contact-social a {
	align-items: center;
	background: #009d4b;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 19px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.gf-contact-person img {
	margin-bottom: -35px;
	max-height: 520px;
	object-fit: contain;
}

.gf-contact-form-section {
	background-position: center top;
	background-size: cover;
	color: #006f37;
	min-height: 650px;
	padding: 82px 0 70px;
}

.gf-contact-form-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
}

.gf-contact-form-wrap h2 {
	color: #009d4b;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 12px;
}

.gf-contact-form-wrap p {
	color: #006f37;
	font-size: 17px;
	line-height: 1.35;
	margin-bottom: 28px;
}

.gf-contact-form {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-contact-form input,
.gf-contact-form textarea {
	background: rgba(255, 255, 255, .72);
	border: 1px solid #c6e8d4;
	border-radius: 6px;
	box-shadow: none;
	color: #222;
	font-size: 15px;
	margin: 0;
	min-height: 52px;
	padding: 12px 18px;
}

.gf-contact-form textarea {
	grid-column: 1 / -1;
	min-height: 116px;
}

.gf-contact-form button {
	background: #009d4b !important;
	border-color: #009d4b !important;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 800;
	justify-self: start;
	margin-top: 6px;
	padding: 0 28px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.nav-dropdown > li > a {
		font-size: 10px;
	}

	.mht-hero {
		min-height: 520px;
		text-align: center;
	}

	.mht-testimonial-slider {
		padding: 0 30px;
	}

	.mht-testimonial-slider .mht-testimonial-slide {
		width: 100% !important;
	}

	.mht-testimonial-slider .flickity-prev-next-button {
		height: 34px;
		width: 34px;
	}

	.mht-story h2 {
		font-size: 21px;
	}

	.gf-footer h3 {
		font-size: 16px;
	}

	.gf-footer li,
	.gf-footer__about {
		font-size: 11px;
	}

	.gf-contact-intro h1 {
		font-size: 31px;
	}

	.gf-contact-card {
		min-height: 0;
		padding: 28px 24px;
	}

	.gf-contact-person img {
		margin-bottom: 0;
		max-height: 380px;
	}

	.gf-contact-form {
		grid-template-columns: 1fr;
	}

	.gf-contact-form-section {
		padding: 54px 0;
	}

}
