pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
	margin-bottom: 0.4em
}

body {
	font-size: 95%
}

.lifestyle {
	width: 100%;
	margin-bottom: 40px;
}

.lifestyle__title {
	text-align: center;
	padding: 0 20px;
	font-size: 40px;
	margin-bottom: 40px;
	font-weight: 300;
}

.lifestyle-paging {
	list-style: none;
	max-width: 460px;
	margin: 0 auto;
}

.lifestyle-paging .slick-slide li span {
	margin-bottom: 0;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 0 14px;
	cursor: pointer;
}

.lifestyle-paging li {
	margin-bottom: 0;
}

.lifestyle-paging .slick-slide.slick-current span {
	border-bottom: 1px solid #979797;
}

.lifestyle-image {
	margin-top: 48px;
	position: relative;
}

.lifestyle-image .slick-list {
	margin: 0 -30px;
}

.lifestyle-image .slick-slide {
	line-height: 0;
	padding: 0 30px;
}

.lifestyle-image .slick-slide img {
	width: 100%;
}

.lifestyle-product {
	min-height: 450px;
	max-width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
}

.ajaxLoading .lifestyle-product:after {
	content: '';
	position: absolute;
	background: url('../img/ajax-loader.gif') no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	display: block;
}

.lifestyle-product>.product {
	width: 31%;
	padding: 0;
	margin: 0 2%;
}

.slick-arrow {
	background: #fff;
	color: #4a4a4a;
	float: right;
	height: 80px;
	margin: 0;
	pointer-events: auto;
	width: 53px;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}

.slick-next {
	background-image: url('../img/next.svg');
}

.slick-prev {
	background-image: url('../img/prev.svg');
}

.lifestyle-image .slick-prev {
	left: calc(26% - 133px);
}

.lifestyle-image .slick-next {
	right: calc(26% - 133px);
}

.lifestyle-product {
	padding-top: 90px;
}

.cate-banner {
	position: relative;
}

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

.cate-banner__img img {
	width: 100%;
}

.cate-banner__cap {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	font-weight: bold;
}

.cate-banner__text {
	color: #fff;
	text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
	font-size: 50px;
}

.term-short-desc {
	margin-bottom: 40px;
}

.pdp-navbar {
	position: relative;
	height: 58px;
	z-index: 100;
	transition: .3s;
}

.sticky-hide-on-scroll--active~#main .pdp-navbar {
	top: 0 !important;
}

.pdp-navbar:before {
	content: "";
	position: absolute;
	left: -100%;
	width: 300%;
	height: 100%;
	z-index: 0;
	background-color: #f0f0f0;
}

.pdp-bar {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	text-align: justify;
	margin: 0;
	position: relative;
}

.pdp-bar li {
	display: inline-block;
	margin: 0;
}

.pdp-bar li a {
	padding: 0;
	line-height: 58px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	color: #bfbfbf;
}

.product-section {
	border: 0;
}

.pdp-title {
	display: block;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
}

.pdp-content p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.lifestyle-paging .slick-slide+.slick-slide {
		margin-left: 32px;
	}

	.u_only_sp {
		display: none !important;
	}

	.pdp-title {
		padding: 30px 0;
		font-size: 36px;
	}

	.product-section+.product-section {
		border-top: 2px solid #ededed
	}
}

@media screen and (max-width: 767px) {
	.u_only_pc {
		display: none !important;
	}

	.lifestyle__title {
		font-size: 30px;
	}

	.lifestyle-image .slick-list {
		margin: 0 -10px;
	}

	.lifestyle-image .slick-slide {
		line-height: 0;
		padding: 0 5px;
	}

	.lifestyle-product {
		padding-top: 40px;
		min-height: 190px;
		order: 2;
	}

	.lifestyle-product .box-text {
		display: none;
	}

	.lifestyle__wrap {
		display: flex;
		flex-direction: column;
	}

	.lifestyle-image {
		order: 0;
		margin-top: 0;
	}

	.lifestyle-paging {
		order: 1;
		margin-top: 30px;
		max-width: 100%;
	}

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

	.product-main {
		padding-bottom: 0;
	}

	.pdp-navbar {
		display: none;
	}

	.pdp-title {
		font-size: 18px;
		text-align: left;
		padding: 15px 15px 15px 25px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}

	.product-section:first-child .pdp-title {
		border-top: 1px solid #ccc;
	}

	.pdp-content {
		border-bottom: 1px solid #ccc;
	}

	.pdp-title:before {
		content: '';
		background-image: url('../img/ico_plus.svg');
		background-repeat: no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: .3s;
	}

	.pdp-title.-active:before {
		background-image: url('../img/ico_minus.svg');
	}

	.product-section .pdp-content:not(.-active) {
		display: none;
	}

	.related-products-wrapper.product-section {
		margin-top: 30px;
	}
}

/*REVIEW MODAL*/
.review__image {
	cursor: pointer;
}

.review__modal {
	display: none;
}

.review__modal.fancybox-content {
	padding: 0;
	max-width: 1000px;
}

.review__inner {
	display: flex;
	max-height: 80vh;
}

.review__left {
	overflow: hidden;
}

.review__right {
	flex: 1 0 35%;
}

.review__header {
	text-align: left;
	padding: 22px 30px 26px;
	background: #eee;
	position: relative;
}

.review__cap {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	color: #4a4a4a;
}

.review__name {
	font-weight: 700;
	margin-right: 10px;
	font-size: 14px;
}

.review__time {
	font-weight: 300;
	font-size: 10px;
}

.review__body {
	padding: 20px;
}

.review__text {
	color: #676666;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.review__product {
	display: flex;
	align-items: center;
}

.review__productImg {
	flex: 0 1 100px;
}

.review__productInfo {
	flex: 1 0;
	margin-left: 16px;
}

.review__productName {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 8px;
	color: #4a4a4a;
}

.review__rating {
	display: flex;
	align-items: center;
}

.review__count {
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	display: inline-block;
}

.review__rating .star-rating {
	font-size: 11px;
}

.review__rating .star-rating span:before {
	font-size: 11px;
	color: #4a4a4a;
}

.review__rating .star-rating:before {
	color: #4a4a4a;
}

.reviewBox {
	padding: 40px 0;
}

.reviewBox__head {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.reviewBox__title {
	margin: 17px 0 40px;
	padding: 0;
	font-size: 40px;
	text-align: center;
	font-weight: 300;
}

.fancybox-navigation .fancybox-button>div {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	width: 25px;
	height: 49px;
	display: block;
	padding: 0;
}

.fancybox-navigation .fancybox-button[disabled] {
	display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
	background-image: url('../img/ico_prev.svg');
	left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	background-image: url('../img/ico_next.svg');
	right: 20px;
}

.fancybox-button.fancybox-close-small svg {
	display: none;
}

.fancybox-button.fancybox-close-small {
	width: 25px;
	height: 25px;
	padding: 0;
	top: -40px;
	background: url('../img/ico_close.svg') no-repeat;
	background-size: contain;
	display: block;
}

.fancybox-content {
	overflow: visible;
}

.review__list .slick-slide {
	line-height: 0;
	padding: 0 5px;
}

.review__list .slick-list {
	margin: 0 -5px;
}

.box-static {
	max-width: 1440px;
	margin: 40px auto;
}

.box-static__list .owl-nav>button {
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}

.box-static__list .owl-nav .owl-prev {
	background-image: url('../img/prev.svg');
}

.box-static__list .owl-nav .owl-next {
	background-image: url('../img/next.svg');
}

.box-static__item {
	background-color: #eaeaea;
	text-align: center;
	height: 100%;
}

.box-static__detail {
	padding: 0 20px 30px;
}

.box-static__title {
	color: #707070;
	font-size: 25px;
	font-weight: bold;
	height: 60px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: none;
}

.box-static__description {
	font-size: 16px;
	line-height: 22px;
	color: #707070;
	margin-bottom: 24px;
}

.box-static__list .slick-prev {
	left: 27px;
}

.box-static__list .slick-next {
	right: 27px;
}

.box-static__list.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.box-static__list.owl-carousel .owl-stage {
	display: flex;
}

.box-static__list .owl-item:not(.active) {
	opacity: .3;
}

.box-static__action a {
	color: #707070;
	font-size: 16px;
	text-decoration: underline;
}

@media screen and (max-width: 1023px) {
	.review__cap {
		font-size: 16px;
	}

	.review__productName {
		font-size: 16px;
	}

	.review__header {
		padding: 15px 20px;
	}

	.review__modal.fancybox-content {
		max-width: 90%;
	}

	.fancybox-navigation .fancybox-button--arrow_right {
		right: 1.5%;
	}

	.fancybox-navigation .fancybox-button--arrow_left {
		left: 1.5%;
	}

	.fancybox-navigation .fancybox-button {
		width: 15px;
		height: 15px;
	}

	.fancybox-button.fancybox-close-small {
		width: 20px;
		height: 20px;
		top: -35px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.review__right {
		flex: 1 0 40%;
	}
}

@media screen and (min-width: 768px) {
	.review__list .slick-slide img {
		height: 280px;
	}

	.box-static__list .owl-nav {
		top: 50% !important;
		left: 0;
		right: 0;
		position: absolute;
	}

	.box-static__list .owl-nav .owl-prev {
		left: 38px;
	}

	.box-static__list .owl-nav .owl-next {
		right: 38px;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot {
		background-color: #fff;
		color: #4a4a4a;
		height: 80px;
		margin: 0;
		pointer-events: auto;
		width: 50px;
		transform: translateY(-50%);
		transition: opacity .3s;
		position: absolute;
	}
}

@media screen and (max-width: 1050px) {
	.box-static__title {
		font-size: 22px;
		height: 50px;
	}

	.box-static__description {
		font-size: 15px;
		line-height: 20px;
	}

	.box-static__detail {
		padding: 0 15px 15px;
	}
}

@media screen and (max-width: 767px) {
	.review__inner {
		flex-direction: column;
	}

	.reviewBox__title {
		font-size: 30px;
	}

	.cate-banner__text {
		font-size: 30px;
	}

	.review__list .slick-slide img {
		height: 120px;
	}
}

/**ReVIEW*/
.product-footer .container {
	max-width: 1100px;
}

.product-footer .container .row {
	max-width: 100%;
}

.purchased-review {
	padding: 0 0 40px;
}

.purchased-review__title {
	display: block;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 10px;
}

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

.purchased-review__tool a {
	font-size: 12px;
	color: #4a4a4a;
}

.purchased-review__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	position: relative;
}

.purchased-review__list:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	visibility: hidden;
	z-index: -1;
}

.purchased-review__list:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('../img/ajax-loader.gif') no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: -1;
}

.purchased-review__list.-loading:before {
	background-color: rgba(255, 255, 255, .7);
	visibility: visible;
	z-index: 1
}

.purchased-review__list.-loading:after {
	visibility: visible;
	opacity: 1;
	z-index: 2
}

.purchased-review__item {
	padding: 0 10px;
	width: 50%;
	margin-bottom: 20px;
}

.purchased-review__inner {
	padding: 20px 12% 20px 16%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.8;
	min-height: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 100%;
	box-sizing: border-box;
}

.purchased-review__des {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.purchased-review__author {
	font-size: 12px;
	font-weight: bold;
}

.purchased-review__time {
	font-size: 11px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.54);
}

.woocommerce-Reviews {
	background-color: #fff;
	position: relative;
	padding: 50px 0;
}

.woocommerce-Reviews:before,
.woocommerce-Reviews:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 0;
}

.woocommerce-Reviews:before {
	left: -100%;
}

.woocommerce-Reviews:after {
	right: -100%;
}

.wcpr-stars-count {
	padding-left: 0;
}

.comments-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}

.comments-header .wcpr-overall-rating-and-rating-count {
	width: 36%
}

.review-block__action {
	min-width: 300px;
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 18px 0;
	border: 1px solid;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}

.review-block__action:hover {
	color: #fff;
	background: #494949;
}

.comments-header .wcpr-col-process {
	margin-left: 16px;
	margin-right: 18px;
}

.comments-header .rate-percent-bg {
	background-color: #bebebe;
	height: 10px;
	border-radius: 5px;
	border: 0 solid;
}

.comments-header .rate-percent-bg .rate-percent {
	background-color: #494949;
	height: 10px;
	border-radius: 5px;
	border: 0 solid;
}

.wcpr-stars-count .wcpr-row .wcpr-col-rank-count {
	width: auto;
}

.wcpr-stars-count .wcpr-row .wcpr-col-star {
	width: 76px;
}

.wcpr-stars-count .wcpr-row>div {
	padding-left: 0;
}

.comments-header .wcpr-stars-count .star-rating span,
.comments-header .wcpr-stars-count .star-rating span:before {
	right: 0;
	left: inherit;
}

.review-block__total {
	display: flex;
	align-items: center;
}

.review-block__count {
	font-size: 12px;
	color: rgb(88, 89, 91);
	padding-left: 10px;
}

.star-rating:before {
	color: #bebebe !important;
}

.star-rating span:before,
.stars a:hover:after,
.stars a.active:after {
	color: #494949 !important;
}

.comments-body {
	padding-top: 40px;
}

.comments__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.comments__item+.comments__item {
	margin-top: 30px;
	padding-top: 30px;
}

.comments__item+.comments__item:after {
	content: '';
	height: 1px;
	width: 80%;
	top: 0;
	right: 0;
	background-color: #ddd;
	position: absolute;
}

.comments__rating {
	width: 15%;
}

.comments-body .star-rating {
	margin-top: 0;
	margin-bottom: 0;
}

.comments__content {
	width: 60%;
}

.comments__info {
	width: 15%;
}

.comments__text {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}

.comments__author {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.comments__time {
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
}

.comments__img {
	margin-top: 15px;
	width: 134px;
	cursor: pointer;
}

#review_form_wrapper {
	display: none;
	max-width: 580px;
	margin: 0 auto;
	padding: 20px;
}

#review_form_wrapper .comment-form {
	margin-bottom: 0;
}

#review_form_wrapper .form-submit {
	margin-bottom: 0;
	margin-top: 20px;
}

#review_form_wrapper .form-submit input {
	height: 30px;
	font-size: 11px;
	background-color: #494949;
	line-height: 30px;
	width: 101px;
	border-radius: 4px;
}

#review_form_wrapper .wcpr-comment-form-images,
#review_form_wrapper .comment-form-comment,
#review_form_wrapper .comment-form-rating {
	display: flex;
	align-items: flex-start;
}

#review_form_wrapper .comment-form-rating {
	margin-top: 20px;
}

#review_form_wrapper .comment-form-comment label,
#review_form_wrapper .comment-form-rating label {
	font-size: 11px;
	color: #58595b;
	width: 185px;
	margin-bottom: 0;
}

#review_form_wrapper .comment-form-comment textarea {
	width: 360px;
	font-weight: 300px;
	font-size: 12px;
	color: #494949;
	resize: none;
	height: 125px;
}

#review_form_wrapper .wcpr-comment-form-images label {
	font-size: 11px;
	width: 185px;
}

#review_form_wrapper .wcpr-comment-form-images .wcpr_image_upload {
	font-size: 12px;
	color: #494949;
}

@media screen and (max-width: 767px) {
	#review_form_wrapper {
		max-width: 98%;
	}

	#review_form_wrapper .wcpr-comment-form-images,
	#review_form_wrapper .comment-form-comment,
	#review_form_wrapper .comment-form-rating {
		flex-direction: column;
	}

	.purchased-review__list {
		flex-direction: column;
	}

	.purchased-review__item {
		width: 100%;
	}

	.comments-header .wcpr-overall-rating-and-rating-count {
		width: 100%;
	}

	.review-block {
		width: 100%;
	}

	.comments-header {
		padding: 0;
	}

	.review-block__total {
		justify-content: center;
	}

	.comments__item>* {
		width: 100%;
	}

	.comments__item>div+div {
		margin-top: 15px;
	}

	.comments__item+.comments__item:after {
		width: 100%;
	}
}

/*breadcrumb*/
.breadcrumb {
	display: flex;
	list-style: none;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 5px;
	margin-bottom: 10px
}

.breadcrumb li {
	font-size: 14px;
	position: relative;
	margin: 0;
	line-height: 1.2;
}

.breadcrumb li a:not(:first-child) {
	display: none;
}

.breadcrumb li a,
.breadcrumb li {
	color: #8D8E92
}

.breadcrumb li a:hover {
	opacity: .75
}

.breadcrumb li+li {
	padding-left: 7px;
	margin-left: 7px;
}

.breadcrumb li+li:before {
	content: '';
	width: 1px;
	height: 15px;
	background: #ccc;
	position: absolute;
	display: block;
	left: 0;
	top: 0px;
}

.article-inner .entry-title {
	font-size: 28px;
	color: #070707
}

.post__info {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin-bottom: 0
}

.post__info li {
	font-size: 12px;
	color: #8D8E92;
	line-height: 1;
	align-items: center;
	display: flex;
	margin: 0;
}

.post__info li img {
	margin: -2px 5px 0 0
}

.post__info li+li {
	margin-left: 20px
}

.single .entry-content {
	padding-top: 0
}

.widget_categories ul {
	display: flex;
	flex-wrap: wrap;
}

.widget_categories ul li {
	margin-bottom: 5px;
	margin-right: 5px;
}

.widget_categories ul li+li {
	border-top: 0
}

.widget_categories ul li:last-child {
	margin-right: 0
}

.widget_categories ul li a {
	background: #eee;
	border: 1px solid #ddd;
	display: inline-flex;
	padding: 5px 10px 3px;
	color: inherit;
	border-radius: 27px;
	font-size: 13px;
	transition: all .3s;
}

.widget_categories ul li a:hover {
	opacity: .75
}

span.widget-title {
	text-transform: inherit;
	margin-bottom: 15px;
	display: block;
}

.widget .is-divider {
	display: none
}

.related__postItem {
	display: flex;
}

.related__postItem+.related__postItem {
	margin-top: 15px
}

.related__post .post__img {
	display: inline-block;
	flex: 0 0 100px;
	max-width: 100px;
	margin-right: 10px;
}

.related__post .post__title {
	font-size: 14px;
	color: #334862;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.widget {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.widget__title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}

.widget__title a {
	text-transform: uppercase;
	font-size: 13px;
	color: #F16225;
	font-weight: 500
}

.widget__title span.widget-title {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 15px;
	color: #000 !important;
	font-size: 16px !important;
	font-weight: bold;
}

.widget+.widget {
	margin-top: 10px;
}

.widget_product_categories ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.widget_product_categories ul li {
	margin-bottom: 5px;
	margin-right: 5px;
}

.widget_product_categories ul li+li {
	border-top: 0
}

.widget_product_categories ul li:last-child {
	margin-right: 0
}

.widget_product_categories ul li a {
	background: #eee;
	border: 1px solid #ddd;
	display: inline-flex;
	padding: 5px 10px 3px;
	color: inherit;
	border-radius: 27px;
	font-size: 13px;
	transition: all .3s;
}

.widget_product_categories ul li a:hover {
	opacity: .75
}

.article-inner .entry-title {
	font-size: 23px;
	color: black;
	font-weight: normal
}

.blog-single .entry-content,
.entry-header,
.entry-author {
	background: #fff;
}

.entry-content,
.entry-header {
	padding: 10px;
	border-radius: 0 0 10px 10px;
}

.entry-content {
	font-size: 95%
}

.entry-content h2 {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

.blog-author-image {
	width: 90px;
	height: 90px
}

.entry-author {
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
}

.entry-header {
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 849px) {
	.blog-wrapper>.row>.col {
		padding-left: 10px;
		padding-right: 10px
	}
}

/* --- Minimalist Sidebar Styling [MOVED FROM STYLE.CSS] --- */
.sidebar-inner .widget-title,
.shop-sidebar .widget-title,
.post-sidebar .widget-title {
	padding: 0 0 15px 0 !important;
	display: block;
	background: transparent !important;
	/* Force remove dark bg */
	color: #222 !important;
	border-left: none !important;
	border-bottom: 1px solid #eee !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	/* Space between title and content */
	position: relative;
	letter-spacing: 0.5px;
}

/* Small accent line */
.sidebar-inner .widget-title:after,
.shop-sidebar .widget-title:after,
.post-sidebar .widget-title:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fdb813;
	/* Keep brand accent */
	border-radius: 2px;
}

/* Widget Card Style */
.sidebar-inner .widget,
.shop-sidebar .widget,
.post-sidebar .widget {
	background: #ffffff !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	/* Very subtle border */
	border-radius: 12px !important;
	/* Smooth corners */
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03) !important;
	/* Soft distinctive shadow */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-inner .widget:hover,
.shop-sidebar .widget:hover,
.post-sidebar .widget:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

/* Lists styling */
.widget ul li {
	border-bottom: 1px dashed #eee !important;
	padding-bottom: 12px !important;
	margin-bottom: 12px !important;
}

.widget ul li:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

/* Minimalist style for Custom Blocks */
.bttinmoi {
	display: flex !important;
	/* Use flex to align Title and Link */
	justify-content: space-between !important;
	align-items: center !important;
	text-align: left;
	background: transparent !important;
	color: #222 !important;
	padding-left: 0 !important;
	line-height: 1.4 !important;
	height: auto !important;
	border-left: none !important;
	font-size: 18px !important;
	text-transform: capitalize;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/* Accent line for .bttinmoi */
.bttinmoi:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fdb813;
	border-radius: 2px;
}

/* Fix Tab Active State */
.rowtabsp .tab.active.has-icon {
	display: flex !important;
	align-items: center !important;
	background: transparent !important;
	color: #222 !important;
	padding-left: 0px !important;
	line-height: 1.4 !important;
	height: auto !important;
	min-height: 44px;
	border-left: none !important;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 700;
	border-bottom: 2px solid #fdb813;
	padding-bottom: 5px;
}

/* --- Horizontal Product Filter (Tailwind Style) --- */
.itgroup-product-filter {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 0.75rem 1.25rem;
	/* px-5 py-3 */
	margin-bottom: 2rem;
	/* mb-8 */
	border-radius: 0.5rem;
	/* rounded-lg */
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	/* shadow-md */
	border: 1px solid #f3f4f6;
	/* border-gray-100 */
	flex-wrap: wrap;
	gap: 1.5rem;
	/* gap-6 */
}

/* Label: text-gray-900 font-bold uppercase tracking-wide text-xs */
.filter-main-label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	/* text-xs */
	letter-spacing: 0.05em;
	/* tracking-wide */
	color: #111827;
	/* text-gray-900 */
	margin-right: 0;
	/* Handled by gap */
}

.filter-attr-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 1.5rem;
	/* gap-6 */
	align-items: center;
}

.filter-attr-item {
	position: relative;
	cursor: pointer;
	margin: 0;
}

/* Item Name: text-gray-500 hover:text-gray-900 font-medium text-sm flex items-center */
.filter-attr-item .attr-name {
	font-size: 0.875rem;
	/* text-sm */
	font-weight: 500;
	/* font-medium */
	color: #6b7280;
	/* text-gray-500 */
	display: flex;
	align-items: center;
	transition: color 0.2s ease-in-out;
}

.filter-attr-item .attr-name i {
	font-size: 0.75rem;
	margin-left: 0.5rem;
	/* ml-2 */
	color: #9ca3af;
	/* text-gray-400 */
	transition: transform 0.2s;
}

.filter-attr-item:hover .attr-name {
	color: #111827;
	/* text-gray-900 */
}

.filter-attr-item:hover .attr-name i,
.filter-attr-item.active .attr-name i {
	color: #4b5563;
	transform: rotate(180deg);
}

.filter-attr-item.active .attr-name {
	color: #fdb813;
	/* Brand color */
	font-weight: 600;
}

.filter-attr-item.active .attr-name i {
	color: #fdb813;
}

/* Dropdown: absolute bg-white shadow-lg rounded-md ring-1 ring-black ring-opacity-5 */
.filter-dropdown {
	position: absolute;
	top: calc(100% + 0.5rem);
	/* mt-2 */
	left: 0;
	min-width: 14rem;
	/* w-56 */
	background: #ffffff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	/* shadow-lg */
	border-radius: 0.375rem;
	/* rounded-md */
	padding: 0.5rem 0;
	/* py-2 */
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.95);
	transition: transform 0.1s ease-out, opacity 0.1s ease-out, visibility 0.1s;
	border: 1px solid #f3f4f6;
	text-align: left;
	/* Ensure left align */
}

/* Invisible bridge to prevent hover loss */
.filter-dropdown::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	/* Match the gap created by top: calc(100% + 0.5rem) */
	left: 0;
	width: 100%;
	height: 0.5rem;
	background: transparent;
}

.filter-attr-item:hover .filter-dropdown {
	opacity: 1;
	visibility: visible;
	transform: scale(100%);
}

.filter-dropdown ul {
	list-style: none !important;
	/* Force remove bullets */
	margin: 0 !important;
	padding: 0 !important;
}

.filter-dropdown ul li {
	padding: 0;
	margin: 0;
	border: none !important;
	list-style: none !important;
	/* Force remove bullets */
}

.filter-dropdown ul li::before {
	display: none !important;
	/* Remove custom theme bullets if any */
}

/* Dropdown Item: block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 */
.filter-dropdown ul li a {
	display: block;
	padding: 0.5rem 1.25rem;
	/* px-5 py-2 */
	font-size: 0.875rem;
	/* text-sm */
	color: #374151;
	/* text-gray-700 */
	transition: all 0.15s ease-in-out;
	line-height: 1.25rem;
	text-decoration: none;
	border-bottom: 1px solid #f9fafb;
}

.filter-dropdown ul li:last-child a {
	border-bottom: none;
}

.filter-dropdown ul li a:hover {
	background-color: #f3f4f6;
	/* bg-gray-100 */
	color: #111827;
	/* text-gray-900 */
	padding-left: 1.5rem;
	/* Subtle indent on hover */
}

.filter-dropdown ul li.selected a {
	background-color: #fffbeb;
	/* bg-amber-50 (yellow-ish) */
	color: #b45309;
	/* text-amber-700 */
	font-weight: 500;
}

/* Clear All: text-sm text-red-500 hover:text-red-700 */
.filter-clear-all {
	margin-left: auto;
	font-size: 0.875rem;
	/* text-sm */
	color: #ef4444;
	/* text-red-500 */
	text-decoration: none;
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	transition: background-color 0.2s;
}

.filter-clear-all:hover {
	color: #b91c1c;

	/* text-red-700 */
	background-color: #fef2f2;
	/* bg-red-50 */
}

@media (max-width: 991px) {
	.itgroup-product-filter {
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
		padding: 1rem;
	}

	.filter-main-label {
		margin-bottom: 0.5rem;
		border-bottom: 1px solid #f3f4f6;
		padding-bottom: 0.5rem;
	}

	.filter-attr-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		width: 100%;
	}

	.filter-attr-item {
		width: 100%;
		border-bottom: 1px solid #f9fafb;
	}

	.filter-attr-item .attr-name {
		padding: 0.75rem 0;
		justify-content: space-between;
	}

	.filter-dropdown {
		position: static;
		box-shadow: none;
		border: none;
		padding-left: 1rem;
		display: none;
		/* JS toggles this */
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.filter-clear-all {
		margin-top: 1rem;
		text-align: center;
		background-color: #fef2f2;
	}
}