/**/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%; 
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{
	margin:0; 
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	background-color:#fff;
	height: 100%;}
	
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block}

a{
	background:transparent; 
	color:#333; 
	text-decoration:none;
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /* for IE */}
a:active,a:hover{
	outline:0; 
	color:#0d0d0d; 
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-decoration:none;}
a:visited{
	text-decoration:none;}
a:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
	text-decoration:none;}

h1{
	font-size:2em;
	margin:.67em 0;}

img{
	border:0;
	vertical-align:middle;}
	
input,button,select,textarea{
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /* for IE */}

::selection {
    background: #b1c84d;
    color: #fff;}
::-moz-selection {
    background: #b1c84d;
    color: #fff;}
	
#icon_top a i{
	position: fixed !important;
	right:15px;
	bottom:15px;
	width:45px;
	height:45px;
	line-height:43px;
	text-align:center;
	_position:absolute;
	_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index:100000;
	font-size:1.3em;
	color: #FFF;
	background:#e6795c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}	
	
@media (min-width:768px){
.site-main{ padding-top:170px;}
.site-navbar{
	background: url(../images/bg_header.png) repeat-x;
	height:170px;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);}
.navbar-brand {
	margin: 0;
    padding: 18px 0;
	height: 108px;
	text-align:center;
	position:relative;}
.navbar-brand img{ margin-top:2px; max-height:65px;}}
.navbar-brand img:hover{
	-webkit-filter:opacity(.8);}

@media (max-width:767px){
.site-navbar{ height:50px;}
.site-main{ padding-top:50px;}
.navbar-brand img{ margin-top:-6px; max-height:31px; padding-left: 34px;}
.navbar-toggle{
	position:absolute;
	top:-8px;
	left:-15px;}
button.navbar-toggle{
	color:#fff;
	background:#b1c84d;
	padding:15px 15px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;}
button.navbar-toggle:active{
	background:#bdd847;}
.site-navbar .container{
	background:rgba(74, 87, 26, 0.95) url(../images/bg_header_m.png) repeat-x;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1) !important;}
.navbar-nav{
	padding-top:8px;
	padding-bottom:10px;}
.navbar-nav.visible-xs i{
	width:30px;
	text-align:center;}
header .nav > li > a {
	color:#FFF;
	font-size:1.2em;
	/*border-bottom:1px #92a53f solid;*/}
header .nav > li > a:hover, header .nav > li > a:focus {
    text-decoration: none;
	color:#fff;
    background-color: rgba(0,0,0,0.4);}
header .nav > li.active > a {
	text-decoration: none;
	color:#f2ff88;
	border-bottom: 1px rgba(242, 255, 136, 0.7) solid;}
.navbar-brand .icon_fb{
	position:absolute;
	top:20px;
	right:25px;}
.navbar-brand .icon_gp{
	position:absolute;
	top:20px;
	right:-5px;}}
	
@media (min-width:768px){
.menu {
	width:723px;
	margin:7px auto 0;}
.navbar-nav{
	margin-top:0;}	
.navbar-nav > li > a {
	padding:15px 26px 15px;
    color: #FFF;
	font-size:1.3em;}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li > a:focus {
	color:#e4ff6d;
	border-bottom:5px #b0c74d solid;}}
.menu .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
	background-color:transparent !important;	
	-webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    transition: all 0s ease 0s;}
.carousel-control.left, .carousel-control.right{
	background-image:none;}

.banner_height{
	height:600px;}
.banner_content{
	margin:235px 0 0;
	color:#FFF;}
.banner_content p{
	font-size:3.5em;
	font-weight:500;
	padding-bottom:10px;
	text-shadow:0 0 10px rgba(0,0,0,0.8);}
@media (max-width:767px){
.banner_height{
	padding:0 40px;
	height:250px;}
.banner_content{
	margin:96px 0 0;}
.banner_content p{
	font-size:1.8em;
	padding-bottom:0px;}
.site-main{
	padding-top:50px;}
#myCarousel section{
	background-size:auto 100% !important;}}
		
footer {
  color: #FFF;
  background:#4a571a url(../images/bg_footer.jpg) left bottom no-repeat;}
footer a, footer a:visited {
  color: #FFF;}
footer a:hover, footer a:active  {
  color: #b1c84d;}
#footer_area {
  padding: 0;}
#footer_area p {
	font-size: 1.15em;
	padding-left:5px;
	margin-bottom:15px;}
.footer_box{
	margin-bottom:30px;}
	
#footer_copyright{
	background:#FFF;
	padding:5px 0;
	color: #616264;
	line-height:200%;
	font-size:1.1em;}
#footer_copyright p {
	margin-top:20px;}
#footer_copyright a {
  color: #616264;}
#footer_copyright a:hover, #footer_copyright a:active {
  color: #b1c84d;}
#footer_copyright img{
	margin-top:5px;}

.addthis_box{
	float:left;}

.txt_red{
	color:#e6795c !important;}
.txt_gray{
	color:#999 !important;}
.txt_green{
	color:#485619 !important;}
.txt_green_light{
	color:#b2c84c !important;}

.header_tool{
	position:absolute;
	top:26px;
	right:0;
	font-size:0.9em;
	height:50px;
	line-height:50px;
	z-index:3;}	
.header_tool a{
	position:relative;
	padding-left:30px;
	color:#4a571a;}
.header_tool i{
	color:#fff;
	width:35px;
	height:35px;
	margin-right:10px;
	line-height:35px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;}
.header_tool i.fa-search, .header_tool_m i.fa-search{
	background:#e6795c;}
.header_tool i.fa-user, .header_tool_m i.fa-user{
	background:#4a571a;}
.header_tool i.fa-shopping-cart, .header_tool_m i.fa-shopping-cart{
	background:#b1c84d;}
.header_tool a:hover i, .header_tool_m a:hover i{
	background:#bdd847;	
	-webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    transition: all 0s ease 0s;}
.header_tool .cart_num {
    position: absolute;
    z-index: 99;
    top:-13px;
    left:50px;
    background: #e6795c;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0.5em;
    border-radius: 50%;}

.header_tool_m{
	position:absolute;
	top:0;
	right:0;
	font-size:0.9em;
	height:50px;
	line-height:50px;
	z-index:3;}	
.header_tool_m a{
	position:relative;
	padding-left:5px;
	color:#4a571a;}
.header_tool_m i{
	color:#fff;
	width:35px;
	height:35px;
	margin-right:0;
	line-height:35px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;}
.header_tool_m .cart_num {
    position: absolute;
    z-index: 99;
    top:-10px;
    right:-5px;
    background: #e6795c;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0.5em;
    border-radius: 50%;}
		
/*PADDING*/
.padding_0{
	padding:0;}
.index_padding{
	padding-top:60px !important; 
	padding-bottom:60px !important;}
.footer_padding{
	padding-top:90px !important; 
	padding-bottom:40px !important;}
.page_padding{
	padding-top:60px !important; 
	padding-bottom:60px !important;}
@media (max-width:767px){
.padding_turn0{padding:0 5px;}
.index_padding{
	padding-top:30px !important; 
	padding-bottom:10px !important;}
.footer_padding{
	padding-top:50px !important; 
	padding-bottom:20px !important;}
.page_padding{
	padding-top:30px !important; 
	padding-bottom:40px !important;}}
	
.animatedDelay1{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;}
.animatedDelay2{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;}
.animatedDelay3{
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;}
.animatedDelay4{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;}
.animatedDelay5{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;}
.animatedDelay6{
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;}
.animatedDelay7{
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;}
.animatedDelay8{
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;}
.animatedDelay9{
	-webkit-animation-delay: 2.7s;
	animation-delay: 2.7s;}
.animatedDelay10{
	-webkit-animation-delay: 3.0s;
	animation-delay: 3.0s;}

/*MAP*/
.iframe_rwd  {
	position: relative;
	padding-top: 350px;
	height: 0;
	overflow: hidden;
	border:0;
	border-top:1px #CCC solid;}
.iframe_rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
	
/*FIXED BG*/
.fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;}	
.fixed-bg.bg-index1 {
	background-image: url(../images/bg_index1.jpg);
	box-shadow:1px 1px 13px 2px rgba(0,0,0,0.2) inset;} 
@media (max-width:1199px){
.fixed-bg {
	background-attachment:scroll;}}
	
/*標題樣式*/
h2.title_style {
	width:100%;
	height:auto;
	overflow: hidden;
	line-height:28px;
	font-size:1.5em; 
	padding:16px 10px;
	margin:0 auto;
	text-align:center;
	font-weight:500;
	line-height:160%;
	color:#444;
	font-family:'Noto Sans TC', 'Microsoft JhengHei';
    background: url(../images/bg_off.png) repeat-x;
	background-position:0 35px;}
h2.title_style span{
	padding:0 15px;
	background:#fff;}
h2.title_style:first-letter {
	font-size:1.2em;
	color: #b1c84d;}
h2.title_style span.en{
	color:#555;
	padding:0 0 0 7px;
	color:#aeaeae;
	font-size:0.8em;}	
	
/*路徑*/	
.path{
	font-size:1.05em;}
#pathway {
	padding:10px 10px 20px;
	margin-bottom:25px;
	line-height:180%;
	float: left;
	width: 100%;
	border-bottom: 1px #DDD solid;}
#pathway span{
	width:100%;
	display:inline-block;
	color:#485619;
	font-weight:400;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
#pathway i{
	color:#AAA;
	padding:0 15px;}
#pathway a{
	color:#AAA;}
#pathway a:hover{
	color:#333;}
@media (max-width:767px){
#pathway {
	padding:15px 0;}}
	
/*左邊選單*/
.panel-default{
	border:0;
	box-shadow:none !important;}
.panel-body{
	font-size:1.1em;
	padding:5px 5px;}
@media (max-width:991px){
.panel-body{
	font-size:1em;}}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #b2c84c;
    background-color: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;}
.dropdown-menu-tree{
	background:#FFF;
	padding:10px 0 10px 20px;
	border-top: 1px #DDD solid;}
.dropdown-menu-tree a{
	color:#555 !important;}
.dropdown-menu-tree ul{
	list-style-type:none;}
.dropdown-menu-tree li{
	list-style-type:none;
	padding:5px 10px;
	font-size:0.9em;}
.dropdown-menu-tree li.active a{
	color:#b2c84c !important;
	font-weight:700;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.panel-default {
    border-color: #FFF;}
.panel-default > .panel-heading {
    background-color: #b2c84c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: #FFF;}
.panel-default > .panel-heading a{}
.panel-title {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.3em;
    color: inherit;
    color: #FFF;}
.nav-pills > li{
    font-size: 1.1em;
	border-bottom:1px #DDD solid;}
.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;}
.nav-pills > li i{
	color:#CCC;
	padding-top:3px;
	padding-right:5px;}
.nav-pills > li:hover i{
	color:#b2c84c;}
.nav-pills > li.active i{
	color:#b2c84c;}
	
/*banner標題*/
.bg_title{
	background:#FFF url(../images/bg_banner.jpg) bottom center no-repeat; text-align:center;}
.title_padding{padding-top:50px !important; padding-bottom:50px !important;}
@media (max-width:767px){
.title_padding{padding-top:30px !important; padding-bottom:30px !important;}}
.top_title{
	display:inline-block;
	padding:20px 50px;
	color:#FFF;
	letter-spacing:2px;
	text-align:center;
	border:2px #FFF solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:'PT Sans', 'Noto Sans TC', 'Microsoft JhengHei';}
.top_title .cht{
	font-weight:500;
	font-size:1.65em;}
.top_title .en{
	font-size:0.5em;}

.title_box{
	margin-bottom:20px;}
.title_box .title{
	margin:0;
	padding:0;}
.title_box .title h1{
	display:inline-block;
	margin:0;
	padding:10px 15px 10px 40px;
	width:auto;
	color:#4a571a;
	font-size:1.5em;
	line-height:150%;
	background:url(../images/index_title.png) left center no-repeat;
	background-position:0 17px;}
.title_box .date{
	margin:0;
	padding:13px 20px 0;
	font-size:1.2em;
	text-align:right;
	color:#AAA;}
.title_box .title h1 i, .title_box .date i{
	color:#AAA;
	padding-right:10px;}
.addthis{
	float:right;
	padding-top:10px;
	padding-bottom:0;
	height:39px;}	
@media (max-width:767px){
.addthis{
	margin:-15px 0 20px;}}
	
/*網頁編輯內容*/	
.page_content{
	float:left; 
    width: 100%;
	height:auto;
	color:#333;}
.page_content h3{
	margin:0 0 10px;
	font-size:1.3em;
	color: #b1c84d;
    font-weight: 500;}
.page_content p{
	font-size:1.2em;
	margin-bottom:20px;
	line-height:200%;}
.page_content a{
	color:#b1c84d;}
.page_content a:hover{
	color: #CCC;}
.page_content .box{
    padding: 0;}
.page_content .box img{
	margin-bottom:20px;}

/*TABLE*/	
.page_content_table{
	border:0;
	font-size:1.15em;}
.page_content_table th{
	width:180px;
	font-weight:500 !important;
	border-bottom:1px #DDD solid;
	padding:10px 15px;
	background:#f1f1f1;
	color:#333;
	line-height:180%;}
.page_content_table td{
	border-bottom:1px #DDD solid;
	padding:10px 15px;
	line-height:180%;}
.page_content_table a{
	color:#555;}
.page_content_table a i{
	color:#f1a03b;
	padding-right:10px;}
.page_content_table a:hover{
	color:#ea513e;}
@media (max-width:767px){
.page_content_table th{
	width:40%;
	padding:10px;}
.page_content_table td{
	padding:10px;}}
	
.numlist {
	margin-top:5px;}	
.numlist li{
	list-style-type:decimal;
	font-size:1.2em;
	padding-bottom:2px;
	line-height:200%;
	font-family: "Noto Sans TC", "Microsoft JhengHei";}
.numlist li ul li{
	font-size:1em;
	list-style-type:upper-alpha;}
.numlist li ul li ul li{
	font-size:1em;
	list-style-type:lower-alpha;}

/*換頁*/
.pagination{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0;}
.pagination > li > a, .pagination > li > span {
    color: #b1c84d;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #b1c84d;
    border-color: #b1c84d;}

/*BTN*/
.line_button{
	width:100%;
	text-align:center;
	display:inline-block;
	margin:25px auto;}
.line_button a{
	border:1px #CCC solid; 
	padding:8px 25px;
	font-size:1.1em; 
	color:#333 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.line_button a i{	
	padding:0 8px 0 3px;}
.line_button a:hover{
	border:1px #b1c84d solid;
	color:#b1c84d !important;}

/*排序篩選*/
.product_select{
	float:left;
	padding:0 10px 0 6px;
	margin:-25px auto 10px;
	width:100%;
	height:40px;
	line-height:40px;
	background:#FFF;
	border-bottom:1px #DDD solid;}
.product_select .icon_box{
	float:right; 
	width:auto; 
	margin-top:-2px;}
.product_select i{
	float:right;
	font-size:1.2em;
	margin-left:20px;
	height:40px;
	line-height:40px;
	color:#444;}
.product_select .active{
	color:#b2c84c;}
#product_select{
	border:0;
	height:39px;
	line-height:39px;
	font-weight:500;
	background:transparent;}

/*商品格狀*/  
.product_area{
	float:left;
	box-sizing: border-box;
	margin:0 0 20px;
	padding:0;
	width: 100%;
	height:auto;}
.product_item_padding{
	padding:0 15px 15px;
	margin-bottom:-10px;}
.product_grid{
	float:left;
	width:100%;
	box-sizing: border-box;
	border-bottom:2px #DDD solid;
	padding:0 0 15px;
	margin:10px 0;
	background:#fbfbfb;
	position:relative;}
@media (max-width:767px){
.product_item_padding{
	padding:0 10px 15px;}}
.product_grid .pic img{
	width:100%;}
.product_grid .name{
	 width:100%;
    height:auto;
    color:#111;
    font-size:1.25em;
    padding:15px 10px 5px;
    text-shadow:0 1px 0 #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.product_grid .price{
	float:left;
	width:100%;
	height:auto;
	margin-top:5px;
	margin-left:10px;
	text-shadow:0 1px 0 #FFF;
	font-size:1.1em;
	font-weight:600;
	color:#e6795c;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';}
.product_grid .price_ori{
	color:#BBB;
	font-size:0.9em;
	padding-left:10px;
	font-weight:normal;
	text-decoration:line-through;}
.product_grid .cart{
	display:block;
	position:absolute;
	bottom:8px;
	right:9px;
	z-index:2;}
@media (max-width:767px){
.product_grid .cart{
	bottom:8px;
	right:-5px;}}
.product_grid .cart i{
	background:#e6795c;
	color:#FFF;
	width:auto;
	height:35px;
	line-height:32px;
	padding:0 8px 0 9px;
	text-align:center;
	font-size:1.3em;
	border-bottom:2px #DDD solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.product_grid .cart:hover i{
	background:#ccc;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
@media (min-width:768px){
.product_grid:hover .pic{
	overflow: hidden;}
.product_grid:hover .pic img{
    left: -50px;
	filter: contrast(110%);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}}
	
.product_grid .type{
	width:100%;	
	height:auto;
	color:#111;
	font-size:1.3em;
	margin-top:10px;
	padding:10px 12px;
	font-weight:400;
	border-bottom:2px #DDD solid;
	background:#fbfbfb;	
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
.product_grid .type i{
	padding:4px 0 0 0;}
.product_grid:hover .type{
	color:#fff;
	background:#e6795c;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.product_grid:hover .type a{
	color:#fff;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
	

/*商品列表*/
.product_list{
	float:left;
	width:100%;
	box-sizing: border-box;
	margin:10px 0 10px;
	border-bottom:2px #DDD solid;
	background:#fbfbfb;
	position:relative;}
.product_list .pic{
	float:left;
	height:105px;
	margin-right:10px;}
.product_list .pic img{
	height:105px;}
.product_list .name{
	width:auto;
    height:auto;
    color:#111;
    font-size:1.25em;
    padding-top:15px;
    padding-bottom:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.product_list .price{
	float:left;
	width:auto;
	height:auto;
	font-size:1.1em;
	font-weight:600;
	color:#e6795c;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';}
.product_list .price_ori{	
	height:auto;
	color:#999;
	font-size:0.9em;
	padding-left:15px;
	font-weight:normal;
	text-decoration:line-through;
	text-shadow:0 1px 0 #F1F1F1;}	
.product_list .cart{
	display:block;
	position:absolute;
	bottom:8px;
	right:8px;
	z-index:2;}
.product_list .cart i{
	background:#e6795c;
	color:#FFF;
	width:auto;
	height:35px;
	line-height:32px;
	padding:0 8px 0 9px;
	text-align:center;
	font-size:1.3em;
	border-bottom:2px #DDD solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.product_list .cart:hover i{
	background:#ccc;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
@media (min-width:768px){
.product_list:hover .pic{
	overflow: hidden;}
.product_list:hover .pic img{
    left: -50px;
	filter: contrast(110%);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}}

/*modal*/
.modal_header{
	background:#b1c84d; 
	color:#FFF;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;}
.modal_body{
	font-size:1.05em;
	padding-bottom:0;}
.modal_body img{
	margin:0 auto 15px;
	text-align:center;}

.modal_body_content{
	padding-left:0;
	padding-bottom:10px;}
@media (max-width:767px){
.modal_body_content{
	padding:0 10px 10px;}}
	
.modal_product_detail_list{
	float:left;
	list-style-type:none;
	padding:0;}
.modal_product_detail_list li{
	padding-bottom:5px;}
.modal_product_detail_list li a{
	color:#313131;}
.modal_product_detail_list li a:hover{
	color:#ed6953;}
.modal_product_detail_list h3{
	padding:0;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	line-height:150%;}
.modal_product_detail_list h3 span{
	color:#ed6953;}
.modal_product_detail_list p{
	margin:5px 0 5px;}
.modal_product_detail_list .price{
	color:#eb4023;
	font-size:1.2em;}

.btn-first {
  color: #fff;
  background-color: #b1c84d;
  border-color: #b1c84d;}
.btn-second {
  color: #fff;
  background-color: #4a571a;
  border-color: #4a571a;}
.btn-first:hover, .btn-first:active, .btn-first:focus, .btn-second:hover, .btn-second:active, .btn-second:focus{
  color: #CCC !important;}
  
.modal-footer .btn-first, .modal-footer .btn-second{
	padding:12px 5px;
	font-size:1.1em;}
	
.btn_left{
	border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;}
	
/*NEWS*/
section.news{
	background:#f8f8f8 url(../images/bg_news.jpg) center center no-repeat;
	box-shadow:1px 1px 5px 2px rgba(0,0,0,0.08) inset;
	padding-top:60px !important; 
	padding-bottom:60px !important;}
@media (min-width:992px){
section.news .col-md-9{
	padding-left:40px;
    border-left: 1px #DDD solid;}}		
@media (max-width:991px) and (min-width:768px){
section.news{
	padding-top:25px !important; 
	padding-bottom:40px !important;}}
@media (max-width:767px){
section.news{
	padding-top:25px !important; 
	padding-bottom:40px !important;}}
.news{
	font-size:1.02em;}
.news h2{
	font-size:1.7em;
	font-weight:600;
	text-align:center;
	padding:10px 0;}
.news .btn_more a{
	display:inline-block;
	text-align:center;
	background:#b1c84d;
	color:#FFF;
	padding:5px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;}
.news ul{
	font-size:1.15em;
	list-style-type:none;
	padding:10px 0;
	margin:0;}
.news li{
	padding:10px 10px 10px 0;
    width:100%;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
.news li a{
	color:#444;}
.news li:hover a{
	color:#4a571a;}
.news li span{
	display:inline-block;
	color:#aaa;
	width:100px;
	padding:0 10px;
	margin-right:10px;
	font-weight:bold;}
.news li:hover span{
	color:#b1c84d;}
	
.contactus .form-control{
	height:auto;
	font-size:1.15em;
	padding:10px 12px;
	color:#6f7f2c;}	
.form-control{
	color:#6f7f2c;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	color:#888;}

/*-------------------------------------------------------------------------------------------------------商品詳細頁*/


/*商品圖*/
.product_detail_pic{
	padding-bottom:0;
	position:relative;}	
.product_detail_pic div {
	padding:5px;}
.product_detail_pic div img{
	border: 1px #DDD solid;}
.product_detail_pic div:hover img{
	opacity: 0.7;
    filter: alpha(opacity=70);
  	transition: all .3s ease; 
  	-webkit-transition: all .3s ease; 
 	-moz-transition: all .3s ease;}

/*商品條列資訊*/
.product_detail_list{
	float:left;
	width:100%;
	list-style-type:none;
	padding:20px 0 0; 
	margin-top:10px; 
	border-top: 1px #DDD solid;}
.product_detail_list li{
	font-size:1.15em;}
.product_detail_list li p{
	font-size:1em;
	line-height:200%;
	margin-bottom: 5px;}
.product_detail_list li a{
	color:#313131;}
.product_detail_list li a:hover{
	color:#ED6953;}

/*商品資訊*/
.product_detail{
	float:left;
	width:100%;
	box-sizing: border-box;
	padding:0;
	margin:0;}
.product_detail .name{
	width:100%;
	height:auto;
	font-size:1.4em;
	margin-top:3px;
	margin-bottom:5px;
	color:#111;
	font-weight:500;
	text-shadow:0 1px 0 rgba(255,255,255,0);}
.product_detail .name span{
	color:#ED6953;}
.product_detail .price{
	color:#e6795c;
	font-size:1.6em;
	margin-bottom:5px;
	font-family:"Montserrat", "Microsoft Yahei";}
.product_detail .price_ori{
	color:#BBB;
	font-size:0.8em;
	padding-left:10px;
	text-decoration:line-through;
	text-shadow:0 1px 0 #FFF;}
	
.product_detail .info_tag{
	float:left;
	width:100%;
	height:auto;
	line-height:180%;
	padding-top:20px;
	margin-bottom:5px;
	text-shadow:0 1px 0 rgba(255,255,255,0);
	font-size:1.15em;}
.product_detail .info_tag_show{
	float:left;
	width:100%;
	height:auto;
	line-height:180%;
	padding-top:20px;
	margin-bottom:5px;
	text-shadow:0 1px 0 rgba(255,255,255,0);
	font-size:1.15em;}
	
@media (min-width: 768px){
.nav-tabs.nav-justified > li > a {
    border-bottom: 0px solid #ddd;}
.tag_left{
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;}
.tag_center{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;}
.tag_right{
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;}}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0 solid #ddd;}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color:#111;
    background-color: #e9e9e9;
	border:0;}	
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color:#FFF;
    background-color: #b2c84c !important;
	border:0;}
		
.product_detail .info{
	float:left;
	width:100%;
	height:auto;
	line-height:180%;
	padding-top:15px;
	margin-bottom:5px;
	text-shadow:0 1px 0 rgba(255,255,255,0);
	font-size:1em;}
.product_detail .btn_buy{
	padding:5px;}
@media (max-width: 767px){
.product_detail .btn_buy{
	padding:5px 0;}}
.product_detail .btn_buy a{
	text-align:left;
	padding:10px 15px;
	font-size:1.15em;
	display:inline-block;
	width:100%;}
.product_detail .btn_buy a i{
	padding-top:3px;
	font-size:1.1em;}
.product_detail .btn-first{
	background:#fff;
	border:1px #e6795c solid;
	color:#e6795c;}
.product_detail .btn-second{
	background:#e6795c;
	border:1px #e6795c solid;
	color:#fff;}
.product_detail .btn-first:hover, .product_detail .btn-first:focus{
	background:#fff;
	border:1px #ff997d solid;
	color:#ff997d !important;}
.product_detail .btn-second:hover, .product_detail .btn-second:focus{
	background:#ff997d;
	border:1px #ff997d solid;
	color:#fff !important;}	


/*搜尋結果*/
.search_list{
	font-size:1.2em;
	list-style-type:none;
	padding:0;
	margin:0 0 15px;}
.search_list li{
	padding:8px 0 1px;
    width:100%;
	border-bottom:1px #DDD solid;}
.search_list li a{
	color:#333;}
.search_list li:hover a{
	color:#1263aa;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.search_list li span.title{
	width:15%;
	display:inline-block;
	padding:7px 10px;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
.search_list li span.contents{
	width:85%;
	display:inline-block;
	padding:7px 10px;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
@media (max-width: 991px){
.search_list li span.title{
	width:25%;}
.search_list li span.contents{
	width:75%;}}
	
/*登入表單*/
.form-signin {}
.form-signin .tip {
  margin: 20px 0;
  padding-left:10px;
  font-size:1.15em;}
.form-signin .tip a{
  color:#333;}
.form-signin .tip a:hover{
  color:#b2c84c;}
.form-signin .tip p{
  font-size:1em;
  line-height:175%;}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 1.15em;}
.form-signin .form-control:focus {
  z-index: 2;}
.form-signin .top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;}
.form-signin .middle {
  margin-bottom: -1px;
  border-radius: 0;}
.form-signin .bottom {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;}
  
.contact-form .form-control{
	height:auto;
	font-size:1.1em;}	
	
/*------------------購物車列表------------------*/
@media (min-width: 768px){
.cart_item{
	float:left;
	box-sizing: border-box;
	margin:10px 0 15px;
	padding:0;
	width: 100%;
	height:auto;}
.product_list_cart{
	float:left;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	margin:0 0 10px;
	background:#FFF;
	border-bottom:1px #CCC dashed;}}
@media (max-width: 767px){
.cart_item{
	float:left;
	box-sizing: border-box;
	margin:0 0 15px;
	padding:0;
	width: 100%;
	height:auto;}
.product_list_cart{
	float:left;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
	border-bottom:1px #DDD solid;
	position:relative;}}
.product_list_cart .pic{
	float:left;
	height:85px;
	margin-right:10px;}
.product_list_cart .pic img{
	height:85px;}
.product_list_cart .name{
	width:auto;
	height:auto;
	font-size:1.15em;
	margin-top:3px;
	margin-bottom:5px;
	font-weight:500;
	text-shadow:0 1px 0 #FFF;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
.product_list_cart .count{
	width:auto;
	height:auto;
	font-size:1em;
	margin-top:5px;
	color:#313131;
	text-shadow:0 1px 0 #FFF;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';}
.product_list_cart .price{
	float:left;
	width:auto;
	height:auto;
	margin-top:8px;
	font-size:1.2em;
	color:#e6795c;
	text-shadow:0 1px 0 #FFF;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';
	font-weight:500;}
.product_list_cart .price span{
	height:auto;
	font-size:0.9em;
	color:#BBB;
	font-weight:normal;
	padding:0 7px;
	text-decoration:line-through;}
.product_list_cart .memo{
	float:left;
	width:auto;
	height:auto;
	margin-top:8px;
	font-size:1em;
	color:#e6795c;
	text-shadow:0 1px 0 #FFF;
	font-family:Roboto, "Microsoft Yahei";
	font-weight:500;}
@media (max-width: 500px){
.product_list_cart .memo{
	float:left;
	width:auto;
	height:auto;
	margin-left:85px;}}
.memo{
	font-size:0.9em;
	color:#e6795c;
	text-shadow:0 1px 0 #FFF;
	font-family:Roboto, "Microsoft Yahei";
	font-weight:500;}
.product_list_cart .state{
	float:left;
	width:auto;
	height:auto;
	padding-top:10px;
	font-size:1.05em;
	color:#e6795c;
	font-family:Roboto, "Microsoft Yahei";
	font-weight:500;}
.product_list_cart .btns{
	width:auto;
	height:auto;
	float:right;
	margin-top:5px;}
.product_list_cart .btns button{
	font-size:0.95em;
	margin-left:5px;}
	

/*COUPON按鈕*/	
a .btn_coupon{
	background:#FFF;}
a:hover .btn_coupon{
	background:#F3F3F3;}
a:active .btn_coupon{
	background:#EEE;}
.btn_coupon{
	float:left; 
	width:100%; 
	height:40px; 
	line-height:40px; 
	padding:0 5px 0 9px; 
	border:1px #DDD solid; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	font-size:1.1em; 
	margin-bottom:7px; 
	background:#FFF;}	
.btn_coupon .title{
	float:left; color:#1E2C31; 
	font-weight:500;}
.btn_coupon .content{
	float:right; 
	color:#313131; 
	font-weight:500;}
.btn_coupon i{
	width:25px;
	text-align:center;}

.count_table{
	float:right; 
	width:100%;
	padding:10px 0 0;}	
@media (max-width: 767px){
.count_table{
	padding:10px 0 25px;}}
.count_table table{}
.count_table th{
	padding:5px 0;
	font-weight:500;
	font-size:1.11em;
	text-align:right;}
.count_table td{
	padding:5px 15px 5px 20px;
	text-align:right;
	font-size:1.11em;
	font-family:Roboto, "Microsoft Yahei";}	
.count_table .total{
	font-size:1.5em;
	color:#e6795c;
	font-weight:700;
	font-family:Roboto, "Microsoft Yahei";}

.btn_cartNext{
	font-size:1.15em;
	border:0;
	padding-left:25px;
	padding-right:25px;
	float:right;
	margin:20px 5px 5px 5px;}


/*購物車列表*/
.cart_list_form{
	float:left; 
	width:100%;
	padding:0 0 20px;}	
.cart_list_form h2{
	margin:0;
	padding:0 0 20px;
	font-size:1.2em;
	color:#333;}	
.cart_list_form h2 span{
	color:#1263aa;}
.cart_list_form table{}
.cart_list_form th{
	padding:10px 15px 10px 0;
	text-align:right;
	font-size:1.1em;
	border-top:1px #DDD solid;
	border-bottom:2px #DDD solid;}
.cart_list_form td{
	text-align:right;
	font-size:1.1em;
	padding:10px 15px 10px 0;
	border-bottom:1px #DDD solid;
	font-family:Roboto, "Microsoft Yahei";}	
.cart_list_form a{
	color:#313131;}	
.cart_list_form a:hover{
	color:#555;}	
.cart_list_form img{
	width:30px;
	height:30px;}
.cart_list_form .num{
	font-family:Roboto, "Microsoft Yahei";}
.cart_list_form .total{
	color:#e6795c;}
.cart_list_form .total_final{
	color:#e6795c;
	font-size:1.4em;
	font-weight:bold;}
.cart_list_form .linethrough{
	color:#999;
	text-decoration:line-through;}
.form_heading{
	 font-size:1.3em;
	 font-weight:700;
	 margin-bottom: 10px;
	 color:#FFF;}
.form_heading i{
	margin-left:5px;
	margin-right:10px;}

/*表單*/
.box_userform{
	margin-top:30px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
@media (max-width: 767px){
.box_userform{
	margin-top:0px;
	margin-bottom:0px;
	border-left:0px #DDD solid;
	border-right:0px #DDD solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;}}
.box_userform h3{
	color:#4a571a;
	font-size:1.4em;}
.box_userform .btn_sytle{
	margin-top:25px;
	border-radius: 3px; 
	padding-left:35px;
	padding-right:35px;}

.box_userform_view{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.box_userform_view h3{
	color:#313131;
	font-size:1.2em;}
.box_userform_view .contact-form{
	padding:0 15px;}
@media (max-width:767px){
.box_userform_view .contact-form{
	padding:0;}}

/*商品列表*/
.product_list_cart_title{
	float:left;
	font-size:1.1em;
	width:100%;
	padding:10px 0;
	color:#555;
	text-align:center;
	font-weight:500;
	background:#F3F3F3;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;}
.product_list_cart_title i{
	margin:0 10px;}

/*折價券*/	
.coupon .panel-heading a{
	text-decoration:none;}
.coupon .panel-title{
	line-height:150%;
	padding:0;
	text-decoration:none;
	color:#333;
	font-size:1.15em;
	font-weight:500;}
.coupon .panel-title i{
	color:#333;}
.coupon .panel-body .box {
	margin-top:10px;
    padding: 0;}	
.coupon .panel-body .box p{
	margin-bottom: 0px;}
.coupon .panel-title .pull-right{
	padding-top:5px;
	padding-right:0;}
	
.coupon .panel-default{
	border:0;
	box-shadow:none !important;}
.coupon .panel-body{
	font-size:1.1em;
	padding:5px 5px;}
@media (max-width:991px){
.coupon .panel-body{
	font-size:1.05em;}}
.coupon .nav-pills > li.active > a, .coupon .nav-pills > li.active > a:hover, .coupon .nav-pills > li.active > a:focus {
    color: #b2c84c;
    background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.coupon .panel-default {
    border-color: #111;}
.coupon .panel-default > .panel-heading {
    background-color: rgba(177, 200, 77, 0.15);
	/*border-top: 1px #DDD solid;
    border-bottom: 1px #DDD solid;*/}
	
.order_form th{
	padding:10px 10px 10px 0;
	text-align:right;
	vertical-align:middle;
	font-weight:500;
	border-bottom:1px #EEE solid;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';}
.order_form td{
	padding:10px 10px;
	vertical-align:middle;
	border-bottom:1px #EEE solid;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';}	
.order_form a{
	color: #4a571a;}	
.order_form a:hover{
	color:#555;}
.order_form .total_final{
	color:#e54e4e;
	font-size:1.6em;
	font-weight:bold;}	
.order_form .linethrough{
	color:#AAA;
	text-decoration:line-through;}
.line_order{
	border-top:1px #DDD solid;
	margin:0;}
	
/*評論*/
.btn_comment{
	margin-bottom:-5px;}
.btn_comment a{
	display:inline-block;
	width:auto;
	text-align:center;
	padding:10px 40px;
	color:#b2c84c;
	border:1px #b2c84c solid;
	font-size:1.2em;
	font-weight:500;
	line-height:140%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-family:'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';}
.btn_comment a:hover{
	background:#b2c84c;
	color:#FFF;}
.btn_comment a span{
	font-size:0.6em;}
.comment_area{
	float:left;
	width:100%;
	padding:0;
	margin:10px 0 0;}	
.comment_list{
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:1px #ddd dashed;}
.comment_list p{
	padding:10px 15px;
	line-height:180%;
	margin-bottom:0;}
.comment_list p span.date{
	color:#AAA;}
.comment_list p.ans{
	background:rgba(177, 200, 77, 0.15);}

/*QA*/
.supportQA{
	padding:0 0 5px;
	margin-bottom:25px;
	border-bottom:1px #ECECEC solid;}
.supportQA h3{
	margin:0;
	padding:0 0 7px;
	font-size:1.2em;
	line-height:180%;
	font-weight:500;
	color:#111;}
.supportQA h3 i{
	padding-left:10px;
	padding-right:15px;
	color:#b2c84c;}
.supportQA p{
	padding-left:39px;
	line-height:200%;}
.supportQA:hover h3{
	color:#b2c84c;}
.supportQA img{
	padding-left:30px;
	margin-bottom:15px;}
@media (min-width:768px){
.navbar-brand img{ margin-left:30px; }}

.banner_area {
    background: #29748e;
    color: #FFF;
    padding: 55px 0 60px;
    max-width: 1920px;
    margin: 0 auto;}

	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
