:root {
	--ec-bg: #f5f5f5;
	--ec-red: #FE0000;
	--ec-text: #141414;
	--ec-muted: rgba(20, 20, 20, .8);
	--ec-card: #fff;
}

body.enster-category-page {
	background: var(--ec-bg);
}

.enster-category-page .ep-menu-item-products > .ep-menu-link,
.enster-category-page .ep-menu > a:nth-child(2) {
	color: #000;
	border-bottom: 0;
}

.enster-category-page .tem_breadcrumb_1 .container,
.enster-category-page .ep-hero .ep-shell {
	width: 100%;
	max-width: 1440px;
	padding-right: 5vw;
	padding-left: 5vw;
}

.enster-category-page .tem_breadcrumb_1 .top_title,
.enster-category-page .ep-hero h1 {
	text-transform: uppercase;
}

.ec-main {
	padding: 5vw 0;
	background: var(--ec-bg);
	color: var(--ec-text);
}

.ec-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-right: 5vw;
	padding-left: 5vw;
}

.ec-layout {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.ec-sidebar {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

.ec-sidebar-card {
	margin-bottom: 20px;
	background: var(--ec-card);
	border-radius: 6px;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, .1);
}

.ec-sidebar-title {
	margin: 0;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(144, 144, 144, .1);
	font-size: 18px;
	line-height: 1.4;
}

.ec-nav,
.ec-nav-children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-nav {
	padding-top: 8px;
	padding-bottom: 10px;
}

.ec-nav-item {
	position: relative;
}

.ec-nav-text {
	position: relative;
	overflow: hidden;
	padding-right: 20px;
	transition: background-color .3s;
}

.ec-nav-item.has-children > .ec-nav-text {
	cursor: pointer;
}

.ec-nav-text:hover {
	background-color: rgba(144, 144, 144, .1);
}

.ec-nav-text:hover > a,
.ec-nav-text:hover > .ec-nav-arrow {
	color: var(--ec-red);
}

.ec-nav-text > a:hover,
.ec-nav-text > a:focus,
.ec-nav-arrow:hover,
.ec-nav-arrow:focus {
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	color: var(--ec-red);
}

.ec-nav-text a {
	display: block;
	padding: 10px 40px 10px 20px;
	color: inherit;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
}

.ec-nav-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-family: "enster-iconfont";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	transition: transform .3s;
	opacity: .6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ec-nav-arrow::before {
	content: "\e68c";
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.ec-nav-item.is-open > .ec-nav-text .ec-nav-arrow {
	transform: rotate(-90deg);
}

.ec-nav-item.is-active:not(.is-closed) > .ec-nav-text .ec-nav-arrow {
	transform: rotate(-90deg);
}

.ec-nav-children {
	display: none;
}

.ec-nav-item.is-open > .ec-nav-children {
	display: block;
}

.ec-nav-item.is-active:not(.is-closed) > .ec-nav-children {
	display: block;
}

.ec-nav-children .ec-nav-text {
	padding-left: 20px;
}

.ec-nav-item.is-active > .ec-nav-text,
.ec-nav-children .is-current > .ec-nav-text {
	font-weight: 700;
	background-color: rgba(144, 144, 144, .06);
}

.ec-nav-item.is-active > .ec-nav-text > a,
.ec-nav-item.is-active > .ec-nav-text > .ec-nav-arrow {
	color: var(--ec-red);
}

.ec-nav-children .is-current a {
	color: var(--ec-red);
}

.ec-inquiry {
	padding: 10px 20px 20px;
}

.ec-inquiry h3 {
	margin: 0;
	padding: 0 0 15px;
	color: #09090a;
	font-size: 18px;
	line-height: 1.4;
}

.ec-inquiry ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-inquiry li {
	margin-bottom: 12px;
}

.ec-inquiry .enquiry_label {
	display: block;
	position: relative;
	height: 38px;
	margin: 0;
	padding: 0 14px;
	background: #f2f2f2;
	border: 0;
	border-radius: 4px;
	color: #333;
	user-select: none;
}

.ec-inquiry .textarea_boxs {
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}

.ec-inquiry .enquiry_inp {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #333;
	font-size: 12px;
	box-shadow: none;
	resize: none;
}

.ec-inquiry .enquiry_inp::placeholder {
	color: transparent;
}

.ec-inquiry .enquiry_inp:focus::placeholder {
	color: inherit;
	opacity: .6;
}

.ec-inquiry textarea.enquiry_inp {
	min-height: 72px;
	line-height: 20px;
}

.ec-inquiry .required_span {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 18px;
	color: rgba(19, 20, 21, .5);
	font-size: 12px;
	line-height: 18px;
	pointer-events: none;
	transition: .1s;
}

.ec-inquiry .font-color {
	color: var(--ec-red);
}

.ec-inquiry .required_tips {
	display: none;
}

.ec-inquiry .enquiry_inp:focus + .required_span,
.ec-inquiry .enquiry_label.active .required_span {
	margin-left: 20px;
	opacity: 0;
}

.ec-submit {
	display: block;
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 4px;
	background: var(--ec-red);
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

.ec-submit:hover,
.ec-submit:focus,
.enster-category-page .ec-submit:hover,
.enster-category-page .ec-submit:focus {
	background: var(--ec-red);
	background-color: var(--ec-red);
	color: #fff;
	opacity: .7;
	outline: 0;
}

.ec-submit:active,
.enster-category-page .ec-submit:active {
	opacity: 1;
}

.ec-content {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.ec-description {
	margin-bottom: 15px;
	color: rgba(20, 20, 20, 1);
	font-size: 16px;
	line-height: 1.4;
	opacity: 1;
}

.ec-description p {
	margin: 0;
}

.ec-products {
	margin: 0 -8px;
	padding: 0 0 30px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.ec-product {
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	margin: 0;
	padding: 8px;
}

.ec-product-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ec-product-image {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	background: #ddd;
	overflow: hidden;
}

.ec-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}

.ec-product-image .there_video_icons {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	width: 10%;
	min-width: 46px;
	max-width: 75px;
	border-radius: 50%;
	background-image: url("/enster-assets/images/video_play_1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #000;
	text-align: center;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: all .3s;
	pointer-events: none;
}

.ec-product-image .there_video_icons::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.ec-product-image .there_video_icons .iconfont,
.ec-product-image .there_video_icons .iconfont::before {
	display: none;
}

.ec-product-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 10px;
}

.ec-product-title,
.ec-product-desc {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.ec-product-title {
	margin-bottom: 6px;
	color: rgba(20, 20, 20, 1);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	-webkit-line-clamp: 2;
}

.ec-product-desc {
	color: rgba(20, 20, 20, .8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	-webkit-line-clamp: 2;
}

.ec-product-date,
.product-card .entry-date,
.product-card .posted-on,
.product-card time,
.gb-query-loop-item .gb-post-date,
.enster-product-item .post-date {
	display: none !important;
}

.ec-no-more {
	display: none;
	clear: both;
	padding: 50px 0;
	text-align: center;
}

.ec-pagination {
	margin: 0 0 30px;
}

.ec-pagination ul {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-page-link {
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 13px;
	border: 2px solid transparent;
	border-radius: 10px;
	color: #1f1f1f;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	transition: opacity .2s ease, border-color .2s ease, color .2s ease, background-color .2s ease;
}

.ec-page-link:hover {
	opacity: .7;
}

.ec-page-item.is-active .ec-page-link {
	border-color: var(--ec-red);
	color: var(--ec-red);
}

.ec-page-item.is-disabled {
	display: none;
}

.ec-page-arrow {
	position: relative;
	overflow: hidden;
	min-width: 45px;
	background: var(--ec-red);
	color: #fff;
	font-size: 0;
}

.ec-page-arrow:hover,
.ec-page-arrow:focus {
	background: var(--ec-red);
	background-color: var(--ec-red);
	color: #fff;
	opacity: .7;
	outline: 0;
}

.ec-page-arrow:active {
	opacity: 1;
}

.ec-page-arrow::before {
	content: "\e60d";
	position: relative;
	z-index: 2;
	display: block;
	font-family: "enster-iconfont";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ec-page-arrow[rel="prev"]::before {
	content: "\e685";
}

.ec-floating-left {
	position: fixed;
	top: 45%;
	left: 0;
	z-index: 20;
	width: 22px;
	height: 42px;
	border-radius: 0 4px 4px 0;
	background: rgba(0, 0, 0, .35);
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
}

.ec-chat-placeholder {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 44;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	padding: 0 12px;
	border-radius: 10px 0 0 10px;
	background: #ee0008;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: box-shadow .3s;
}

.ec-chat-placeholder::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 24px;
	margin-right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='29' height='24' viewBox='0 0 29 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M 22.9956 9.72168 C 22.9956 4.36931 17.8406 0.0143985 11.5039 0.0143985 C 5.16706 0.0143985 0.0120673 4.36934 0.0120673 9.72168 C 0.0120673 12.0833 1.02563 14.359 2.84059 16.0997 C 3.06561 16.4504 3.09532 18.3404 2.90344 20.1438 L 2.74867 21.5959 L 3.97037 20.7966 C 5.36573 19.8829 7.15299 18.9046 7.64488 18.8701 C 8.88007 19.2411 10.1781 19.4296 11.5039 19.4296 C 17.8406 19.4296 22.9956 15.0746 22.9956 9.72168 Z M 5.99752 10.8873 C 5.26771 10.8907 4.6731 10.3007 4.67038 9.57098 C 4.66635 8.84118 5.25623 8.24659 5.98666 8.2425 C 6.71509 8.23916 7.31108 8.82972 7.3138 9.55881 C 7.31717 10.2899 6.72726 10.8839 5.99752 10.8873 Z M 11.5384 10.8873 C 10.8086 10.8907 10.2147 10.3007 10.2112 9.57098 C 10.2079 8.84118 10.7978 8.24659 11.5275 8.2425 C 12.2573 8.23916 12.852 8.82972 12.8546 9.55881 C 12.8581 10.2899 12.2688 10.8839 11.5384 10.8873 Z M 16.7973 10.8873 C 16.0675 10.8907 15.4735 10.3007 15.4701 9.57098 C 15.4668 8.84118 16.0567 8.24659 16.7864 8.2425 C 17.5162 8.23916 18.1108 8.82972 18.1136 9.55881 C 18.1169 10.2899 17.5277 10.8839 16.7973 10.8873 Z M 28.0121 12.0731 C 28.0121 9.35814 26.6552 6.74989 24.2889 4.91667 C 23.9862 4.68355 23.5523 4.73758 23.3179 5.04032 C 23.2523 5.12481 23.2152 5.2194 23.1942 5.31736 C 23.974 6.7161 24.4227 8.2716 24.4227 9.91764 C 24.4227 15.1685 19.9859 19.5587 14.1147 20.5581 C 14.0518 20.646 14.0025 20.7439 13.9856 20.8581 C 13.9316 21.2365 14.1937 21.5872 14.5721 21.6419 C 16.5121 21.921 18.5365 21.7743 20.3785 21.2209 C 20.8705 21.2554 22.6584 22.2338 24.0537 23.1474 L 25.2761 23.9474 L 25.1207 22.4946 C 24.9281 20.6918 24.9572 18.8025 25.1585 18.4802 C 26.9978 16.7106 28.0114 14.4348 28.0121 12.0731 Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex: 0 0 auto;
}

.ec-chat-placeholder:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .06), 0 0 6px rgba(0, 0, 0, .14);
}

.ec-chat-dialog {
	position: fixed;
	inset: 0;
	z-index: 99998;
	display: none;
	pointer-events: none;
}

.ec-chat-dialog.is-open {
	display: block;
	pointer-events: auto;
}

.ec-chat-dialog-panel {
	position: absolute;
	right: 22px;
	bottom: 20px;
	width: min(400px, calc(100vw - 32px));
	max-height: calc(100vh - 40px);
	padding: 20px;
	overflow: auto;
	border-radius: 16px;
	background: #ee0008;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
	color: #fff;
	pointer-events: auto;
}

.ec-chat-dialog-title {
	margin: 0;
	padding-right: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.ec-chat-dialog-close {
	position: absolute;
	top: 15px;
	right: 16px;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
}

.ec-chat-dialog-close::before,
.ec-chat-dialog-close::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 4px;
	width: 22px;
	height: 2px;
	border-radius: 3px;
	background: currentColor;
}

.ec-chat-dialog-close::before {
	transform: rotate(45deg);
}

.ec-chat-dialog-close::after {
	transform: rotate(-45deg);
}

.ec-chat-dialog-prompt {
	margin: 16px 0 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.ec-chat-dialog-fields {
	padding: 20px 16px 1px;
	border-radius: 16px;
	background: #fff;
	color: #555;
}

.ec-chat-dialog-field {
	display: block;
	margin: 0 0 20px;
}

.ec-chat-dialog-field:last-child {
	margin-bottom: 0;
}

.ec-chat-dialog-label {
	display: block;
	margin-bottom: 2px;
	color: #5e6066;
	font-size: 14px;
	line-height: 1.4;
}

.ec-chat-dialog-label::first-letter {
	color: #ee0008;
}

.ec-chat-dialog input,
.ec-chat-dialog textarea {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 6px 0 12px;
	border: 0;
	border-bottom: 1px solid #e1e6ee;
	border-radius: 0;
	outline: 0;
	background: #fff;
	box-shadow: none;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.42857143;
	appearance: none;
	-webkit-appearance: none;
}

.ec-chat-dialog input::placeholder,
.ec-chat-dialog textarea::placeholder {
	color: #9c9c9c;
	opacity: 1;
}

.ec-chat-dialog textarea {
	height: 64px;
	padding-bottom: 0;
	resize: vertical;
}

.ec-chat-dialog-submit {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 30px;
	border: 0;
	border-radius: 10px;
	background: #333;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	transition: .2s;
}

@media (min-width: 769px) {
	.ec-chat-dialog-panel {
		width: 400px;
	}
}

@media (min-width: 1200px) {
	.ec-chat-dialog-panel {
		right: 22px;
		bottom: 20px;
	}
}

.ec-chat-dialog-submit:hover,
.ec-chat-dialog-submit:focus {
	background: #333;
	color: #fff;
	opacity: .7;
	outline: 0;
}

.ec-chat-dialog-submit:active {
	opacity: 1;
}

.ec-back-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 19;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.ec-back-top::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fc3232;
	-webkit-clip-path: polygon(50% 0, 100% 100%, 54% 70%, 0 100%);
	clip-path: polygon(50% 0, 100% 100%, 54% 70%, 0 100%);
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.ec-layout {
		display: block;
	}

	.ec-sidebar {
		display: none;
	}

	.ec-content {
		width: 100%;
	}

	.ec-products {
		margin-right: -8px;
		margin-left: -8px;
	}
}

@media (max-width: 768px) {
	.enster-category-page .tem_breadcrumb_1 .container,
	.enster-category-page .ep-hero .ep-shell,
	.ec-container {
		width: min(100% - 30px, 1440px);
		padding-right: 0;
		padding-left: 0;
	}

	.ec-main {
		padding: 24px 0;
	}

	.ec-product {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}

	.ec-description,
	.ec-product-desc {
		font-size: 14px;
	}

	.ec-product-title {
		font-size: 16px;
	}

	.ec-chat-placeholder,
	.ec-back-top,
	.ec-floating-left {
		display: none;
	}

	.ec-chat-dialog-panel {
		right: 0;
		bottom: 0;
		width: 100%;
		max-height: 100vh;
		border-radius: 16px 16px 0 0;
	}
}
