@font-face {
  font-family: 'GenRyuMinB';
  /*src: url('../fonts/GenRyuMin2TW-B.woff2') format('woff2');*/
  src: url('../fonts/GenRyuMin2TW-B.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body{
	font-size:14px;
	/*font-family:Microsoft JhengHei;*/
	font-family: 'GenRyuMinB', 'Microsoft JhengHei', sans-serif;
}


.top_section{
	padding-top: 170px;
}

.head_title{
	font-size: 26px;
	font-weight: bold;
}

.gray{
	color: #C4C4C4;
}

.black{
	color: Black;
}

.white{
	color: White;
}


.blue{	
	color: #94ACEE;
}

b{
	font-weight: bold;
}


.btn-gray{
	background-color: #D0D0D0;
	color: White;
}


.btn-gray2{
	background-color: #E0D1C7;
	color: White;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

.div-left{
	float: left;	
}
.div-right{
	float: left;;
}
.div-float-left{
	margin-left: 5px;
}
.div-float-text{
	margin-top: 3px;
}


.hr2{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.pt3{
	padding-top: 3px;
}

.pt5{
	padding-top: 5px;
}

.pt6{
	padding-top: 6px;
}

.pt7{
	padding-top: 7px;
}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.pt30{
	padding-top: 30px;
}

.pt40{
	padding-top: 40px;
}

.pb5{
	padding-bottom: 5px;
}

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}


.pr3{
	padding-right: 3px;
}

.pr5{
	padding-right: 5px;
}

.pr10{
	padding-right: 10px;
}

.pr20{
	padding-right: 20px;
}

.pr30{
	padding-right: 30px;
}

.pr40{
	padding-right: 40px;
}


.pp2{
	padding: 2px;
}


.pp5{
	padding: 5px;
}


.mr3{
	margin-right: 3px;
}

.mr5{
	margin-right: 5px;
}

.mr10{
	margin-right: 10px;
}

.mr20{
	margin-right: 20px;
}

.mr30{
	margin-right: 30px;
}

.mr40{
	margin-right: 40px;
}



.ht200{
	height: 200px;
}

#topbar{
	padding-top: 0px;

}

#simple_head_logo{
	max-width:100px;
}



@media (max-width: 992px) {
  .top_section{
	padding-top: 100px;
  }
	
  .top_title{
	padding-top: 160px;
  }
  
  #topbar{
	 padding-top: -50px;
	 margin-top: -50px;
  }
  
  #simple_head_logo{
	 max-width:50px;
  }

}


.banner_cropped {
	object-fit: cover;  
	width: 1150px;  
	height: 600px;
}

.bottom_gap{
line-height: 30px;
}

#banner{
	/*padding-top:140px;*/
}

@media (max-width: 992px) {
  #banner{
	padding-top:55px;
  }
}


/*--------------------------------------------------------------
//login
----------------------------------------------------------------*/
.login_box input, .login_box textarea,.login_box select {

	border-radius: 4px;
  	box-shadow: none;
  	font-size: 14px;
}



.login_box input::focus .login_box textarea::focus .login_box select::focus {
  background-color: #3fbbc0;
}

.login_box input ,.login_box select {
  padding: 20px 15px;
}

.login_box textarea{
  padding: 12px 15px;
}

.login_box .select-item{
	padding: 0px 12px;
	height:40px;
}


/*
.login_box button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.login_box button[type="submit"]:hover {
  background: #65c9cd;
}
*/


/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
#about_main_img{

}

#about_sub_img{
	
}

#about_sub_img img {

  overflow: hidden;
}


@media (min-width: 992px) {
  #about_main_img{
	position:absolute;
	/*background-color:#000000 ; */
	top:50%;
	transform:translateY(-50%);
	}
}



/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news_list .news-item {
  box-sizing: content-box;
  min-height: 320px;
  text-decoration:none;

}

.news_list .news-item .news-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.news_list .news-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.news_list .news-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.news_list .news-item .quote-icon-left, .news_list .news-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.news_list .news-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.news_list .news-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.news_list .news-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.news_list .owl-nav, .news_list .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.news_list .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.news_list .owl-dot.active {
  background-color: #3fbbc0 !important;
}


.news_title{
	font-size: 16px;
	text-decoration:none;
}

.news_list .card-content-height {
	height: 50px;
}


/*news view*/
.news_caption{
	
	font-size: 16px;
	color: Black;
}

.news_caption_view{
	font-size: 22px;
}


@media (max-width: 767px) {
  .news_list {
    margin: 30px 10px;
  }
  
  .news_display{
  		 display: none;
  }
  

}

@media (min-width: 768px) {

	.news_display_none{
  	 display: none;
  }
	
}



/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.product_list .product-item {
  box-sizing: content-box;
  min-height: 320px;
}

.product_list .product-item .product-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.product_list .product-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.product_list .product-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.product_list .product-item .quote-icon-left, .product_list .product-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.product_list .product-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.product_list .product-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.product_list .product-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.product_list .owl-nav, .product_list .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.product_list .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.product_list .owl-dot.active {
  background-color: #3fbbc0 !important;
}


.product_title{
	font-size: 16px;
}


#product_view{
	height: 500px;
	margin-top: 85px;
}

.product_text{
	padding-top: 120px;
}


#product_banner {
	display: block;
  }
  #product_banner_mobile{
	  display: none;
  }

@media (max-width: 767px) {
	#product_banner {
	  display: none;
	}
	#product_banner_mobile{
		display: block;
	}
}


.fn12{
	font-size: 12px;	
}


.fn13{
	font-size: 13px;	
}

.fn14{
	font-size: 14px;
}

.fn16{	
	font-size: 16px;
}

.fn20{	
	font-size: 20px;
}

.fn22{	
	font-size: 22px;
}

.fn24{	
	font-size: 24px;
}

.fn26{
	font-size: 26px;
}

.fn36{
	font-size: 36px;
}

.fn48{
	font-size: 48px;
}

.fnb{
	font-weight: bold;
}

.mc{
	color: #A42733;
}


.note{
	font-size:12px;
}


.simple_title{
	font-size:28px;
}


.red{
	color: Red;
}

.red2{
	color: #CC0033;
}

.red3{
	color: #A42733;
}

/*--------------------------------------------------------------
# cart
--------------------------------------------------------------*/
.cart_box{
	font-size:16px;
}




.cart-item-left {
	float: left;
	
	flex-shrink: 0;
	margin-right: 10px;
	
	width: 20px;
	
	display: flex;
 	align-items: center;
  	height: 150px;
  	
	/*background-color: Black;*/
	/*
	
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	
	overflow: hidden;
	*/
}


.cart-item-left input[type="checkbox"]{
	width:20px;
	height:20px;

	
}

.cart-item-center{
		
   justify-content: center;
   align-items: center;
}


.cart-item-right 
{

	/*float: left;*/
	/*background-color: Red;*/
	
	overflow: hidden;
}



.cart-title {
	display: flex;
 	align-items: center;
  	height: 150px;
  	/*justify-content: center;*/
}


.cart-spec {
	display: flex;
 	align-items: center;
  	height: 150px;
	font-size: 13px;
	color: #AEAEAE;
  	/*justify-content: center;*/
}

.cart-spec-2 {
 	align-items: center;
	font-size: 13px;
	color: #AEAEAE;
  	/*justify-content: center;*/
}

.cart-price, .cart-amount,.cart-subtotal{
	display: flex;
 	align-items: center;
  	height: 150px;
  	justify-content: center;
}

.cart-subtotal{
	
	color:#A42733;
	
}

.cart-del{
	display: flex;
	justify-content: center;
	
 	align-items: center;
  	height: 150px;
}




.cart-amount-input{
  height: 32px;
  width: 70px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;

}

.cart_set_area{
	height: 65px;
}

.prodoct-free-shipping{
	background-color: #F5DEB3;
	width: 193px;
	text-align: center;
	right:0;
	float: right;
	border-bottom-left-radius:8px;
	color: #979797;
}

.prodoct-disable-shipping{
	background-color: #CC0033;
	width: 85px;
	text-align: center;
	right:0;
	float: right;
	border-bottom-left-radius:8px;
	color: #fff;
}

.cart-price-b{
	display: block;	
}
.cart-price-s{
	display: none;
}

@media (max-width: 992px) {
  .cart-item-left{
		height: 150px;
		padding-bottom: 10px;
  }
 	
  .cart-del{
  		height: 150px;
  }	
  .cart-title{
		height: 150px; 
			
  }

  .cart-spec{
		height: 150px; 
			
  }
  
  .cart-price{
		height: 150px;	
  }
  
  .cart-amount,.cart-subtotal{
  		height: 50px;
  }
  
  .cart-amount-input{
		width: 100%;
  }		  
}

@media (max-width: 767px) {
  .cart-item-left{
		height: 70px;
		padding-bottom: 10px;
  }
 	
  .cart-del{
  		height: 20px;
  }	
  .cart-title{
		height: 50px; 
		/*font-size: 16px;*/
			
  }
  
  .cart-spec{
		height: 50px; 
		font-size: 13px;
			
  }
  
  .cart-price, .cart-amount,.cart-subtotal{
  		height: 50px;
  }
  
  .cart-amount-input{
		width: 100%;
  }		  
  
  .cart_set_area{
		height: 60px;
  }

  .cart-price-b{
		display: none;	
	}
	
	.cart-price-s{
		display: block;
	}
  
  
}

.cart-calc-left {
	float: left;
	
	flex-shrink: 0;
	margin-right: 10px;
	
	width: 100px;
	
	display: flex;
 	align-items: center;
 	height: 40px;

}

.cart-calc-center{
		
   justify-content: center;
   align-items: center;
}


.cart-calc-right 
{
	/*float: left;*/
	/*background-color: Red;*/
	
	overflow: hidden;
}

.cart-calc-res{

	display: flex;
 	align-items: center;
  	height: 40px;
  	float: right;
	
  	justify-content: right;
  	/*background-color: Red;*/
  	text-align: right;
	
	font-size: 26px;
	color: #A42733;
}


.cart-empty{
	font-size: 18px;
	color: #828282;
}

.cart-addr{
	
	width: 100%;
	border-color: #C8C8C8;
	border-width:1px;
	border-style:solid;
	padding:10px;
	
	border-radius: 1px;	
	line-height: 25px;
	margin: 5px 0px 5px 0px;
}


.cart-addr .status{
	width: 100%;
	padding-bottom: 10px;
}

.cart-addr .status{
	height: 45px;
}

.cart-addr .status table{
	height: 45px;
}


.cart-addr .edit{
		
	text-align: right;
	
}


.cart-addr .title{
	font-size: 22px;
}

.cart-addr-selected{
	border: 3px solid #DFBE00;
}

.cart-addr-hover:hover{
	background-color: #FCFCFC;
}

.cart-chk{
	width: 20px;
	height: 20px;
}


/*
coupon
*/

.user-coupon{
	
	width: 100%;
	border-color: #C8C8C8;
	border-width:1px;
	border-style:solid;
	padding:10px;
	
	border-radius: 1px;	
	line-height: 25px;
	margin: 5px 0px 5px 0px;
}

.user-coupon .code{
	
	font-size: 36px;
	color: Orange;
	/*font-family:Microsoft JhengHei;*/
	font-weight: bold;
	
}

#coupon_return{
	height: 70px;
}



.account-product-title{
	font-size: 18px;
	font-weight: bold;
}

.account-product-area{
	padding-top: 20px;
}

.account-product-low{
  padding: 0px 3px 0px 3px;
  font-size: 10px;
  border-radius: 20px;
  background-color: #A47864;
  color: White;
}

.account-product-pickup{
  padding: 0px 3px 0px 3px;
  font-size: 10px;
  border-radius: 20px;
  background-color: Red;
  color: White;
  margin-left:2px;
}

.account-product-spec{
  padding: 0px 3px 0px 3px;
  font-size: 9px;
  border-radius: 20px;
  background-color: #A47864;
  color: White;
}

.account-product-event{
  padding: 0px 3px 0px 3px;
  font-size: 10px;
  border-radius: 20px;
  background-color: #00CE8B;
  color: White;
  margin-left:2px;
}

.product-view-event{
  padding: 0px 3px 0px 3px;
  border-radius: 20px;
  background-color: #00CE8B;
  color: White;
}



.payment_detail{
	width: 98%;
	margin: 0 auto;
}

.payment_pay_type{
	color: Black;
}

.dialog_box a{
	
	text-decoration:none;
}

.status_selected{
	background-color: #E0D1C7;
	height: 2px;
	width: 100%;
}

.status_selected_a{
	color: #A47864;
}




/* cart end */

/*tag*/
.user_tag{
	background-color: #A17663;
	border-radius: 10px;
	margin-bottom: 2px;
	padding: 0px 5px 1px 5px;
	color:White;
	position: relative;
  	left:-15px;
  	top:10px;
  	font-size:12px;
}


.cart_tag{
	background-color: #A17663;
	border-radius: 10px;
	margin-bottom: 2px;
	padding: 0px 5px 1px 5px;
	color:White;
	position: relative;
  	left:-15px;
  	top:10px;
  	font-size:12px;
}

.menu-grey{
	background-color: #A17663;
	margin-bottom: 3px;
}

/*faq*/
.faq_active{
	background-color: #A47864;
	/*border-radius: 50px;*/	
}

.faq_title{
	font-size: 16px;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-weight: bold;*/
}

.faq_title a {
	text-decoration:none;
	color: Black;
}

.bk_faq_list{
	background-color: White;
	border: 1px solid #F8F8F8;
}


/*full page*/
#fullpage_section{
	padding-top:145px;	
	padding-bottom: 0px;
}

#fullpage_section2{
	padding: 0px;
}

.fullpage{
  height: 70vh;
}



@media (max-width: 992px) {

	#fullpage_section{
		padding-top:55px;	
	}

	.fullpage{
			height: 40vh;
	}

}


/*news*/
.news .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.news .member .member-img {
  position: relative;
  overflow: hidden;
}

.news .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

/*
.news .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}
*/

.news .member .social a:hover {
  color: #3fbbc0;
}

.news .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.news .member {
  padding: 0px 0px;
}

.member-info{
	padding: 3px 10px;
	height:100px;
}

.news .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.news .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.news .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.news .member:hover .social {
  opacity: 0.5;
}


/*page*/

.pagination2 {
  
  display: -ms-flexbox;
  display: flex;
  
  /*padding-left: 110px;*/
  list-style: none;
  border-radius: 0.25rem;
}

.stock_limit{
	color: #FFAC9D;
}

/*
vip
*/
.vip{
	background-color: #3366FF;
	color: White;
	padding: 0px 3px 0px 3px;
	border-radius:3px;
	font-size: 10px;
	letter-spacing:1px;
}

.vip_account{
	background-color: #3366FF;
	color: White;
	padding: 0px 3px 0px 3px;
	border-radius:3px;
	letter-spacing:1px;
	
}

.email_verified{
	background-color: #BBB7B1;
	color: white;
	padding: 0px 5px 0px 5px;
	border-radius:10px;
	font-size: 12px;
	letter-spacing:1px;
}


/*product*/
.product_price{
	padding-top:10px;
	color: White;
}


#product_menu{
	
  position: fixed;
  right: 0;
  top: 580px;
  width: 80px;
  margin-top: -2.5em;
  z-index : 5;
}

#product_menu:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 0px);
  border-top-color: #ecf8f9;
  width: 80px;
  -webkit-animation: animate-product_menu 1s linear infinite;
  animation: animate-product_menu 1s linear infinite;
}

@-webkit-keyframes animate-product_menu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-product_menu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 992px) {

	#product_menu{

  		width: 60px;
  		
	}


}

.radio{
	height: 20px;
	width: 20px;
}


.footer_box{
	display: flex;
	align-items: center;        /* 垂直置中 */
	padding-top: 30px;
}

#login_href{
	margin-left: 0px;
}
  

@media screen and (max-width: 768px) {
	.footer_box {
	  display: block; 
	}

	#login_href {
	   margin-left: 10px;
	}
}

/*
.menu_item img {
	transition: 0.3s;
}
  
.menu_item:hover img {
	filter: brightness(0) saturate(100%) invert(75%) sepia(21%) saturate(597%) hue-rotate(326deg) brightness(86%) contrast(90%);
}

.menu_item img.active {
	filter: brightness(0) saturate(100%) invert(75%) sepia(21%) saturate(597%) hue-rotate(326deg) brightness(86%) contrast(90%);
}
*/	

.menu_item #menu_icon {
  content: url("../img/menu_star.png?");
  transition: 0.3s;
}

.menu_item:hover #menu_icon {
  content: url("../img/menu_star_hover.png?");
}



.tel{
	color: #555555;
}

.sub_title{
	font-size: 16px;
}


.tooltip2-box {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	z-index: 9999;
	display: none;
}

.tooltip2-box {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	z-index: 9999;
	display: none;
	text-align: center;
  }
  
  
.tooltip2-box::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

.btn-info{
	background-color: #A47864 !important;
}

.btn-danger{
	background-color: #A42733 !important;
}

.btn-success{
	background-color: #A47864 !important;
}

.panel-success .order_caption_view{
	color: #A47864;
}

.panel-danger .order_caption_view{
	color: #A47864;
}