input::placeholder {
	color: #ced4da;
	opacity: 1;
}

.heading .title-section img {
	height: 31px;
	margin-right: 11px;
	position: relative;
	top: 1px;
}

.title-section {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 20px;
	color: #3e6806;
	display: flex;
	align-items: center;
	text-transform: unset !important;
}

.title-small {
	color: #737373;
	border-radius: 6px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 300;
}

.slide-7,
.slide-5,
.slider-customer-reviews {
	margin-inline: calc(-1 * var(--gutter));
}

main {
	background-color: #ffffff;
}

.pt {
	padding-top: 35px;
}

.pb {
	padding-bottom: 35px;
}


.slideshow-content {
	/*! padding: 0px 0px 0px 120px; */
	display: flex;
	align-items: center;
}

.slideshow__title {
	font-size: 34px;
	color: #3e6806;
}

.slideshow-content h4 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #414141;
}

.slideshow-content p {
	    font-size: 20px;
    color: #707070;
    font-weight: 400;
    line-height: 1;
}

.slideshow-content form input {
	border-radius: 40px;
	border: 0px;
	padding: 10px 20px;
	font-family: Open-Sans;
	height: 44px;
	width: 100%;
}

.slideshow-content form input::placeholder {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	;
}

.slideshow-content form button {
	padding: 10px 20px;
	background: linear-gradient(45deg, #3e6806, #a2c031);
	border-radius: 40px;
}

.slideshow-content form button svg g {
	fill: #7a9d20;
}

.slideshow-bar .slideshow-box:not(:last-child) {
	margin-bottom: 22px;
}

.slideshow-mobile {
	display: none;
}

@media (max-width: 992px) {
	.slideshow-desktop {
		display: none;
	}

	.slideshow-mobile {
		display: block;
	}

	.slideshow-content {
		align-items: start !important;
		padding: 100px 15px;
	}

	.slideshow__title {
		text-align: center;
	}

	.slideshow-content h4 {
		text-align: center;
	}

	.slideshow-content p {
		text-align: center;
	}
}

@media (max-width: 586px) {
	.slideshow-content {
		align-items: start;
		padding: 45px 15px;
	}

	.slideshow__title {
		font-size: 32px;
	}

	.slideshow-content h4 {
		font-size: 18px;
	}

	.slideshow-content p {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.slideshow__title {
		font-size: 22px;
	}

	.slideshow-content h4 {
		font-size: 15px;
	}

	.slideshow-content {
		padding: 20px 15px;
	}
}

.service {
	background-color: white;
}

.service .clm:not(:last-child) {
	border-right: 2px dotted #a2c031;
}

.service-box {
	padding: 20px 0px 20px 0px;
}

.service-box__icon img {
	height: 70px;
	padding-right: 0px;
	position: relative;
	top: 0px;
	margin-bottom: 20px;
}

.service-box-content h3 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 0;
	color: #414141;
	display: block;
}

.service-box-content span {
	font-size: 14px;
	color: #666;
}


.categories-body {
	background-color: white;
	/* padding: 25px;
	border-radius: 10px; */
}

.categories-card h3 {
	font-size: 16px;
	margin-bottom: 15px;
}


.products-body {
	background-color: white;
	padding: 25px;
	border-radius: 10px;
}

.product-card {
	/*! background-color: white; */
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 3px;
	box-shadow: rgba(255, 255, 255, 0) 0px 2px 8px 0px;
	transition: box-shadow .6s ease-in-out;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eee;
}

.product-card__img {
	padding: 15px;
	display: flex;
	align-items: center;
	height: 250px;
}

.product-card__img .sale {
	background: linear-gradient(315deg, #fa4c40 0%, #d32113 100%);
	height: 21px;
	color: white;
	font-size: 13px;
	border-radius: 0px 0px 10px 0px;
	padding: 0px 5px;
	font-weight: 600;
}

.product-card-content {
	padding: 0px 10px 10px 10px;
}

.product-card__title a {
	font-size: 16px;
	color: #020b27;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.price {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	/* width: 100%; */
	padding-bottom: 3px;
}

.product-card-content .price-new {
	color: rgb(219, 0, 0);
	font-size: 16px;
	font-weight: 500;
	margin-right: 7px;
}

.product-card-content .price-old {
	color: #657384;
	text-decoration-line: line-through;
	font-weight: 400;
	font-size: 15px;
}

.tag-box {
	color: #4a4f63;

	background-color: #f6f7f9;

	border-radius: 4px;

	font-size: 13px;

	height: 26px;

	display: flex;

	align-items: center;

	font-weight: 500;

	padding: 0px 9px;

	width: fit-content;

	margin-bottom: 10px;

}

.add-cart a {
	background-color: #a2c031;
	width: 100%;
	color: white;
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	border-radius: 20px;
	border: 1px solid #a2c031;
}

.box-section-home-06 {
	background-color: #D9E9EA;
}

.box-customer-reviews .info-title .dsc {
	font-size: 16px;
	color: #87878F;
	line-height: 1.8;
}

.slider-customer-reviews {
	/* background: linear-gradient(to right, #8cc7a8, #b2d18f);
	padding: 25px;
	border-radius: 12px; */
}

.slider-customer-reviews .item {
	font-size: 20px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 19px;
	padding: 30px 64px 35px 35px;
	background: #fff;
	color: #1B221E;
	border-radius: 10px;
	border-bottom: 2px solid #a2c031;
	position: relative;
}

.testimonial-one__arrow {
	display: inline-block;
	width: 110px;
	height: 45px;
	position: absolute;
	top: 100%;
	left: 33px;
}

.testimonial-one__arrow span.first {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -2px;
	background: #fff;
	z-index: 9;
}

.testimonial-one__arrow span.second {
	position: absolute;
	left: 0;
	right: -1px;
	bottom: -1px;
	top: 0;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #a2c031;
	z-index: 1;
}

.slider-customer-reviews .desc p {
	font-size: 15px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #1B221E;
	font-style: italic;
	line-height: 1.8;
	padding-bottom: 0px;
}

.testimonial-one__quote-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #3e6806;
	border-radius: 0 10px 0 100%;
	font-size: 45px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}

.testimonial-one__quote-icon svg {
	height: 32px;
	fill: white;
	position: relative;
	top: -5px;
}

.star ul li svg {
	height: 16px;
	fill: #3e6806;
	margin-right: 7px;
}

.testimonial-one__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-left: 105px;
}

.testimonial-one__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 94px;
	flex: 0 0 87px;
	margin-right: 18px;
	padding: 8px;
	border: 2px solid #a2c031;
	height: 87px;
	border-radius: 50%;
}

.testimonial-one__image img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

.testimonial-one__name {
	font-size: 20px;
	font-weight: 700;
	color: #181C1A;
	display: block;
}

.testimonial-one__job {
	font-size: 14px;
	display: block;
	line-height: 18px;
	color: #87878F;
}

.partner {
	background: linear-gradient(29deg, #3e6806 10%, #a2c031, #3e6806);
	;
}

.partner .title-section {
	color: #fff;
}

section.news {
	background-color: #f9f9f9;
}

.new-tabs ul li a {
	padding: 6px 15px;
	background-color: hsl(0, 0%, 92.2%);
	display: block;
	color: hsl(0, 0%, 16.9%);
	font-size: 15px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.new-tabs ul {
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	flex-wrap: initial;
}

.new-tabs ul::-webkit-scrollbar {
	display: none;
}

.new-tabs ul li.active a {
	background-color: hsla(183.2, 35.2%, 79.4%, 0.38);
	color: hsl(181.8, 58.1%, 44.9%);
}

.new-ctg a {
	font-size: 12px;
	color: white;
	background-color: #3e6806;
	padding: 2px 5px;
	border-radius: 3px;
}

.new-card__title a {
	color: #2b2b2b;
	font-size: 16px;
	display: block;
	font-weight: 600;
	margin: 3px 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new-card__title a:hover {
	color: hsl(144.1, 100%, 25.9%);
}

.new-card-content .desc p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
	padding: 0px;
	font-size: 13px;
}

.new-card__img img {
	width: 100%;
	border-radius: 5px;
}

.news-right .new-card__img img {
	border-radius: 5px;
}

.new-card__img img {
	height: 261px;
}

.news-right .new-card__img img {
	width: 145px;
	margin-right: 10px;
	display: block;
	height: 108px;
}

.news-right .new-card__title a {
	font-size: 15px;
}

.news-right .new-card {
	margin-bottom: 12px;
}

.faq {
	background-color: #fff;
	border: 1px solid #dfeced;
	margin-bottom: 10px;
	border-radius: 6px;
	padding-right: 0px;
	/*! overflow: hidden; */
}

.faq.active {
	color: #3e64de;
	background-color: #eaf8f9;
	/*! border-radius: 6px 6px 0 0; */
}

.faq-question {
	padding: 9px 15px 9px 15px;
	font-size: 15px;
	font-weight: 400;
	color: #202020;
	cursor: pointer;
}

.faq.active .faq-question {
	color: #3e6806;
	/*! font-weight: 500; */
}

.faq-question svg {
	height: 15px;
	fill: #a2c031;
	transition: all .3s ease-in;
}

.faq.active .faq-question svg {
	transform: rotate(-90deg);
}

.faq-answer {
	display: none;
}

.faq.active .faq-answer {
	display: block;
	padding: 8px 15px 13px 18px;
	background-color: #fff;
	border-radius: 0px 0px 6px 6px;
}

.faq-answer p {
	color: #333;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.item_list_brand {
	padding: 16px;
	background: #fff;
	margin: 5px 0px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) -0.05px 0.95px 3.6px;
	transition: transform .8s ease-in-out;
	transform: translateY(0px);
}

.how-much-you-save-table table {
	border: 0;
	border-collapse: collapse;
}

.how-much-you-save-table table th div {
	width: 100%;
	height: 100%;
	padding: 1rem;
	white-space: nowrap;
	background-image: linear-gradient(to right, #adb5bd 33%, transparent 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
}

.how-much-you-save-table table td {
	white-space: nowrap;
	background-image: linear-gradient(to right, #adb5bd 33%, transparent 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
	padding: 1rem;
}

.how-much-you-save-table table th:first-child div,
.how-much-you-save-table table th:first-child div {
	justify-content: left;
}

.how-much-you-save-table table th div,
.how-much-you-save-table table th div {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 18px;
	text-align: center;
}

.how-much-you-save-table table th {
	height: 92px;
}

.how-much-you-save-table table th:nth-child(2),
.how-much-you-save-table table th:nth-child(4),
.how-much-you-save-table table th:nth-child(6) {
	min-width: 110px;
	background-color: #f2f2f2;
	border-radius: 0.5rem 0.5rem 0 0;
	text-align: center;
	vertical-align: center;
}

.how-much-you-save-table table td:nth-child(3),
.how-much-you-save-table table td:nth-child(5),
.how-much-you-save-table table td:nth-child(7) {
	background-color: #f2f2f2;
	text-align: center;
}

.how-much-you-save-table table td:nth-child(7) {
	background-color: #efedf6;
	text-align: center;
}

.how-much-you-save-table table tr th div span {
	color: #707070;

}

.how-much-you-save-table table tr th:last-child div span {
	color: #3e6806;
}

.how-much-you-save-table table tr td {
	padding: 0.75rem 0rem 0.75rem 0rem;
}

.how-much-you-save-table table tr td:not(:nth-child(2)) label {
	text-align: center;
}

.how-much-you-save-table table tr td img {
	height: 25px;
}

.how-much-you-save-table table tr td label {
	margin-bottom: 0px;
	font-weight: 400;
	color: #707070;
	padding-bottom: 0px;
}

.how-much-you-save-table table tr td:last-child label {
	font-weight: bold;
}

.how-much-you-save-table table tr td:last-child a label,
.how-much-you-save-table table tr td label.title {
	color: #3e6806;
	font-size: 18px;
	font-weight: bold;
}

.how-much-you-save-table small {
	color: #707070;
	margin-top: 15px;
	display: block;
	font-size: 13px;
}


.heart-banner {}

.heart-banner__ct {
	flex-direction: column;
	padding: 30px;
	border-radius: 30px;
	min-height: 370px;
	gap: 90px 0;
	background-position: 76% 0px !important;
}

.heart-banner__ttl {
	font-size: 36px;
	color: #3e6806;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Open-Sans';
}

.heart-banner__subttl {
	color: #3e6806;
	margin: 0px 0px 10px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open-Sans';
	font-weight: 700;
}

.heart-banner__wbtn a {
	background: #F2F2F2;
	color: #3e6806;
	padding: 8px 12px;
	border-radius: 8px;
	box-shadow: 0px 3px 3px rgb(0 0 0 / 16%);
	margin-right: 16px;
	font-family: 'Open-Sans';
	font-size: 12px;
	line-height: 1.3;
	flex-direction: column;
}

.heart-banner__wbtn a h3 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}

.heart-banner__wbtn a p {
	padding-bottom: 0;
}

.product-heart .row {
	gap: 20px 0;
}

.product-heart .item {
	display: block;
	box-shadow: 0px 3px 3px #00000029;
	border-radius: 44px;
	overflow: hidden;
	height: 100%;
}

.product-heart .item:hover {
	opacity: 1;
}

.product-heart .item:hover .bg_purple {
	box-shadow: 0px 5px 5px rgb(0 0 0 / 16%);
	opacity: 1;
}

.product-heart .bg_purple {
	background: #3e6806;
	padding: 30px 20px;
	color: white;
	opacity: .75;
}

.product-heart .bg_purple .title {
	font-size: 26px;
	line-height: 1.4;
	color: inherit;
	margin-bottom: 0;
	font-weight: 700;
}

.product-heart .bg_purple .subttl {
	font-size: 18px;
	line-height: 1.3;
}

.product-heart .bg_white {
	background: white;
	color: #3e6806;
	padding: 30px 20px;
}

.product-heart .bg_white p {
	font-size: 18px;
	padding-bottom: 0;
}

.product-heart .bg_white .price {
	font-size: 30px;
	font-weight: 700;
}

.product-heart .bg_white .price span {
	font-size: 18px;
	font-weight: 400;
	color: inherit;
}

.cart-wrap .ctnr {
	max-width: 730px;
}

.cart-top {
	background: #f8f8f8;
	padding: 24px;
	border-radius: 24px;
	margin-bottom: 30px;
}

.cart-top .row {
	align-items: center;
}

.cart-top .c-right {
	text-align: right;
}

.cart-top .title {
	font-size: 38px;
	line-height: 42px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.cart-top a {
	color: #a2c031;
	font-weight: 500;
}

.box-cart {
	background: #f8f8f8;
	padding: 10px 24px 32px;
	border-radius: 24px;
	margin-bottom: 30px;
}

.cart-item {
	color: #707070;
	font-size: 16px;
	padding: 32px 15px;
	border-bottom: 4px solid #e6e6e6;
}

.cart-item p {
	padding-bottom: 0;
}

.cart-item__ttl {
	font-size: 24px;
	line-height: 30px;
	color: black;
	font-weight: 700;
}

.cart-item__price {
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #707070;
}

.cart-item__wbtn {
	gap: 10px 16px;
}

.cart-item__wbtn a {
	font-weight: 500;
	color: #a2c031;
}

.cart-item__wbtn a svg path {
	fill: #a2c031;
}

.total-info {
	color: #707070;
	padding: 32px 15px;
}

.total-info p {
	padding-bottom: 0;
}

.total-info .price {
	text-align: right;

}

.cart-help {
	transform: translateY(5px);
	display: inline-block;
}

.cart-total p {
	padding-bottom: 0;
}

.cart-total {
	background: #0000000d;
	font-size: 24px;
	font-weight: 700;
	color: #a2c031;
	padding: 4px 15px;
	margin-bottom: 10px;
}

.cart-total>.row>div:first-child {
	color: black;
}

.cart-txt {
	text-align: center;
	color: black;
	font-size: 14px;
	margin-bottom: 10px;
}

.box-cart .btn-cart-submit {
	font-size: 24px;
	font-weight: 700;
	color: white;
	background: linear-gradient(45deg, #3e6806, #a2c031);
	text-align: center;
	display: block;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 15px;
}

.cart-total__price {
	text-align: right;
}

.cart-save {
	text-align: center;
	color: black;
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 100%;
}

.cart-continue {
	font-size: 18px;
	font-weight: 600;
	color: #a2c031;
	display: block;
	text-align: center;
}

.product-ttl {
	font-size: 20px;
	color: #3e6806;
	margin-bottom: 10px;
}

.product-temp-card {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-bottom: 8px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 6px;
}

.product-temp-card a h5 {
	color: #707070;
	font-size: 18px;
}

.product-temp-card a label {
	color: #707070;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}

.fqa__img,
.fqa__img img {
	width: 100%;
}

.clm.box-item-categorys {
	padding-bottom: 20px;
}







.product-detail-body {
	border: 4px solid #f2f2f2;
	border-radius: 20px;
	background-color: #f8f8f8;
}

.product-detail-ab {
	background-color: white;
	padding: 20px 15px 10px 15px;
	border-radius: 20px 20px 0px 0px;
}

.product-detail-order,
.product-detail-price {
	padding: 20px 15px 10px 15px;
}

.product-detail-ab-left h4 {
	font-size: 22px;
	color: #3e6806;
	line-height: 1.1;
}

.product-detail-ab-left small {
	color: #707070;
	font-size: 14px;
	margin-bottom: 5px;
}

.product-detail-ab-left label {
	color: #707070;
	font-size: 14px;
}

.product-detail-ab-left label svg {
	margin-right: 5px;
}

.product-detail-ab-left label a {
	color: red;
	margin: 0px 5px;
}

.product-detail-order h4,
.product-detail-price h4 {
	color: #3e6806;
	font-size: 20px;
}

.product-detail-price .group-form-top {
	margin-bottom: 20px;
}

.product-detail-price .group-form label {
	color: #707070;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}

.product-detail-price .group-form select {
	border: 1px solid #DBDBDB;
	height: 49px;
	width: 100%;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	font-size: 17px;
	color: #3e6806;
	font-weight: bold;
	font-family: var(--font-heading-family);
}

.product-detail-order small {
	font-size: 14px;
	color: #707070;
}

.product-detail-button {
	border: 1px solid #DBDBDB;
	height: 55px;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	margin-top: 8px;
}

.thead-text-count {
	font-size: 14px;
	color: #c8c8c8;
	font-weight: 300;
	display: block;
	margin-left: 20px;
}

.thead-price {
	font-size: 20px;
	font-weight: bold;
	color: #3e6806;
	text-align: right;
}

.thead-price small {
	display: block;
	font-weight: 300;
	color: #3e6806;
	font-size: 15px;
}

.thead-text-mt {
	color: #FFB74E;
	font-weight: 600;
	text-align: left;
	font-size: 12px;
}

.product-detail-button.active {
	background: linear-gradient(45deg, #3e6806, #a2c031);
}

.product-detail-button .thead-text h4 {
	font-size: 18px;
}

.product-detail-button.active .thead-text h4,
.product-detail-button.active .thead-price,
.product-detail-button.active .thead-price small {
	color: white;
}

.product-detail-check {
	padding: 5px 15px 10px 15px;
}

.product-detail-check label {
	color: #707070;
	font-weight: 300;
	font-size: 16px;
}

.product-detail-check label input {
	margin-right: 5px;
}

.product-detail-check label a {
	color: #3e6806;
	font-weight: bold;
}

.add-cart {
	color: #fff;
	background-color: #3e6806;
	border-color: #3e6806;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 18px;
	border-radius: 10px;
	margin-top: 15px;
}

.free-ship p {
	color: #3e6806;
	font-weight: 300;
	font-size: 18px;
	margin-top: 3px;
	padding-bottom: 10px;
}

.free-ship span {
	color: #707070;
	font-weight: 300;
	font-size: 18px;
}

.help {
	background-color: #F8F8F8;
	padding: 20px;
	border-radius: 15px;
	margin-top: 15px;
}

.help span {
	font-size: 20px;
	font-weight: bold;
	color: #3e6806;
}

.help-button a {
	background-color: #3e6806;
	border-color: #3e6806;
	display: block;
	text-align: center;
	padding: 2px 15px;
	color: white;
	font-size: 18px;
	border-radius: 8px;
	margin-right: 10px;
}

.add-cart:hover {
	color: #Fff;
}

.categories-card img {
	margin: 0 auto;
	margin-bottom: 20px;
}
.faq-list__item:not(:last-child){
	border-bottom: 1px dotted #DA6F27;
}
.faq-list__box{
	max-width: 930px;
	margin: 0 auto;
	padding: 40px 0;
}
.faq-list__ttl{
	color: #707070;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
	margin-bottom: 20px;
}
.faq-list__subttl{
	color: #3e6806;
    font-size: 30px;
    font-weight: 700;
}
.faq-list__desc{
	font-size: 24px;
	font-weight: 500;
	text-align: justify;
}
.input-custom{
  border: 1px solid #DBDBDB;
  height: 38px;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 992px) {
	.faq-list__box{
		padding: 20px 0;
	}
	.faq-list__ttl{
		font-size: 30px;
	}
	.faq-list__subttl{
		font-size: 25px;
	}
	.faq-list__desc{
		font-size: 16px;
	}
	.form-blog-details {
		display: none;
	}

	.product-detail-button {
		height: unset;
		flex-wrap: wrap;
	}

	.product-detail-check {
		flex-wrap: wrap;
	}

	.thead-price {
		width: 100%;
		text-align: left;
	}

	.thead-text {
		width: 100%;
	}

	.categories-card a img {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.service-box-content span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pt {
		padding-top: 20px;
	}

	.pb {
		padding-bottom: 20px;
	}

	.service .clm:not(:last-child) {
		border-right: unset;
	}

	.service-box {
		padding: 0px 0px 20px 0px;
	}

	.slider-customer-reviews .item {
		padding: 15px 30px 22px 20px;
	}

	.slider-customer-reviews .desc p {
		font-size: 13px;
	}

	.star ul li svg {
		height: 13px;
		fill: #a2c031;
		margin-right: 3px;
	}

	.testimonial-one__arrow {
		display: inline-block;
		width: 85px;
		height: 30px;
		position: absolute;
		top: 100%;
		left: 30px;
	}

	.testimonial-one__meta {
		margin-left: 65px;
	}

	.testimonial-one__quote-icon {
		width: 70px;
		height: 70px;
	}

	.testimonial-one__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75px;
		flex: 0 0 75px;
		margin-right: 18px;
		padding: 6px;
		border: 2px solid #a2c031;
		height: 75px;
	}

	.testimonial-one__name {
		font-size: 18px;
	}

	.clm:first-child .new-card {
		margin-bottom: 15px;
	}

	.news-right .new-card__img img {
		width: 125px;
		height: 110px;
	}
}

@media (max-width: 786px) {
	.how-much-you-save-table {
		overflow-x: scroll;
	}

	.title-section {
		justify-content: center;
		text-align: center;
		font-size: 24px;
	}

	.service-box__icon img {
		height: 50px;
	}

	.service-box-content h3 {
		font-size: 16px;
		font-weight: 600;
	}

	.how-much-you-save-table table tr td:last-child a label,
	.how-much-you-save-table table tr td label.title {
		font-size: 15px;
	}
}

@media (max-width: 582px) {
	.heart-banner__ct {
		min-height: 280px;
		gap: 30px 0;
	}
}

@media (max-width:992px) {
	.cart-item__ttl {
		font-size: 18px;
	}

	.cart-total {
		font-size: 16px;
	}

	.box-cart .btn-cart-submit {
		font-size: 18px;
	}

	.box-cart .btn-cart-submit {
		margin-bottom: 10px;
	}

	.box-cart {
		padding: 10px 15px 20px;
	}

	.total-info,
	.cart-item {
		padding: 20px 15px;
	}

	.cart-top .title {
		font-size: 24px;
	}
}
