/* CSS Document */
.page-filter li {
	margin-right: 1.5rem;
}
.page-filter li a {
	position: relative;
	padding-bottom: 8px;
	color: var(--dark);
}
.page-filter li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bg-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-filter li.active a, .page-filter li:hover a {
	color: var(--color-link);
}
.page-filter li.active a .st0, .page-filter li a:hover .st0 {
	fill: var(--color-link);
}

/* Product Spec */
.product_spec .checkbox-style-3-label  {
	border: 1px solid #000;
	padding: 0.25rem 0.5rem;
	margin: 0.25rem;
	margin-left: 0;
	min-width: 4.2rem;
	text-align: center;
	font-size: 0.875rem;
	border-radius: 0.5rem;
}
.product_spec .checkbox-style-3-label:before {
	display: none;
}
.product_spec .checkbox-style-3-label span + span {
	margin-left: 0.25rem;
}
.checkbox-style:checked + .checkbox-style-3-label {
	background-color: #000;
	color: #fff;
}

.product-desc .tabs .tab-nav.tab-nav2 {
	padding-left: 0 !important;
}
.product-desc .tab-nav li a {
	height: auto;
	border: 1px solid #000;
	padding: 0.25rem 0.5rem;
	margin: 0.25rem;
	margin-left: 0;
	min-width: 4.2rem;
	text-align: center;
	font-size: 0.875rem;
	border-radius: 0.5rem;
	line-height: 1.6;
}
.product-desc .tab-nav.tab-nav2 li.ui-state-active a {
	background-color: #000;
	color: #fff;
}

.sidebar .nav-tree li a {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.125rem;
	letter-spacing: 0;
}
.sidebar .nav-tree ul ul a {
  padding-left: 1rem;
	font-size: 1rem;
	font-weight: normal;
}