html{
	margin: 0;
	padding: 0;
}
body {
	color:#1C1C1C;
	min-width:320px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
  overflow-y: auto;
}
h1{
	font-size: 31px;
	margin-bottom: 15px;
	/*color: #88BA1F;*/
	color: #1C1C1C;
}
h3{
	font-size: 21px;
	margin: 10px 0;
}
a {
	text-decoration: none !important;
	color:#1C1C1C !important;
	/*color:#71b850;*/
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
a:hover{
  color: #E19B81;
  text-decoration: none;
}
p{
	margin-bottom: 20px;
}
.col-sm-4 p{
	text-align: inherit;
}
hr{
	height: 1px;
	border: none;
	background-color: #84A29E;
	margin: 25px 0;
}
img{
	max-width: 100%;
}
td{
	vertical-align: top;
}
h1.title{
	margin: 0;
}
h2{
  font-weight: bold;
  font-size: 23px;
  margin: 10px 0;
}
.clear{
	clear: both;
}
.error{
	color: red;
}
.scrollToTopContainer{
	position: fixed;
	margin: 0;
	bottom: 72px;
	right: 15px;
	z-index: 2;
}
.float-icon{
  display: block ;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  position: relative;
  border-radius: 30px;
  color: #FFFFFF !important;
  margin-bottom: 10px;
  background: #597775;
}
.float-icon:hover{
	background: #84A29E;	
	/*background: #9AAD0B;	*/
}
.greenbg{
	background-color: #84A29E !important;
}
.green{
	color: #597775 !important;
}
.btn-green{
	background-color: #84A29E;
	color: #FFFFFF !important;
}
.btn-green:hover , .btn-green:focus{
	background-color: #597775;
	color: #FFFFFF;
}

.woodTitle{
	color: #1C1C1C !important;
	font-weight:lighter;
	   text-shadow: 0 0 33px #E0B07F, 0 0 1px #E0B07F; 
	   /*0 0 23px #E0E1DB,0 0 8px #FFFFFF;*/
	}
.orange{
	color: #E19B81 !important;
}
.btn-orange{
  /* background: #B25A4A; */
	background: #874538;
	color: #FFFFFF;
}
.btn-orange:hover, .btn-orange:focus{
  /* background: #E19B81; */
	background: #B9776A;
	color: #FFFFFF;
}
.btn-grey{
	background: #C0C0C0;
	color: #EEEEEE;
}
.btn-grey:hover, .btn-grey:focus{
	background: #E0E0E0;
	color: #FFFFFF;
}
.pantoneRedbg{
	background-color: #E1E1DB !important;
}
.pantoneRed{
	color: #B25A4A  !important;
}
.scrollToTop{
  display: none;
}
.btn-pantoneRed{
	background-color: #E19B81 !important;
	color: #FFFFFF !important;
}
.btn-pantoneRed:hover, .btn-pantoneRed:focus{	
	background-color: #B25A4A !important;
	color: #FFFFFF;
}
.float-cart,.btn-cart{
  background: #B25A4A;
	color: #FFFFFF;
}
.float-cart:hover, .btn-cart:hover, .btn-cart:focus{
  background: #E19B81;
	color: #FFFFFF;
}
@media (max-width:767px){
  .scrollToTopContainer{
    right: 15px;
	position: fixed;
	margin: 0;
	bottom: 72px;
	z-index: 2;	
  }
	.float-icon{
    width: 45px;
    height: 45px;
    line-height: 35px;
	}
}
.container {
  width:inherit;
  max-width: 1380px;
  
}

.red{
  color: #D0104C !important;
}
.g1{
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 86%);
  background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 86%);
  background: linear-gradient(to bottom, #ededed 0%,#ffffff 86%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}
.g2{
  background: #E0B17F;
  background: -moz-linear-gradient(top, #fd6d00 0%, #E0B17F 100%);
  background: -webkit-linear-gradient(top, #fd6d00 0%,#E0B17F 100%);
  background: linear-gradient(to bottom, #fd6d00 0%,#E0B17F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6d00', endColorstr='#E0B17F',GradientType=0 );
}
.text_green{
  color: #B58E67;
}
.form-control-plaintext{
  border: none;
  display: block;
  width: 100%;
  padding-top: 5px;
}
.borderless td, .borderless th {
  border: none !important;
}
input[type="text"],input[type="password"],input[type="tel"],textarea {   
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #ccc;
  background: #FFFFFF;
  outline: none;    
}
.section-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.full-container{
  display: table;
  width: 100%;
}

.left-container{
  width: 180px;
  display: table-cell;
}
.right-container{
  max-width: 1170px;
  display: table-cell;
}
@media (min-width:1381px){
	.right-container{
		padding-left: 30px;
	}
}
@media (max-width:1380px){
	.full-container{
		display: block;
	}
  .left-container{
    display: none;
		display: block
  }
  .right-container{
    max-width: 100%;
		display: block;
  }
}
@media (max-width:767px){
	.section-padding{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*******************************************************************overwrite bootstrap**/
.row{
	margin-right: -10px;
	margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 10px;
	padding-right: 10px;

}
.form-horizontal .form-group{
	margin-right: -10px;
	margin-left: -10px;
}
@media (max-width:767px){	
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.row{
		margin-right: -5px;
		margin-left: -5px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		padding-left: 5px;
		padding-right: 5px;

	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin-left: -10px;
		margin-right: -10px;
	}
}
/*******************************************************************share**/
.lbtn{
	margin: auto;
	margin-top: 15px;
	display: block;
	background: /*#ed6c00*/#F9BF45;
	color:#FCFAF2;
	text-align: center;
	width: 280px;
	border-radius: 50px;
	font-size: 19px;
	padding: 15px;
	line-height: 20px;
	transition: 0.3s all;
}
.lbtn:hover,.lbtn:focus{	
	background: #F59000;
	color: #FCFAF2;
	outline: none;
}
.list{
	padding-left: 1.5em;
}
.list > li{
	margin-bottom: 5px;
}
.table{
	display: table;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
}
.vt{
	vertical-align: top;
}
.vm{
	vertical-align: middle;
}
.vb{
	vertical-align: bottom;
}
/*******************************************************************header**/
#header{
	z-index: 1;
	min-width: 320px;
}
.header-top{

  /*margin-top: 35px;*/
  /*background-image: url("wbw.jpg"); /* The image used */
  background-color: #FFFFFF; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: repeat; /* Do not repeat the image */
  background-size: atuo; /* Resize the background image to cover the entire container */
  /*opacity: .9;*/

}
.logo{
	background-color: #FFFFFF;
  	height: 45px;
	margin: 15px 0;
	max-width: 100%;
	transition: 0.5s all;
}
.header-link{
  list-style: none;
  margin: 10px 0;
  padding: 0;
  float: right;
  background: #fff;
  font-size: medium;
}
.header-link li{
  display: inline-block;
  margin: 0 5px;
}
.header-link li a{
  color: #444;
}
.headerPadding{
	height: 160px;
}
#header{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#content{
	padding-top: 150px;
	min-height: calc(100vh - 300px);
}
#mobileSearch-container{
	display: none;
	margin-left: -10px;
	margin-right: -10px;
  border-radius: 0;
  padding: 10px;
  box-sizing:border-box;
	color: #555;
}
.mobileSearch{
	display: table;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.mobileSearch>div{
	display: table-cell;
}
.mobileSearch-left{
	text-align: left;
}
.mobileSearch-right{
	text-align: right;
	width: 40px;
	margin: 0;
	padding: 0;
}
.mobileSearch-left input{
	margin: 0;
	border: 0;
	font-size: x-large;
	height: 32px;
	padding: 3px 4px 3px 5px;
	width: 100%;
	background: #FFFFFF;
	vertical-align: bottom;
}
.mobileSearch-left input:focus{
  outline: none;
}
.mobileSearch-right button{
	border:none;
	background: #B25A4A;
	color: #FFFFFF;
	font-size: x-large;
	line-height: 36px;
	margin: 0;
	padding: 2px 10px !important;
}
/*@media (min-width:992px){
	.header-top .container{
		background-image: url(../images/head-bg.jpg);
		background-repeat: no-repeat;
		background-size: 550px;
		background-position: right bottom;
	}
}
@media (min-width:768px) and (max-width:991px){
	.header-top .container{
		//background-image: url(../images/head-bg2.jpg);
		background-repeat: no-repeat;
		background-size: 280px;
		background-position: right bottom;
	}
}*/
@media (min-width:768px){
	#mobileSearch-container{
		display: none !important;
		
	}
}
@media (max-width:767px){
	/*.header-top .container{
		background-image: url(../images/head-bg3.jpg);
		background-repeat: no-repeat;
		background-size: 70px;
		background-position: right bottom;
	}*/
	.logo{
		height: 40px;

	}
	#content{
		padding-top: 140px;
	}
	#main-menu{
		max-height: calc(100vh - 123px);
		overflow-y: auto;
		
	}
}
/******************************************************************** smallheader */
.smallheader .headerPadding{
	height: 40px;
}
.smallheader .header-top{
}
.smallheader .logo{
	height: 34px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/******************************************************************** menu break point */
.navbar-header {
  float: none;
  
}
.navbar-left,.navbar-right {
  float: none !important;
  
}
.navbar-toggle {
  display: block;
 
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  
}
.navbar-collapse.collapse {
  display: none!important;
  
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;

}
.navbar-nav>li {
  float: none;
  
}
.navbar-nav>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  
}
.collapse.in{
  display:block !important;
  
}
/******************************************************************** menu break point end*/


/*******************************************************************menu**/
/*
#hotsearch-navbar{
  background:#FFFFFF;
  color:#1C1C1C;
  border: none;
  border-radius: 0px; 
	z-index: 9999999;
	margin-bottom: 0;
	height:20px;
	box-shadow: -2px 5px 0px -2px #000000, 2px 5px 0px -2px #000000;
}
*/
#hot-search-bar{
	background-color:#E0E1DB; 
	width:100%; 
	text-align:center; 
	padding:0; 
}
.mobileBackButton {    
	background-color:#B25A4A;
	border:none;
	color:#FFFFFF;
	padding:12px;
	text-align:center;
	text-decoration:none;
	font-size:16px;  
	margin:4px 2px;
	cursor:pointer;
	display:none;
	border-radius:6px;
	margin-top:0;
	width:100px;
}
@media (max-width:768px){
	#hot-search-bar{
		display: none;
	}
	div.mobileBackButton {
		display: block;	
	}		
}
.hot-search-keyword{
	text-decoration: underline;
	color:#1C1C1C;
	font-size: medium;
}
.hot-search-keyword:hover{
	color:#B25A4A;
}
#main-navbar{
  /*background:  #B2C440;#844200;#f7f5eb*/
  background:#DFDAC6;
  /*background:#F2680D;*/
  color: #1C1C1C ;
  border: none;
  border-radius: 0;
	z-index: 9999999;
	margin-bottom: 0;
}
.navbar-header-left{
  float: left;
  width: 180px;
	margin-right: 25px;
	
}
.navbar-toggle{
  border: none;
  border-radius: 0;
  height: 50px;
  margin: 0;
  font-size: 19px;
  vertical-align: middle;
  line-height: 18px;
  background: none;
  text-align: left;
}
.navbar-toggle .glyphicon{
  font-size: 21px;
  vertical-align: top;
  line-height: 14px;
}
.navbar-toggle:focus, .navbar-toggle:hover{
  /*background-color: #9AAD0B !important;*/
  background-color: #DFDAC6 !important;
  /*box-shadow: -2px 5px 0px -2px #B15A49, 2px 5px 0px -2px #B15A49;*/
  color: #1C1C1C;
  
}

.s-toggle{
  display: none !important;
}
.navbar-header-search{
  float: left;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  max-width: 350px;
  padding-left: 10px;
}
.navbar-search .input-group{
  padding: 10px 0;
}
.navbar-search input{
  border: none;
}
.navbar-search .btn{
  background: #fff;
  color: #1C1C1C;
}
.navbar-search .btn:hover,.navbar-search .btn:focus{
  color: #1C1C1C; 
  
}
.navbar-header-right-icon{
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.navbar-header-right-icon a{
	display: block;
}
.navbar-header-right-icon li{
  display: table-cell;
	vertical-align: middle;
}

.navbar-header-right-icon .divider{
  height: 45px;
  background: #fff;
  width: 1px;
  margin: 0 8px;
}
.navbar-icon{
  display: table-cell;
  color: #1C1C1C;
  vertical-align: middle;
  text-align: center;
  height: 50px;
  padding: 0 10px;
  transition: 0.3s all;
  font-size: 13px;
  position: relative;
}
.navbar-icon img{
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
}
.headCart{
  position: absolute;
  background: #FCFAF2;
  color: #1C1C1C;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 13px;
  top: -1px;
  right: -5px;
  min-width: 20px;
  max-width: 100%;
  padding: 3px 4px;
  border-radius: 100px;
  overflow: hidden;
}

.navbar-icon .headCart{
  top: 5px;
  right: 5px;
}
#main-navbar a {
  color: #fff;
}
#main-menu > ul > li > a{
  font-size: 17px;
  
}
#main-menu .dropdown.open > a{
  background: #FCFAF2;
  color: #1C1C1C;
  /*Opacity : 0.85;*/
}
#main-menu .dropdown-menu{
  background-color: #FCFAF2;
  padding: 8px 0;
  Opacity : 0.95;
  
}
#main-menu .dropdown-menu a{
  color: #1C1C1C;
  padding: 5px 10px;
  font-size: 17px;
  Opacity : 0.95;
}
@media (min-width:1381px){
	.logo{
		margin-left: 10px;
	}
  .navbar-toggle{
    width: 100%;
  }
	#main-menu{		
		display: block !important;
	}
}
@media (min-width:768px){
	#main-navbar{
		/*height: 55px;*/
		height: 50px;
	}
  #main-navbar .l-toggle{
    float: none;
  }	
  #main-navbar, navbar-collapse collapse{
    margin-right: -15px;
    margin-left: -15px;
  }
  #main-navbar .navbar-brand{
    margin-left: 0;
	
  }
	.navbar-icon:hover{
		/*background: #9AAD0B#9B6E23;*/
		box-shadow: -2px 5px 0px -2px #B15A49, 2px 5px 0px -2px #B15A49;
	}
  #main-menu{
    position: absolute;
    width: 180px;
    /*background: #EFE0C8;*/
	background: #FFFFFF;
    padding: 0;
	transition: width 0.2s;
		-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
	
  }
  #main-menu > ul > li > a{
    color: #1C1C1C;
	transition: background-color 0.5s;
	background-color: #FFFFFF;
	Opacity : 0.95;
	
	
  }
  /* By 14345 main menu mouseover update */
  #main-menu >ul > li > a:hover,#main-menu > ul > li > a:focus{
    /*background-color: #FFFFFF;*/
	background-color: #C69C71;
	/* width: 120%; */
	/*box-shadow: -1px 3px 0px -1px #AE2247, 1px 3px 0px -1px #AE2247;*/
	
	
  }
  #main-menu:hover,#main-menu:focus{
	width: 185px;
  }
  
   #main-menu >ul :hover  .dropdown-menu{
	display: block;
  }
  
  #main-menu li{
    position: static;
  }
  #main-menu .dropdown-menu{
    position: absolute;
    top: 0;
    left: 185px;
    min-width: 180px;
    max-width: 400px;
    min-height: 100%;
    border: none;
    border-radius: 0;
		-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
  }
  #main-menu .dropdown-menu a{
    padding: 5px 10px;
	transition: background-color 0.4s;
  }
  #main-menu .dropdown-menu a:hover,#main-menu .dropdown-menu a:focus{
    background: #C69C71;
  }

}

@media (max-width:1380px){
  .navbar-header-left{
    display: none;
  }
  .s-toggle{
    display: block !important;
    float: left;
  }
  .navbar-header-right{
    padding-right: 15px;
  }
}
@media (max-width:991px){
  .navbar-icon{
    padding: 0 5px;
    font-size: 15px;
  }
}
@media (max-width:767px){
  .navbar-icon{
    height: 50px;
    width: 40px;
  }
  .navbar-icon .headCart{
    right: -5px;
    top: 5px;
  }
	#main-navbar{
		opacity: 0.9;
	}
  
	#main-navbar .navbar-collapse{
		border-top: none;
		-webkit-box-shadow:none;
		box-shadow: none;
		background:#FFFFFF;
		
	}
	.navbar-header-right{
		height: 50px;
	}
	#main-navbar .navbar-toggle{
		height: inherit;
		font-size: 17px;
		text-align: center;
		width: 50px;
		
	}
	.navbar-header-right-icon li.visible-xs{
		display: table-cell !important;
		
		
	}
	#main-menu{
		background: #FCFAF2;
	}
	#main-menu a:hover{
	background: #DFDAC6;
	}
	#main-menu .dropdown.open > a{
		background: #609909;
		color: #fff;
		
	}
}
/*******************************************************************banner slider**/
#banner_home{
	/*margin-top: -13px;*/
	
	/*margin-bottom: 25px;*/
	margin-top: 3px;
	transition: opacity 0.5s;
}
.banner{
  position: relative;
  margin-top: 0px;
}
.banner img{
	width: 100%;
	/*height:450px;*/
	/*border-radius: 18px;*/
	
}
.slick-dots{
	bottom:20px;
}
.slick-dots li button::before{
	color:#aaa;
	opacity: 1;
	font-size: 16px
}
.slick-dots li.slick-active button::before{
	/* color: #8dc640; */
	color: #B25A4A;
	opacity: 1;
}

@media (max-width:1380px){
		#banner_home{
		margin-top: 7px;
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (max-width:768px){
	#banner_home{
		margin-top: 3px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.slick-dots{
		bottom:-20px;
	}
	.slick-dots li button::before{
		font-size: 9px;
	}
}
/*******************************************************************home index**/
.promote{
	
}
.promote-item{
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}
.promote-item a{
	-webkit-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
.promote-item a:hover{
	opacity: 0.85;
}
.promote-item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.promote-item .overlay::before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -5px;
}
.promote-item .overlay .inner{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 15px 25px;
	font-size: 19px;
	font-weight: bold;
	color: #444;
	background:  rgba(255,255,255,0.85);
}
.barTitle{
	display: table;
	width: 100%;
}
.barTitle > div{
	display: table-cell;
	vertical-align: middle;
}
.barTitle > .title{
	width: 200px ;
	text-align: center;
	/*color: #ed6c00;*/
	color: #B25A4A;
	font-size: 30px;
	font-weight: bold;
}
.barTitle .line{
	display: block;
	width: 100%;
	height: 0.8px;
	background: #E0B17F;
}
.index-promote-silder{
	margin-bottom: 20px !important;
	
}
.index-promote-bottom{
	margin-bottom: 30px;
	/*background-color:#FCFAF2;*/
	background-color:#FFFFFF;
	border-radius:25px;
	padding:10px 18px;
	
}
.index-promote-bottom .row .col{
	margin-bottom: 20px;
	
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width:767px){
	.index-promote-silder{
	margin-bottom: 40px !important;
	}
	.barTitle > .title{
		font-size: 25px;
		width: 150px;
	}
	.promote-item{
		padding-left: 5px;
		padding-right: 5px;
		margin: 5px 0;
	}
	.promote-item .overlay .inner{
		font-size: 17px;
		padding: 8px 15px;
	}
}
/*******************************************************************recipe**/
.index-recipeWrap{
	padding-top: 40px;
}
.paperBg{
	background: url(../images/bg-paper3.jpg);
	background-position:center;	background-attachment: fixed;
}
/*
.topBanner{
	height:100%;
	width:100%;
	text-align:center;
}
.largeBanner{
	margin:auto;
}
.smallBanner{
	margin:auto;
}
@media (max-width:767px){
	.topBanner{
		height:100%;
		width:100%;
		text-align:center;
	}
	.largeBanner{
		margin:auto;
	}
	.smallBanner{
		margin:auto;
	}
}
*/
.index-recipeList{
	margin-top: 5px;
}
.recipe-categories{
	margin-top: 10px;
	margin-bottom: 40px;
	max-width: 960px;
	
}
.recipe-cate-item{
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.recipe-cate-name{
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	
}
.recipe-cate-name a{
	color: #444;
	word-break: normal;
	
}
.recipe-item{
	position: relative;
	display: block;
	margin: 20px 0;
	
}
.recipe-item .recipe-cate{
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	max-width: 90%;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 15px;
	color: #FFFFFF;
	height: 30px;
	background: #E0B07F;
	border-radius: 1px 1px 23px 23px;
}
.recipe-item .recipe-cate > div{
	display: table-cell;
	
}
.recipe-item .recipe-cate::after{
	display: table-cell;
	content: '';
	/*background-image: url(../images/cate-bg.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 15px;
	height: 100%;
	right: -15px;
	top: 0;
	
}
.recipeList-inside {
	margin: 15px 0;
	padding-bottom: 30px;
}
.recipe-item-container .title{
	font-size: 16px;
	color: #444;
	margin: -10px 0 15px 0;
}
.recipe-item-container .title a{
	color: #444;
}
.recipe-ingredients{
	background: #f7f7f7;
	padding:15px  25px;
}
.recipe-ingredients ul{
	padding: 0;
	list-style: none;
}
.suggested-Wrapper{
	background-color: #eeeeee;
}
.suggested-slider{
	margin-top: 25px;
}
@media (min-width:768px){	
	.recipe-item .recipe-name{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background-color:#FFFFFF;
		opacity: 0;
		border-radius: 50px;
		transition: 0.3s all;
	}
	.recipe-item:hover .recipe-name, .recipe-item:focus .recipe-name{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background-color:#FFFFFF;
		opacity: 0.7;
		border-radius: 50px;
		transition: 0.3s all;
		
	}
	.recipe-item .recipe-name h3{
		margin: 0;
		display: table;
		height: 100%;
		width: 100%;
		font-size: 19px;
		font-weight: bold;
	}
	.recipe-item .recipe-name h3 div{
		display: table-cell;
		height: 100%;
		width: 100%;
		color: #fff;
		background: rgba(0,0,0,0.70);
		vertical-align: middle;
		text-align: center;
		padding: 15px;
	}
	.recipeList-inside > div:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width:767px){
	.index-recipeList{
		margin-top: 0;
	}
	html:lang(en) .index-recipeList .recipe-item .recipe-cate {
		position: inherit;
		width: 100%;
		max-width: 100%;
	}
	.recipe-cate-item:nth-child(2n+1){
		clear: both;
	}
	.recipe-item{
		margin: 15px 0;
	}
	.recipe-item .recipe-cate{
		font-size: 14px;
		padding: 5px 10px;
		height: 26px;
	}
	.index-recipeWrap h2{
		font-size: 21px;
	}
	.recipe-item .recipe-name h3{
		font-size: 15px;
		margin: 8px 5px 5px 5px;
		color: #555;
	}
	.recipe-item-container .title{
		display: none;
	}
	.recipeList-inside > div:nth-child(2n+1) {
		clear: both;
	}
	.recipe-item .recipe-cate{
		display: table;
	}
	.recipe-cate > div {
		display: table-cell;
	}
	.recipe-item .recipe-cate::after{
		right: -15px;
	}
}
/*******************************************************************promotion**/
.promotion-list{
	list-style: none;
	padding: 0;
}
.promotion-item{
	margin: 15px 0;
}
.promotion-item > a{
	display: block;
	transition: 0.3s all;
	outline: none !important;
} 
.shadow{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.promotion-info{
	margin: 10px 0;
}
.promotion-info .title{
	font-size: 17px;
}
.promotion-date{
	margin-top: -5px;
	margin-bottom: 15px;
}
@media (min-width:1200px){
	.promotion-item:nth-child(4n+1){
		clear: both;
	}
}
@media (min-width:768px) and (max-width:1199px){
	.promotion-item:nth-child(3n+1){
		clear: both;
	}
}
@media (max-width:768px){
	.promotion-item:nth-child(2n+1){
		clear: both;
	}
}
/*******************************************************************five Col Wrap**/
.fiveColWrap{
  margin-left: -5px;
  margin-right: -5px;
}
.fiveColWrap > .col{
  width: 20%;
  float: left;
  padding: 0 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fiveColWrap-home{
  text-align: center;
}
@media (max-width:991px){
  .fiveColWrap > .col{
    width: 33.33%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fiveColWrap-home > .col{
    width: 25%;
  }
  #home-shop .col{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width:768px){
  .fiveColWrap > .col{
    width: 50%;
  }
  .fiveColWrap-home > .col{
    width: 33.33%;
  }
  .showMore{
    display: block;
  }
}
@media (max-width:500px){
}


/*******************************************************************HomePromote**/

.slider{
  margin-bottom: 30px;
  clear: both;
}
.slick-prev:before, .slick-next:before{
	color: #000;
}
.slick-prev, .slick-next{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	z-index: 1;
}
.slick-prev:before, .slick-next:before{
	color: #8dc640;
	font-size: 31px;
	content: '';
}
.slick-prev:before{
  background: url(../images/left.png) no-repeat center;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.slick-next:before{
  background: url(../images/right.png) no-repeat center;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.slider .slick-prev{
	left: -7px;
}
.slider .slick-next{
	right: -7px;
}
/*******************************************************************category**/
.category{
	
	padding-top: 0px;
	padding-bottom: 15px;

	
}
.category-item{
	display: block;
	margin-bottom: 30px;
	margin-left: 25px;
	margin-right: auto;
	position: relative;
	
}
/*.category-item:hover, .category-item:hover .cateTitle{
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
*/
.category img{
	position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
	display: block;
	border-radius: 3px;
}
.category-item:hover > img{
	border-radius: 10px;
	opacity: 0.8;
}

.cateTitle{
	width: 75%;
	/*position: absolute;*/
	font-weight: bold;
	top:3px;
	/*right: -5px;*/
	bottom:-25px;
	padding: 10px 10px 10px 10px;
	max-width: 80%;
	font-size: 18px;
	line-height: 17px;
	color: #B58E67;
	background: #FFFFFB;
	/*text-align: right;*/
	border-radius: 15%;
	opacity: .95;
}
/*
.cateTitle{
	position: absolute;
	right: 0px;
	bottom:0px;
	padding: 10px 10px 10px 10px;
	max-width: 90%;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	text-shadow: 0.3px 0.3px 0.3px black;
	background: #A23400;
	text-align: right;
	opacity: 0.93;
	
}
.cateTitle::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 0px 0;
	border-color: #FFFFFF ;
	/*border-color: transparent #A23400 transparent transparent;*/
}

.cateTitle::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #9DAE35 transparent transparent;
}

@media (min-width:768px) and (max-width:991px){
	.category .col:nth-child(3n+1){
		clear: both;
	}
	.filter-container .col:nth-child(3n+1){
		clear: inherit;
	}
}
@media (max-width:767px){
  .categoryWrap > span{
    display: none !important;
  }
  .category{
    max-width: inherit;
  }
	.category .col:nth-child(2n+1){
		clear: both;
	}
	.filter-container .col:nth-child(2n+1){
		clear: inherit;
	}
}
/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.coverWrapper:after {
	padding-top: 100%;
	display: block;
	content: '';
}
.coverWrapper.scale169::after{
	padding-top: 56.25%;	
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	width:100%;
	display:block;
	margin:0 auto;
}
.coverWrapper.scale169 .cover img{
	width:100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.coverWrapper :hover .overlay{
	opacity: 1;
	visibility: visible;
}
.coverWrapper .overlay > .overlay-container{
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.40);
}
.coverWrapper .overlay > .overlay-container > div{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.coverWrapper .hoverBox{
	position: absolute;
	width:100%;
	background-color: inherit;
	color: #fff;
	padding: 10%;
	height: 100%;
	-webkit-transition: 1s all;
	transition: 1s all;
	opacity: 0;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
@media (max-width:767px){
}
/*******************************************************************cate select**/
.cateSelect{
	margin: 5px 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
.cateSelect > span > div{
	text-align: center;
	float: left;
}
.cateSelect > span > div > a{
	background: #eee;
	display: block;
	color: #000000;
	padding: 15px 15px;
	margin: 2px;
}
.cateSelect .active > a{
	/*background: #9F2241 !important;*/
	background: #B58E67 !important;
	color: #FFFFFF;
}
@media (min-width:768px){
	.cateSelect > span > div > a:hover{
		background: #ddd;
	}
}
@media (max-width:767px){
	.cateSelect{
		display: table;		
	}
	.cateSelect-tr{
		display: table-row;
		background: black;		
	}
	.cateSelect-tr > div{
		display: table-cell;
		vertical-align: middle;
		float: none !important;
		background: #eee;
		width: 25%;
		/*border: 2px solid #fff;*/
	}
	.cateSelect-tr > div.active{
		background: #B58E67 !important;
		color: #FFFFFB !important;
		font-size: medium;
	}
	.cateSelect > span > div > a{
		font-size: 13px;
		padding: 5px;
		font-size: medium;
		color: #FFFFFB
	}
}
/*******************************************************************inside page**/
.promote-banner{
	margin-bottom: 5px !important;
}
#breadcrumb{
  font-size: medium;
  padding: 15px 0;
  color: #59777;
}
@media screen and (max-width: 760px){
	#breadcrumb{
		display: none;
	}
}

.product-list{
	clear: both;
	margin: 5px 0;
	font-size: medium;
}
.product-list .filter{
	margin-bottom: 10px;
}
.filter label{
	font-weight: normal;
}
.filter-label{
	background: #eee;
	display: inline-block;
	padding: 6px 15px;
	margin: 5px 8px 5px 0;
	color: #555 !important;
}
.filter-label > .title{

	display: inline-block;
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
	vertical-align: middle;
}
.filter-label::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../images/icon-filter-x.svg);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}
.filter-label button{
	background: none;
	border: none;
	color: #aaa;
}
.multiselect-container .active a{
	background: #B2C440;
}

.multiselect-container .active a:hover, .multiselect-container .active a:focus{
	background: #9AAD0B;
}
.multiselect-container > li > a > label{
	width: 100%;
}
.productWrap{
  border: 0px solid #ddd;
  padding: 12px;
  border-radius: 10px;
	position: relative;
	/*background-color: #fff;*/
	background-color: #FFFFFF;
}
.productWrap:hover{
	background-color: #E1E1DB;
}

.tag-best{
	position: absolute;
	top: 17px;
	/*right: 0;*/
	left: 23px;
	z-index: 1;
	width: 39px;
	margin-left: -10px;
	margin-top: 5px;
	
}
.tag-new{
	position: absolute;
	/*left: 15px;
	bottom: 5px;
	width: 40px;
	margin-left: -10px;
	margin-top: 5px;*/
	
	left: 10px;
	/*bottom: 180px;*/
	top:5px;
	width: 37px;
	margin-left: -10px;
	margin-top: 5px;
	opacity: 0.9;
}
.productWrap .name{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-top: 10px;
  margin-bottom: 10px;
}
.productWrap .name a{
  color: inherit !important;
  text-decoration: none;
}
.productWrap .name a:hover,
.productWrap .name a:focus{
	color:#1C1C1C !important;
	/*color:#71b850 !important;*/
}
.productWrap .upperWrap{
  height: 105px;
  overflow: hidden;
}
.productWrap .upperWrap >div{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 32px;
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.productWrap .bottomBtn {
  display: block;
  width: 100%;
  /*background: #42a2e1#7DB9DE#91B493;*/
  /* background: #B25A4A; */
  background: #874538;
  border: none;
  /*border-width: thin;*/
  padding: 8px 2px;
  font-weight: bold;
  color: #FFFFFF;
  /*color: #7DB9DE;*/
  font-size: 16px;
  border-radius: 6px;
	margin-top: 5px;
}
.productWrap .WishBottomBtn {
  display: block;
  width: 100%;
  /*background: #42a2e1;*/
  background: #FFFFFF;
  border: none;
  padding: 8px 2px;
  font-weight: bold;
  /*color: #FCFAF2#91B493;*/
  color:#B25A4A;
  font-size: 16px;
  border-radius: 6px;
	margin-top: 5px;
}
.productWrap .bottomWrap{
	margin-top: 10px;
}
.productWrap .bottomBtn::before{
	font-family:'FontAwesome';
	content: "\f217";
	font-weight: normal;
	margin-right: 5px;
}
.wishListBtn {
	position: absolute;
	display: none;
	color:#FF8F49;
	text-align:center;
	width: 20%;
	height: 15%;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.wishListBtn.active {
	position: absolute;
	display: block;
	color:#B25A4A;
	text-align:center;
	width: 20%;
	height: 15%;
	bottom: 0px;
	border-radius: 5px;
	cursor: pointer;
}
.wishListBtn::before{
	font-family:'FontAwesome';
	content: "\f004";
	margin-right: 8px;
	font-size:x-large;
}
.wishListBtn.active::before{
	font-family:'FontAwesome';
	content: "\f004";
	margin-right: 8px;
	font-size:x-large;
}
@media (max-width:767px){
	.wishListBtn {
	position: absolute;
	display: block;
	color:#B25A4A;
	text-align:center;
	width: 20%;
	height: 15%;
	top: 0px;
	right: 0px;
	cursor: pointer;
	}
	.wishListBtn::before{
	font-family:'FontAwesome';
	content: "\f08a";
	margin-right: 8px;
	font-size:x-large;
	}
}
.btn-fav::before{
	font-family:'FontAwesome';
	content: "\f08a";
	margin-right: 8px;
}
.btn-fav.active::before{
	font-family:'FontAwesome';
	content: "\f004";
	margin-right: 8px;
}
.btn-fav:active, .btn-fav.active, .btn-fav:hover, .btn-fav:focus{
	/*border-color: #B2C440#90B44B !important;
	background-color: #B2C440#33A6B8 !important;*/
	border-color: #F59000 !important;
	background-color: #FFFFFF !important;
	color: #F59000 !important;
	box-shadow: none;
}
.productWrap .bottomBtn:hover,
.productWrap .bottomBtn:focus{
  /*background: #FD6C00#5DAC81;*/
  background: #E19B81; 
  color:#FFFFFB;
  
}
.bottomBtnSoldOut{
  display: block;
  width: 100%;
  background: #E0E0E0;
  border: none;
  padding: 8px 2px;
  font-weight: bold;
  color: #0000AE;

  font-size: 16px;
  border-radius: 6px;    
  margin-top: 10px;

  cursor: not-allowed;
}
.productWrap .bottomBtnSoldOut::before{
	font-family:'FontAwesome';
	content: "";
	font-weight: normal;
	margin-right: 5px;
}

.btn-orange.soldOut{
  font-size: 1.5em;
  margin: -10px 10px -10px -5px;
  border:1px solid #ccc ;
}
.btn-orange.soldOut > i{
  display: none;
}
.btn-qac{
  background-color: #42a2e1;
  color: #fff;
  
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-qac:hover,.btn-qac:focus{
  background-color: #FD6C00;
  color: #fff;
}
.priceWrap{
  width: 100%;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.priceWrap > div{
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 16px;
}
.priceWrap >div > div{
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
}
#pageNav {
  text-align: center;
	margin: 15px 0;
}
#pageNav .pagination ,#pageNav .totalPage, #pageNav .pageSelect{
  display: inline-block;
  vertical-align: middle;
  margin: 15px 5px;
}
.pagination > li > a, .pagination > li > span{
  padding: 4px 10px;
  border: none;
  color: #008902;
}
.pagination > li.pre > a, .pagination > li.next > a {
  border: 1px solid #ddd;
  background: #eee;
  color: #666;
  border-radius: 3px;
  margin: 0 1px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
  background-color: #FF6600; 
}
.pageSelect button, .pageSelect select{
  padding: 3px;
  font-size: 15px;
  line-height: 16px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
}
.pageSelect select option{
  font-size: 13px;
  padding: 0;
}
.pageSelect button{
  padding: 4px 10px;
  margin-left: 10px;
}
.notice{
	margin-top: 25px;
}
@media (max-width:767px){
	
	.tag-best{
		width: 50px;
		
	}
	.tag-new{
		width: 30px;
		
	}
  .productWrap .name{
    -webkit-line-clamp: 3;
    height: 54px;
	
  }
  .productWrap .upperWrap{
    display: none;
  }
}
/*******************************************************************product detail page**/
#product_content{
 margin-top: 10px; 
}

.productPhoto{
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.productInfo{
  padding-top:5px;
  margin-bottom: 50px;
}
.productInfo .name{
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 15px;
}
.productInfo table{
}
.productInfo .stock{
  font-size: 22px;
  color: blue;
}
.discount .oprice{
  font-size: medium;
	color: #666;
  text-decoration: line-through;
}
.discount .dprice, .oprice{
  /*color: #e4483f;*/
  color: #DB4D6D;
	font-size: 16px;
}
.productInfo .priceLabel{
  margin-top: 10px;
  font-size: 22px;
}
.productInfo .priceLabel.discount .oprice{
	font-size: 13px;
}
.productInfo .priceLabel.discount .dprice{
	font-size: 29px;
}
.productInfo .priceLabel .priceCate{
	font-size: 29px;
  line-height: 1em;
	margin-top: 10px;
}
.productInfo .priceLabel .date{
	font-size: 17px;
	margin-bottom: 10px;
}
.productInfo form{
  margin-top: 40px;
}
.productInfo form .q{
  margin-bottom: 20px;
}
.productInfo .btn{
	margin-bottom: 5px;
}
.largePhoto{
  margin: 15px 0;
}
.largePhoto a{
  color: #FF663D;
}
.btn-orange i{
  font-size: 1.5em;
  margin: -10px 10px -10px -5px;
}
.productDescription{
  margin: 15px 0;
  font-size: medium;
}
@media (min-width:768px){
	#product_content .right-col{
		padding-left: 25px;
	}
}
@media (max-width:767px){
	#product_content .right-col{
		margin-top: 25px;
	}
	.productInfo .name{
		font-size: 21px;
	}
	.discount .dprice, .oprice{
		font-size: 17px;
	}
}

/*******************************************************************login modal**/
.modal-content-container{
	margin: 15px 0;
	padding: 15px 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	font-size: x-large;
}
@media (min-width:767px){
	#loginModal .modal-dialog{
		width: 100%;
		max-width: 900px;
	}
	.modal-content-container{
		margin: 15px 10px;
		padding: 25px 20px;
	}
}
/*******************************************************************member**/
.login-page{
  margin: 20px auto;
  max-width: 320px;
  padding: 25px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.tab-label{
  padding: 15px;
  margin-right: 1px;
  color: #888;
  min-width: 140px;
  text-align: center;
  font-size: 19px;
  display: inline-block;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.tab-label:hover, .tab-label:focus{
  text-decoration: none;
}
.tab-label.active{
  color: #fff;
  background: #ffaa01;
  background: -moz-linear-gradient(top, #fd6d00 0%, #ffaa01 100%);
  background: -webkit-linear-gradient(top, #fd6d00 0%,#ffaa01 100%);
  background: linear-gradient(to bottom, #fd6d00 0%,#ffaa01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6d00', endColorstr='#ffaa01',GradientType=0 );
}
.border-container{
  padding: 35px;
  border: 1px solid #e2e2e2;
}
.formWrap fieldset{
  margin: 15px 0;
}
.bgTitle{
  background: url(../images/subtitle-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 17px;
  color: #FFFFFF;
  padding: 8px 15px;
  border: none;
  border-bottom-right-radius:18PX;
  font-weight:bold;
}
.mRows input{
	margin-bottom: 5px;
}
.formWrap .control-label, .formWrap .radio, .formWrap .checkbox, .formWrap .radio-inline, .formWrap .checkbox-inline{
  padding-top: 5px;
}
.formWrap .control-label{
  font-weight: normal;
  text-align: left;
}
.table2 >thead>tr>th{
  background: #86BD23;
  color: #222;
  border-bottom: none;
}
.table2 >tbody>tr>td{
  border-top: none;
  background: #eeffee;
}
.table2 a{
  color: #008902;
  font-weight: bold;
}
.order-history-table{
  max-width: 600px;
}
.order-history-table > tbody > tr >td:first-child{
  width: 140px;
}
.newPW{
  display: none;
}
@media (max-width:767px){
  .border-container{
    padding: 15px;
  }
  .reTable{
		display: block;
		max-width: 100%;
		border: none;
	}
	.reTable>thead{
		display: none;
	}
	.reTable>tbody{
		display: block;
		width: 100%;
	}
	.reTable>tbody>tr{
		display: block;
		width: 100%;
		margin: 10px 0 15px 0;
		background: #eeffee;
		padding: 8px 4px;
		border-top: 3px solid #148726;
	}
	.reTable>tbody>tr>td, .reTable>tbody>tr>th{
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: none;
		padding:3px 8px;
		clear: both;
		margin: 4px 0;
		font-size: 15px;
		line-height: 1.2em;
    background: none;
	}
	.reTable td:before, .reTable th:before {
    content: attr(data-label);
    display: inline-block;
    float: left;
    font-weight: bold;
    text-align: left;
    clear: both;
    line-height: 1.2em;
  }
	.reTable td:after, .reTable th:after{
		content: '';
		clear: both;
		display: block;
	}
	.reTable td[data-label] , .reTable th[data-label]{
	}
	.reTable .bg2 td:before{
		color: #222;
	}
	.reTable .bg2 .inner{
		color: #00471F;
	}
	.reTable .subHead {
		margin-top: 3rem;
		background: #8CC63F !important;
		text-align: center;
		font-weight: bold;
		padding: 15px 10px;
		border: none;
	}
	.reTable .subHead th{
		text-align: center;
	}
	.reTable .dm{
		display: none ;
	}
	.reTable .inner{
		display: block;
		border-top: 1px solid #ddd;
		color: #148726;
		margin: 1rem 0 0 0;
		padding-top: 1rem;
		font-weight: bold;
		font-size: 2rem;
	}
	.reTable .title{
		font-weight: bold;
	}
	.reTable .text-center{
		text-align: left;
	}
}

/*******************************************************************cart**/
.cart-earn-bonus{
	font-size: large;
	margin: 10px 0;
}
.cart-list{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.cart-item.soldOut{
	background-color: #eee !important;
	color: #aaa;
}
.soldOut-icon{
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #888;
	color: #fff;
	display: inline-block;
}
.cart-product{
	display: table;
}
.cart-product > div{
	display: table-cell;
	vertical-align: top;
}
.cart-img{
	width: 70px;
}
.cart-item.soldOut .cart-img{
	opacity: 0.5;
}
.cart-description{
	text-align: left;
	font-size: large;
	color: #444 ;
	padding-left: 15px;
}
.cart-description a{
	color: #444;
}
.cart-description > div{
	margin-bottom: 5px;
}
.cart-description .id{
	font-size: 15px;
	color: #888888;
}
.cart-description .price{
	font-size: 19px;
}
.product-removal{
	width: 8%;
}
.quantity-control{
  border: 1px solid #ddd;
  display:inline-block;
  width: 82px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background: #abc;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 3px;
}
.quantity-control input{
  border: none;
  width: 40px;
  height: 25px;
  line-height: 25px;
	font-size: 16px;
  padding: 0 2px;
  margin: 0;
  text-align: center;
  border-radius: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity-control button{
  width: 20px;
  height: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0px !important;
  background: #fff;
  outline: none;
}

.qty-control-minus{
	width:25px;
	height:25px;
	border:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.qty-control-plus{
	width:25px;
	height:25px;
	border:none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.qty-control-input{
	width:25px;
	height:25px;
	border:solid 1px #DDDDDD;
	text-align:center;
}

.remove-product{
  border: none;
  background: none;
  font-size: 19px;
  line-height: 18px;
  color: #888;
}
.cart-list .cart-line-price{
	text-align: right;
	font-weight: bold;
	font-size: large;
}
/* cartSummary section */
.cart-bottom{
	margin: 30px 0;
}
.cart-discount-code{
	margin-bottom: 10px;
	font-size: large;
}
.cartSummary{
  display: table;
  width: 100%;
  max-width:400px;
  float: right;
  background: #FFF0D4;
  padding:10px 0;
  margin-top: 10px;
  font-size: large;
}
.cartSummary-item{
  display: table-row;
}
.cartSummary-item > div{
  display: table-cell;
  padding: 8px 15px;
}
.cartSummary-value{
  text-align: right;
}
.cartSummary-totals{
  font-size: 19px;
}
.cartSummary-totals > div{
  border-top: 2px solid #F9A80E;
}
.shopping-cart-btn{
  text-align: right;
  margin: 25px 0 15px 0;
}
.shopping-cart-btn > button{
  margin: 0;
  margin-left: 5px;
}
.customer-remark textarea{
  width: 100%;
  margin-top: 8px ;
  resize: vertical;
}
.shop-remark{
  margin-top: 15px;
}
.customer-remark{
  margin-top: 15px;
}
@media (min-width:768px){
  .cart-list{
    display: table;
    width: 100%;
  }
  .cart-list > div {
    display: table-row;
  }
  .cart-list > div > div {
    display: table-cell;
		vertical-align: top;
		text-align: center;
    padding: 15px 10px;
    margin: 0;
    line-height: 16px;
    border-bottom: 1px solid #ddd;
  }
  .cart-list > .column-labels > div {
    font-weight: bold;
    background: #eee;
		font-size: large;
    border: none;
		border-right: 2px solid #fff;
  }
	.cart-list > .column-labels > div:last-child{
		border-right: none;
	}
  .cart-price {
    width: 120px;
  }
  .cart-quantity {
    width: 100px;
	font-size: large;
  }
	.cart-bonus{
		width: 100px;
		font-size: large;
	}
  .product-line-price {
    width: 130px;
    text-align: right;
  }
}
@media (max-width:767px){
  .cart-list{
    border-top: 1px dotted #666;
    margin: 15px 0;
  }
  .cart-list .column-labels{
    display: none;
  }
	.cart-item{
		position: relative;
		border: 1px solid #dddddd;
		margin: 15px 0;
		border-radius: 10px;
		padding: 10px;
	}
	.cart-item > div{
		margin-bottom: 5px;
		text-align: right;
	}
  .cart-list .product-removal{
    position: absolute;
    right: 5px;
	width: 25px;
	text-align: center;
  }
	.cart-item .cart-product{
		width: calc(100% - 30px);
	}
	.cart-img{
		width: 50px;
	}
	.cart-description{
		padding-left: 10px;
	}
	.cart-description > div{
		margin-bottom: 2px;
	}
  .btn-qac{
    margin-top: -3px;
  }
  .shopping-cart-list .product-price{
    margin-right: 10px;
  }
  .shopping-cart-list .product-quantity{
  }
  .cart-item > div::before{
    content: attr(data-label);
    display: block;
		float: left;
    text-align: left;
    clear: both;
  }
  .product-line-price{
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    font-size: 17px;
  }
  .shopping-cart-list .product-quantity::before, .shopping-cart-list .product-price::before, .shopping-cart-list .product-line-price::before{
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    text-align: left;
    clear: both;
  }
  .shopping-cart-btn > button{
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 8px 10px;
  }
}

/*******************************************************************about**/
.about-us{
	width: 700px;
	max-width: 100%;
	margin: auto;
}
.about-us .row{
	margin-top: 35px;
	margin-bottom: 35px;
}
.about-us h2{
	font-size: 25px;
	margin-top: 20px;
}
.about-icon{
	width: 150px;
	display: block;
}
.award-list{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.award-list>li{
	display: table;
	padding: 10px;
	width: 100%;
	margin: 10px 0;
	border-radius: 8px;
	border: 1px solid #ddd;
}
.award-list > li > div{
	display: table-cell;
	vertical-align: middle;
}
.award-img{
	width: 140px;
	padding: 0 8px;
	text-align: center;
}
@media (max-width:767px){
	.award-list > li > div{
		vertical-align: top
	}
	.award-img{
		width: 120px;
	}
}
/*******************************************************************Contact Us**/
.contact-table{
	width: auto;
}
.contact-table .td:first-child{
}
.contact-table .td{
	padding: 8px 15px 8px 0;
}
.scode{
	margin: 10px 0;
}
.scode > div{
	display: inline-block;
	vertical-align: middle;
}
/*******************************************************************career**/
.career-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.career-list > li {
	padding: 25px 20px;
	background: #f4f4f4;
	margin: 15px 0;
}
.career-detail > header > div{
	margin-top: 5px;
}
.career-detail > header > .salary{
	font-size: 19px
}
.career-title{
	font-size: 25px;
	font-weight: bold;
	color: #444;
}
.career-list > li >p{
	margin-top: 5px;
	font-size: 14px;
}
.btn-black{
	background: #555;
	color: #fff;
	transition: 0.2s all;
}
.btn-black:hover{
	background: #ccc;
	color: #333;
}
.career-contact{
	margin: 25px 0;
	max-width: 600px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
}
@media (min-width:767px){
	.career-info{
		padding-left: 20px;
	}
}

/*******************************************************************store information**/
.map-filter > div > div{
	margin-bottom: 10px;
	margin-top: 10px;
}
.map-filter .btn-default{
	border-left: none;
	background: #fff !important;
}

.map-wrap{
	margin: 25px 0;
	position: relative;
	height: 650px;
	overflow: hidden;
}
.map-btn-container{
	position: absolute;
	background: #abc;
	width: 30px;
}
.map-sidebar-btn{
	width: 40px;
	height: 40px;
	margin-top: -20px;
	left: 0;
	text-align: center;
	z-index: 1;
	color: #fff;
	background: #a81239;
	font-size: 17px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	display: block;
	border: none;
	outline: none;
	transition: 0.3s all;
}
.map-sidebar-btn:hover, .map-sidebar-btn:focus{
	background: #7E0D2A;
}
.map-sidebar-btn > .fa-minus{
	display: none;
}
.active .map-sidebar-btn {
	left: 340px;
}
.active .map-sidebar-btn > .fa-minus{
	display: block;
}
.active .map-sidebar-btn > .fa-plus{
	display: none;
}
.store-sidebar{
	position: absolute;
	height: 100%;
	overflow-y: auto;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 340px;
	left: -340px;
	background: #FFFFFF;
	transition: 0.3s all;
}
.active .store-sidebar{
	left: 0;
}
.store-sidebar-title{
	padding: 15px 25px;
	background: #B25A4A;
	font-size: 21px;
	color: #FFFFFF;
}
.store-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.store-list > li{
	border-bottom: 1px dotted #999;
}
.store-list > li > a{
	display: block;
	padding: 5px;
	color: #444;
}
.store-list > li > a:hover{
	background: #eee;
	cursor: pointer;
	color: #444;
}
.store-item > div{
	font-size: 15px;
	margin: 4px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.store-item .name{
	font-weight: bold;
	font-size: 15px;
}
#map{
	width: 100%;
	height: 100%;
}
@media (max-width:767px){
	.map-wrap{
		height: 450px;
	}
	.map-sidebar-btn{
		width: 30px;
		height: 30px;
		font-size: 15px;
		margin-top: -15px;
	}
	.active .map-sidebar-btn {
		left: 250px;
	}
	.store-sidebar{
		width: 250px;
		left: -250px;
	}
}
/*******************************************************************Member zone**/
.mem-index-link{
	width: 90%;
	max-width: 300px;
	margin: auto;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.mem-index-link > .title{
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
}
.redeemWrap{
	height: 85px;
}
.redeemWrap .date{
	margin-bottom: 5px;
}
.redeemWrap .rpoint{
	font-size: 17px;
}
.redeemWrap .date{
	font-size: 14px;
	line-height: 15px;
}
@media (max-width:767px){
	.mem-index-link > .title{
		font-size: 17px;
	}
	.redeemWrap .rpoint{
		font-size: 15px;
	}
}
/*******************************************************************footer**/
footer{
  /*margin-top: 35px;*/
  /*background-image: url("../images/bg-paper3.jpg");  /*The image used */
  background-color: #FFFFFF; /* Used if the image is unavailable */
  /*height: 100%; /* You must set a specified height */
  /*background-position: center; /* Center the image */
  /*background-repeat: repeat; /* Do not repeat the image */
  /*background-size: atuo; /* Resize the background image to cover the entire container */
  
  /*opacity: .9;*/
}
.footer-upper{
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-logo{
	display: block;
	width: 240px;
	margin-bottom: 30px;
	background-color:#FFFFFF;
	
}
.footer-link{
top: 50px;
  margin: auto;
	font-size: 17px;
	color: #555;
	background-color: #FFFFFF; 
	padding: 15px;
	-webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.1);
	
}
.footer-link .footer-title{
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: bottom;
	
}
.footer-link .footer-title i{
	margin-right: 5px;
	vertical-align: text-bottom;
	font-size: 21px;
	line-height: 22px;
	width: 20px;
	text-align: center;
	
}
.footer-link-list{
	list-style: none;
	margin:15px 0;
	padding: 0;
	
}
.footer-link-list li{
	margin-bottom:8px;
	line-height: 1.2em;
}
.footer-link-list a{
	color: #555;
	display: inline-block;
}
.footer-link-list a:hover, .footer-link-list a:focus{
	color: #0C9A5C;
}
.footer-social-media{
	margin: 10px 0;
}

.footer-social-media a{
	display: inline-block;
	width: 40px;
	margin: 5px 5px 5px 0;
}
.footer-social-media a img{
	width: 40px;
}
footer .copyright{
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.footer-bottom{
	text-align: center;
	font-size: 15px;
	padding: 20px 15px
}
.social-icon{
	font-size: 25px;
	color: #B25A4A;
	border: 2px solid #E1E1DB;
	text-align: center;
	line-height: 38px;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	transition: 0.3s all;
}
.social-icon:hover{
	background: #E1E1DB;
	color: #fff;
}
.footer-list-item{
	padding: 2px 0;
}
.footerIcon{
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	vertical-align: top;
	margin-top: -3px;
	margin-right: 4px;
}
.footer-list-item > div{
	overflow: auto;
	display: table;
}
.footer-payment{
	width: 127px;
	display: block;
}
.footer-awards{
	width: 144px;
	display: block;
}
.acholicnoticeBox{
	
	position: relative;
	margin:auto;
}
.acholicnoticeBoxEn{
	
	position: relative;
    margin:auto;
}
.SpecialDeliveryService{
	margin:auto;
	text-align:left;
	!text-align:center;
	background:#f5f293;
	!background:#DDDDDD;
	font-size:14pt;
	word-wrap: break-word;
	border-radius:3.5px;
	 padding-top: 3px;
	padding-left: 13px;
	 padding-bottom: 3px;
	}
.topBanner{
	height:100%;
	width:100%;
	text-align:center;
	display:none;
}	
.topBannerImg-mobile{
	display:none;
}
@media only screen and (max-width: 768px){
	.topBannerImg-desktop{
		display: none;
	}
	.topBannerImg-mobile{
		display: block;
	}
}

.acholicnotice{
	margin:auto;
	text-align:center;
	background:#DDDDDD;
	font-size:11pt;
	word-wrap: break-word;
}
@media (max-width:991px){
	.footer-logo{
		margin: auto;
		margin-bottom: 30px;
	}
	.acholicnoticeBoxEn{
		margin-left:20px;
		margin-right:20px;
	}
}
@media (max-width:767px){
	.footer-link{
		text-align: left;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-link-list{
		margin-bottom: 25px;
		text-align: left
	}
	.footer-social-media{
		text-align: center;
	}
	.footer-payment{
		margin: auto;
	}
		.footer-awards{
		margin: auto;
	}
	.acholicnoticeBox{
		margin-left:20px;
		margin-right:20px;
	}
	.acholicnoticeBoxEn{
		margin-left:20px;
		margin-right:20px;
	}
}



article input[type="image"], article img {
	max-width: 100% !important;
}

.panel-heading .panel-title {
	text-align: left;
}

#promotion-icon {
	position: fixed;
	right: 0px;
	top: 40vh;
	text-align: right;
	z-index: 999;
	max-width: 180px;	
}

#icon-cross:hover {
	opacity: 0.5;
	cursor: pointer;
}

#promotion-icon-image {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#promotion-icon-image:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.promotionTagText-block {
  position: absolute;
  margin-left :0;
  margin-right :0;
  bottom: 2px;
  left: 5px;
  border-radius: 5px; 
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 760px) {
	#promotion-icon {
		top: 47vh;
		display:inline-block;
		max-width: 93px;
		opacity: .98;
	}	
}

.orderDetailReOrderBtn{
	background:#B25A4A;
	border:none;
	color:#FFFFFF;
	padding:8px 8px;
	border-radius:3px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	a[href]:after {
		content: none !important;
	}
}

.subTotalLine{
	font-size:large;
	font-weight:bold;
	text-align:right;
}

.mobileOnly{
	display:none !important;
}

@media screen and (max-width: 768px) {
	.mobileOnly{
		display:block !important;
	}
}

.pcOnly{
	display:none !important;
}

@media screen and (min-width: 769px) {
	.pcOnly{
		display:block !important;
	}
}

@media screen and (max-width: 768px) {
	.cartMerchantTitle1{
		background-color:#BAEFA2;		
	}
}

@media screen and (min-width: 769px) {
	.cartMerchantTitle1{
		background-color:#BAEFA2;
		border-bottom-right-radius:30px;
	}
}

@media screen and (max-width: 768px) {
	.cartMerchantTitle2{
		background-color:#FFE568;		
	}
}

@media screen and (min-width: 769px) {
	.cartMerchantTitle2{
		background-color:#FFE568;
		border-bottom-right-radius:30px;
	}
}

.errorBox{
	width:100%;
	background-color:#FF596F;
	color:#FFFFFF;
	font-size:medium;
	padding:10px;
	display:none;
}

.merchantTag{
	color:#FFFFFF;
	background-color:#A00000;
	font-size:small;
	padding:5px 10px;;
	border-radius:3px;
	vertical-align:top;
}

.pathToExile{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
.featureTag{
	color:#5C7447;
	font-size:13px;
	max-height: 50px;
	min-height: 50px;	
}