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{
    margin-bottom: 0
}
.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
	}
}