@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/*------------ basic ------------*/
body {
  font-family: "Noto Sans TC", Arial, "文泉驛正黑", "WenQuanYi Zen Hei",
    "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑",
    "メイリオ", "맑은 고딕", sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 1px;
}
.wrapper {
  position: relative;
  background: #fbf8f3;
}
.container {
  padding: 0 15px;
  max-width: 1310px;
}
.has-bg {
  background: #fcfbf8;
  margin: -25px 0 0 0;
}
.list-h > li a,
.list-h .item a,
.list-v li a {
  display: inline-block;
  position: static;
}
h3.name {
  margin: 0;
}
/**/
.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 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s 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);
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.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 #9e7a4e;
  letter-spacing: 0;
}
.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;
}
.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: #9e7a4e;
  font-weight: bold;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-position: under;
}
/*---! 隱私權 ---*/
/*-----back-btn-----*/
.btn.back {
  color: #333333;
  font-weight: normal;
  transition: all 0.3s;
  background: #9e7a4e;
  color: #fff;
  border: unset;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 0 50px;
}
.btn.back i {
}
.btn.back:hover {
  background: #b28e62;
}
/*-----style01-btn-----*/
.btn.style01 {
  transition: all 0.3s;
  font-size: 23px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 3px;
  background: #9e7a4e;
  border-radius: 0px;
  transition: all 0.2s;
  position: relative;
  margin: 0 auto;
  display: block;
  line-height: 44px;
}
.btn.style01:hover {
  background: #b28e62;
}
.btn.style01 i {
  vertical-align: middle;
  display: inline-block;
}
.btn.style01.nobuy {
  background: #b4b4b4;
  cursor: not-allowed;
}
.btn.style01.nobuy i {
  background-position: 0 100%;
}
.btn.style01.bg2 {
  background: #fd960b;
}
.btn.style01.bg3 {
  background: #b4ce59;
}
.btn.style01.submit {
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
/*-----style02-btn-----*/
.btn.style02 {
  color: #666666;
  line-height: 1.2;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 38px;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 23px;
  margin: 0 3px 10px;
}
.btn.style02 i {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.btn.style02:hover {
  transition: all 0.2s;
  background: #9e7a4e;
  border: 1px solid #9e7a4e;
  color: #fff;
}
.btn.style02:hover i {
  color: #fff;
}
.btn.style02 i.paid {
  width: 18px;
  height: 18px;
  background: url("../../images/common/paid_ic.png");
}
.btn.style02:hover i.paid {
  background-position: 0 100%;
}
/*-----style03-btn-----*/
.btn.style03 {
  background: #f9f9f9;
  line-height: 28px;
  border-radius: 5px;
  color: #6a6a6a;
  font-size: 15px;
  border: 1px solid #dddddd;
  transition: all 0.2s;
  padding: 0 20px;
}
.btn.style03 i {
  color: #8dc220;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 5px 0;
}
.btn.style03:hover {
  color: #fff;
  background: #8dc220;
  transition: all 0.2s;
}
.btn.style03:hover i {
  color: #fff;
}
/*-----style04-btn-----*/
.btn.style04 {
  background: #8dc220;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  transition: all 0.2s;
  padding: 0 12px;
  margin: 0 15px;
}
.btn.style04:hover {
  background: #6a6a6a;
  transition: all 0.2s;
}
/*---- btn-box ----*/
.btn-box {
  clear: both;
  padding: 40px 0 0 0;
  position: relative;
  text-align: center;
}
.btn-box.align-left {
  text-align: left;
}
.btn-box.has-border {
  padding: 25px 0;
}
.btn-box.dib .btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 0 10px 10px;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  padding: 0px;
  width: 100%;
  z-index: 300;
  background: #fff;
  border-top: 5px solid #c5a073;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.site-header .container {
  max-width: 1310px;
}
.site-title {
  float: left;
  padding: 35px 0 21px;
  transition: all 0.3s ease;
}
.site-title .logo {
  color: transparent;
  background: url(../../images/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 421px;
  height: 80px;
  transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
.header-fixed .site-title .logo {
  width: 285px;
  height: 55px;
  margin: 0;
  position: relative;
}
.header-fixed .site-title {
  padding: 23px 0 18px;
}
.site-nav {
  transition: all 0.3s ease;
}
.header-fixed .site-nav {
  margin-top: 38px;
}
/*------------top-nav ------------*/
.top-nav {
  float: right;
  margin: 0 5px 0 0;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
.top-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.top-nav li {
  margin: 0 -1px;
}
.top-nav > ul > li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 3px 0;
  font-size: 20px;
}
.top-nav > ul > li > a {
  display: block;
  color: #ffffff;
  background: #8dc220;
  line-height: 1.2;
  padding: 11px 14px;
}
/*---- language ----*/
.language {
  color: #c5a073;
  background: transparent;
  position: relative;
}
.language .btn {
  display: block;
  line-height: 2.5;
  padding: 0 10px;
}
.language .btn i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 2px 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c5a073 transparent transparent transparent;
}
.language ul {
  display: none;
  background: #f3f3f3;
  color: #333;
  z-index: 100;
  width: 100%;
  position: absolute;
  padding: 0px 0;
}
.language ul li {
  position: relative;
  display: block;
}
.language li a {
  transition: all 0.3s;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 5px 0;
}
.language ul li a:hover {
  background: #9e7a4e;
  color: #fff;
  transition: all 0.2s;
}
/*---- search-box ----*/
.site-header .search-box {
  position: relative;
  width: 280px;
  background: #f39801;
  box-sizing: border-box;
  padding: 7px 10px 6px;
}
.site-header .search-box .form-control {
  height: 32px;
  line-height: 32px;
  margin: 0;
  border: 0;
  border-radius: 25px;
  background: #fff;
  padding: 0 25px 0 0;
  transition: all 0.1s;
  max-width: 230px;
  padding: 0 15px;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
  transition: all 0.1s;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 8px;
  right: 7px;
}
.search-box:after {
  position: absolute;
  content: "\e930";
  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: #fff;
  top: 8px;
  right: 7px;
  font-size: 27px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
  color: #a2a2a2;
}
.site-header .search-box .form-control::-moz-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
  color: #a2a2a2;
}
.site-header .search-box .form-control::-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
  color: #a2a2a2;
}
.site-header .search-box .form-control::-moz-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
  color: #a2a2a2;
}
.mmenu-show #mobile-search .ibtn.search {
  z-index: 1;
}
.mmenu-show .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;
}
/*------------site-nav ------------*/
.site-nav {
  position: relative;
  margin: 78px -15px 0 0;
  float: right;
}
.site-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.site-nav .menu {
  width: 100%;
  position: relative;
}
.site-nav .menu li {
  position: relative;
}
.site-nav .menu > li:nth-last-child(-n + 3) {
  display: none;
}
.site-nav .menu > li > a {
  transition: all 0.3s;
  text-align: center;
  display: block;
  padding: 0 5px;
  color: #444444;
  font-size: 18px;
  margin: 0 10px;
  letter-spacing: 2px;
}
.site-nav .menu > li > a:hover {
  color: #9e7a4e;
}
.site-nav .menu li ul {
  display: none;
  background: #f3f3f3;
  position: absolute;
  z-index: 600;
  width: 180px;
  top: 24px;
  left: 50%;
  margin: 34px 0 0 -90px;
  box-sizing: border-box;
  padding: 0px;
}
.site-nav .menu > li > a:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  left: -13px;
  border-radius: 50%;
  top: calc(50% - 5px);
  background: #e4e4e4;
}
.site-nav .menu > li:nth-child(1) > a:before {
  display: none;
}
.site-nav .menu li ul .top {
  width: 20px;
  height: 20px;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
  background: #8dc220;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 -15px 0px;
}
.site-nav .menu li ul .ic-arrow {
  transform: rotate(45deg) scale(0.6);
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 2px;
}
.site-nav .menu li ul:before {
  content: "";
  height: 37px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: transparent;
}
.site-nav .menu ul > li + li {
  border-top: 1px solid #dfdfdf;
}
.site-nav .menu ul li a {
  line-height: 1.4;
  padding: 12px 15px 12px;
  display: block;
  position: relative;
  font-size: 15px;
  transition: all 0.3s;
  text-align: center;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
  background: #9e7a4e;
  color: #fff;
}
.site-nav .menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0 0 0 1px;
}
.site-nav .menu ul ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  display: block;
  background-color: transparent;
}
.site-nav .menu ul ul li a {
  line-height: 1.4;
  padding: 12px 15px 12px;
  display: block;
  position: relative;
  font-size: 15px;
  transition: all 0.3s;
  text-align: center;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul ul li a:hover {
  background: #9e7a4e;
  color: #fff;
}
/*------------share------------*/
.share {
  display: inline-block;
}
.share li {
  float: left;
}
.share .btn {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  transition: all 0.3s;
  display: block;
  background: transparent;
  width: 32px;
  height: 32px;
  display: block;
  box-sizing: border-box;
  margin: 0 5px;
}
.share .btn i {
  display: block;
  line-height: 32px;
}
.share .btn:hover {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1);
}
.share .twitter .btn {
  background: #00abf0;
}
.share .google .btn {
  background: #cd3515;
}
.share .youtube .btn {
  background: #aa1317;
  padding: 15px 0 0 0;
}
.share .instagram .btn {
  padding: 18px 0 0 0;
  background: #a17359;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
  position: relative;
  padding: 141px 0 0;
}
.banner img,
.banner_m img {
  width: 100%;
}
.banner-arrow {
  margin: 40px 0 25px;
  text-align: center;
}
.banner-arrow button {
  border: 0;
  text-align: center;
  background: transparent;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  color: #999999;
  margin: 0 15px;
  position: relative;
  top: -10px;
}
.banner-dot {
  display: inline-block;
}
.banner-dot .slick-dots,
.banner-dot .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
}
.banner-dot .slick-dots li {
  margin: 0 3px;
}
.banner-dot .slick-dots button {
  width: 30px;
  height: 5px;
  margin: 0;
  display: block;
  color: transparent;
  background: #dad4ce;
  top: 0;
}
.banner-dot .slick-active button {
  background: #83705e;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
  position: relative;
}
.main-title {
  line-height: 1.2;
  letter-spacing: 3px;
  color: rgba(158, 122, 78, 0.1);
  position: relative;
  font-size: 80px;
  text-align: center;
  margin: 20px 0 30px;
  padding-bottom: 40px;
  font-family: "Marcellus SC", serif;
  border-bottom: 1px solid #d4d4d4;
}
.main-title-b {
  color: #525252;
  font-family: "Noto Serif TC", serif;
  font-size: 30px;
  margin: 0;
  margin-top: -35px;
  letter-spacing: 4px;
  font-weight: 600;
}
.main-title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 20px;
  background: #9e7a4e;
}
.site-main {
  position: relative;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 20px 0 80px 0;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
}
/*------------ warning ------------*/
.warning-sect {
  display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  position: relative;
  background: url(../../images/common/footer_bg.jpg) repeat-x;
  background-size: contain;
}
.footer-top {
  padding: 90px 0 70px;
}
.footer-top .container {
}
.footer-top .col {
  float: left;
}
.site-footer .qr-inner {
  margin: 0 15px 0 0px;
}
.site-footer .fb {
  width: 102px;
  height: 102px;
  display: inline-block;
  background: url("../../images/tw/fb.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.site-footer .share {
  float: left;
}
.site-info {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin: 0px 0;
  margin-left: 50px;
  float: left;
  width: 500px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.site-info p {
  margin: 0;
}
.site-info p + p {
  margin: 5px 0 0 0;
}
.site-info p span {
}
.site-info i {
  color: #000000;
  background: #fff;
  width: 34px;
  height: 34px;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 34px;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.site-map {
  float: right;
  color: #fff;
  width: 400px;
}
.site-map ul {
  float: left;
  width: calc((100% / 4) - 0.1px);
  text-align: left;
  box-sizing: border-box;
  padding: 0;
}
.site-map li + li {
  margin-top: 0px;
}
.site-map ul a::before {
  content: "- ";
}
.site-map ul a {
  font-weight: 300;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.site-map ul a:hover {
  color: #ebcfb4;
}
.footer-bottom {
  font-size: 12px;
  color: #ffffff8f;
  line-height: 2;
  text-align: right;
}
.footer-bottom .container {
  padding: 17px 15px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 36%;
  z-index: 290;
}
.floating .gotop {
}
.gotop {
  font-size: 17px;
  font-family: "Marcellus SC", serif;
  text-indent: 0;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-weight: normal;
  color: #535353;
  letter-spacing: 1.5px;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.gotop i {
  display: none;
}
.floating .gotop::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: #535353;
  right: 50%;
  transform: translateX(-50%);
  top: -60px;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.floating .gotop::after {
  content: "";
  width: 1px;
  height: 35px;
  background: #9e7a4e;
  position: absolute;
  bottom: 107px;
  right: 50%;
  transform: translateX(-50%);
  animation: 3000ms ease alternate forwards infinite a06;
}
@-webkit-keyframes a06 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 35px;
    opacity: 1;
  }
  100% {
    height: 0px;
    opacity: 0;
  }
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  color: #8a8a8a;
  font-size: 14px;
  right: 0;
  margin: 0 0 5px 0;
  text-align: right;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0px 5px;
}
.breadcrumb li a:hover {
  color: #cfa068;
}
.main-title-two-small {
  margin-bottom: 60px;
}
.products-breadcrumb {
  text-align: center;
  font-size: 24px;
  color: #525252;
  padding: 0px 0;
  font-weight: normal;
  margin: -10px 0 40px;
}
.products-breadcrumb li:first-child a:before {
  display: none;
}
.products-breadcrumb li + li:before {
  color: #cbcbcb;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side-nav-box {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  background: #8dc220;
  position: relative;
  box-sizing: border-box;
}
.side-nav {
  width: 100%;
  display: table;
}
.side-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url(../../images/common/shadow.png) no-repeat center top;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 1px 0;
}
.side-nav > li {
  float: none;
  display: table-cell;
}
.side-nav > li + li {
  border-left: 1px solid #fff;
}
.side-nav li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}
.side-nav > li > a {
  padding: 12px 23px;
  text-align: center;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,5a7c14+100&0+1,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 254, 253, 0) 1%,
    rgba(90, 124, 20, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 254, 253, 0) 1%,
    rgba(90, 124, 20, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 254, 253, 0) 1%,
    rgba(90, 124, 20, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#5a7c14', GradientType=0);
  /* IE6-9 */
}
.side-nav ul {
  display: none;
}
.side-nav .logout a {
  color: #ffff26;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: bottom;
}
.pagination li a {
  display: block;
  min-width: 28px;
  line-height: 24px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  color: #444444;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.pagination li a:hover,
.pagination li.active a {
  transition: all 0.3s;
  color: #ffffff;
  background: #9e7a4e;
}
.pagination li a.controls {
  margin: 0 15px 2px;
  font-weight: bold;
  border: 0;
}
.pagination li a.controls i {
  margin: 0 10px 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.pagination li a.controls:hover {
  border: 0;
  background: transparent;
  color: #cba679;
}
.page-info {
  display: none;
}
.page-info .form-control {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #999;
  padding: 5px 10px;
  text-align: center;
  margin: auto;
  border-radius: 0;
}
.page-info .form-control:focus {
  outline: none;
  border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
  font-size: 15px;
  color: #666666;
  line-height: 1.65;
  text-align: center;
  margin: 0 0 45px;
}
.reminder.has-border {
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 40px;
}
.reminder strong {
  display: block;
  color: #333333;
  font-size: 24px;
  margin: 0 0 10px;
}
.reminder b {
  border: 2px solid #c5673f;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
/*-----form-detail-----*/
.form-control {
  display: block;
  width: 100%;
  height: 29px;
  line-height: 28px;
  color: #666666;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
}
.form-control:focus {
  outline: none;
  border-color: #d1d1d1;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: 95px;
}
.form-box.has-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.form-box .form-group {
  padding: 5px 0 15px;
}
.form-box .control-label {
  box-sizing: border-box;
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 0 5px;
}
.form-group .control-label + .static-control {
  margin: 0 0 0 15px;
  display: inline-block;
}
.form-box .control-box {
  position: relative;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
  font-size: 14px;
}
.form-box .btn-group {
  margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
  display: block;
  width: auto;
  padding: 0;
}
.form-box-block .required.control-label {
  padding: 0 0 0 20px;
}
/*-----form-static-control-----*/
.static-control {
  line-height: inherit;
  color: #f15102;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
  box-sizing: border-box;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
.form-box {
  position: relative;
  margin: 0 auto;
  max-width: 835px;
  box-sizing: border-box;
}
.form-box2 {
  border-radius: 10px;
  margin: 0 auto;
  padding: 35px 65px;
  border: 1px solid #dddddd;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
  position: relative;
  padding: 0 0 0 20px;
}
.form-box .required:after {
  content: "";
  border: 2px solid #c5673f;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  margin: -4px 0 0 0;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
  position: relative;
}
.form-box .captcha .form-control {
  max-width: 280px;
  display: inline-block;
}
.form-box .captcha a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.form-box .captcha a i {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background: #f39801;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}
.form-box .captcha a:hover i {
  color: #fff;
}
/*----- name -----*/
.form-box .name .control-box {
  position: relative;
}
.form-box .name .radio-box {
  line-height: 36px;
  position: absolute;
  right: -11px;
  bottom: 100%;
  margin: 0 0 1px;
  line-height: 1.6;
}
.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;
}
/*----- address -----*/
.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%;
}
/*----- tips -----*/
.form-box .tips {
  line-height: 1.5;
  margin-bottom: -3px;
  color: #73a811;
  padding: 0 5px;
  font-size: 13px;
}
.form-box.type2 .tips {
  min-height: 0;
}
/*----- input-group -----*/
.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;
}
/*----- radio + checkbox -----*/
.form-radio {
  display: inline-block;
  position: relative;
}
.form-checkbox {
  display: block;
  position: relative;
  margin: 0px 0 5px 0;
}
.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: 150;
  width: 17px;
  height: 17px;
}
.form-radio:before,
.form-checkbox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: 50% 0 / 100% auto no-repeat;
  width: 18px;
  height: 18px;
  margin: 0 5px 6px;
}
.form-radio:before {
  background-image: url("../../images/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../images/common/form_checkbox.png");
}
.form-radio.checked:before,
.form-checkbox.checked:before {
  background-position: 0 100%;
}
/*-----success-box-----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.65;
  position: relative;
  color: #6a6a6a;
}
.success-box .msg {
  color: #9e7a4e;
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  font-weight: 600;
}
.success-box .fz16 {
  font-size: 16px;
  color: #666666;
}
.success-box b {
  color: #9e7a4e;
  font-weight: normal;
}
.success-box b span {
  color: #333333;
}
.success-box a {
  color: #72a711;
  text-decoration: underline;
}
.success-box .btn-box {
  margin: 10px 0 0 0;
}
.success-box .btn-box .btn.style02 {
  background: #9e7a4e;
  color: #fff;
  border: unset;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 0 50px;
}
.success-box .btn-box .btn.style02:hover {
  background: #b28e62;
}
.success-box .btn-box i {
  display: none;
}
.success-box > span {
  font-size: 16px;
  display: block;
  margin: -15px 0 -10px;
  color: #7fa51f;
}
.success-box > span b {
  color: #000;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close,
.album-fancybox .close {
  background: none;
  top: -47px;
  right: 0;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
body .fancybox-close:after,
.album-fancybox .close:after {
  content: "\e1019";
  display: block;
  font-size: 27px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  z-index: 12;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover:after,
.album-fancybox .close:hover:after {
  color: #ffffff;
}
body .fancybox-opened .fancybox-skin {
  box-shadow: none;
  border-radius: 0;
}
body .fancybox-opened .fancybox-skin body {
  background: #cecebf;
}
.lightbox-wrapper {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.fancybox-opened .fancybox-image {
  max-width: 100%;
}
.fancybox-opened .fancybox-image,
.fancybox-opened .fancybox-inner {
  max-height: unset !important;
  object-fit: unset;
}
/*------------ / lightbox ------------*/
/*------------ fancybox ------------*/
.body_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: default;
}
.album-fancybox .slick-arrow {
  background: transparent;
  border: 0;
  color: transparent;
}
.album-fancybox .fancybox-skin {
  background: #fff;
  border: 3px solid #d0d0d0;
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 10px !important;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.album-fancybox .title {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  color: #8dc220;
  margin: 0 0 20px;
}
.album-fancybox .title i {
  border-radius: 50%;
  background: #8dc220;
  color: #fff;
  font-size: 21px;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.album-fancybox .slick-arrow {
  font-size: 38px;
  text-align: center;
  color: #bbbbbb;
  border: 2px solid #bbbbbb;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin: -25px 0 0 0;
  z-index: 100;
  cursor: pointer;
  transition: all 0.2s;
}
.album-fancybox .slick-arrow:hover {
  color: #2aa8e3;
  border-color: #2aa8e3;
  transition: all 0.2s;
}
.album-fancybox .slick-prev {
  left: -100px;
}
.album-fancybox .slick-next {
  right: -100px;
}
.album-fancybox .text-box {
  margin: 0 0px;
  padding: 15px 20px 20px;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  background: #f5f5f5;
  letter-spacing: 1px;
}
.album-fancybox .text-box .tit {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #444;
}
.album-fancybox .gallery-page {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  background: #c5a073;
  margin: 0 0px;
  padding: 10px 0;
  letter-spacing: 1px;
}
.album-fancybox .gallery-page .current {
  font-weight: bold;
  margin: 0 3px;
  text-decoration: underline;
}
.album-fancybox .thumbnails {
  margin: 30px auto;
  max-width: 700px;
}
.album-fancybox .slider-nav {
  margin: 0 -15px;
}
.album-fancybox .slider-nav .item {
  padding: 0 15px;
  cursor: pointer;
  outline: 0;
}
.album-fancybox .slider-nav .pic {
  max-width: 121px;
  position: relative;
  margin: 0 auto;
  transition: all 0.2s;
  box-shadow: 2px 2px 5px rgba(160, 160, 160, 0.75);
  box-sizing: border-box;
}
.album-fancybox .item:hover .pic,
.album-fancybox .item.active .pic {
  border: 3px solid #8dc220;
  transition: all 0.2s;
}
.album-fancybox .slider-nav .pic:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.7);
  z-index: 15;
  opacity: 0;
  transition: all 0.2s;
}
.album-fancybox .item:hover .pic:before,
.album-fancybox .item.active .pic:before {
  opacity: 1;
  transition: all 0.2s;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-nav span {
  font-size: 38px;
  text-align: center;
  color: #bbbbbb;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin: -25px 0 0 0;
  z-index: 100;
  cursor: pointer;
  transition: all 0.2s;
}
.fancybox-nav span:hover {
  color: #ffffff;
}
.fancybox-prev span {
  left: -70px;
}
.fancybox-prev span:before {
  content: "\e095";
  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;
}
.fancybox-next span {
  right: -70px;
}
.fancybox-next span:before {
  content: "\e094";
  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;
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
  background: #333333;
}
.mmenu-show #mobile-search {
  background: #ddd;
}
.mmenu-show #member-box li a {
  background: #eee;
  color: #999;
  font-size: 15px;
}
/* 手機版主選單樣式2 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
  background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 {
  background: rgba(0, 0, 0, 0.8);
}
/* 手機版主選單樣式2 end */
.mmenu-show #mobile-fixed ul {
  border-bottom-color: #8c7d72;
}
.mmenu-show #mobile-search .search-box i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
}
.mmenu-show #member-box li {
  border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
  background: #000;
}
.mmenu-show #mobile-menu .share-menu {
  border-top: 0;
  background: #eee;
}
.mmenu-show #mobile-menu .share-menu li {
  border: 0;
  margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
  background: #ffffff;
  color: #999;
}
.mmenu-show #mobile-menu .menu .top {
  display: none;
}
.mmenu-show #mobile-menu .menu li a {
  border-bottom: 1px dashed #ddd;
  color: #444444;
  padding: 10px 15px;
  font-weight: normal;
}
.mmenu-show #mobile-fixed .qty {
  background: #f29800;
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu {
  color: #444;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #fff;
  font-weight: normal;
  background: #f4ba00;
}
.mmenu-show #mobile-menu .share .btn {
  width: 30px;
  line-height: 17px;
  height: 30px;
  font-size: 20px;
}
.mmenu-show #mobile-menu .share .btn i {
  line-height: 30px;
}
.mmenu-show #mobile-menu .share .youtube .btn,
.mmenu-show #mobile-menu .share .instagram .btn {
  padding: 5px 0 0 0;
}
.mmenu-show .toggle-mmenu-close {
  color: #fff;
}
.mmenu-show #mobile-menu .language {
  display: block;
  position: relative;
  padding: 0 0px 0 0;
  text-align: left;
  margin: 0;
  width: auto;
  background: transparent;
}
.mmenu-show #mobile-menu .menu ul ul li a {
  padding: 10px 30px 10px 55px;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed #ddd;
}
.mmenu-show #mobile-menu .menu li a span {
  font-family: "新細明體";
  color: #000;
  display: inline-block;
  margin: 0 0 0 10px;
}
.mmenu-show #mobile-menu .language-menu .language ul {
  display: block;
  background: none;
  border: 0;
  width: auto;
  margin: 0;
  left: 10px;
  top: 11px;
  padding: 0;
  line-height: 1;
}
.mmenu-show #mobile-menu .language ul li a {
  background: none;
  line-height: 1;
  display: inline-block;
  padding: 0px 4px 0 6px;
}
.mmenu-show #mobile-menu .language li + li {
  border-left: 1px solid #b2b2b2;
}
.mmenu-show #mobile-menu .language ul li + li:before {
  display: none;
}
.mmenu-show #mobile-menu .share {
  margin: 10px 0;
  padding: 0;
}
/*------------ sort_box ------------*/
.sort_box {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sort_box .control-label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.sort_box .control-box {
  float: left;
}
.sort_box .form-control {
  margin-bottom: 0px;
  background: #ddd;
  color: #666;
  padding: 0 5px;
  border: 1px solid #ddd;
}
.sort_box .form-control:focus {
  outline: none;
  background: #fff;
  color: #666;
}
.sort_box .form-group {
  float: left;
  padding: 5px 0;
}
.sort_box .form-group:after {
  content: "";
  display: block;
  float: left;
  z-index: 10;
  height: 22px;
  left: 0;
  top: 0;
  margin: 4px 4px;
}
.sort_icon {
  float: left;
  line-height: 30px;
  padding: 2px 0;
  position: relative;
  z-index: 0;
}
.sort_icon .ibtn {
  position: relative;
}
.sort_icon .ibtn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #aaa;
  z-index: -1;
  transition: all 0.3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
  background: #bad29b;
}
.sort_icon .ibtn.one {
  background-image: url(../../images/common/products/sort_pic3.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: none;
}
.sort_icon .ibtn.two {
  background-image: url(../../images/common/products/sort_pic1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.sort_icon .ibtn.four {
  background-image: url(../../images/common/products/sort_pic2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.sort_box .form-control.sort-mobile {
  display: none;
}
.form-group select.form-control {
  margin: 0;
  font-weight: normal;
  border-radius: 0;
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
  padding-top: 80px;
}
.mmenu-show .site-header {
  z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
  left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span {
  background: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before {
  background: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after {
  background: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 a,
.mmenu-show #mobile-fixed.mobile-fixed-type2 span {
  height: 80px;
  line-height: 80px;
  width: 40px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type {
  color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon {
  color: #666;
}
.mmenu-show
  #mobile-menu.mobile-menu-type2
  .toggle-mmenu-close
  .mmenu-icon:before,
.mmenu-show
  #mobile-menu.mobile-menu-type2
  .toggle-mmenu-close
  .mmenu-icon:after {
  background: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar {
  width: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track {
  margin: 0 5px;
}
.mmenu-show
  #mobile-menu.mobile-menu-type2
  .main-menu::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu {
  background: #ffffff;
  top: 75px;
  font-size: 13px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li {
  color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
  transition: all 0.3s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover {
  color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
  background: #ffffff;
  margin: 0 5px 0 0;
  bottom: 50px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu > li {
  border-bottom: 1px solid #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a {
  border-bottom: 0;
  color: #333;
  padding: 10px 40px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
  background: #eeeeee;
  color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover,
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
  color: #9e7a4e;
  background: transparent;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a:hover,
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li.active > a {
  color: #9b6523;
}
.mmenu-show
  #mobile-menu.mobile-menu-type2
  .menu
  li.has-child
  > .toggle-submenu {
  color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
  border-bottom: 1px solid #eeeeee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
  background: #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn {
  background: transparent;
  color: #b0a18f;
  border-radius: 50%;
  line-height: 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover {
  opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
  padding: 10px 0 10px;
  background: #fff;
  border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.mmenu-show
  #mobile-search.mobile-search-type2
  .form-control::-webkit-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-moz-placeholder,
.mmenu-show
  #mobile-search.mobile-search-type2
  .form-control:-ms-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-moz-placeholder {
  color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box:after {
  font-size: 23px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  right: 45px;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 18;
  line-height: 105px;
  text-align: center;
  font-size: 12px;
  transition: 0.2s ease-out;
}
.mmenu-show
  #mobile-search.mobile-search-type2
  .search-box
  .mmenu-search-close:before,
.mmenu-show
  #mobile-search.mobile-search-type2
  .search-box
  .mmenu-search-close:after {
  background: #fff;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu .language ul {
  position: relative;
  left: unset;
  top: unset;
}
/* 手機版選單改樣式2 end */
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1500px) {
  /*------------ site-header 1500 ------------*/
  .site-title {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0 15px;
  }
  .top-nav > ul > li {
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
  }
  .top-nav {
  }
  .site-nav {
    float: none;
    text-align: center;
    margin: 0 -15px;
  }
  .site-nav {
    background: none;
    margin: 10px -15px 10px 0;
  }

  .site-nav .menu li ul:before {
    height: 18px;
  }
  .header-fixed .site-nav {
    margin-top: 5px;
  }
  .site-nav .menu li ul {
    top: 8px;
  }
  .banner {
    padding: 187px 0 0;
  }
  /*------------ / site-header 1500 ------------*/
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
  .fancybox-prev span {
    left: -18px;
    top: -35px;
  }
  .fancybox-next span {
    right: -18px;
    top: -35px;
  }
  body .fancybox-close,
  .album-fancybox .close {
    top: -47px;
    right: 0;
    left: 0;
  }
  /*------------ site-footer 1200 ------------*/
  .footer-top {
    padding: 70px 0 60px;
  }
  .footer-top .container {
    max-width: 767px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top .follow.col {
    width: auto;
  }
  .site-info {
    width: auto;
    padding-left: 50px;
    margin: 0;
  }
  .site-map {
    float: none;
    max-width: 1000px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .site-map ul {
    float: none;
    width: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    display: inline-flex;
  }
  .site-map ul a {
    letter-spacing: 1px;
    margin: 0 10px;
  }
  /*------------ / site-footer 1200 ------------*/
}
@media screen and (max-width: 900px) {
  /*------------ side-nav 900 ------------*/
  .side-nav-box {
    padding: 0;
  }
  .side-nav {
    display: block;
  }
  .side-nav > li {
    border-bottom: 1px solid #fff;
    width: calc((100% / 3) - 0.1px);
    display: block;
    float: left;
  }
  .side-nav > li:first-child,
  .side-nav > li:nth-child(3n + 1) {
    border-left: 0;
  }
  .side-nav li.logout {
    width: 100%;
    border: 0;
  }
  /*------------ / side-nav 900 ------------*/
  /*------------ floating 900 ------------*/
  .gotop {
  }
  /*------------ / floating 900 ------------*/
  /*------------ lightbox 900 ------------*/
  .album-fancybox .slick-prev {
    left: 10px;
  }
  .album-fancybox .slick-next {
    right: 10px;
  }
  /*------------ / lightbox 900 ------------*/
}
@media screen and (max-width: 767px) {
  /*--- 隱私權手機板 ---*/
  .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 999;
    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;
  }
  /*--- END隱私權手機板 ---*/
  /*------------ site-header 767 ------------*/
  .site-title,
  .header-fixed .site-title {
    padding: 15px 0px;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    margin: 0;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    z-index: 300;
    border-top: unset;
  }
  .banner {
    padding: 0px;
  }
  .main-content {
    padding: 20px 0 40px 0;
  }
  /*------------ / site-header 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-footer .share,
  .site-map {
    display: none;
  }
  .site-info {
    border: 0;
    padding: 0;
    margin-top: 20px;
    text-align: left;
  }
  .footer-top {
    text-align: center;
    padding: 50px 0 50px;
  }
  .footer-top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer-top .col {
    display: inline-block;
    float: none;
  }
  .footer-bottom .container {
    text-align: center;
    padding-bottom: 40px;
  }
  /*------------ / site-footer 767 ------------*/
  /*------------ main-content 767 ------------*/
  .main-title {
    font-size: 35px;
    margin: 20px 0 20px 0;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
  .main-title-b {
    font-size: 25px;
    margin-top: -15px;
  }
  .products-breadcrumb {
    margin: 10px 0 20px;
    font-size: 20px;
  }
  /*------------ / main-content 767 ------------*/
  /*------------ side-nav 767 ------------*/
  .side-nav-box {
    display: none;
  }
  /*------------ / side-nav 767 ------------*/
  /*------------ lightbox 767 ------------*/
  .album-fancybox .gallery,
  .album-fancybox .thumbnails {
    margin: 30px 15px;
  }
  .album-fancybox .title {
    margin: 0;
  }
  .album-fancybox .slick-arrow {
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.2);
  }
  /*------------ / lightbox 767 ------------*/
  /*------------ pagination 767 ------------*/
  .pagination li {
    vertical-align: middle;
  }
  .pagination-title {
    margin: 0;
  }
  .page-info {
    display: block;
    padding: 0 85px;
  }
  .pagination {
    position: relative;
    height: 0;
  }
  .pagination li a {
    display: none;
  }
  .pagination li a.controls {
    display: block;
    position: absolute;
    bottom: -26px;
    margin: 0;
  }
  .pagination li a.prev {
    left: 0;
  }
  .pagination li a.controls.next {
    right: 0;
    margin: 0;
  }
  .pagination li span {
    display: none;
  }
  /*------------ / pagination 767 ------------*/
  /*------------ floating 767 ------------*/
  .floating,
  .floating.fancybox-margin {
    right: 50%;
    bottom: 10px;
    top: auto;
    margin-right: -15px;
    display: block;
  }
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    color: transparent;
    display: block;
    background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    border: 0;
    top: auto;
    margin: 0;
  }
  .floating .gotop::before,
  .floating .gotop::after {
    display: none;
  }
  /*------------ / floating 767 ------------*/
  /*------------ form 767 ------------*/
  .form-box2 {
    padding: 20px 15px;
  }
  .form-box .row {
    margin: 0;
  }
  .form-box .col {
    float: none;
    width: auto;
    padding: 0;
  }
  .form-box .control-label,
  .form-box .control-box {
    display: block;
    width: auto;
  }
  .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-box .tips {
    min-height: 0;
  }
  .static-control {
    margin: 0 0 20px;
  }
  /*------------ / form 767 ------------*/
  .wrapper {
    margin-left: 0;
    /* 手機版主選單樣式2 start */
    padding-top: 60px;
    /* 手機版主選單樣式2 end */
  }
  /* 手機版主選單樣式2 start */
  .site-title {
    padding: 0;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 234px;
    height: 45px;
    transition: opacity 0.3s ease;
  }
  /* 手機版主選單樣式2 end */
  /* 手機版主選單樣式2 start */
  .site-title.site-title-type2 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 301;
    box-shadow: -2px 0 13px rgba(50%, 50%, 50%, 0.2);
  }
  /* 手機版主選單樣式2 end */
}
@media screen and (max-width: 500px) {
  /*------------ form 500 ------------*/
  .form-box .captcha .form-control {
    max-width: 100%;
    display: block;
  }
  /*------------ form 500 ------------*/
}
@media screen and (max-width: 400px) {
  /*------------ btn 480 ------------*/
  .btn-box.dib .btn {
    display: block;
    margin: 0 0 10px;
  }
  /*------------ btn 480 ------------*/
  /* 手機版主選單樣式2 start */
  .mmenu-show #mobile-menu.mobile-menu-type2 {
    width: 100%;
  }
  /* 手機版主選單樣式2 end */
}
