@charset 'utf-8';
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
/*------------ basic ------------*/
body {
  font-family:
    "Crimson Text", "Noto Serif TC", "文泉驛正黑", "WenQuanYi Zen Hei",
    "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑",
    "メイリオ", "맑은 고딕", Arial, sans-serif;
  color: #585858;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.container {
  padding: 0 15px;
  max-width: 1470px;
}
.formError .formErrorContent {
  font-size: 20px;
}
/*------------ / basic ------------*/
.box .pic {
  position: relative;
  overflow: hidden;
}
.box .pic img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.box:hover .pic img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
/*------------ icon ------------*/
.icon {
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
  background: #e7b350;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  margin-left: 5px;
  padding: 0;
}
.share .btn:hover {
  background: #c39542;
  color: #fff;
}
.share_box {
  margin: 10px 0 30px;
  text-align: center;
}
.a2a_default_style .a2a_svg {
  display: none;
}
.share_box .share-link .btn,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
  color: #cccccc;
  cursor: pointer;
  font-size: 25px;
}
.share_box .share-link .btn.blogger:hover {
  color: #f26c38;
}
.share_box .share-link .btn.facebook:hover {
  color: #405d9a;
}
.share_box .share-link .btn.google:hover {
  color: #f34537;
}
.share_box .share-link .btn.twitter:hover {
  color: #7f7f7f;
}
.share_box .share-link .btn.mail:hover {
  color: #f6c13d;
}
.share_box .share-link .btn.linkedin:hover {
  color: #0177b5;
}
.share_box .share-link .icon-ic-share-t:hover {
  color: #36465c;
}
.share_box .share-link .btn.line:hover {
  color: #00c300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
  color: #00c300;
}
.share_box .share-link .icon-ic-share-w:hover {
  color: #f70b19;
}
.share_box .share-link .btn.pinterest:hover {
  color: #de220a;
}
.share_box .share-link .btn.plurk:hover {
  color: #e9443d;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
  font-size: 25px;
  width: 25px;
  height: 30px;
  line-height: 26px;
  border-radius: 15px;
  margin: 0;
  padding: 0;
}
.share_box .share-link .icon-ic-share-twitter::before {
  font-family: "icon-font" !important;
  content: "\ff007" !important;
}
.share_box .share-link .btn {
  width: 25px;
  padding: 0;
}
.ibtn.fb-fans-page {
  background-image: url("../../images/tw/fb_page.svg");

  width: 152px;
  height: 95px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 114px 59px; /* 指定 SVG 尺寸 */
  background-color: #d39c34;
  transition: all 0.3s;
  margin: 0 5px;
}
.ibtn.fb-fans-page:hover {
  background-color: #3a5795;
}
.ibtn.line {
  background-image: url(../../images/tw/f-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62px 60px;
  background-color: #d39c34;
  width: 95px;
  height: 95px;
  transition: all 0.3s;
  background-position: center;
  margin: 0 5px;
}
.ibtn.line:hover {
  background-color: #00b900;
}
.ibtn.YT {
  background-image: url(../../images/tw/f-youtube.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62px 43px;
  background-color: #d39c34;
  width: 95px;
  height: 95px;
  transition: all 0.3s;
  background-position: center;
  margin: 0 5px;
}
.ibtn.YT:hover {
  background-color: #ff0033;
}
.btn.back {
  background: #aaa;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  white-space: normal;
  padding: 0;
  width: 150px;
  height: 40px;
  border-radius: 5px;
}
.btn.back:hover {
  background: #d39c34;
}
.ibtn.more {
  background-image: url("../../images/common/btn_more.png");
  width: 101px;
  height: 29px;
}
.btn.simple {
  float: left;
  background: #aaa;
  width: 49%;
  height: 40px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 38px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 0;
  font-weight: bold;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn.simple:hover {
  background: #ba882a;
}
.btn.simple.bg2 {
  background: #d39c34;
}
.btn.simple.bg2:hover {
  background: #ba882a;
}
.btn.simple2 {
  background: #d39c34;
  border: unset;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1px;
  width: 46%;
  max-width: 300px;
  margin: 0 3px 10px;
  position: relative;
  border-radius: 0;
  font-weight: bold;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn.simple2:hover {
  background: #ba882a;
}
.btn.simple2 .ic,
.btn.angle-double-left:before,
.btn.angle-double-right:after {
  vertical-align: text-bottom;
  margin: 0 8px 0 0;
  color: #d39c34;
  font-size: 18px;
}
.btn.simple2 .ic {
  display: none;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right,
.btn.simple2.angle-double-left:before,
.btn.simple2.angle-double-right:after {
  position: absolute;
  top: calc(50% - 6px);
  color: #bbb;
  font-size: 12px;
  margin: 0;
}
.btn.simple2.angle-double-left:before,
.btn.simple2.angle-double-right:after {
  font-family: "icon-font-3" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2.angle-double-left:before {
  left: 8px;
  color: #fff;
}
.btn.simple2 .ic3-angle-double-right,
.btn.simple2.angle-double-right:after {
  right: 8px;
  color: #fff;
}
.btn.simple2.angle-double-left:before {
  content: "\e900";
}
.btn.simple2.angle-double-right:after {
  content: "\e901";
}
.btn.normal {
  color: #fff;
  font-size: 17px;
  padding: 0 10px;
  min-width: 180px;
  line-height: 40px;
  background: #d39c34;
  margin: 0 2px 10px;
  border-radius: 0;
  font-weight: bold;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn.normal:hover {
  background: #ba882a;
}
.btn.normal .ic {
  display: none;
}
.btn.normal.send {
  width: 220px;
  font-size: 20px;
  font-weight: bold;
}
.btn.normal .i {
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.btn:before {
  font-family: "icon-font-3" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px 5px 0px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  display: none;
}
.btn.m-contact:before {
  font-family: "icon-font" !important;
  content: "\e903";
}
.btn.cart2:before {
  content: "\e907";
}
.btn.home:before {
  content: "\e909";
}
.btn.cart:before {
  content: "\e906";
}
.btn.bag:before {
  content: "\e902";
}
.btn.order:before {
  content: "\e911";
}
.btn.money:before {
  content: "\e90e";
}
.btn.msg:before {
  content: "\e90f";
}
.btn.heart:before {
  content: "\e908";
}
.btn.pure {
  color: #666;
  line-height: 30px;
  margin: 0 5px 10px;
  border-radius: 0;
}
.btn.pure:hover {
  color: #d39c34;
  text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.wrapper {
  padding-top: 140px;
  background: url(../../images/common/bg01.jpg) repeat;
  background: url(../../images/common/index/sect1_bg.jpg) no-repeat;
  background: url(../../images/common/index/sect1_bg-light.jpg) no-repeat;
  background-attachment: fixed;
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: #fff;
  height: 140px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  line-height: 25px;
}
.site-title {
  position: relative;
  z-index: 5;
  float: left;
  padding: 46px 0 20px;
}
.site-title .logo {
  background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
  width: 400px;
  height: 68px;
  transition: opacity 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
.header-fixed .site-header {
  height: 75px;
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-fixed .search-box,
.header-fixed .language,
.header-fixed .language,
.header-fixed .search-box,
.header-fixed .top-remitt,
.header-fixed .top-order,
.header-fixed .func-menu > li,
.header-fixed .func-menu > li.gomember {
  display: none;
}
.header-fixed .func-menu > li.gocart {
  display: block;
}
.header-fixed .func-menu > li.gocart {
  position: relative;
  margin-left: 0;
  padding: 0;
}
.header-fixed .site-title {
  padding: 12px 0;
  margin: 0;
  transition: all 0.2s ease;
}
.header-fixed .site-nav {
  padding-top: 15px;
  margin-left: 280px;
  text-align: left;
  transition: all 0.2s ease;
}
.header-fixed .site-nav .menu > li {
  padding: 0 2px;
}
.header-fixed .site-title .logo {
  width: 235px;
  height: 40px;
  transition: all 0.2s ease;
}
.top-nav {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 12px;
}
.top-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.func-menu {
  font-family: "Crimson Text", "Noto Serif TC", serif;
  display: flex;
  align-items: center;
}
.func-menu > li {
  padding: 2px 8px;
  position: relative;
}
.func-menu > li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  bottom: calc(50% - 7px);
  left: 0%;
  background: #e4e4e4;
  transition: all 0.3s ease;
}
.func-menu > li.gocart::after {
  display: none;
}
.func-menu > li > a {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 0 8px 0 4px;
  transition: all 0.3s;
  font-weight: 400;
  position: relative;
}
.func-menu > li > a:hover {
  color: #bca354;
}
.func-menu .ic {
  vertical-align: text-bottom;
  margin: 0 5px 1px 3px;
}
.func-menu .ic3-user-cross {
  font-size: 16px;
  margin: 0 4px -1px 4px;
}
.func-menu > li.gocart {
  position: relative;
  margin-left: 170px;
  padding: 0;
}
.func-menu > li.gocart > a {
  color: #ffffff;
  font-size: 17px;
  line-height: 46px;
  padding: 0;
  transition: all 0.3s;
  font-weight: 400;
  width: 145px;
  height: 46px;
  background: #d39c34;
  border-radius: 8px;
}
.func-menu .cart-box {
  position: absolute;
  z-index: 10;
  width: 300px;
  right: 0;
  top: 100%;
  border: 2px solid #d39c34;
  background: #fff;
  padding: 1px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.gocart > a > span {
  color: #fff;
  padding: 0 5px;
  width: auto;
  height: 25px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 25px;
}
.func-menu .btn:before {
  font-size: 16px;
  margin: 0 4px 5px 4px;
  vertical-align: middle;
  display: inline-block;
  display: none;
}
.func-menu .user-cross:before {
  content: "\e915";
  margin: 0px 4px -1px 4px;
}
.key:before {
  content: "\e90b";
}
.func-menu .gocart.active .cart-box {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}
.func-menu .cart-box .btn {
  width: 100%;
  background: #d39c34;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.05em;
  border-radius: 0;
}
.func-menu .cart-box .btn:hover {
  background: #ba882a;
}
.func-menu .cart-box .btn .ic {
  font-size: 20px;
  margin-right: 0;
}
.func-menu .cart-box .btn:before {
  font-family: "icon-font-3" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 0;
  display: inline-block;
  content: "\e90e";
}
.func-menu .cart-list {
  padding: 4px;
}
.func-menu .cart-list .box {
  display: block;
  overflow: hidden;
  padding: 5px;
  transition: all 0.3s;
}
.cart-list .box {
  position: relative;
  display: block;
}
.cart-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.func-menu .cart-list li + li {
  border-top: 1px dashed #e2e2e2;
}
.func-menu .cart-list a {
  display: block;
  overflow: hidden;
  padding: 8px;
}
.func-menu .cart-list .box:hover {
  background: #eee;
}
.func-menu .cart-list .pic {
  float: left;
  width: 70px;
}
.func-menu .cart-list .txt {
  margin-left: 82px;
  line-height: 1.7;
}
.func-menu .cart-list .name {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  transition: all 0.3s;
}
.func-menu .cart-list .box:hover .name {
  color: #d39c34;
}
.func-menu .cart-list .qty {
  color: #f2856c;
}
/*--------拆單購物車---------*/
.func-menu .shopping_way .general {
  border: 1px solid #333;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #333;
}
.func-menu .shopping_way .cold {
  border: 1px solid #42b354;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #42b354;
}
.func-menu .shopping_way .freezing {
  border: 1px solid #68a0da;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #68a0da;
}
.func-menu .shopping_way span + span {
  margin-left: 10px;
}
/*------- 會員下拉 ------*/
.func-menu > li.gomember {
  position: relative;
  display: inline-block;
}
.func-menu .gomember-box {
  position: absolute;
  z-index: 10;
  width: 150px;
  right: -25px;
  top: 100%;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 1px;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.func-menu .gomember.active .gomember-box {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}
.func-menu .gomember-list {
  padding: 0;
}
.func-menu .gomember-list li + li {
  border-top: 1px solid #dddddd;
}
.func-menu .gomember-list a {
  display: block;
  overflow: hidden;
  padding: 8px 0;
  transition: all 0.3s;
}
.func-menu .gomember-list a:hover {
  color: #fff;
  background: #d39c34;
}
.func-menu .gomember-list .txt {
  margin-left: 82px;
  line-height: 1.7;
}
.func-menu .gomember-list .name {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #d39c34;
  font-size: 15px;
}
.func-menu .login-out-fixed {
  color: #c52b2b;
}
.func-menu .gomember-list .login-out-fixed a:hover {
  color: #ffffff;
}
/*--------拆單購物車---------*/
.top-nav .language {
  position: relative;
  width: 115px;
  letter-spacing: 0;
}
.top-nav .language:before {
  content: "LANGUAGE";
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  right: 100%;
}
.top-nav .language .btn {
  width: 100%;
  border: 1px solid #e6f4ed;
  color: #d39c34;
  text-align: left;
  line-height: 23px;
  padding: 0 25px 0 10px;
  position: relative;
  border-radius: 4px;
}
.top-nav .language .btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #d39c34 transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 8px;
}
.top-nav .language ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}
.top-nav .language li {
  display: block;
}
.top-nav .language li a {
  display: block;
  background: #f3f3f3;
  color: #d39c34;
  padding: 4px 10px;
  font-size: 13px;
}
.top-nav .language li a:hover {
  color: #fff;
  background: #d39c34;
}
.site-nav {
  position: relative;
  padding: 80px 0 0px;
  margin-left: 140px;
  text-align: right;
}
.site-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.site-nav .menu {
  text-align: center;
  margin: 0;
  font-family: "Noto Serif TC", serif;
}
.site-nav .menu li {
  position: relative;
}
.site-nav .menu li a {
  display: block;
}
.site-nav .menu > li {
  padding: 0 4px;
}
.site-nav .menu > li > a {
  color: #444444;
  font-size: 18px;
  padding: 5px 5px 30px;
  transition: all 0.3s;
  letter-spacing: 2px;
  font-weight: 500;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
  color: #bca354;
}
.site-nav .menu > li > a::before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  background: #bca354;
  transition: all 0.3s ease;
}
.site-nav .menu > li.active > a:before,
.site-nav .menu > li > a:hover:before {
  height: 22px;
}
.site-nav .menu ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 600;
  width: 208px;
  border: unset;
  box-sizing: border-box;
}
.site-nav .menu > li > ul {
  top: 100%;
  left: 50%;
  margin-left: -104px;
}
.site-nav .menu > li > ul:before {
}
.site-nav .menu ul li + li {
  border-top: 1px solid #ffffff;
}
.site-nav .menu ul li a {
  font-size: 17px;
  text-align: center;
  padding: 10px 8px;
  transition: all 0.3s;
  border: unset;
  color: #444444;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
  color: #fff;
  background: #d39c34;
}
.site-nav .menu ul ul {
  left: 100%;
  top: 0;
}
.site-nav .menu > li:nth-last-child(-n + 7) {
  display: none;
}
.site-header .search-box {
  position: relative;
  width: 145px;
  box-sizing: border-box;
  margin-left: 10px;
  position: absolute;
  top: 12px;
  right: 160px;
  z-index: 11;
}
.site-header .search-box .form-control {
  border: 1px solid #dddddd;
  background: transparent;
  height: 46px;
  line-height: 28px;
  margin: 0;
  padding: 0 35px 0 5px;
  border-radius: 8px;
  box-sizing: border-box;
}
.site-header .search-box .form-control:focus {
  background: #e8e8e8;
}
.site-header .search-box .ibtn.search {
  background-image: url(../../images/common/btn_search.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 10px;
}
.site-nav .menu li.products_activity a {
  background: #f2ebe1;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
  position: relative;
  background: #fff;
  background: url(../../images/common/index/sect1_bg-light.jpg) no-repeat;
  background-attachment: fixed;
}
.banner::before {
  content: "";

  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 50%;
  background-size: cover;
  background: #fff;
}
.banner .container {
  max-width: 1440px;
  padding: 0;
  z-index: 2;
}
.banner img {
  border-radius: 15px;
  overflow: hidden;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
  max-width: 1440px;
  padding: 0;
}
.main-title {
  font-weight: 500;
  font-size: 30px;
  color: #525252;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.main-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 23px;
  background: #bfa55b;
  margin: 0 auto;
  width: 4px;
  left: 0;
  right: 0;
  bottom: -13px;
  z-index: 1;
}
.main-content {
  padding: 0 0 150px;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
}
.content-top {
  margin-bottom: 50px;
}
.content-title {
  margin: 0;
  color: #525252;
  text-align: center;
  position: relative;
  padding: 10px 0;
  padding-top: 25px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 2px;
}
.content-title:after {
  display: none;
}
.content-title2 {
  color: #d39c34;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 3px;
}
.content-title .keyword {
  color: #f2856c;
}
.shopping-title {
  color: #1f1811;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.shopping-title .ic {
  font-size: 22px;
  color: #d39c34;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.shopping-title .ic3-bag-plus {
  font-size: 26px;
  margin-right: 10px;
}
.btn-box {
  clear: both;
  padding-top: 35px;
  position: relative;
  text-align: center;
}
.btn-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.btn-box.wide-spacing {
  letter-spacing: 15px;
}
.btn-box.wide-spacing * {
  letter-spacing: 0.1em;
}
.warning-sect {
  padding-bottom: 30px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  text-align: right;
  color: #606060;
  font-size: 16px;
  padding: 15px 15px;
  margin: 0px 0 45px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.3s;
}
.breadcrumb li + li:before {
  content: "/ ";
  display: inline-block;
  margin: 0 3px;
}
.breadcrumb li a:hover {
  color: #d39c34;
}
.content-top .breadcrumb {
  background: none;
  float: right;
  color: #bababa;
  padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
  content: "/";
}
.content-top .breadcrumb li + li:before {
  content: "> ";
}
.content-top .breadcrumb li:first-child a:before {
  display: none;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 255px;
  float: left;
}
.has-side .content {
  width: calc(100% - 340px);
  float: right;
}
.side-title {
  color: #fff;
  width: 255px;
  height: 93px;
  font-size: 27px;
  background: url(../../images/common/sidebg.jpg) 50% 50% / contain no-repeat;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  line-height: 93px;
  font-weight: 500;
  letter-spacing: 5px;
}
.side-nav,
.side-nav-top {
  position: relative;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.side-nav > li {
  margin-bottom: 8px;
  box-sizing: border-box;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
}
.side-nav li a,
.side-nav-top li a {
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
  display: block;
  margin-bottom: 2px;
}
.side-nav > li > a {
  color: #545454;
  position: relative;
  padding: 12px 25px 12px 25px;
  line-height: 1.4;
  background-color: #fcfbf8;
  transition: all 0.3s;
  border-radius: 8px;
  margin-bottom: 0;
}
.side-nav-top > li > a {
  position: relative;
  padding: 5px 10px 5px 25px;
  line-height: 1.4;
  transition: all 0.3s;
  background-color: transparent;
  color: #555555;
  font-size: 20px;
  transition: all 0.3s;
}
.side-nav-top > li > a:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555555;
  position: absolute;
  left: 9px;
  top: 14px;
  transition: all 0.3s;
}
.side-nav-top > li a:hover {
  color: #d39c34;
}
.side-nav-top > li a:hover:before {
  background: #d39c34;
}
/******/
.side-nav > li.has-child > a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #4b503f;
  border-width: 2px 2px 0 0;
  position: absolute;
  display: block;
  top: 20px;
  right: 15px;
  transition: all 0.5s;
  transform: rotate(135deg);
}
.side-nav > li.has-child.active > a:before,
.side-nav > li > a:hover:before {
  transform: rotate(-45deg);
  border-color: #fff;
  top: 22px;
}
.side-nav ul {
  display: none;
}
.side-nav ul {
  background: #fff;
  padding: 15px 0;
  border-bottom: 5px solid #d39c34;
}
.side-nav ul ul {
  padding-bottom: 10px;
  border: unset;
}
.side-nav > ul li a {
  color: #545454;
  padding: 8px 10px 8px 36px;
}
.side-nav > li.active {
  border-radius: 10px 10px 10px;
}
.side-nav > li:hover {
  border: 1px solid #d39c34;
  border-radius: 10px 10px 10px;
}
.side-nav > li.has-child.active {
  border: 1px solid #d39c34;
  border-radius: 10px 10px 0 0;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
  background: #d39c34;
  color: #fff;
}
.side-nav ul > li a:hover,
.side-nav ul > li.active > a {
  color: #d39c34;
  transition: all 0.3s;
  text-decoration: underline;
}
.side-nav ul li a {
  padding: 5px 25px;
  font-size: 18px;
}
.side-nav ul li li a {
  padding: 3px 25px;
  padding-left: 35px;
  font-size: 18px;
  position: relative;
}
.side-nav ul > li li a:hover,
.side-nav ul > li li.active > a {
  text-decoration: unset;
  color: #bfa55b;
}
.side-nav ul li li a::before {
  content: "-";
  position: absolute;
  top: 1px;
  left: 22px;
  margin: 0;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.footer-top {
  font-size: 16px;
  color: #444444;
  padding: 130px 0 70px;
  letter-spacing: 0;
  background: #fff;
  position: relative;
}
.footer-top a {
  transition: all 0.3s;
}
.footer-top a:hover {
  color: #bca354;
}
.footer-top .row {
  margin: 0 0px;
  padding: 0;
  position: static;
}
.footer-top .col {
  float: left;
  min-height: 180px;
  padding: 0 20px;
}
.footer-top .col1 {
  border-left-width: 0;
  max-width: 767px;
}
.footer-top .col2 {
  width: 150px;
  position: absolute;
  bottom: -115px;
  right: 0;
  height: unset;
  min-height: unset;
  z-index: 2;
  float: none;
  text-align: right;
}
.footer-top .col3 {
  width: 40%;
  float: right;
  border-right-width: 0;
}
.footer-title {
  display: none;
}
.footer-title.privacy-txt {
  margin: 20px 0;
}
.footer-title.privacy-txt a {
  display: block;
  padding-top: 3px;
  font-size: 14px;
}
.footer-title .ic {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #d39c34;
  border-radius: 4px;
}
.footer-top .map-box {
  height: 150px;
  border: 1px solid #aaa;
  margin-top: 40px;
}
.site-map {
  font-size: 16px;
  letter-spacing: 30px;
  text-align: right;
}
.site-map ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  text-align: left;
}
.site-map ul li {
  margin: 0px 0 8px;
}
.site-map ul li a {
  display: inline-block;
  padding: 0px 5px 0px;
  position: relative;
}
.follow {
  margin-bottom: 90px;
  text-align: center;
  padding: 20px 0;
}
.qrcode {
  display: inline-block;
}
.site-info {
  line-height: 2;
  letter-spacing: 1px;
  padding-left: 240px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.site-info::before {
  content: "";
  background: url(../../images/common/f_logo.svg) 50% 50% / contain no-repeat;
  width: 180px;
  height: 190px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -25px;
}
.site-info span {
  font-size: 13px;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
.footer-bottom {
  background: #d39c34;
  font-size: 13px;
  color: #fff;
  text-align: left;
  padding: 18px 0;
  letter-spacing: 1px;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom .privacy-txt {
  border-right: 1px solid #ffffff8d;
  padding: 0 10px 0;
  margin: 0 10px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  display: none;
  position: absolute;
  right: 140px;
  top: 0;
  margin-right: 0;
  z-index: 400;
}
.floating .btn.gocart {
  display: block;
  margin: 0 auto 5px;
  background: url("../../images/common/gocart.svg") no-repeat;
  width: 60px;
  height: 60px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
}
.no-svg .floating .btn.gocart {
  background-image: url("../../images/common/gocart.png");
}
.floating .btn.gocart:hover {
  background-position: 0 100%;
  color: #fff;
}
.floating .ibtn.gotop {
  width: 38px;
  height: 200px;
  line-height: 38px;
  white-space: unset;
  text-indent: unset;
  color: #333333;
  font-size: 17px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: right;
  letter-spacing: 5px;
  position: relative;
  transition: all 0.3s;
}
.floating .ibtn.gotop :hover {
  color: #d39c34;
}
.floating .ibtn.gotop::before {
  position: absolute;
  display: block;
  left: 21px;
  top: -120px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80px;
  background-color: #898989;
  opacity: 0.5;
  box-sizing: border-box;
  content: "";
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, border-color;
}
.floating .ibtn.gotop:hover::before {
  opacity: 0;
}
.floating .ibtn.gotop::after {
  position: absolute;
  left: 0;
  margin: auto;
  left: 21px;
  top: 0;
  display: block;
  width: 1px;
  height: 80px;
  border-radius: 50px;
  content: "";
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #d39c34;
  -moz-transform: translateY(-80px);
  transform: translateY(-80px);
}
.floating .ibtn.gotop:hover::after {
  -moz-transform: translateY(0px);
  transform: translateX(0px);
}
/*------------ / floating ------------*/
/*------------ 側邊選單 ------------*/
.side-share {
  padding: 10px 0;
  padding-right: 15px;
  position: fixed;
  right: 0;
  color: #444444;
  font-weight: 600;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px #29292919;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  width: 80px;
  height: fit-content;
  z-index: 1000;
  bottom: calc(50% - 150px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
  justify-content: center;
  z-index: 400;
  visibility: unset !important;
}
.side-share .list-inline > li {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.side-share .list-inline > li + li:before {
  content: "";
  width: 43px;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 7px;
  top: 1px;
}
.side-share .list-inline > li a {
  transition: all 0.3s;
}
.side-share .list-inline > li a:hover {
  color: #bca354;
}
.side-share .list-inline > li > .s-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.side-share .list-inline > li > .s-box .s-txt {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
}
.side-share .nut {
  color: #d39c34;
  font-size: 18px;
  width: 50px;
  text-align: center;
  display: block;
  left: 3px;
  position: relative;
  text-align: center;
}
/*------------ 側邊選單 ------------*/
/*------------ pagination ------------*/
.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li a {
  font-family: "Noto Serif TC", serif;
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #787878;
  font-size: 16px;
  padding: 0 5px;
  margin: 0 2px;
  border-radius: 20px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
  background: #d39c34;
  color: #fff;
}
.pagination li a.controls {
  padding: 0;
  font-size: 22px;
  color: #a9a9a9;
  line-height: 32px;
}
.pagination li a.controls:hover {
  color: #d39c34;
  background: none;
}
.page-info {
  display: none;
}
.page-info .form-control {
  height: 26px;
  line-height: 26px;
  border: 1px solid #ddd;
  margin: 0;
  background: none;
}
.page-info .form-control:focus {
  border-color: #d39c34;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
  text-align: center;
  color: #777;
  font-size: 18px;
  position: relative;
  margin: 0 0 30px;
}
.reminder span {
  color: #c52b2b;
}
.reminder b {
}
.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}
.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #d39c34;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  color: #666;
  border: 1px solid #ddd;
  position: absolute !important;
  z-index: 0;
  top: 0;
  border-radius: 0;
}
.qty-box .btn:hover {
  border-color: #d39c34;
  background: #d39c34;
  color: #fff;
  z-index: 2;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.main-content.cart-two .qty-box {
  width: auto;
  padding: 0px;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.form-control:focus {
  outline: none;
  background: #f4f4f4;
  border: 1px solid #333;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: auto;
}
.static-control {
  line-height: inherit;
  color: #444;
  font-size: 16px;
  margin: 0 0 6px;
  padding: 0 5px;
}
.form-wrap {
  margin: 0 auto;
}
.form-wrap.type2 {
  margin: 30px auto 0;
  max-width: 900px;
}
.form-wrap .btn-box {
  margin: 0 auto;
  max-width: 900px;
}
.form-box {
  margin: 0 auto;
}
.form-box .row {
  margin: 0 -24px;
  position: relative;
}
.form-box .row:before {
  content: "";
  border-left: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
.form-box .required {
  position: relative;
}
.form-box .required:before {
  content: "＊";
  color: #c52b2b;
}
.form-box .form-group {
  padding: 4px 0;
  line-height: 36px;
}
.form-box .control-label {
  display: block;
  font-size: 17px;
  color: #333;
  line-height: inherit;
}
.form-box .control-box {
  position: relative;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  max-width: 280px;
}
.form-box .captcha a {
  display: inline-block;
  vertical-align: top;
  color: #d39c34;
  font-size: 20px;
  line-height: inherit;
  margin-left: 5px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.arrival-box .captcha a {
  vertical-align: top;
  margin-top: -6px;
}
.form-box .captcha a:hover {
  color: #ccc;
}
.form-box .captcha a * {
  vertical-align: middle;
}
.form-box .captcha a .ic {
  transition: transform 0.3s;
}
.form-box .captcha a:hover .ic {
  transform: rotate(270deg);
}
.form-box .name .control-box {
  position: relative;
}
.form-box .name .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.form-box .name .radio-box label {
  display: inline-block;
  margin-bottom: 0;
}
.form-box .name2 .control-box {
  padding-right: 150px;
}
.form-box .name2 .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-box .name2 .radio-box label {
  margin-bottom: 0;
}
.form-box .tips {
  line-height: 1.2;
  margin-bottom: 6px;
  color: #d39c34;
  font-size: 13px;
  padding: 0 5px;
}
.form-wrap.type1 .tips {
  min-height: 36px;
  line-height: 18px;
}
.form-box .input-group {
  margin: 0 -3px;
}
.form-box .input-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-box .input-group .input-box {
  float: left;
  width: 50%;
  padding: 0 3px;
  box-sizing: border-box;
}
.form-box .input-group .form-control {
  display: inline-block;
}
.form-box .name .control-box {
  position: relative;
}
.form-box .name .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.form-box .name .radio-box label {
  display: inline-block;
  margin-bottom: 0;
}
.form-box .address .input-box:last-child {
  width: 100%;
}
.form-box .address2 .input-box {
  width: 22%;
}
.form-box .address2 .input-box:last-child {
  width: 56%;
}
.form-radio,
.form-checkbox {
  display: inline-block;
  position: relative;
}
.form-radio input[type="radio"],
.form-checkbox input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  visibility: hidden;
  outline: 0;
  z-index: 3;
  width: 20px;
  height: 20px;
}
.form-radio:before,
.form-checkbox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: 50% 0 / 100% auto no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 0 3px;
}
.form-radio:before {
  background-image: url("../../images/common/form_radio.svg");
}
.no-svg .form-radio:before {
  background-image: url("../../images/common/form_radio.png");
}
.form-checkbox:before {
  background-image: url("../../images/common/form_checkbox.svg");
}
.no-svg .form-checkbox:before {
  background-image: url("../../images/common/form_checkbox.png");
}
.form-radio.checked:before,
.form-checkbox.checked:before {
  background-position: 0 100%;
}
.success-wrap {
  background: #ffffff;
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
  padding: 4% 35px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.success-box {
  text-align: center;
  line-height: 2;
}
.success-msg {
  background: unset;
  color: #d39c34;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.5;
  margin: 0 auto 15px;
}
.no-svg .success-msg {
  background: unset;
}
.success-txt {
  line-height: 1.7;
  color: #333;
  padding-bottom: 10px;
}
.success-txt strong {
  color: #444;
  font-size: 15px;
}
.success-txt a {
  text-decoration: underline;
  color: #c52b2b;
}
.success-txt a:hover {
  text-decoration: none;
}
.success-wrap .btn-box {
  max-width: 700px;
  margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
  border-top: 1px solid #dcdcdc;
  color: #333;
}
.table-h td {
  padding: 10px 6px;
  line-height: 1.4;
  text-align: center;
  min-width: 76px;
}
.table-h .btn-holder {
  min-width: 30px;
}
.table-h thead {
  border-bottom: 1px solid #dcdcdc;
}
.table-h thead th {
  color: #777;
  font-weight: 500;
  padding: 12px;
  color: #333;
}
.table-h tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.table-h .align-left {
  text-align: left;
}
.table-h .field-txt {
  max-width: 200px;
}
.table-h a {
  display: inline-block;
  vertical-align: middle;
}
.table td span {
  color: #8b8b8b;
}
.table-v {
  color: #333;
  font-size: 16px;
}
.table-v tr:nth-child(2n) {
  background: #f7f7f7;
}
.table-v th,
.table-v td {
  padding: 12px 20px;
  vertical-align: middle;
}
.table-v th {
  text-align: left;
  width: 105px;
  font-weight: 600;
  position: relative;
}
.table-v th:after {
  content: "";
  display: block;
  border-left: 1px solid #d39c34;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.table-v strong {
  color: #d39c34;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
  background: url(../../images/common/lightbox_close.svg) no-repeat;
  width: 70px;
  height: 30px;
  right: 10px;
  top: -36px;
}
.no-svg body .fancybox-close {
  background-image: url(../../images/common/lightbox_close.png);
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
body .fancybox-skin {
  background: #ccc;
  border-radius: 0;
  margin-top: 40px;
  border-radius: 10px;
}
body .fancybox-inner {
  background: #f7f7f7;
  border-radius: 10px;
}
.lightbox-wrapper {
  padding: 25px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.login-box .lightbox-title {
  color: #d39c34;
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
  margin: 0 0 15px;
  text-align: center;
}
.no-svg .login-box .lightbox-title {
  /* background-image: url('../../images/common/login_ic.png'); */
}
.lightbox-wrapper .control-label {
  display: none;
}
.login-box .notice-box .title {
  float: left;
  background: url("../../images/common/join_ic.svg") 0 100% no-repeat;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0 0 45px;
  margin: 5px 0 0 80px;
}
.no-svg .login-box .notice-box .title {
  background-image: url("../../images/common/join_ic.png");
}
.login-box .notice-box .txt {
  color: #777;
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  margin-left: 240px;
  padding-left: 30px;
}
.login-box .success-box + .btn-box {
  max-width: 700px;
  margin: 0 auto;
}
.arrival-box {
  position: relative;
}
.arrival-box .form-control {
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  border-color: #d39c34;
  background: none;
}
.arrival-box .form-control:focus {
  background: #fff;
}
.arrival-box .pd-name {
  color: #d39c34;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  /* background: url(../../images/common/products/arrival_ic.svg) 50% 0 no-repeat; */
  padding-top: 50px;
  margin: 0;
}
.no-svg .arrival-box .pd-name {
  /* background-image: url('../../images/common/products/arrival_ic.png') */
}
.arrival-box .pd-id {
  color: #aaa;
  font-size: 14px;
  text-align: center;
}
.arrival-box .form-box {
  padding: 15px 0;
}
.arrival-notice {
  color: #777;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
}
.arrival-box .btn-box {
  padding-top: 0;
}
/*------------ / lightbox ------------*/
/*------------ / 購物時登入燈箱 ------------*/
.shopping_way.hot.fixed {
  margin: 4px 0 -3px;
  color: #333;
}
.cart_login_box {
  height: auto;
  overflow: hidden;
}
.lightbox-wrapper.login-box.cart {
  /* width: 100%; */
}
.cart-login.col {
  width: 50%;
  position: relative;
  float: left;
  padding: 10px;
}
.cart-login.col.col1 {
  right: 10px;
}
.cart-login.col.col1 .form-box .captcha a {
  margin: 0px;
}
.cart-login.col {
  border-right: 1px solid #dadada;
  padding: 0 10px;
}
.cart-login.col:nth-child(2) {
  border: none;
}
.cart-login.col.col2 {
  padding: 30px;
}
.cart-login.col.col2 .btn-box {
  padding-top: 85px;
}
.cart-login .main-title {
  color: #404040;
  font-size: 18px;
  padding: 10px 0 25px;
}
.cart-login .fb-login-button {
  height: 40px;
}
.cart-login .btn-box {
  padding: 0px;
}
.btn.simple.cart {
  background: #d39c34;
  max-width: 100px;
  width: 50%;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.1em;
  border-radius: 8px;
  position: relative;
  margin: 0 2px 10px;
  display: inline-block;
}
.btn.simple.cart:hover {
  background: #51b784;
}
.btn.simple.cart2 {
  background: #046792;
}
.btn.simple.cart2:hover {
  background: #51b784;
}
.cart.bth {
  display: block;
  width: 100%;
}
.cart_login_box .form-box.cart_txt {
  text-align: center;
}
.lightbox-wrapper.login-box .notice-box {
  margin-top: 0px;
  padding: 0px;
  border-radius: 0;
}
.lightbox-wrapper.login-box .notice-box .title {
  background: none;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0 20px;
  text-align: center;
  float: none;
}
.lightbox-wrapper.login-box .notice-box .txt {
  margin: 0px;
  padding: 0px;
  border: none;
}
.cart_login_box .lightbox-wrapper {
  padding: 30px;
  max-width: 100%;
  /*width: 800px;*/
}
.cart_login_box .btn.normal2 {
  color: #fff;
  font-size: 17px;
  padding: 5px;
  width: 150px;
  height: 40px;
  background: #d39c34;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid #d39c34;
  /*display: block;*/
  line-height: 30px;
}
.cart_login_box .btn.normal2:hover {
  background: #ba882a;
  border-color: #ba882a;
}
.cart_login_box .btn.pure {
  color: #666;
  line-height: 30px;
  margin: 0 5px 5px;
}
.cart_login_box .btn-box {
  margin: 15px 0;
}
.cart_login_box .btn.normal2.send {
  margin-bottom: 20px;
}
.cart_login_box .btn.normal2.send,
.cart_login_box .btn.normal2 {
  margin-bottom: 5px;
}
.cart_login_box .go-login {
  margin: 10px 0 20px;
}
/*------------ / 購物時登入燈箱 ------------*/
.mmenu-show #mobile-fixed .logo-fixed-menu {
  font-size: 17px;
  width: 200px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
  background: #d39c34;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
  border-bottom-color: #d39c34;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
  border-color: #d39c34;
  top: 15px;
}
.mmenu-show #mobile-menu .side-nav > li > a,
.mmenu-show #mobile-menu .content-nav > li > a {
  font-size: 17px;
}
.mmenu-show #mobile-menu .side-nav ul li a,
.mmenu-show #mobile-menu .content-nav ul li a {
  font-size: 17px;
}
.mmenu-show #mobile-menu .side-nav li,
.mmenu-show #mobile-menu .content-nav li {
  border: unset;
  border-radius: 0;
}
.mmenu-show #mobile-menu .side-nav-top > li > a {
  font-weight: 600;
}
.mmenu-show #mobile-menu .menu li a {
  color: #333;
  font-weight: 600;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #d39c34;
}
.mmenu-show #mobile-menu .side-nav ul li li a::before {
  display: none;
}
.mmenu-show #mobile-menu .side-nav ul li li {
  padding-left: 15px;
}
.mmenu-show #mobile-menu .share .btn .ic {
  vertical-align: middle;
}
.mmenu-show #mobile-menu .language-menu {
  background: #d39c34;
  color: #ffffff;
}
.mmenu-show #mobile-fixed .qty {
  background: #c52b2b;
  font-size: 16px;
  font-family: "Noto Serif TC", serif;
}
/*--- 歐盟文字 ---*/
.header-sheet {
  position: fixed;
  max-width: 100%;
  bottom: 43px;
  left: 10px;
  width: 320px;
  padding: 20px 25px 20px 15px;
  height: auto;
  text-align: left;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  color: #444;
  border-radius: 8px;
  border: solid 1px #d39c34;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 15px;
}
.header-sheet .close-ontop {
  color: #000;
  opacity: 1;
  font-size: 2.4rem;
  position: absolute;
  right: -14px;
  top: 13px;
  transform: translateY(-50%);
  font-weight: 100;
}
button.close-ontop {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: 0;
}
.close-ontop {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.header-sheet a {
  color: #d39c34;
  font-weight: bold;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 1000px) {
  .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 401;
    font-size: 14px;
    padding: 40px 0 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
  }
  .header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
  }
  button.close-ontop {
    padding: 0px;
  }
  .close-ontop {
    float: none;
  }
  body #keyreply-container {
    bottom: 10%;
  }
  .header-active #keyreply-container {
    bottom: 0%;
    transition: all 0.7s;
  }
  .header-fixed .header-sheet {
    display: block;
  }
}
@media screen and (max-width: 1750px) {
  /*------------ floating 1600 ------------*/
  .footer-top .col3 {
    padding-right: 120px;
  }
  .footer-top .col3 {
    padding: 0;
    padding-right: 120px;
    max-width: 480px;
    width: 100%;
  }
  .floating,
  .floating.fancybox-margin {
    right: 100px;
  }
  .site-map {
    letter-spacing: 10px;
  }
  /*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1440px) {
  .banner img {
    border-radius: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1370px) {
  .site-title {
    padding: 55px 0 17px;
  }
  .site-title .logo {
    width: 270px;
  }
  .site-nav .menu > li {
    padding: 0 2px;
  }
  .site-nav .menu > li > a {
    letter-spacing: 1px;
  }
  /*------------ site_footer 1370 ------------*/
  .site-nav .menu > li > a {
    padding: 5px 5px 30px;
  }
  /*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1280px) {
  /*------------ site_footer 1280 ------------*/
  .footer-top {
    padding: 110px 0 70px;
  }
  .footer-top .row {
    position: static;
    max-width: 767px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-top .col {
    min-height: unset;
  }
  .footer-top .col1 {
    width: 100%;
    margin-bottom: 55px;
    display: flex;
    justify-content: center;
  }
  .footer-top .col3 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .site-map {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .site-nav .menu > li > a {
    padding: 5px 2px 30px;
    font-size: 17px;
  }
  .site-title .logo {
    width: 230px;
  }
  .site-nav {
    margin-left: 140px;
  }
  .header-fixed .site-title .logo {
    width: 150px;
  }
  .header-fixed .site-nav {
    margin-left: 160px;
  }
  .header-fixed .func-menu > li.gocart > a {
    width: 90px;
  }
  .side {
  }
  .has-side .content {
  }
}
@media screen and (max-width: 1000px) {
  /*手機板*/
  .wrapper {
    padding-top: 40px;
    background: url(../../images/common/index/sect1_bg-mo.jpg) repeat;
  }
  .site-header,
  .header-fixed .site-header {
    height: 78px;
    position: static;
  }
  .qty-box .form-control,
  .qty-box .btn {
    line-height: 25px;
    height: 25px;
  }
  .btn.simple,
  .btn.normal,
  .btn.normal.send,
  .btn.simple2 {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding: 0 5px;
    min-width: inherit;
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  .btn.normal {
    width: 45%;
  }
  .btn.simple2 .ic3-angle-double-right,
  .btn.simple2 .ic3-angle-double-left {
    margin-top: 1px;
    vertical-align: text-top;
  }
  .btn.back {
  }
  .arrival-box textarea.form-control {
    height: 50px;
    margin-bottom: 0;
  }
  .form-wrap.type2 {
    margin: 15px auto 0;
    max-width: 900px;
  }
  .table-v {
    font-size: 16px;
  }
  /*------------ site_header 1000 ------------*/
  .site-title .logo {
    width: 280px;
    height: 48px;
  }
  .site-title {
    float: none;
    text-align: center;
    padding: 15px 0;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site_main 1000 ------------*/
  .container {
    padding: 0 20px;
  }
  .main-content {
    padding-bottom: 80px;
  }
  .main-title {
    font-size: 27px;
    padding: 20px 0 25px;
  }
  /*------------ / site_main 1000 ------------*/
  /*------------ site_footer 1000 ------------*/
  .footer-bottom {
    padding: 18px 0 90px;
    text-align: center;
  }
  .footer-bottom .copyright {
    display: block;
  }
  .footer-title {
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  .footer-top {
    padding: 55px 0;
  }
  .footer-top .container {
    text-align: center;
  }
  .footer-top .col {
    width: auto;
    float: none;
    clear: both;
    padding-bottom: 5px;
    min-height: inherit;
    margin: 0 auto;
    padding: 0;
  }
  .footer-top .map-box {
    margin: 0;
  }
  .site-info {
    padding: 0;
    text-align: left;
  }
  .site-info::before {
    position: relative;
    margin: 0 auto 25px;
    display: block;
    width: 150px;
    height: 158px;
    top: unset;
  }
  .footer-top .col3,
  .footer-top .col2 {
    display: none;
  }
  .share {
    display: none;
  }
  /*------------ / site_footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .floating,
  .floating.fancybox-margin {
    background: none;
    right: 50%;
    bottom: 5px;
    margin-right: -15px;
  }
  .floating .btn.gocart {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    border: 0;
  }
  /*------------ / floating 1000 ------------*/
  .warning-sect {
    margin-top: 20px;
    padding: 10px 0;
  }
  .follow {
    margin-top: 15px;
    padding: 15px 0;
    margin-bottom: 50px;
  }
  .qrcode {
    display: inline-block;
    margin-bottom: 15px;
  }
  .breadcrumb {
    text-align: center;
    padding: 3px 5px;
    margin: 5px 0;
  }
  /*------------ table 900 ------------*/
  .table-h td {
    min-width: 40px;
  }
  /*------------ / table 900 ------------*/
  /*------------ floating 900 ------------*/
  .floating,
  .floating.fancybox-margin {
    background: none;
    right: 50%;
    bottom: 5px;
    margin-right: -15px;
    position: fixed;
    bottom: 55px;
    top: unset;
  }
  .floating .ibtn.gotop::before,
  .floating .ibtn.gotop::after {
    display: none;
  }
  .floating .btn.gocart {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat !important;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 0;
  }
  .floating .ibtn.gotop:hover {
    background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
  }
  .side-share {
    font-size: 16px;
  }
  .side-share {
    bottom: 0;
    width: 100%;
    padding: 0px 0;
    padding-right: 0;
    border-radius: 0;
    display: block;
    text-align: center;
  }
  .side-share .side-share-link {
    display: flex;
    justify-content: space-around;
  }
  .side-share .list-inline > li {
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    width: 33.3%;
  }
  .side-share .list-inline > li + li:before {
    width: 1px;
    left: 0;
    top: 10px;
    height: 30px;
  }
  .side-share .list-inline > li > .s-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .side-share .list-inline > li > .s-box .s-txt {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
    letter-spacing: 1px;
  }
  .side-share .nut {
    width: 30px;
  }
  .content-top {
    margin-bottom: 30px;
  }
  .content-title {
    font-size: 17px;
    padding: 5px 0;
    padding-top: 22px;
  }
  .btn-box {
    padding: 15px 0 15px;
    text-align: center;
  }
  .main-content {
    padding-bottom: 5px;
  }
  .reminder {
    margin-bottom: 12px;
  }
  .form-box .control-label {
    line-height: 1.75;
  }
  .btn.pure {
    margin-bottom: 5px;
  }
  .content-title:after {
    display: none;
  }
  .content-title2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /*------------ / site_main 767 ------------*/
  /*------------ breadcrumb 767 ------------*/
  .content-top .breadcrumb {
    float: none;
  }
  /*------------ / breadcrumb 767 ------------*/
  /*------------ pagination 767 ------------*/
  .page-info {
    display: block;
    padding: 0 40px;
  }
  .pagination {
    position: relative;
    height: 0;
  }
  .pagination li a {
    display: none;
  }
  .pagination li a.controls {
    display: block;
    position: absolute;
    bottom: -25px;
  }
  .pagination li a.prev {
    left: 0;
  }
  .pagination li a.next {
    right: 0;
  }
  /*------------ / pagination 767 ------------*/
  /*------------ form 767 ------------*/
  .form-title {
    font-size: 16px;
  }
  .form-box .row:before {
    display: none;
  }
  .form-box .col {
    width: 100%;
  }
  .form-box .name2 .control-box {
    padding: 0;
  }
  .form-box .name2 .radio-box {
    bottom: 100%;
  }
  .form-box .address2 .input-box {
    width: 50%;
  }
  .form-box .address2 .input-box:last-child {
    width: 100%;
  }
  .form-wrap .form-box .tips {
    min-height: 0;
  }
  .success-wrap {
    padding: 15px;
  }
  .success-msg {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .form-box .name .radio-box {
    line-height: 1.6;
  }
  /*------------ / form  ------------*/
  /*------------ table  ------------*/
  .table-h {
    border-top: 1px dashed #bbb;
  }
  .table-h thead {
    display: none;
  }
  .table-h tr,
  .table-h td {
    display: block;
    text-align: left;
  }
  .table-h td + td {
    border-left: 0;
  }
  .table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color: #aaa;
    font-size: 14px;
  }
  .table-h tr {
    padding: 5px 0;
    position: relative;
  }
  .table-h td {
    padding: 0px;
    line-height: 1.7;
  }
  .table-h .field-txt {
    max-width: unset;
  }
  /*------------ / table 767 ------------*/
  /*------------ lightbox 767 ------------*/
  .login-box .notice-box {
    padding: 5px;
    text-align: center;
  }
  .login-box .notice-box .title {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .login-box .notice-box .txt {
    border-width: 1px 0 0;
    margin: 5px 0 0;
    padding: 5px 0 0;
  }
  /*------------ / lightbox 767 ------------*/
  .static-control {
    font-size: 14px;
    line-height: 1.7;
  }
  .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: "icon-font" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .ibtn.search {
    position: relative;
    z-index: 99;
  }
  .desktop {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .arrival-box .pd-name,
  .no-svg .arrival-box .pd-name {
    background-image: none;
    padding-top: 5px;
    font-size: 22px;
  }
  .arrival-box .form-box {
    padding: 5px 0;
  }
  .no-svg .login-box .lightbox-title,
  .login-box .lightbox-title {
    background: none;
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lightbox-wrapper.login-box .notice-box .title {
    margin-bottom: 10px;
  }
  .cart-login.col {
    width: 100%;
    float: none;
    border: none;
  }
  .cart_login_box .btn.normal2.send,
  .cart_login_box .btn.normal2 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
  }
  .cart_login_box .lightbox-wrapper {
    padding: 10px;
  }
  .cart-login.col.col1 {
    right: 0;
  }
  .cart-login.col.col2 {
    padding: 5px;
  }
  .cart-login.col.col2 .btn-box {
    padding-top: 5px;
  }
  /*------------ lightbox 500 ------------*/
  .lightbox-wrapper {
    padding: 10px;
  }
  .login-box .main-title {
    padding-top: 0;
  }
  .login-box .main-title span {
    font-size: 14px;
  }
  .login-box .success-msg {
    font-size: 14px;
  }
  /*------------ / lightbox 500 ------------*/
  /*------------ table 500 ------------*/
  /* .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }*/
  .table-v tr:nth-child(n) {
    background: none;
  }
  .table-v th {
    border: 0;
  }
  .btn.simple i,
  .btn.normal i,
  .btn.normal.send i {
    display: none;
  }
  .table-v th,
  .table-v td {
    padding: 5px;
  }
  /*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
  /*------------ form 400 ------------*/
  .form-box .form-group .input-box {
    width: 100%;
  }
  /*------------ / form 400 ------------*/
  /*------------ btn 400 ------------*/
  .btn.simple {
    margin: 0 auto 5px;
  }
  /*------------ / btn 400 ------------*/
  .mmenu-show #mobile-fixed .logo-fixed-menu {
    width: 150px;
  }
}
/*暫時隱藏*/
@media screen and (min-width: 1000px) {
  .new_menu {
    display: none !important;
  }
}
/*!暫時隱藏*/
/*------------ / LINE 登入按鈕 ------------*/
.LINE-login-button a {
  width: 250px;
  height: 40px;
  background: #00c300;
  border-radius: 6px;
  display: flex;
  margin: auto;
  transition: all 0.3s ease;
}
.LINE-login-button a .LINE-icon {
  background: url(../../images/common/line-icon.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: 31px 30px;
  background-position: center;
  border-right: 1px solid #00b300;
  transition: all 0.3s ease;
}
.LINE-login-button a .LINE-text {
  font-size: 14px;
  font-weight: 600;
  width: 210px;
  color: #fff;
  text-align: center;
  line-height: 39px;
}
.LINE-login-button a:hover {
  background: #00e000;
}
.LINE-login-button a:hover .LINE-icon {
  border-right: 1px solid #00c900;
}
.LINE-login-button a:focus {
  background: #00e000;
}
.LINE-login-button a:focus .LINE-icon {
  border-right: 1px solid #00c900;
}
.LINE-login-button a:active {
  background: #00b300;
}
.LINE-login-button a:active .LINE-icon {
  border-right: 1px solid #009800;
}
.LINE-login-button a:disabled {
  background: #c6c6c6;
}
.LINE-login-button a:disabled .LINE-icon {
  border-right: 1px solid #b5b5b5;
}
/*!------------ / LINE 登入按鈕 ------------*/
