.bg-image {
	background: linear-gradient(0deg, rgb(237 237 237) 0%, rgba(255, 255, 255, 1) 100%);
}

.pd-section-top {
	padding-top: 60px;
}

.pd-section-bottom {
	padding-bottom: 60px;
}

.pd-section-content {
	padding-top: 20px;
}

.title-section {
	font-size: 31px;
	font-weight: 700;
	color: #89ad27;
	padding-bottom: 5px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 17px;
}

.title-section::before {
	height: 2px;
	width: 70px;
	content: "";
	background-color: #89ad27;
	display: block;
	bottom: -1px;
	position: absolute;
	left: calc(50% + 35px);
	top: unset;
	transform: translate(-50%, -50%);
}

.top_header_in {
	display: flex;
}

.star {
	justify-content: center;
}

.system-store {
	padding-top: 30px;
}

.title-section::after {
	height: 2px;
	width: 70px;
	content: "";
	background-color: #89ad27;
	display: block;
	bottom: -1px;
	position: absolute;
	left: calc(50% - 35px);
	top: unset;
	transform: translate(-50%, -50%);
}

.title-section span {
	color: #536c0f;
}

.bg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.heading .desc {
	margin-top: 10px !important;
}

.heading .desc p {
	text-align: center;
	line-height: 1.4;
	padding: 0px 10px;
}

.text-align-center {
	text-align: center;
}

.system {
	margin-left: 30px;
}

.system a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.system a svg {
	height: 20px;
	margin-right: 8px;
	fill: #89ad27;
}

header .cart-list {
	display: block;
	position: absolute;
	right: 0px;
	top: 100%;
	transition: 0.4s 0.25s;
	opacity: 0;
	visibility: hidden;
	padding-top: 0px;
	z-index: 99999999999999;
}

header .cart:hover .cart-list {
	padding-top: 20px;
	opacity: 1;
	visibility: visible;
}

header .cart-list-body {
	background: white;
	box-shadow: rgba(0, 39, 102, 0.08) 0px 0px 24px -4px, rgba(0, 39, 102, 0.03) 0px 0px 8px -4px;
	border-radius: 12px;
	padding: 16px;
	width: 383px;
	position: relative;
}

header .cart-list-body::before {
	content: "";
	top: -8px;
	display: block;
	height: 16px;
	width: 16px;
	background-color: inherit;
	border: inherit;
	position: absolute;
	bottom: 0px;
	right: 32px;
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	transform: rotate(135deg);
	border-radius: 0px 0px 0px 4px;
}

header .cart-card__img img {
	height: 56px;
	width: 56px;
}

header .cart-card__content a {
	height: unset;
	width: fit-content;
	background-color: transparent;
	color: black;
}

.cart-card__content a {
	background-color: #fff !important;
}

header .cart-card__content a h6 {
	color: black;
	font-size: 14px;
}

header .cart-card__img a {
	border: 1px solid #e3e3e3;
	padding: 6px;
	background-color: transparent !important;
	border-radius: 9px;
	height: 57px;
	width: 57px;
	margin-right: 10px;
}

header .cart-card__img a img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

header .cart-card__content .product-item__info--price p {
	font-size: 13px;
}

.cart-card__trash {
	margin-left: 20px;
}

.cart-card__trash svg {
	height: 16px;
}

.cart-card__trash svg path {
	fill: #8D98A7;
}

.cart-card__title {
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: gray;
}

.cart-card-bottom {}

.cart-card-bottom .total-count {
	color: #8D98A7;
	font-size: 13px;
}

header .cart-card-bottom a {
	height: fit-content;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 15px;
}

.cart-card {
	margin-bottom: 10px;
}

.price-old {
	text-decoration: line-through;
	font-size: 13px;
}

.service-box .icon_sv {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	/* background: rgb(55,185,0); */
	/* background: linear-gradient(0deg, rgba(55,185,0,1) 0%, rgba(76,255,0,1) 100%); */
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}

.service-box .icon_sv1 {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(226, 171, 30);
	background: -webkit-linear-gradient(bottom, rgba(226, 171, 30, 1) 0%, rgba(245, 209, 21, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(226, 171, 30, 1) 0%, rgba(245, 209, 21, 1) 100%);
	background: linear-gradient(to top, rgba(226, 171, 30, 1) 0%, rgba(245, 209, 21, 1) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}

.service-box .icon_sv2 {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(14, 119, 163);
	background: linear-gradient(0deg, rgba(14, 119, 163, 1) 0%, rgba(8, 179, 203, 1) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}

.service-box .icon_sv3 {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(122, 147, 18);
	background: linear-gradient(0deg, rgb(255 96 0) 0%, rgb(255 167 57) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}

.service-box:hover {
	background: #89ad27;
	transition: 0.5s ease;
}

.service-box:hover h3.service__title,
.service-box:hover h3 {
	color: #fff;
}

.service-box:hover .service-text p {
	color: #fff;
}

section.featured-products.ss022 .title-section::before, section.featured-products.ss022 .title-section::after{
	background: white;
}

section.featured-products.ss022 .product-item__info a h3 {
	color: #fff;
}

section.featured-products.ss022 .product-item__info span.previous-price {
	color: #fff;
}

section.featured-products.ss022 .product-item__info p {
	color: #fff;
}

section.featured-products.ss022 button svg {
	width: 30px;
	height: 30px;
	padding: 7px;
	border: 1px solid #000;
	border-radius: 100%;
}

section.featured-products.ss022 .product-item__info--price s {
	color: #fff;
}

section.featured-products.ss022 button {
	opacity: 0;
}

section.featured-products.ss022 .slide-3:hover button {
	opacity: 1;
	right: 18px;
}

.value-us .value-us-box:hover {
	background: #89ad27;
	transition: 0.5s ease;
}

.value-us .value-us-box h3 {
	text-align: center;
	margin: 10px 0;
	font-size: 20px;
}

.value-us .value-us-box:hover h3 {
	color: #fff;
	font-size: 20px;
}

.value-us .value-us-box:hover p {
	color: #fff;
}

.value-us .value-us-box p {
	display: -webkit-box;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}


.box-model-star {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.box-model-star p {
	display: inline-block;
	margin-left: 10px;
	font-weight: 500;
	font-size: 13px;
}

section.featured-products.ss022 .product-item__info--price {
	color: #fff;
}

.cart-card__content.flex-1 .product-item__info--price {
	justify-content: space-between;
}

section.slideshow.slideshow-mobile {
	display: none;
}

section.slideshow.slideshow-desktop {
	display: block;
}

span.count-cart {
	display: inline-flex;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #cdcdcd;
	justify-content: center;
	position: absolute;
	left: 35px;
	font-size: 12px;
	font-weight: 700;
	top: 5px;
}

@media (max-width:990px) {
	header .cart:hover .cart-list {
		display: none;
	}

	span.count-cart {
		display: flex !important;
		right: 0;
		left: unset;
		top: -8px;
	}

	.service-box {
		height: 180px;
	}

	section.service.bg-image .clm:nth-child(3) .service-box {
		margin-bottom: 0px;
	}

	section.service.bg-image .clm:nth-child(4) .service-box {
		margin-bottom: 0px;
	}

	section.slideshow.slideshow-mobile {
		display: block;
	}

	section.slideshow.slideshow-desktop {
		display: none;
	}
}

@media (max-width: 586px) {
	.pd-section-bottom {
		padding-bottom: 30px;
	}

	.pd-section-top {
		padding-top: 30px;
	}

	.title-section {
		font-size: 24px;
	}

	.top_header_in {
		display: none;
	}
}



header {}

header .anoucement {
	padding: 5px 0px;
	border-bottom: solid 1px #eee;
	font-size: 14px;
	background: #eee;
}

header .anoucement ul li img {
	height: 20px;
	margin-right: 7px;
	width: unset;
}

header .anoucement ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #f00;
}

header .anoucement ul li a span {
	margin-left: 5px;
	text-decoration: underline;
}

header .header-top {
	padding: 10px 0px 10px 0px;
}

header .logo {
	margin-right: 40px;
}

header .logo img {
	/* max-width: 230px; */
}

header .search {
	flex: 1;
}

header .search form {
	background-color: white;
	border-radius: 40px;
	overflow: hidden;
	padding: 0px 25px;
	border: solid 1px #eee;
}

header .search form input {
	width: 100%;
	height: 50px;
}

header .search form input::placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #838f9c;
	font-family: var(--font-body-family);
	opacity: 1;
}

header .search form svg {
	height: 20px;
}

header .search form button {
	position: absolute;
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: #eee;
	right: 5px;
	top: 50%;
	transform: translate(0%, -50%);
}

header .search form button svg path {
	fill: #89ad27;
}

header .search ul {
	position: absolute;
}

header .search ul li {
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
}

header .search ul li a {
	color: #333;
	font-size: 14px;
}

header .cart {
	width: 150px;
	margin-left: 15px;
	position: relative;
}

header .cart a {
	height: 50px;
	background: linear-gradient(0deg, #536c0f 0%, #89ad27 100%);
	border-radius: 40px;
}

header .system a {
	font-size: 15px;
	font-weight: 500;
	color: #0265b2;
	border: solid 1px #0265b2;
	border-radius: 30px;
	padding: 10px 20px;
}

header .cart a svg {
	height: 20px;
	margin-right: 20px;
}

header .cart a svg path {
	fill: white;
}

header .cart a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

header .header-menu {
	/* background: rgb(18,37,157); */
	background: linear-gradient(0deg, #536c0f 0%, #89ad27 100%);
}

header .header-menu nav ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0px;
	border-bottom: 2px solid #536c0f;
	text-transform: uppercase;
}

header .header-menu nav ul li a svg {
	height: 18px;
	-webkit-transition: -webkit-transform 0.3s ease 0.2s;
	transition: transform 0.3s ease 0.2s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 7px;
}

header .header-menu nav ul li:hover a svg {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

header .header-menu nav ul li a svg path {
	fill: currentColor;
}

header .header-menu nav ul li:hover a {
	color: #fff;
	border-bottom: 2px solid #89ad27;
}

header .header-menu .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 0px 0px 16px 16px;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 16px 15px;
	background-color: white;
	width: 280px;
	padding: 15px;
	display: none;
	-webkit-transition: -webkit-transform 0.3s ease 0.2s;
	transition: display 0.3s ease 0.2s;
	z-index: 7;
}

header .header-menu nav ul li .submenu li a {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 15px;
	border: 0px;
}

header .header-menu .submenu li:hover a {
	background-color: #edf0f3;
	border-radius: 5px;
	color: #020b27;
}

header .header-menu .submenu li a img {
	width: 24px;
	margin-right: 5px;
}

header .header-menu .submenu li:not(:first-child) a {
	border-top: 1px solid #edf0f3;
}

header .header-menu nav ul li:hover .submenu {
	display: block;
}

header .header-top-body .btn-menu-mobile {
	display: none;
}

.system {
	display: block;
}

@media (max-width: 1200px) {
	header .system a {
		height: 35px;
		width: 35px;
		padding: 0px;
		justify-content: center;
	}

	header .system a svg {
		margin-right: 0px;
	}

	header .system a span {
		display: none;
	}


	header .header-top-body {
		flex-wrap: wrap;
	}

	header .search {
		width: 100%;
		flex: unset;
	}

	header .search ul {
		display: none !important;
	}

	header .header-menu {
		display: none;
	}

	header .header-top-body .btn-menu-mobile {
		/* order: 1; */
		flex: 1;
	}

	header .header-top-body .logo {
		/* order: 2; */
		margin-right: 0px;
	}

	header .header-top-body .header-right {
		order: 3;
		flex: 1;
		margin-left: 0px;
		display: flex;
		justify-content: right;
	}

	header .cart {
		width: fit-content;
		margin-left: 12px;
	}

	header .header-top-body .cart span {
		display: none;
	}

	header .header-top-body .search {
		order: 4;
		/* margin-top: 10px; */
	}

	header .header-top-body .btn-menu-mobile {
		display: block;
	}

	header .header-top-body .btn-menu-mobile svg {
		height: 30px;
		width: 28px;
	}

	header .header-top-body .btn-menu-mobile svg path {
		fill: rgb(134 172 41);

	}

	header .cart a {
		height: 40px;
		background-color: #0265b2;
		border-radius: 100%;
		width: 40px;
	}

	header .cart a svg {
		margin-right: 0px;
	}

	header .header-top {
		padding: 15px 0px 15px 0px;
	}

	header .search form input {
		height: 40px;
	}

	header .search form input::placeholder {
		font-size: 13px;
	}

	header .search form button {
		height: 30px;
		width: 30px;
		right: 5px;
	}

	header .search form svg {
		height: 18px;
	}

	header .logo img {
		margin-right: 0px;
		max-width: 170px;
	}
}

@media (max-width: 1200px) {
	.anoucement ul:last-child {
		display: none !important;
	}
	.menu_fix_mobile .js-drop-menu{
		transition: all .3s ease-in;
	}
	.menu_fix_mobile ul li.is-open .js-drop-menu{
		transform: rotate(90deg);
	}
	.menu_fix_mobile ul li.is-open>.menu-c2-mobile{
		display: block;
	}
	header .search form {
		padding: 0px 15px;
	}

	header .search form input {
		height: 37px;
	}

	header .search form button {
		right: 4px;
	}

	header .cart a svg {
		height: 18px;
	}

	header .cart a {
		height: 35px;
		width: 35px;
	}

	header .cart {
		margin-left: 0;
		/* margin-right: 10px; */
	}

	.header-top-center {
		margin-top: 10px;
		align-items: center;
	}

	.header-top-left {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 10px;
	}

	header .header-top-body .btn-menu-mobile {
		line-height: 0;
		max-width: 30px;
	}
}

@media (max-width: 586px) {
	.sign-in-container form {
		width: 95% !important;
	}

	.sign-in-container form {
		padding: 30px 25px !important;
	}

}











section.service {
	padding: 20px 0;
}

section.service .service-text .service__title {
	font-weight: 600;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}

section.service .service-box .service-text p {
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 0px;
	display: block;
	line-height: 1.5;
}

section.service .service-box svg {
	height: 70px;
	width: 40px;
}

@media (max-width: 586px) {
	.service-box {
		display: block !important;
		text-align: center;
	}

	section.service .service-box svg {}

	header .anoucement ul li span {
		color: #fff;
	}
}

header .anoucement ul li span {

	font-weight: 500;
	font-size: 14px;
}

.service-box:hover {
	background: #89ad27;
	transition: 0.5s ease;
}

.service-box:hover h3.service__title {
	color: #fff;
}

.service-box:hover .service-text p {
	color: #fff;
}

section.featured-products {
	background: rgb(18, 37, 157);
	background: linear-gradient(0deg, rgb(24, 86, 189) 0%, rgb(91, 206, 255) 100%);
}

section.featured-products .slide-3 {
	margin-inline: calc(-1 * var(--gutter));
}

.product-item {
	margin-bottom: 15px;
}

.product-item__image a {
	display: flex;
	border-radius: 20px;
	background: #fff;
	padding: 0px;
	overflow: hidden;
	border: 0px solid #e1e1e1;
}

.product-item__image a img {
	border-radius: 15px;
	height: auto;
}

.product-item__info p {
	padding-bottom: 0px;
	text-align: center;
}

.product-item__info--title h3 {
	font-size: 17px;
	margin: 9px 0px 2px 0px;
	color: black;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	min-height: 40px;
}

.product-item:hover .product-item__info--title h3 {
	color: #89ad27;
}

.previous-price {
	color: #f00;
	font-weight: 600;
}

.product-item__info--price {
	margin: 3px 0px;
	justify-content: center;
}

.variant {
	color: #8D98A7;
	font-weight: 600;
	margin-left: 0;
}

.product-item__info--desc {
	color: #0265b2;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 10px;
}

.star li {
	margin-right: 5px;
}

.star li svg {
	height: 16px;
	fill: #FFBB01;
}

.product-item__info--rate {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.tick-score {
	margin-left: 5px;
}

.tick-score a {
	background: #0265b2;
	color: white !important;
	padding: 2px 15px 3px 15px;
	border-radius: 13px;
}

.tick-score svg {
	fill: #fff;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.tick-score-mobile {
	display: none
}

@media (max-width: 786px) {
	.tick-score-mobile {
		display: block
	}

	.slogan {
		display: none
	}

	.anoucement ul {
		justify-content: right;
		width: 100%;
	}
}

</style><style>.close-form-dk {
	position: absolute;
	right: 10px;
	z-index: 9999;
	font-size: 24px;
	color: #9e9e9e;
	top: 4px;
}

.close-form-dk i {
	font-size: 18px;
	cursor: pointer;
}

.btn-blockforget,
.btn-blockregister,
.btn-blocklogin,
.system {
	cursor: pointer;
}


.form-container {
	position: fixed;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
	display: none;
}

.form-container.form__login.active {
	display: block;
}

.form-container.form__register.active {
	display: block;
}

.form-container.form__forget.active {
	display: block;
}

.sign-in-container {
	left: 0;
	background-color: #0000004f;
	z-index: 20;
	right: 0;
	bottom: 0;

}

.sign-in-container form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 50px;
	text-align: center;
	width: 500px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sign-in-container form h1 {
	font-weight: bold;
	margin: 0;
	font-size: 29px;
	color: black;
	margin-bottom: 3px;
}

.sign-in-container form span {
	font-size: 14px;
	margin-bottom: 4px;
}

.sign-in-container input {
	background-color: #eee;
	border: none;
	padding: 10px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 13px;
}

.sign-in-container form a {
	font-size: 14px;
	margin: 15px 0;
}

.sign-in-container button {
	border-radius: 20px;
	border: 1px solid #0265b2;
	background-color: #0265b2;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.menu_fix_mobile {
	position: fixed;
	z-index: 999999;
	height: 100%;
	width: 320px;
	top: 0;
	right: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(100%);
	padding: 20px;
}

.menu_fix_mobile.main-menu-show {
	transform: translateX(0%);
}

.menu_fix_mobile .close-menu {
	overflow: hidden;
	border-bottom: 1px solid #fff;
	/*! position: relative; */
}

.close-menu {
	padding-bottom: 5px;
}

.menu_fix_mobile .close-menu>a {
	float: right;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.close-menu a svg {
	color: #222;
	height: 16px;
}

.close-menu span {
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.menu_fix_mobile ul {
	margin: 0;
	list-style: none;
}

.menu_fix_mobile ul li {
	float: left;
	position: relative;
	margin: 0;
	transition: 0.4s;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
}

.menu-mobile-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-c2-mobile ul li {
	border-bottom: 1px solid #cdcdcd9c;
	padding-left: 10px;
}

.menu_fix_mobile ul li a {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0px;
	color: #222;
	display: inline-block;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
	line-height: normal;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.menu-c2-mobile {
	display: none;
}

.menu-c2-mobile.active-2 {
	display: block;
}

.list-bar--mobile {
	display: none;
}

.menu-top li {
	padding: 0px 10px;
}

.menu-top {
	margin: 0px -10px;
}

.close-form-dk-2 {
	position: absolute;
	right: 10px;
	z-index: 9999;
	font-size: 16px;
	color: #9e9e9e;
	top: 4px;
}

.system:hover .nav-login {
	display: block;
}

.nav-login {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	background: rgb(255, 255, 255);
	border-radius: 8px;
	width: 207px;
	z-index: 9999;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0%);
	display: none;
	padding: 5px 0px;
}

.nav-login ul li a {
	display: block;
	padding: 10px 12px;
	color: #2c344b;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	padding-left: 40px;
}

.nav-login ul li a svg {
	position: absolute;
	left: 12px;
}

.nav-login ul li a svg path {
	fill: #2c344b;
}

@media (max-width: 586px) {
	.product-item__image a {
		/* padding: 10px; */
	}

	.product-item__info--title h3 {
		font-size: 14px;
		min-height: 38px;
		margin: 10px 0px 2px 0px;
	}

	.star li svg {
		height: 11px;

	}

	.star li {
		margin-right: 1px;
	}

	.product-item__info--rate {
		font-size: 11px;
		font-weight: 500;
	}

	.product-item {
		margin-bottom: 15px;
	}

	.content-page tr td:nth-child(1) {
		padding-right: 0px !important;
	}
}




section.aboutus {
	background-color: #eee;
}

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

.text-image {
	padding: 0;
	overflow: hidden;
}

.text-image .text img {
	margin-bottom: 15px;
	height: 75px;
	width: unset;
}

.text-image .text a {
	color: #fff;
	padding-bottom: 55px;
	display: block;
	width: fit-content;
	background-color: #89ad27;
	height: fit-content;
	padding: 5px 25px 6px 25px;
	border-radius: 5px;
}

.text-image .text a:hover {
	background-color: #0265b2;
}

.value-us .value-us-box {
	color: #333;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -4px rgba(0, 39, 102, 0.08), 0px 0px 6px -2px rgba(0, 39, 102, 0.03);
}

.value-us .value-us-box .icon img {
	height: 64px;
	width: 64px;
	border-radius: 100%;
	margin: 0 auto;
}

.value-us .value-us-box .desc p {
	text-align: center;
}

.value-us-title {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #333;
}

section.featured-products.ss022 .product-item__info span.previous-price .title-section span {
	color: #fff;
}

@media (max-width: 586px) {
	.text-image {
		border-radius: 20px;
		padding: 20px;
	}

	.text-image .text a {
		padding-bottom: 0px;
		text-align: left;
	}
}


section.news .news-title-category {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #4a4f63;
	background: #fff;
	padding: 5px 12px;
	border-radius: 18px;
	display: inline-block;
	margin-bottom: 5px;
}

section.news .news-title-category a {
	color: #4a4f63;
}

section.news .news-box:not(:last-child) {
	margin-bottom: 20px;
}

section.news .news-title a {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}

section.news .news-right .news-title a {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.news .news-box .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 14px;
}

section.news .news-right .news-img img {
	width: 144px;
	border-radius: 10px;
	margin-right: 15px;
}

section.news .news-img img {
	border-radius: 10px;
}

section.news .news-left .news-img img {
	height: 500px;
}

section.news .news-box:hover .news-title a {
	color: #89ad27;
}

section.news .news-left .news-box {
	position: relative;
}

section.news .news-left .news-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background-color: #ffffffd6;
}

section.news .row {
	--gutter: 12px;
}



.top_header_in img {
	width: 14px !important;
	height: 20px !important;
	object-fit: contain;
	margin-right: 5px;
}

.top_header_in1 {
	display: flex;
	justify-content: right;
}

.top_header_in1 img {
	width: 14px !important;
	height: 20px !important;
	object-fit: contain;
}








@media (max-width: 786px) {
  section.service {
  	padding:10px 0
  }
	section.news .row {
		--gutter: 4px;
	}

	section.news .news-title a {
		font-size: 15px;
	}

	section.news .news-left .news-box {
		margin-bottom: 10px;
	}

	section.news .news-box:not(:last-child) {
		margin-bottom: 10px;
	}

	.service-box .icon_sv1,
	.service-box .icon_sv2,
	.service-box .icon_sv3,
	.service-box .icon_sv {
		width: 60px;
		height: 60px;
		top: -31px;
	}

	section.service .service-box svg {
		height: 61px;
		width: 33px;
	}
  section.news .news-left .news-img img {
  	height:auto
  }
}




section.system-store .system-store-box {
	background-color: white;
	padding: 15px;
	border-radius: 10px;
}

section.system-store .system-store-box img {
	border-radius: 10px;
	aspect-ratio: 1/.9;
}

section.system-store .system-store-box a h3 {
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
	line-height: 1.4;
	color: black;
	text-align: center;
}

.floating {
	-webkit-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
	-moz-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
	-ms-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
	-o-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
	animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

@-webkit-keyframes floating {
	0% {
		transform: translateY(-20px);
	}

	0% {
		transform: translateY(0px);
	}

	0% {
		transform: translateY(20px);
	}
}

@-moz-keyframes floating {
	0% {
		transform: translateY(-20px);
	}

	0% {
		transform: translateY(0px);
	}

	0% {
		transform: translateY(20px);
	}
}

@-o-keyframes floating {
	0% {
		transform: translateY(-20px);
	}

	0% {
		transform: translateY(0px);
	}

	0% {
		transform: translateY(20px);
	}
}

@keyframes floating {
	0% {
		transform: translateY(-20px);
	}

	0% {
		transform: translateY(0px);
	}

	0% {
		transform: translateY(20px);
	}
}

.hover-effect_1 {
	position: relative;
	overflow: hidden;
}

.hover-effect_1::after {
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: hsla(0, 0%, 100%, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	z-index: 1;
}

.hover-effect_1:hover::after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent;
}

.hover-effect_1 img {
	transform: scale(1);
	transition: transform .6s ease-in-out;
}

.hover-effect_1:hover img {
	transform: scale(1.1);
}

.img-default {
	position: absolute;
	display: none;
	width: auto;
	left: 160px;
	top: 150px;
}


.featured-products .slick-prev,
.featured-products .slick-next {
	top: 38%;
}
