.main_container {
    padding-bottom: 0px;
}
.category_title,.feature_title{
	text-align:center;
	font-weight:normal;
	margin:0;
}
.category_title{
	font-size:30px;
	color:#5b5149;
	margin-bottom:5px;
}
.category_description{
	text-align:center;
	padding-bottom:10px;
}
.feature_title{
	font-size:28px;
	color:#a0a0a0;
	padding:20px 0;
}
.category_line {
    position: relative;
    height: 22px;
    background: url('../../images/karihome_product_line.png') no-repeat 50% 125%;
    border-top: 3px solid #8ac609;
    text-align: center;
    margin-bottom: 45px;

}
.prod_category{
	margin-bottom:65px;
	text-align: center;
}
.product_item{
	/* float:left; */
	display: inline-block;
	width:20%;
	padding:0 8px 60px 0;
	text-align: center;
}
.product_img{
	display:block;
	position:relative;
	margin-bottom: 20px;
	padding: 20px;
}
.product_img:hover .product_intro{
	opacity:1;
}
.product_intro{
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:10px 20px;
	background-color: rgba(239,235,233,0.9);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.product_intro:before{
	/* content:'';
	display:inline-block;
	height:100%;
	vertical-align: middle; */
}
.product_content{
	display:inline-block;
	vertical-align: middle;
	color:#545454;
	font-size:14px;
	line-height:20px;
	margin: 30% 0 0;
}
.product_content div{
	margin-top:20px;
	color:#bc9948;
}
.product_title{
	height:40px;
	margin-bottom:25px;
	line-height:20px;
	overflow: hidden;
	padding:0 10px;
}

.product_title a{
	color:#1b1b1b;
}
.product_title a:hover{
	color:#6a3906;
}
.feature_container{
	padding-bottom:10px;
}
.product_feature{
	background-color:#f8f8f8;
}
.feature_area{
	text-align:center;
}
.feature_ul{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	position: relative;
	display:inline-block;
}
.feature_ul .slide{
	position:absolute;
	width:240px;
	left:0;
	bottom:0;
	border-bottom:2px solid #8ac609;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.feature_ul li{
	list-style:none;
	height:50px;
	min-width:240px;
	padding:0 10px;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
    cursor:pointer;
    border-bottom:2px solid #f8f8f8;
}
.feature_ul .active{
	// border-bottom:2px solid #8ac609;
}
.feature_html{
	display:none;
}
.feature_html.active{
	display:block;
}
.product_detail{
	max-width:990px;
}
.product_detail_info{
	margin-bottom:35px;
}
.product_detail_block{
	float:left;
	width:50%;
}
.product_detail_img{
	padding:30px 38px 30px 30px;
	text-align: center;
	/* background: url('../../images/karihome_product_detail_bg.png') no-repeat 50% 50%; */
}
.product_detail_content{
	padding-left:8px;
}
.detail_box{
	border:1px solid #e5e5e5;
	
}
.detail_box:before{
	content:'';
	display:block;
	border-top:4px solid #e3c26b;
}
.detail_info{
	padding:30px 32px 20px 32px;
	color:#545454;
}
.detail_info .title{
	color:#5b5149;
	height:48px;
	margin-bottom:15px;
	overflow:hidden;
	font-size:18px;
}
.detail_info .content{
	line-height:24px;
	min-height:140px;
	margin-bottom:20px;
}
.spec{
	margin-bottom:15px;
}
.age{
	margin-bottom:60px;
	min-height: 50px;
	overflow:hidden;
}
.age img{
	max-height:50px;
}
.wheretobuy{
	display:inline-block;
	width:156px;
	background-color:#8ac609;
	padding:6px 0;
	color:#fff;
	border-radius:20px;
	text-align:center;
	margin:0 auto;
	font-size:14px;
}
.wheretobuy:hover{
	background-color:#43a047;
}
.age_text{
	display:block;
	height:47px;
}
.age_text:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.age_text span{
	display:inline-block;
	vertical-align:middle;
	max-height: 42px;
	overflow: hidden;
}
#prod_menu_select{
	background-color:#fff;
	background-image:none;
	border:1px solid #bc9948;
	color:#bc9948;
}
#prod_menu_container .left_menu{
	border:1px solid #bc9948;
	border-top-width:0;
}
#prod_menu_container .left_menu a{
	background-color:#fff;
    border-bottom: 1px solid #e5e5e5;
}
#prod_menu_container .left_menu a:hover{
	background-color:#eee;
}
#prod_ul li:last-child a{
	border-bottom-width:0;
}
.year_icon{
	margin-bottom:5px;
}
@media screen and (max-width: 899px){
	.feature_ul li{
		width: 33%;
		min-width: 200px;
	}
	.feature_ul .slide{
		width:33%;
	}
	.product_item {
		width: 50%;
	}
	.product_detail_block {
		width: 100%;
	}
	.detail_info {
		padding: 30px 12px 20px 12px;
		color: #545454;
	}
	.product_detail_content {
		padding-left: 0; 
	}
	.product_detail_img {
		padding: 30px;
	}
}
@media screen and (max-width: 639px){
	.product_feature{
		display:none;
	}
	.product_item {
		width: 100%;
		max-width:280px;
		float:none;
		margin:0 auto;
	}
	.product_detail_img {
		background: none;
	}
}

/*產品介紹頁 product_page.php */
.wheretobuy{
	display:inline-block;
	width:156px;
	background-color:#8ac609;
	padding:6px 0;
	color:#fff;
	border-radius:20px;
	text-align:center;
	margin:0 auto;
	font-size:14px;
}
/*產品介紹頁 product_page.php END */