@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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*------------ basic ------------*/
body {
  background: url("../../images/common/body_bg.webp");
  font-family:
    "Noto Sans TC", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.1em;
}
.container {
  padding: 0 15px;
  max-width: 1470px;
}
/*------------ / basic ------------*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
  width: 30px;
  height: 30px;
  line-height: 33px;
  font-size: 16px;
  color: #fff;
  background: #888888;
  border-radius: 50%;
}
.share .btn.facebook:hover {
  background: #3b5999;
}
.share .btn.plurk:hover {
  background: #ff5c26;
}
.share .btn.google:hover {
  background: #d93600;
}
.share .btn.twitter:hover {
  background: #000;
}
.ibtn.fb-fans-page {
  background-image: url("../../images/tw/fb_page.png");
  width: 230px;
  height: 100px;
  transition: all 0.3s ease;
}
.ibtn.fb-fans-page:hover {
  opacity: 0.8;
}

.btn.back {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.btn.back:hover {
  color: #1a73e8;
}
.btn.back .ic {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #333;

  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
  border-radius: 50%;
  margin: 0 8px 3px 0;
}
.btn.back:hover .ic {
  background: #1a73e8;
  color: #fff;
}
.btn.simple {
  background: #0165f1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  border-radius: 8px;
  width: 216px;
  margin: 0 5px 10px;
}
.btn.simple:hover {
  background: #333;
}
.btn.simple .ic {
  vertical-align: middle;
  margin-bottom: 4px;
}
.btn.simple2 {
  background: #0165f1;
  color: #fff;

  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.06em;
  border-radius: 8px;
  width: 216px;
  margin: 0 5px 10px;
}
.btn.simple2:hover {
  background: #333;
}
.btn.normal {
  border: 1px solid #1a73e8;
  background: #fff;
  width: 126px;
  height: 40px;
  line-height: 40px;
  color: #1a73e8;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0 5px 10px;
  position: relative;
  border-radius: 0px;
}
.btn.normal:hover {
  background: #1a73e8;
  color: #fff;
}
.btn.normal .ic {
  vertical-align: middle;
  margin: 0 0 5px 0;
}
.btn.pure {
  color: #0165f1;
  font-size: 15px;
  line-height: 30px;
  padding: 0 5px;
  margin: 0 5px 10px;
}
.btn.pure:hover {
  text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
  background: #fff;
  border-top: 3px solid #1a73e8;
}
.site-header .container {
  max-width: 1440px;
  padding: 0;
}
.site-title {
  position: relative;
  float: left;
  text-align: center;
  padding: 34px 0 42px;
  z-index: 99;
}
.site-title .logo {
  background: url("../../images/common/logo.webp") 50% 50% no-repeat;
  background-size: contain;
  width: 115px;
  height: 110px;
  transition: opacity 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
.top-nav {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0px;
  background: #f5f8fc;
  padding: 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.top-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.func-menu > li > a {
  color: #666;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 0 10px;
  transition: all 0.3s ease;
}
.func-menu > li > a:hover {
  color: #1a73e8;
}
.func-menu > li > a .ic {
  line-height: 30px;
  /* color: #fff; */
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  /* border-radius: 50%; */
  margin-right: 3px;
}
.func-menu > li > a .ic43-lock {
}
.func-menu > li > a .ic43-order2 {
}
.func-menu > li > a .ic43-pen {
}
.gocart {
  position: relative;
  padding: 7px 22px;
  background: #1a73e8;
}
.gocart > a {
  display: block;
  line-height: 40px;
  padding-left: 0px;
  padding: 5px 5px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.gocart > a > * {
  display: inline-block;
  vertical-align: middle;
}
.gocart > a .ic {
  font-size: 22px;
}
.gocart > a .qty {
  margin: 0 5px;
}
.gocart > a .txt {
  display: none;
}
.gocart > a:hover .txt {
  background-position: 0 100%;
  color: #fff;
}
.gocart .cart-box {
  position: absolute;
  z-index: 10;
  width: 300px;
  right: 0;
  top: 100%;
  background: #fff;
  border: 2px solid #d2d2d2;
  padding: 2px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.gocart.active .cart-box {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}
.gocart .cart-box .btn {
  width: 100%;
  background: #1a73e8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.05em;
}
.gocart .cart-box .btn:hover {
  background: #333;
}
.gocart .cart-box .btn .ic {
  vertical-align: middle;
  margin: 0 0 5px;
}
.gocart .cart-list {
  color: #333;
}
.gocart .cart-list li + li {
  border-top: 1px dashed #ddd;
}
.gocart .cart-list .box {
  display: block;
  overflow: hidden;
  padding: 8px 4px;
}
.gocart .cart-list .pic {
  float: left;
  width: 70px;
}
.gocart .cart-list .txt {
  margin-left: 82px;
  line-height: 1.7;
}
.gocart .cart-list .name {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.gocart .cart-list .box:hover .name {
  color: #1a73e8;
}
.gocart .cart-list .qty {
  color: #e44445;
}
.gocart .cart-list .box {
  position: relative;
  transition: all 0.3s ease;
}
.gocart .cart-list .box:hover {
  background: #efefef;
}
.gocart .cart-list .box .cover {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
}
/*------- 會員下拉 ------*/
.func-menu > li.gomember {
  position: relative;
  display: inline-block;
}
.func-menu > li.gomember > a {
  /* font-size: 15px;
  color: #696969; */
}
.func-menu > li.gomember > a i {
  /* color: #8d8d8d;
  font-size: 13px; */
}
.func-menu .gomember-box {
  position: absolute;
  z-index: 10;
  width: 140px;
  right: 0%;
  left: -25%;
  top: 100%;
  background: #fff;
  padding: 1px;
  border: 2px solid #d2d2d2;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  color: #333;
  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: 0px 0;
}
.func-menu .gomember-list li + li {
  padding: 1px 0 0;
  border-top: 1px solid #c7c7c7;
}
.func-menu .gomember-list a {
  display: block;
  overflow: hidden;
  padding: 4px 0;
  transition: all 0.3s ease;
}
.func-menu .gomember-list a:hover {
  color: #ffffff;
  background: #0165f1;
}
.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: #292929;
  font-size: 15px;
}
.func-menu .login-out-fixed {
  color: #0165f1;
}
.func-menu .gomember-list .login-out-fixed a:hover {
  background: #0165f1;
  color: #fff;
}
/*------- 會員下拉end ------*/
/*--------主選單---------*/
.site-header .search-box {
  position: relative;
  width: 180px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-header .search-box:before {
}
.site-header .search-box .form-control {
  border: unset;
  border-bottom: 1px solid;
  border-color: #ccc;
  margin: 0;
}
.site-header .search-box .form-control:focus {
  background: rgb(241, 241, 241);
}
.site-header .search-box .ibtn.search {
  background-image: url("../../images/common/btn_search.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.no-svg .site-header .search-box .ibtn.search {
  background-image: url("../../images/common/btn_search.png");
}
.site-header .search-box .btn.search:hover {
  color: #b20000;
}
.site-header .search-box .btn.search:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
}
.site-header .language {
  position: relative;
}
.site-header .language .btn {
  display: none;
}
.site-header .language li a {
  display: block;
  background: #f99602;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 12px;
}
.site-header .language li a:hover {
  background: #6a4113;
}
.site-nav {
  position: relative;
  float: right;
  clear: both;
  padding: 0;
  max-width: 1440px;
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -76px;
}
.site-nav > *,
.submenu > * {
  display: inline-block;
  vertical-align: middle;
}
.submenu {
  text-align: left;
  top: -5px;
  position: relative;
}
.submenu > * {
  margin-left: 12px;
}
.site-nav .menu {
  text-align: center;
  padding-right: 140px;
}
.site-nav .menu li {
  position: relative;
  margin: 0 14px;
}
.site-nav .menu li a {
  display: block;
}
.site-nav .menu > li {
}
.site-nav .menu li + li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #c5c5c5;
  position: absolute;
  left: -16px;
  top: calc(50% - 3px);
  transition: all 0.5s;
  border-radius: 50%;
}
.site-nav .menu > li:nth-last-child(-n + 4) {
  display: none;
}
.site-nav .menu > li > a {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 5px 10px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li > a:hover {
  color: #1a73e8;
}
.site-nav .menu > li > a .icon {
}

.site-nav .menu ul {
  display: none;
  font-family:
    Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",
    sans-serif;
  position: absolute;
  z-index: 600;
  width: 190px;
  box-sizing: border-box;
}
.site-nav .menu > li > ul {
  top: 100%;
  left: 50%;
  margin-left: -95px;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -8px;
}
.site-nav .menu ul li a {
  color: #555;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 1px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
  color: #fff;
  background: #333;
  text-decoration: underline;
}
.site-nav .menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 1px;
}
.site-nav .menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}
.site-nav .menu .new_menu {
  display: none;
}
/*------------ / site_header ------------*/
/*------------ header-fixed ------------*/
.header-fixed .site-header {
  position: fixed;
  width: 100%;
  z-index: 500;
  padding: 0;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.header-fixed .site-header .container {
  padding: 0 15px;
}
.header-fixed .func-menu li {
  display: none;
}
.header-fixed .func-menu .gomember-box li {
  display: block;
}
.header-fixed .func-menu .gomember {
  display: block;
}
.header-fixed .submenu {
  position: absolute;
  top: 25px;
  right: 250px;
}
.header-fixed .submenu > * {
  display: inline-block;
  margin: 0;
  margin-right: 110px;
}
.header-fixed .site-title {
  padding: 20px 0 15px;
}
.header-fixed .site-title .logo {
  width: 73px;
  height: 70px;
}
.header-fixed .top-nav {
  top: 0;
}
.header-fixed .gocart {
  padding: 2px 22px;
}
.header-fixed .site-nav .menu > li > a {
  padding: 5px;
}
.header-fixed .site-nav .menu > li > a .icon {
  display: none;
}
.header-fixed .site-header .search-box:before {
  top: 3px;
}
.header-fixed .site-nav {
  margin-top: -50px;
}
.header-fixed .site-nav .menu {
  padding-right: 0;
}

.header-fixed .site-header .search-box {
  display: none;
}
.header-fixed .gocart > a {
  background: none;
  font-size: 20px;
  line-height: 30px;
  padding-left: 4px;
}
.header-fixed .submenu {
  top: 20px;
  right: 160px;
}
/*------------ / header-fixed ------------*/
/*------------ 拆單開始 ------------*/
.shopping_way.hot span {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  bottom: 5px;
  position: relative;
}
.shopping_way.hot {
  text-align: center;
  margin-top: 8px;
  font-weight: normal;
}
.shopping_way .general {
  background: #b7b7b7;
}
.shopping_way .cold {
  background: #64e278;
}
.shopping_way .freezing {
  background: #91d5f3;
}
.shopping_way span + span {
  margin-left: 10px;
}
.shopping_way.hot.fixed {
  text-align: left;
}
/*------------ 拆單結束 ------------*/
/*------------ banner ------------*/
.banner {
  position: relative;
  padding-bottom: 25px;
}
.banner:before {
  content: "";
  background: #ffffff;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
}

.banner .container {
  max-width: 1440px;
  padding: 0;
  z-index: 2;
}
/*------------ / banner ------------*/
/*-----share_box-----*/
.share_box .share-link .btn {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid transparent;
  margin: 2px 0;
}
.share_box .share-link .btn.facebook {
  color: #405d9a;
}
.share_box .share-link .btn.google {
  color: #f34537;
}
.share_box .share-link .btn.twitter {
  color: #000;
}
.share_box .share-link .btn.plurk {
  color: #e9443d;
}
.share_box.product {
  margin: 10px auto 0px auto;
  max-width: 840px;
}
.share_box {
  margin: 10px 0 30px;
  text-align: center;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
  color: #b6b6b6;
  cursor: pointer;
}
.a2a_default_style .a2a_svg {
  display: none;
}
.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-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 2px 0;
  padding: 0;
}
.share_box .share-link .btn.line {
  padding: 0px;
}
.share_box .share-link:before {
  display: none;
}
.share_box .share-link .icon-ic-share-twitter::before {
  font-family: "icon-font" !important;
  content: "\ff007" !important;
}
/*-----share_box-----*/
/*------------ site_main ------------*/
.main-content {
  padding: 15px 0 70px;
}
.content {
  min-height: 150px;
  padding: 0 35px 30px;
  box-sizing: border-box;
}
.content-top {
  margin: 0 auto 35px;
  padding: 10px 20px;
  background: #f3f3f3;
}
.main-title {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 2px;
}
.main-title:before {
}
.main-title span {
  display: inline-block;
  vertical-align: middle;
  color: #0064f0;
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: normal;
}
.main-title .ic {
  vertical-align: middle;
  font-size: 0.8em;
  margin: 0 6px 3px 0;
}
.content-title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 15px;
}

.content-title:before {
}
.content-title small {
  display: block;
  color: #acacac;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
.shopping-title,
.shopping-title-up {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 10px;
  text-indent: -42px;
  padding-left: 42px;
}
.shopping-title .en,
.shopping-title-up .en {
  font-family: "Signika Negative", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.shopping-title .ic-wrap,
.shopping-title-up .ic-wrap {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shopping-title .ic-wrap .ic,
.shopping-title-up .ic-wrap .ic {
  font-size: 20px;
  color: #333;
  vertical-align: middle;
  margin: 0 0 4px;
}
.btn-box {
  clear: both;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.btn-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.btn-box.align-left {
  text-align: left;
}
.btn-box.has-border {
  background: url("../../images/common/border_dot_h.png") repeat-x;
  margin-top: 15px;
  padding-top: 40px;
}
.warning-sect {
  padding-top: 50px;
  padding-bottom: 35px;
}
.site-info {
  padding: 15px 10px;
  border-radius: 0;
  letter-spacing: 0.06em;
  margin-top: 30px;
  float: left;
  padding: 110px 13px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 280px;
  background: url(../../images/common/contact_bg.webp) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  border: 1px solid #dbdbdb;
}
.site-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 65%
  );
  opacity: 0.95;
}
.site-info-weekday {
  display: inline-block;
  background: #fde7a4;
  color: #008b9f;
  font-size: 13px;
  font-weight: bold;
  border-radius: 12px;
  padding: 2px 12px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-info .title {
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
}
.site-info .title span {
  color: #333;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: -15px;
}
.site-info .title span::first-letter {
  color: #1972e7;
}

.site-info .title h2 {
  color: #444;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}

.site-info-time {
  color: #008ba1;
  font-size: 21px;
  font-weight: bold;
}
.site-info-list li {
  position: relative;
  padding-left: 12px;
}
.site-info-list li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #f97d02;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.site-info-list li a {
  display: inline;
}
.site-info-list li a:hover {
  text-decoration: underline;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  float: right;
  text-align: right;
  color: #878787;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 0 0 10px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumb li + li:before {
  content: "> ";
}
.breadcrumb li a:hover {
  color: #1a73e8;
}
.content-breadcrumb-box {
  margin: 0 auto 30px;
}
.content-breadcrumb-box .breadcrumb {
  float: none;
  display: inline-block;
  background: #dfe7f2;
  color: #0064f0;
  border-radius: 6px;
  padding: 2px 12px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.has-side .content-wrapper {
}
.side {
  float: left;
  width: 280px;
}
.has-side .content {
  float: right;
  width: calc(100% - 310px);
}
.side-title {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
  margin: 16px auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 2px;
}

.side-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/common/title_ic.webp) no-repeat;
  background-size: contain;
  width: 40px;
  height: 23px;
  margin: 0 10px 2px 0;
  top: -3px;
  position: relative;
}

.side-title small {
  display: none;
}
.side-nav-top {
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0 auto 25px;
}
.side-nav-top li a {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 10px 10px 20px;
  background: #ffffff;
  margin-bottom: 10px;
  z-index: 1;
  border: 1px solid #dddddd;
  border-left: 5px solid #0165f1;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.side-nav-top li a:hover {
  color: #0165f1;
  background: #dfedff;
}
.side-nav-top li a .ic {
  font-size: 20px;
  position: absolute;
  left: 0;
}
.side-nav {
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 auto 25px;
}
.side-nav > li {
  margin-bottom: 14px;
}
.side-nav > li > a {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
  padding: 8px 10px 8px 10px;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  transition: all 0.3s;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
  color: #0165f1;
  padding-left: 30px;
}
.side-nav > li > a:after {
  content: " ";
  display: block;
  background: #0165f1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 16px;
  opacity: 0;
  transition: all 0.3s;
}
.side-nav > li > a:hover:after,
.side-nav > li.active > a:after {
  opacity: 1;
}
.side-nav ul {
  display: none;
  padding: 18px 0;
  background: #f3f3f3;
}
.side-nav ul li a {
  color: #5f5f5f;
  font-size: 15px;
  transition: all 0.3s;
  padding: 7px 20px 7px 20px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
  color: #0165f1;
}
.side-nav ul ul {
  margin-bottom: 10px;
}
.side-nav ul ul a {
  padding: 3px 20px 3px 20px;
  padding-left: 30px;
}
.side-nav ul ul a::before {
  content: "- ";
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
  padding-top: 5px;
  position: relative;
  margin-top: 30px;
  border-bottom: 3px solid #1a73e8;
}

.footer-top {
  padding: 30px 0 0;
}
.footer-top .container {
  background: #ffffff;
  display: flex;
  padding: 40px 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}
.follow-box {
  float: left;
  padding: 5px 0;
  order: 3;
  float: none;
  width: 10%;
}
.follow {
}
.follow-box > *,
.follow > * {
  display: inline-block;
  vertical-align: top;
}
.follow-box > * {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}
.follow-box .tit {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  position: relative;
}
.follow-box .tit::first-letter {
  color: #1a73e8;
}

.follow .share {
  width: 90px;
  margin: 0;
  display: flex;
}
.follow .share .btn {
  margin: 5px 5px;
}
.footer-top .txt-box {
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  order: 1;
  position: relative;
}
.footer-top .txt-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../images/common/logo.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 109px;
  height: 103px;
}
.footer-top .txt-box .info {
  padding-left: 130px;
}
.footer-top .txt-box ul {
  list-style-type: none;
  padding: 0;
}
.site-map {
  float: none;

  order: 2;
  color: #646464;
  overflow: hidden;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.site-map ul {
  float: left;

  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-map ul + ul {
  margin: 0 0 0 40px;
}

.site-map ul li {
  padding: 3px 0;
}
.site-map ul li a {
  transition: all 0.3s ease;
  position: relative;
}
.site-map ul li a::before {
  content: "- ";
}
.site-map ul li a:hover {
  color: #1a73e8;
}
.footer-bottom {
  color: #7c7c7c;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
}
.footer-bottom a:hover {
  color: #f9df85;
  text-decoration: underline;
}
.footer-info-page .share {
  background: url("../../images/common/share_deco.png") 50% 100% no-repeat;
  text-align: center;
  padding-bottom: 25px;
  margin: 0px 0 15px;
}
.footer-info-page .share .btn {
  margin: 2px 0 3px;
}
.footer-info-page {
  text-align: center;
}
.qrcode {
  margin: 0 5px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30%;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .ibtn.gotop {
  background: #1a73e8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.floating .ibtn.gotop::before {
  content: "";
  border: 1px solid #ffffff;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 26px;
  top: 28px;
  display: block;
  transform: rotate(-45deg);
}
.floating .ibtn.gotop:hover {
  background: #333;
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.btn.logout {
  display: block;
  background: #241711;
  color: #fff;
  font-size: 14px;
  width: 90px;
  line-height: 25px;
  margin: 5px auto 0;
}
.btn.logout:hover {
  background: #b20000;
}
.content-nav {
  margin-top: 30px;
  text-align: center;
}
.content-nav li a {
  color: #545454;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
}
.content-nav li a:hover,
.content-nav li.active > a {
  color: #000;
}
.content-nav li a .ic {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 34px;
  background: #fff;
  border-radius: 50%;
  margin: 0 8px 3px 0;
}
.content-nav li a:hover .ic,
.content-nav li.active > a .ic {
  background: #b20000;
  color: #fff;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li a {
  display: block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  color: #61370a;
  font-size: 13px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
  color: #fa9101;
}
.pagination li a.controls {
  background: #fae29a;
  font-size: 1.2em;
  padding: 0;
  line-height: 28px;
  border-radius: 50%;
}
.pagination li a.controls:hover {
  background: #faba1d;
  color: #fff;
}
.pagination li a.prev {
  margin-right: 10px;
}
.pagination li a.next {
  margin-left: 10px;
}
.page-info {
  display: none;
}
.page-info .form-control {
  margin: 0;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
  color: #0165f1;
  font-size: 15px;
  text-align: center;
  margin: 0 0 35px;
}
.reminder span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 40px;
  border: unset;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.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;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  color: #666;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute !important;
  z-index: 0;
  top: 0;
}
.qty-box .btn:hover {
  color: #fff;
  background: #0064f0;
  z-index: 2;
}
.qty-box .less {
  left: 0;
  border-radius: 10px 0 0 10px;
}
.qty-box .add {
  right: 0;
  border-radius: 0 10px 10px 0;
}
.main-content.cart-two .qty-box {
  width: auto;
  padding: 0px;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 28px 0 2px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.form-control:focus {
  outline: none;
  border-color: #929292;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: auto;
}
.static-control {
  line-height: inherit;
  color: #151e60;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 0 5px;
}
.form-wrap {
  margin: 0 auto;
  box-sizing: border-box;
  background: url("../../images/common/border_dot_h.png") repeat-x;
}
.form-title {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10px;
}
.form-box {
  margin: 0 auto;
  padding: 25px 0;
}
.form-wrap.type2 {
  padding-top: 40px;
}
.form-wrap.type2 .form-box {
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  max-width: 740px;
  padding: 25px 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrap.type3 .form-box {
  max-width: 830px;
}
.form-box .row {
  margin: 0 -2%;
  position: relative;
}
.form-box .row img {
  margin: 0px;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 2%;
}
.form-box .required {
  position: relative;
}
.form-box .required:after {
  content: "必填";
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 0 6px;
  background: #0165f1;
  border-radius: 8px;
  margin-left: 8px;
}
.form-box .form-group {
  padding: 12px 0 6px;
  line-height: 30px;
}
.form-box .form-group:after {
  content: "";
  display: block;
  clear: both;
}

.form-box .member-badge {
  background: #da2c32;
  color: #fff;
  border-radius: 5px;
  padding: 0 7px;
  position: absolute;
  top: 10px;
  left: 70px;
}
.form-box .control-label {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: inherit;
  padding-left: 4px;
}
.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: 50%;
  max-width: 280px;
}
.form-box .captcha a {
  display: inline-block;
  vertical-align: top;
  color: #1a73e8;
  line-height: inherit;
  margin-left: 5px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.form-box .captcha a:hover {
  color: #ff5c2d;
}
.form-box .captcha a * {
  vertical-align: middle;
}
.form-box .captcha a .ic {
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  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: inherit;
  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: #da2c32;
  font-size: 13px;
  padding: 0 5px;
}
.form-wrap.type1 .tips {
  min-height: 30px;
  line-height: 15px;
}
.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 .account .control-label {
  float: left;
}
.form-box .account .control-box {
  margin-left: 60px;
}
.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;
}
.pd-txt .form-radio,
.pd-txt .form-checkbox {
  display: block;
}
.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: 17px;
  height: 17px;
}
.form-radio:before,
.form-checkbox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: 50% 0 / 100% auto no-repeat;
  width: 16px;
  height: 16px;
  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: url("../../images/common/border_dot_h.png") repeat-x;
  margin-top: 25px;
  padding-top: 35px;
}
.success-wrap.type2 {
  background: #fff;
  border: 3px solid #ededed;
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.success-box {
  text-align: center;
}
.success-msg {
  color: #1a73e8;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin: 0 0 20px;
}
.success-msg span {
  color: #da2c32;
  font-weight: normal;
}
.success-msg small {
  color: #1a73e8;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.success-wrap.type2 .success-msg {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
.success-txt {
  line-height: 1.65;
}
.success-txt b {
  font-size: 16px;
}
.success-txt a {
  color: #da2c32;
}
.success-txt a:hover {
  text-decoration: underline;
}
.success-box .order-id {
  background: #1a73e8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 16px;
  margin: 1em auto 1.6em;
  max-width: 440px;
  border-radius: 6px;
}
.success-box .order-id a {
  color: #fff;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
  font-size: 15px;
}
.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 th {
  background: #f7f7f7;
  color: #333;
  padding: 8px 12px;
}
.table-h thead,
.table-h tbody {
  border-top: 1px solid #dcdcdc;
}
.table-h tbody tr + tr {
  border-top: 1px solid #dcdcdc;
}
.table-h .align-left {
  text-align: left;
}
.table-h a {
  display: inline-block;
  vertical-align: middle;
}
.table th span,
.table td span {
  color: #ff5c2d;
}
.table-v {
  color: #666;
  font-size: 15px;
}
.table-v th,
.table-v td {
  padding: 12px 24px;
  vertical-align: middle;
}
.table-v th {
  background: #f3f3f3;
  color: #333;
  text-align: center;
  width: 120px;
  position: relative;
}
.table-v tr + tr {
  border-top: 1px solid #dcdcdc;
}
.table-v strong {
  color: #da2c32;
}
.table-v b {
  color: #da2c32;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
  background: url("../../images/common/lightbox_close.png") no-repeat;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 10px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
body .fancybox-skin {
  background: #bdbdbd;
  border-radius: 0;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lightbox-body {
  background: #fff;
}
.lightbox-wrapper {
  max-width: 504px;
  margin: 0 auto;
}
.lightbox-wrapper .control-label {
  display: none;
}
.login-box {
  padding: 20px 0;
}
.login-content {
  background: #fff;
  padding: 20px 25px;
}
.login-box .lightbox-title {
  text-align: center;
}
.login-box .notice-box {
  border-top: 2px dotted #ddd;
  text-align: center;
  padding-top: 30px;
  margin-top: 20px;
}
.login-box .notice-box .title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.login-box .notice-box .txt {
  color: #777;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}
.arrival-box {
  position: relative;
  text-align: center;
  padding: 80px 40px 40px;
}
.arrival-box .pd-id {
  background: #f7f7f7;
  color: #90aed6;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  width: 160px;
  border-radius: 5px;
  margin: 0 auto 10px;
}
.arrival-box .pd-name {
  color: #0066f0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
}
.arrival-box .form-box {
  padding: 10px 0 15px;
}
.arrival-notice {
  color: #818181;
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 0;
}
.arrival-box .btn-box {
  padding-top: 0;
}
.arrival-box .btn.send {
  background: #0066f0;
  color: #fff;
  width: 205px;
  line-height: 36px;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.arrival-box .btn.send:hover {
  background: #333;
  color: #fff;
}
.arrival-box .btn.send .ic {
  vertical-align: middle;
  font-size: 28px;
  color: #000;
  margin-bottom: 4px;
}
.arrival-box .btn.send:hover .ic {
  color: #b20000;
}
/*------------ / lightbox ------------*/
/*------------ / 購物時登入燈箱 ------------*/
.cart_login_box {
  height: auto;
  overflow: hidden;
}
.cart-login.col {
  width: 50%;
  position: relative;
  float: left;
  padding: 10px;
}
.cart-login.col.col2 {
  width: 45%;
}
.cart-login.col.col1 {
  right: 10px;
}
.cart-login.col.col1 .form-box .captcha a {
  margin: 0px;
}
.cart-login.col {
  border-right: 1px dashed #dadada;
  padding: 0 40px;
}
.cart_login_box .login-box .notice-box {
  border-top: none;
}
.cart-login.col.col2 {
  padding: 0 20px;
  box-sizing: border-box;
}
.cart-login.col.col1 span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cart-login.col.col2 .btn-box {
  padding-top: 40px;
}
.cart-login .main-title {
  font-size: 20px;
  padding: 10px;
  background: none;
}
.cart-login .fb-login-button {
  height: 40px;
}
.cart_login_box .form-box.cart_txt {
  text-align: center;
}
.cart_login_box .form-box .control-box {
  position: relative;
  margin-left: 0px;
}
.lightbox-wrapper.login-box .notice-box {
  margin-top: 0px;
  padding: 0px;
  border-radius: 0;
}
.cart-login.col:nth-child(2) {
  border: none;
}
.cart_login_box .form-box {
  padding: 15px 0 5px;
}
.cart_login_box .lightbox-wrapper {
  padding: 30px;
  max-width: 100%;
}
.cart_login_box .btn-box {
  margin: 5px 0 15px;
}
.go-login {
  margin: 10px 0 20px;
}
.cart_login_box .form-box .form-group {
  padding: 0px;
}
.cart_login_box .btn-box.col2 {
  display: flex;
}
.cart_login_box .btn-box.col2 .btn.normal {
  width: 45%;
  margin: auto;
}
/*------------ / 購物時登入燈箱 ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
  background: #1a73e8;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
  border-bottom-color: #3a83e3;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
  text-align: left;
  margin: 0;
}
.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
  display: none;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
  border-color: #1a73e8;
  top: 15px;
}
.mmenu-show #mobile-menu .side-nav-top > li > a {
  border: unset;
  margin-bottom: 2px;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
  display: none;
}
.mmenu-show #mobile-menu .side-nav > li {
  margin: 0;
  background: none;
}
.mmenu-show #mobile-menu .menu li a .en {
  display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #1a73e8;
}
.mmenu-show #mobile-menu .share .btn .ic {
  vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
  background: #ff420d;
}
.mmenu-show #mobile-search .search-box .btn.search {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 0;
}
.mmenu-show #mobile-fixed .logo-fixed-menu {
  font-size: 18px;
  width: 200px;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}
.mmenu-show #mobile-fixed .logo-fixed-menu span {
  color: #000;
}
.mmenu-show #mobile-search .ibtn.search {
  background-image: url(../../images/common/mobile_search_btn.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
  background-image: url(../../images/common/mobile_search_btn.png);
}
.mmenu-show #mobile-fixed {
  width: 100%;
}
.mmenu-show #mobile-menu .share-menu {
  background: #333;
}
.mmenu-show #mobile-menu .language-menu {
  background: #1a73e8;
  color: #ffffff;
}
.mmenu-show #mobile-menu .side-nav ul {
  margin-bottom: 0;
  padding: 0 0 10px;
}

/*--- 歐盟文字 ---*/
.footer-bottom .privacy-txt {
  border-right: 1px solid #d8d8d8;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
.header-sheet {
  position: fixed;
  max-width: 100%;
  bottom: 43px;
  left: 10px;
  width: 350px;
  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 #1a73e8;
}
.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: #1a73e8;
  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: 1470px) {
  /*------------ site_header 1470 ------------*/
  .site-title {
    padding-left: 15px;
  }
  .site-nav .menu {
    text-align: center;
    padding-right: 0;
  }
  .top-nav {
    right: 5px;
  }
  .submenu > * {
    display: block;
    margin: 5px 10px;
  }
  /*------------ / site_header 1470 ------------*/
  /*------------ site_footer 1470 ------------*/
  .footer-top .container {
    padding: 40px 30px;
  }
  /*------------ / site_footer 1470 ------------*/
}
@media screen and (max-width: 1340px) {
  /*------------ site_header 1340 ------------*/
  .top-nav {
  }
  .site-nav {
    text-align: center;
  }
  .submenu {
    position: absolute;
    top: -35px;
    right: 10px;
  }
  .submenu > * {
    display: inline-block;
    margin: 3px;
  }
  .site-nav .menu > li:nth-child(n + 8) {
    background: none;
  }
  .site-nav .menu > li > a {
    letter-spacing: 1px;
  }
  .site-nav .menu li {
    position: relative;
    margin: 0 7px;
  }
  .site-nav .menu li + li:before {
    left: -9px;
    top: calc(50% - 3px);
  }
  /*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
  /*------------ site_footer 1280 ------------*/
  .footer-top {
    text-align: left;
    padding: 5px 0 2px;
  }

  .footer-top .container {
    display: flex;
  }
  .footer-top .txt-box {
    width: 40%;
    padding-right: 10px;
  }
  .site-map {
    width: 40%;
  }
  .follow-box {
    width: 20%;
  }
  .follow-box > * {
    margin: 3px 5px;
  }
  .site-map {
    width: 50%;
    padding-right: 10px;
  }
  .site-map ul + ul {
    margin: 0 0 0 10px;
  }
  .follow .share {
  }
  .follow {
    border: none;
    background: none;
    padding: 2px;
    margin-right: 0px;
  }
  .footer-info-page .follow {
    margin: 20px 0 0;
    padding: 10px;
  }
  .qrcode {
    padding: 5px 0;
  }
  /*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1000px) {
  /*------------ site_header 1000 ------------*/
  .site-header {
    padding-bottom: 0;
    border-top: unset;
  }
  .site-title {
    padding: 8px 0;
    float: none;
  }
  .site-title .logo {
    width: 83px;
    height: 80px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ banner 1000 ------------*/
  .banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner:after {
  }
  /*------------ / banner 1000 ------------*/
  /*------------ site_main 1000 ------------*/
  .main-content {
    padding: 15px 0 15px;
  }
  .warning-sect {
    padding-bottom: 0px;
    margin: 20px 0 0;
  }
  .content {
    padding: 0;
  }
  /*------------ / site_main 1000 ------------*/
  /*------------ side 1000 ------------*/
  .has-side .content-wrapper {
    background: none;
  }
  .side {
    display: none;
  }
  .has-side .content {
    position: relative;
    width: auto;
    float: none;
  }
  /*------------ / side 1000 ------------*/
  /*------------ site_footer 1000 ------------*/
  .footer-top .container {
    padding: 30px 20px;
  }
  .footer-top .txt-box {
    width: 100%;
    padding-right: 0px;
    max-width: 265px;
    margin: 0 auto;
  }
  .footer-top .txt-box::before {
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    background: url(../../images/common/logo.webp) 50% 50% no-repeat;
    background-size: contain;
    width: 109px;
    height: 103px;
  }
  .footer-top .txt-box .info {
    padding-left: 0;
  }
  .site-map {
    display: none;
  }
  .footer-bottom {
    padding: 12px 0 35px;
  }
  .follow-box {
    display: none;
  }
  /*------------ / site_footer 1000 ------------*/
  /*------------ content_nav 1000 ------------*/
  .content-nav {
    display: none;
  }
  /*------------ / content_nav 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .floating,
  .floating.fancybox-margin {
    position: fixed;
    background: none;
    right: 50%;
    bottom: 5px;
    margin-right: -15px;
  }
  .floating .ibtn.gotop,
  .floating .ibtn.gotop:hover {
    background: url("../../images/common/mobile_gotop.svg") 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    border: 0;
  }
  .no-svg .floating .ibtn.gotop,
  .no-svg .floating .ibtn.gotop:hover {
    background-image: url("../../images/common/mobile_gotop.svg");
  }
  .floating .ibtn.gotop::before {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  /*-- 優化 --*/
  .success-wrap.type2 {
    padding: 10px;
  }
  .shopping-title,
  .shopping-title-up {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
  }
  .invoice-wrap .shopping-title {
    margin-bottom: 5px;
  }
  .shopping-title .ic-wrap .ic,
  .shopping-title-up .ic-wrap .ic {
    font-size: 16px;
  }
  .shopping-title .ic-wrap,
  .shopping-title-up .ic-wrap {
    width: 26px;
    height: 26px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .table-h thead th {
    padding: 5px 3px;
  }
  body {
    /* font-size: 14px;
    line-height: 25px; */
  }
  .btn.simple {
    font-size: 14px;
    line-height: 30px;
    width: 145px;
    margin: 0 5px 5px;
  }
  .btn.normal {
    width: 47%;
    height: 33px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 2px 10px;
  }
  .btn-box {
    padding-top: 15px;
  }
  .content-top {
    padding: 10px 10px;
  }
  .main-title,
  .main-title span {
    font-size: 22px;
  }
  .main-title span {
    font-size: 18px;
  }
  .breadcrumb {
    /* padding: 0px 0 0 5px; */
  }
  .header-fixed .site-header {
    position: relative;
  }
  .btn-box.has-border {
    margin-top: 15px;
    padding-top: 20px;
  }
  .form-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .reminder {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .reminder span {
    padding: 2px 40px;
  }
  .form-box {
    margin: 0 auto;
    padding: 10px 0;
  }
  .form-box .form-group {
    padding: 10px 0 2px;
    line-height: 1.6;
  }
  .form-box .required:after {
    font-size: 11px;
    line-height: 14px;
  }
  .success-msg small {
    font-size: 14px;
  }
  .content-title {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 20px;
  }
  .success-wrap {
    margin-top: 10px;
    padding-top: 12px;
  }
  .btn.pure {
    line-height: 20px;
  }
  .btn.simple2 {
    font-size: 15px;
  }
  .content-breadcrumb-box {
    margin: 10px auto;
  }
  .shopping_way.hot span {
    padding: 3px 5px;
    font-size: 10px;
  }
  .table-h {
    font-size: 14px;
  }
  .order-table .num-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .banner:before {
    display: none;
  }
  /*------------ table 900 ------------*/
  .table-h td {
    min-width: 40px;
  }
  /*------------ / table 900 ------------*/
  /*--- 優化 ---*/
  .qty-box .btn {
    width: 30px;
    line-height: 28px;
  }
  .footer-top .txt-box {
    width: 100%;
    display: block;
    text-align: left;
  }
  .form-box .name .radio-box {
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  /*------------ site_main 767 ------------*/
  /*------------ / site_main 767 ------------*/
  /*------------ banner 1000 ------------*/

  .banner {
  }
  /*------------ / banner 1000 ------------*/
  /*------------ site_main 767 ------------*/
  .content-top {
    background: unset;
    padding: 5px 0px;
    margin: 0 auto 15px;
  }
  .main-title {
    background: #f3f3f3;
    padding: 10px;
    letter-spacing: 1px;
  }
  /*------------ / site_main 767 ------------*/
  /*------------ breadcrumb 767 ------------*/
  .breadcrumb {
    float: none;
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
  }
  /*------------ / breadcrumb 767 ------------*/
  /*------------ site_footer 767 ------------*/
  .site-footer {
    margin-top: 20px;
  }
  .site-footer:before {
    display: none;
  }
  /*------------ / site_footer 767 ------------*/
  /*------------ pagination 767 ------------*/
  .page-info {
    display: block;
    padding: 0 36px;
  }
  .pagination {
    position: relative;
    display: block;
    height: 0;
  }
  .pagination li a {
    display: none;
  }
  .pagination li a.controls {
    display: block;
    position: absolute;
    bottom: -30px;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 33px;
  }
  .pagination li a.prev {
    left: 0;
  }
  .pagination li a.next {
    right: 0;
  }
  /*------------ / pagination 767 ------------*/
  /*------------ form 767 ------------*/
  .form-wrap.type2 {
    padding: 0;
  }
  .form-wrap.type2 .form-box {
    border: 0;
    padding: 10px 0;
    max-width: none;
    background: url("../../images/common/border_dot_h.png") 0 100% repeat-x;
  }
  .form-box .col {
    width: 100%;
  }
  .form-box .control-label {
    float: none;
  }
  .form-box .control-box {
    margin-left: 0;
  }
  .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;
  }
  /*------------ / form 767 ------------*/
  /*------------ table 767 ------------*/
  .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: 12px;
  }
  .table-h tr {
    padding: 5px 0;
    position: relative;
  }
  .table-h td {
    padding: 0;
    line-height: 22px;
  }
  .success-msg {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  /*------------ / table 767 ------------*/
  /*-- 優化 --*/
  .success-wrap.type2 .success-msg {
    padding-bottom: 5px;
  }
  .success-txt {
    line-height: 1.45;
  }
  .success-txt b {
    font-size: 14px;
  }
  .success-box .order-id {
    background: #744f28;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 3px 16px;
    margin: 0.4em auto 1.2em;
    max-width: 440px;
    border-radius: 6px;
  }
  .btn-box.cart-notice-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  /*------------ table 500 ------------*/
  .table-v tr,
  .table-v th,
  .table-v td {
    display: block;
    width: auto;
    text-align: left;
  }
  .table-v th {
    border: 0;
  }
  .table-v th,
  .table-v td {
    padding: 3px 10px;
    font-size: 14px;
  }
  .reminder span {
    padding: 2px 20px;
  }
  /*------------ / table 500 ------------*/
  body .fancybox-wrap.login-fancybox .fancybox-inner {
    height: calc(65vh) !important;
  }
  .cart-login.col,
  .cart-login.col.col2 {
    width: 100%;
    padding: 0px;
    right: auto;
  }
  .cart-login.col {
    border-right: none;
    padding: 0 0px;
  }
  .cart-login .content-title2 {
    text-align: center;
  }
  .cart-login.col.col2 {
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .cart_login_box .btn-box {
    margin: 5px 0;
    padding: 0px;
  }
  .btn.pure {
    margin: -10px 10px 0;
  }
  .cart_login_box .form-box {
    padding: 5px 0;
  }
  .cart-login.col.col2 .btn-box {
    padding-top: 15px;
  }
}
@media screen and (max-width: 400px) {
  /*------------ site_footer 400 ------------*/
  .ibtn.fb-fans-page {
  }
  .follow-box > * {
    margin: 3px 0;
  }
  /*------------ / site_footer 400 ------------*/
  /*------------ lightbox 400 ------------*/
  .login-content {
    padding: 10px 15px;
  }
  .login-box .notice-box {
    padding: 20px 0;
    background: none;
  }
  .arrival-box {
    padding: 80px 15px 30px;
  }
  /*------------ / lightbox 400 ------------*/
  /*------------ form 400 ------------*/
  .form-box .form-group .input-box {
    width: 100%;
  }
  /*------------ / form 400 ------------*/
  .btn.simple {
    width: 120px;
    margin: 0 2px 5px;
  }
}
/*------------ / 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 登入按鈕 ------------*/
