@charset "utf-8";
@import url(icon-font-13/style.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*------------ basic ------------*/
body {
  background: url(../../../images/layout05/common/bg.jpg);
  font-size: 15px;
  color: #333;
  font-family: "Noto Serif TC", serif, Arial, "Roboto", "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體",
    "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.content-nav-menu {
  display: none;
}
.share_box {
  text-align: left;
}
.share_box .share-link .btn,
.share_box .share-link .btn,
.share_box .share-link .a2a_kit {
  color: #c0baad;
}
/* .container{
    max-width: 1300px;
} */
/*------------ / basic ------------*/
/*------------ box ------------*/
.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);
}
/*------------ /box ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #a98b4a;
  color: #444;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #a98b4a;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  background: transparent;
  color: #333;
  font-size: 15px;
  line-height: 38px;
  text-align: left;
  width: 160px;
  padding: 2px 18px;
  position: relative;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 0px;
  font-weight: 500;
}
.btn.back:after {
  content: "\e91b";
  font-family: "icon-font-13" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 19px;
  margin-top: -10px;
  color: #000000;
  transition: all 0.3s ease;
}
.btn.back:hover:after {
  color: #ffffff;
}
.btn.back:hover {
  background: #9a2525;
  border: 1px solid #9a2525;
  color: #fff;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0.3s ease;
  height: 100px;
  width: 100px;
  margin: auto;
  text-indent: unset;
  font-size: 0;
}
.ibtn.fb:hover {
  opacity: 0.8;
}
/*--- style01-btn ---*/
.btn.style01 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 45px;
  height: 45px;
  width: 100%;
  max-width: 450px;
  margin: 0 0 2px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: #a98b4a;
  z-index: 0;
  border: none;
  display: inline-block;
}
.btn.style01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #9a2525;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.7s;
}
.btn.style01.arrowL::before {
  background-color: #8b7b65;
}
.btn.style01:hover:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn.style01.arrowL {
  background: #b6a47c;
}
.btn.style01 i {
  display: none;
}
/*--- style02-btn ---*/
.btn.style02 {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  background: #a98b4a;
  position: relative;
  padding: 0 16px 0 64px;
  margin: 0 2px 8px;
  border-radius: 0px;
}
.btn.style02 i,
.btn.style02:before {
  font-family: "icon-font-13" !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;
  content: "\e911";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.btn.style02:after {
  content: "";
  display: block;
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent #d7ccb7 transparent #ffffff;
  height: 18px;
  position: absolute;
  left: 48px;
  top: 50%;
  margin-top: -9px;
}
.btn.style02:hover {
  background: #9a2525;
}
/*------------ / btn ------------*/
.banner .container {
  max-width: inherit;
  padding: 0;
}
.banner img {
  min-height: 100px;
  object-fit: cover;
  object-position: center;
}
/*------------ site_header ------------*/
.site-header {
  text-align: center;
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
  height: 244px;
}
.site-header > .container {
  padding: 0;
  position: relative;
}
.site-nav {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.site-nav .menu {
  padding: 0 15px;
  max-width: 1330px;
  margin: auto;
  box-sizing: border-box;
}
.wrapper {
  /*padding-top: 191px;*/
}
.wrapper::before {
  content: "";
  display: block;
  width: 645px;
  height: 583px;
  background: url(../../../images/layout05/common/main-content-deco.png)
    no-repeat;
  position: absolute;
  right: calc(50% - 1086px);
  top: 328px;
}
.site-title {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 190px;
  box-sizing: border-box;
  line-height: 190px;
  padding: 0;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout05/common/logo.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 380px;
  height: 118px;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  z-index: 60;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
/*詢價車*/
.func-menu {
  z-index: 15;
  float: none;
  margin-bottom: 12px;
  max-width: 1330px;
  margin: -105px auto 0;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 90;
}
.func-menu > li.gocart {
  margin-top: 5px;
}
.func-menu > li.gocart .toggleBtn {
  padding: 10px 15px;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #a98b4a;
  text-align: center;
}
.func-menu > li.gocart .price {
  color: #a98b4a;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #a98b4a;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #a98b4a;
  color: #fff;
}
.func-menu .cart-box .btn:hover {
  background: #000;
}
.func-menu .cart-list li + li {
  border-top: 1px solid #666;
}
.func-menu .cart-list li:hover .box {
}
.func-menu .cart-list .qty {
  color: #d45000;
}
/*數量icon*/
.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #a38569;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #a98b4a;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  position: absolute !important;
  z-index: 0;
  top: 0;
  color: #a38569;
  border: 1px solid #a38569;
}
.qty-box .btn:hover {
  border-color: #a98b4a;
  background: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #dcdaca;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #a38569;
  color: #fff;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
  float: left;
  position: relative;
  background: #ff6c00;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header .language .btn:before {
  content: "\e903";
  font-family: "icon-font-13" !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;
  vertical-align: text-bottom;
  margin: 0 6px 0px 0;
}
.site-header .language .btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 56px;
  width: 130px;
  letter-spacing: 0.02em;
  z-index: 2;
  text-align: center;
}
.site-header .language:before {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #d45000;
  height: 0%;
  left: 0%;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.site-header .language:hover:before {
  height: 100%;
  z-index: 0;
  width: 100%;
  top: 0;
  border-radius: 0;
}
.site-header .language .btn i:before {
  content: "\f107";
  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;
  margin: 0 0 0 10px;
  color: #fff;
}
.site-header .language ul {
  display: none;
  margin: 0px 0 0 0;
  position: absolute;
  z-index: 35;
  width: 100%;
}
.site-header .language ul li {
  margin: 0 0 0px;
  background: #ffffff;
}
.site-header .language li a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding: 10px 8px;
  margin-top: -1px;
  font-size: 14px;
  text-align: center;
}
.site-header .language ul li a:hover {
  background: #d65e05;
  color: #fff;
}
/*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 145px;
  float: right;
}
.site-header .search-box .form-control {
  color: #3a3a39;
  border: 0;
  background: transparent;
  margin: 0;
  height: 56px;
  line-height: 54px;
  padding: 0 40px 0 5px;
  border-radius: 0;
}
.site-header .search-box .form-control:focus {
  outline: none;
  background: #eee;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 3px;
  top: 8px;
}
.search-box:after {
  content: "";
  display: block;
  background-image: url(../../../images/layout05/common/btn_search.png);
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 12px;
}
.mmenu-show #mobile-search .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: #555555;
  right: 0px;
  top: 0;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.mmenu-show #mobile-search .search-box:after {
  background-image: none;
}
.mmenu-show #mobile-search .search-box:hover:after {
  color: #a98b4a;
}
/*------------site-nav ------------*/
.site-nav {
  text-align: left;
  height: 56px;
}
.site-nav .menu {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: center;
  background: linear-gradient(
    to right,
    rgba(231, 221, 197, 0) 0%,
    rgba(231, 221, 197, 0.5) 50%,
    rgba(231, 221, 197, 0) 100%
  );
  max-width: 1300px;
  background: rgba(231, 221, 197, 0.8);
}
.site-nav .menu li {
  position: relative;
  width: auto;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  transition: all 0.2s;
  text-align: center;
  display: block;
  color: #50463f;
  letter-spacing: 2px;
  padding: 12px 18px;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  top: 0;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.site-nav .menu > li.active > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -8px;
}
.site-nav .menu li ul {
  display: none;
  position: absolute;
  width: 200px;
  background: #fbf8f2;
  box-sizing: border-box;
}
.site-nav .menu > li {
  display: table-cell;
}
.site-nav .menu > li > ul {
  z-index: 600;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 0px 0 0 -100px;
  background: #fbf8f2;
  border: unset;
  color: #4f4f4f;
  font-size: 15px;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 5px;
  width: 100%;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
  border-bottom: 2px solid #d3d3d3;
}
.site-nav .menu li ul li:last-child {
  border-bottom: none;
}
.site-nav .menu ul li a {
  display: block;
  position: relative;
  font-size: 15px;
  transition: all 0.2s;
  color: #4f4f4f;
  text-align: left;
  padding: 10px;
  margin-top: -1px;
  background: #fbf8f2;
  box-sizing: border-box;
  font-weight: 500;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a,
.site-nav .menu > li.active2 > a {
  color: #9a2525;
}
.site-nav .menu > li > a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 22px;
  left: 0;
  margin-top: 0px;
  background: #b6b6b6;
}
.site-nav .menu > li:first-of-type > a:before {
  display: none;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #a98b4a;
  color: #fff;
}
.site-nav .menu ul ul {
  left: 100%;
  top: 1px;
  margin: 0;
  padding-left: 1px;
}
.site-nav .menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}
.site-nav .menu ul ul li a {
  padding-right: 30px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active > a,
.site-nav .menu ul ul li.active2 > a {
  background: #a98b4a;
}
.site-nav .menu ul li.has-child > a:after {
  content: "";
  border: 1px solid #626282;
  border-width: 1px 1px 0 0;
  width: 8px;
  height: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 18px;
}
.site-nav .menu ul li:hover > a:after,
.site-nav .menu ul li.active > a:after,
.site-nav .menu ul li.active2 > a:after {
  border-color: #fff;
}
.site-nav .menu ul li.products_activity a {
  color: #d9a300;
}
.site-nav .menu ul > li.products_activity.active > a,
.site-nav .menu ul > li.products_activity.active2 > a,
.site-nav .menu ul > li.products_activity > a:hover {
  background: #de9d62;
  color: #fff;
}
/*滿版清單*/
.site-nav .menu .full_menu > ul {
  border: none;
}
.site-nav .menu > li.full_menu > ul:before {
  height: 26px;
}
.site-nav .menu > li.full_menu > ul:after {
  display: none;
}
.site-nav .menu li.full_menu ul li.has-child > a:after {
  display: none;
}
.site-nav .menu .full_menu ul a {
  padding: 6.5px 15px;
  border: none;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
  background: #a98b4a1a;
  padding: 5px 10px;
  margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(199, 199, 199, 0.08);
}
.site-nav .menu li.full_menu ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul li.active > a,
.site-nav .menu li.full_menu ul ul li.active2 > a {
  background: #a98b4a;
  color: #ffffff;
}
.site-nav .menu li.full_menu ul ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul ul li.active > a,
.site-nav .menu li.full_menu ul ul ul li.active2 > a {
  background: #ff6c00;
  color: #ffffff;
}
.site-nav .menu li.full_menu > ul > li > a:before {
  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;
  content: "\f105";
  margin-right: 5px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.site-nav .menu .full_menu ul > li.active > a,
.site-nav .menu .full_menu ul > li.active2 > a,
.site-nav .menu .full_menu ul > li > a:hover {
  background: none;
  text-decoration: none;
  color: #a98b4a;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
.site-nav .menu .full_menu ul > li.products_activity > a {
  color: #d9a300;
}
.site-nav .menu .full_menu ul > li.products_activity.active > a,
.site-nav .menu .full_menu ul > li.products_activity.active2 > a,
.site-nav .menu .full_menu ul > li.products_activity > a:hover {
  color: #a98b4a;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.share .btn i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.mmenu-show .share .btn i {
  display: block;
  vertical-align: middle;
}
.share .btn:hover {
  color: rgb(255, 255, 255);
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-nav {
  position: fixed;
  bottom: auto;
  top: 0;
  background: url(../../../images/layout05/common/bg.jpg);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  background: rgba(231, 221, 197, 1);
}

.header-fixed .site-nav .menu {
  background: transparent;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  padding: 10px 0 10px 0;
  text-align: right;
  margin-bottom: 55px;
}
.main-top .main-title {
  margin: auto;
  text-align: center;
  background: url(../../../images/layout05/common/newsomething/title_bg.png)
    center no-repeat;
  color: #fff;
  font-size: 30px;
  width: 278px;
  height: 83px;
  line-height: 83px;
  margin-top: -50px;
  margin-bottom: -30px;
  letter-spacing: 7px;
  font-weight: 500;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 120px;
}
.main-content .container {
  width: 100%;
  display: flex;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
  padding: 0 40px 0px;
}
.content-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  position: relative;
}
.content-title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  height: 3px;
  background: #a98b4a;
}
.content-title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 15px;
  margin: 0;
  position: relative;
  letter-spacing: 2px;
  font-weight: 600;
}
.search-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  background: url(../../../images/layout05/common/footer_bg.jpg) 50% 50%
    no-repeat;
  background-size: cover;
  position: relative;
}
.footer_top {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  position: relative;
}
.footer_top .container {
  display: flex;
  flex-wrap: wrap;
  padding: 180px 15px 80px;
  justify-content: space-between;
}
.footer_bottom {
  background: rgba(28, 23, 21, 0.7);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border-width: 1px 0;
  text-align: left;
  padding: 15.5px 0px;
}
.site-footer .tit {
  display: none;
}
.site-info {
  width: 419px;
  font-size: 15px;
  order: 1;
  position: relative;
  padding: 0 50px 0 0px;
  box-sizing: border-box;
}
.site-info::before {
  content: "";
  display: block;
  position: relative;
  background: #fff;
  width: 308px;
  height: 95px;
  -webkit-mask-image: url(../../../images/layout05/common/logo.svg);
  mask-image: url(../../../images/layout05/common/logo.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-top: -25px;
  margin-bottom: 15px;
}
.site-info li .tel a {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(#325c8b, #374060);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}
.site-info li {
  position: relative;
  padding: 3px 0;
  line-height: 23px;
  letter-spacing: 1.5px;
}
.site-info li span,
.site-info li a {
  display: inline;
}
.site-info li + li {
  margin: 0px 0 0;
}
.site-info li a,
.site-info span {
  display: inline-block;
}
.site-map {
  line-height: 1.2;
  width: 609px;
  font-size: 15px;
  transition: all 0.3s ease;
  padding-top: 0px;
  order: 2;
  position: relative;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: 1px;
}
.site-map li + li {
  margin-top: 13px;
}
.site-map ul a {
  font-weight: normal;
  transition: all 0.3s ease;
  letter-spacing: 1.5px;
}
.site-map ul a:hover {
  color: #cdb88c;
}
.site-map ul a:before {
  content: "";
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  left: 0;
  margin: 0 6px 3px 0;
}
.site-map ul a:hover:before {
  background: #cdb88c;
}
.site-footer .fllow {
  text-align: right;
  order: 3;
}
.fllow .share {
  vertical-align: bottom;
  display: block;
  text-align: right;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 5;
  margin-top: 15px;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}
.fllow .qr-inner {
  margin: 0 0px 0 20px;
  float: right;
  width: 100px;
}
.fllow .qr-inner .ibtn.qr {
  text-indent: unset;
  font-size: 0;
  transition: all 0.3s ease;
}
.fllow .qr-inner .ibtn.qr:hover {
  opacity: 0.8;
}
.copy_box {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
  letter-spacing: 1px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  width: 52px;
  height: 95px;
  line-height: 40px;
  font-size: 0;
  text-indent: 0;
  text-align: center;
}
.floating .gotop:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto 20px;
  width: 1px;
  height: 40px;
  background: #a98b4a;
  display: block;
  transition: all 0.3s ease;
}
.floating .gotop::after {
  content: "TOP";
  color: #a98b4a;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  letter-spacing: 2px;
}
.floating .gotop:hover:before {
  height: 20px;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  font-size: 14px;
  color: #676767;
  font-weight: 600;
  padding: 10px 0;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline-block;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #9a2525;
}
.main-top .breadcrumb li:first-child {
  font-size: 0;
}
.main-top .breadcrumb li:first-child a:before {
  font-family: "icon-font-13" !important;
  content: "\e901";
  font-size: 12px;
}
.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: -5px 4px 3px;
  color: #888;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 9px 0 9px 10px;
  color: #7c7c7c;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.products-breadcrumb a:hover {
  color: #9a2525;
}
.products-breadcrumb li:first-child a span {
  display: inline-block;
}
.products-breadcrumb li:first-child a:before {
  content: "";
}
.products-breadcrumb li + li:before {
  content: "/ ";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 220px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
  margin-right: 45px;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 265px);
  box-sizing: border-box;
  padding: 0;
}
.side_logo {
  display: none;
}
.side .title {
  padding: 24px 0px;
  padding-left: 20px;
  background: url(../../../images/layout05/common/newsomething/side_top.png)
    no-repeat;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}
.side-nav {
  max-width: 220px;
  background: transparent;
  border: unset;
}
.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
  padding: 9px 32px 9px 15px;
  color: #333;
  letter-spacing: 1.5px;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
}
.side-nav > li + li {
}
.side-nav > li > a {
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.side-nav > li.has-child > a:after {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin: -9px 0 0 0;
  font-size: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  background: url(../../../images/layout05/common/side-nav-ic.png) 50% 50%
    no-repeat;
  background-position: top;
}
.side-nav > li.has-child > a:hover:after,
.side-nav > li.has-child.active > a:after,
.side-nav > li.has-child.active2 > a:after {
  background-position: bottom;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  color: #992525;
}
.side-nav ul {
  font-size: 14px;
  display: none;
  margin: 0px 0;
  padding: 13px 0;
  background: #f9f5ee;
  border-top: 3px solid #a98b4a;
  border-bottom: 3px solid #a98b4a;
}
.side-nav ul li a {
  border: none;
  padding: 5px 0px 5px 30px;
  font-size: 15px;
  color: #4e4e4e;
  transition: all 0.1s;
  position: relative;
  font-weight: 500;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #af6433;
  padding-left: 40px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav ul li a:before {
  content: "";
  background: #9b9b9b;
  position: absolute;
  display: block;
  top: 14px;
  left: 15px;
  margin: 0px;
  width: 3px;
  height: 2px;
  transition: all 0.3s;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  background: #af6433;
  width: 12px;
}
.side-nav > li.active2 > ul {
  display: block;
}
.side-nav-top {
  max-width: 220px;
  margin-top: 10px;
}
.side-nav-top > li {
  margin-bottom: 10px;
}
.side-nav-top > li > a {
  padding: 8px 16px;
  font-size: 15px;
  color: #4f4f4f;
  background: #ededed;
  position: relative;
  transition: all 0.2s;
  line-height: 1.2;
}
.side-nav-top > li:hover > a,
.side-nav-top > li.active > a,
.side-nav-top > li.active2 > a {
  background: #cc7e49;
  color: #fff;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 3px;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  position: relative;
  color: #000000;
  margin-left: -1px;
  margin-right: 0px;
  font-weight: normal;
}
.pagination li a:hover,
.pagination li.active a {
  background-color: #9a2525;
  color: #ffffff;
  font-weight: bold;
  border-color: #9a2525;
}
.pagination li a.controls {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 3px;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  position: relative;
  color: #000000;
  margin-left: -1px;
  margin-right: 0px;
  font-weight: normal;
  border-radius: 0;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 30px;
}
.pagination li a.controls:hover {
  background-color: #a98b4a;
  color: #ffffff;
  font-weight: bold;
  border-color: #a98b4a;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: left;
  margin: 0 auto 0;
  padding-bottom: 15px;
  font-size: 15px;
  border-bottom: 2px solid #e9e5e3;
  position: relative;
  padding-left: 50px;
}
.reminder:before {
  content: "\e910";
  color: #d3c095;
  position: absolute;
  display: block;
  top: 15%;
  left: 0;
  margin: 0;
  font-size: 30px;
  font-family: "icon-font-13" !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;
}
.reminder b:before {
  content: "\f0da";
  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;
  font-size: 18px;
  vertical-align: text-bottom;
  color: #9a2525;
  margin: 0 6px 0 0;
}
/*-----form-detail-----*/
.form-control,
.page-info .form-control {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 0px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.form-control {
  height: 44px;
  line-height: 44px;
  border: none;
}
.form-box .form-group {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d1b3;
}
.form-control:focus {
  outline: none;
  border-color: #e6ded0;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: 90px;
}
/*-----form-static-control-----*/
.static-control {
  color: #5946a5;
  line-height: inherit;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
}
/*-----form-wrap-----*/
.contact-form {
  margin-top: 60px;
}
.contit {
  display: none;
}
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.form-wrap.has-bg:before {
  top: 0;
  left: 0;
}
.form-wrap.has-bg:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.form-box {
  position: relative;
  box-sizing: border-box;
  z-index: 15;
  padding: 20px 0px 5px;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
.form-box .name .radio-box {
  position: static;
  margin-top: 5px;
}
/*-----form-required-----*/
.form-box .required {
  position: relative;
}
.form-box .required:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  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: #9a2525;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.form-box .form-group {
  margin: 12px 0 6px;
  line-height: 44px;
  position: relative;
}
.form-box .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .control-label {
  display: block;
  color: #3b3b3b;
  font-size: 14px;
  padding-left: 5px;
  line-height: inherit;
  pointer-events: none;
  width: 110px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
}
.form-box .control-label:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-left: 1px solid #bebebe;
}
.form-box .control-box {
  position: relative;
}
.form-box .form-control {
  padding-left: 144px;
}
.form-box .control-box select {
  padding-left: 9px;
  margin-left: 144px;
  width: unset;
  border: 1px solid #bdbdbd;
  margin-bottom: 3px;
  margin-top: 4px;
  height: 35px;
  line-height: 38px;
  background: #fff;
}
.form-box .control-box > select:nth-child(2) {
  margin-left: 0px;
}
.form-box .control-box > select:nth-child(3) {
  margin-left: 0px;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}
.form-box .control-box label:first-child {
  margin-left: 144px;
}
.form-box .captcha .form-control {
  display: inline-block;
  vertical-align: top;
  padding-right: 130px;
}
.form-box .captcha a {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 0 0;
  letter-spacing: 1.5px;
}
.success-box .msg {
  font-size: 24px;
  margin: 0 0 15px;
}
.success-box .msg:after {
  content: "";
  display: block;
  border-top: 2px solid #aaa;
  width: 25px;
  margin: 15px auto;
}
.success-box .msg i:before {
  content: "\f046";
  font-size: 30px;
  color: #9a2525;
  font-family: "icon-font" !important;
  font-style: normal;
  display: block;
}
.success-box .btn-box {
  background: none;
}
/*------------ lightbox ------------*/
/*************fancybox-close*************/
body .fancybox-close {
  background: url("../../../images/layout05/common/lightbox_close.png")
    no-repeat;
  width: 44px;
  height: 42px;
  right: 6%;
  top: 25px;
  margin-right: -21px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
  max-height: unset !important;
  object-fit: unset;
}
.fancybox-album .fancybox-title {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
}
.fancybox-album .photo-pager {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a98b4a;
  font-size: 14px;
  margin-top: 20px;
}
.fancybox-album .photo-pager b {
  color: #1127b7;
  font-size: 14px;
  text-decoration: underline;
}
.fancybox-album .photo-intro {
  padding: 10px 5px;
  font-size: 15px;
}
body .fancybox-skin {
  background: #ffffff;
  margin: 0;
  border-radius: 10px;
}
body .fancybox-inner {
  background: #fff;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.login-box {
  padding: 30px;
}
.lightbox-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.lightbox-title span {
  display: block;
  font-size: 32px;
}
.lightbox-title .icon {
  background: url("../../../images/layout05/common/title_ic.png") no-repeat 0 -240px;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.lightbox-wrapper .form-group {
  padding: 5px 0;
}
.lightbox-wrapper .control-label {
  display: none;
}
.fancybox-album .fancybox-nav span {
  background: url("../../../images/layout05/common/album/lightbox_arrow.png")
    no-repeat;
  width: 25px;
  height: 40px;
  margin-top: -20px;
  visibility: visible;
}
.fancybox-album .fancybox-prev span {
  background-position: 0 0;
  left: -55px;
}
.fancybox-album .fancybox-next span {
  background-position: 100% 0;
  right: -55px;
}
.fancybox-album .fancybox-prev:hover span {
  background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
  background-position: 100% 100%;
}
.photo-title {
  border-bottom: 1px dotted #251726;
  color: #a98b4a;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 10px 12px;
}
.photo-intro {
  color: #111;
  padding: 15px 0 0;
  font-size: 14px;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout05/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout05/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #a98b4a;
}
.mmenu-show #mobile-fixed li {
  background: #a98b4a;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #a98b4a;
}
.mmenu-show #mobile-menu .language-menu {
  background: #a98b4a;
  color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
  background: #d0bc96;
}
.mmenu-show #mobile-search {
  background: #c2a669;
}
.mmenu-show #mobile-fixed .toggleBtn {
  font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
  font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
  font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
  line-height: 28px;
}
.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .menu ul li.products_activity a {
  color: #974c22;
}
.mmenu-show #mobile-menu .menu li.products_activity > a:hover,
.mmenu-show #mobile-menu .menu li.products_activity.active > a {
  color: #a98b4a;
}
.mmenu-show #mobile-menu .menu li.pd-class > a {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
.mmenu-show #mobile-menu .menu li.pd-class.has-child > .toggle-submenu:before {
  content: "\f078";
  display: inline-block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------ / mobile_menu ------------*/
.contact-title {
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0px 0px;
}
.form-box,
.contact-title,
.form-wrap .btn-box {
  background: #fcf8f5;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  box-sizing: border-box;
  max-width: 1120px;
}
/*------------ side-share ------------*/
.side-share {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
}
.side-share.for-cart {
  right: unset;
  left: 15px;
}
.side-share .share {
  display: flex;
  flex-direction: column;
}
.side-share .share li {
  margin: 2px 0;
}
.side-share .share li a {
  width: 55px;
  height: 55px;
  color: #fff;
  background: #31caa4;
  border-radius: 50%;
  display: block;
  line-height: 55px;
  text-align: center;
  transition: all 0.5s ease;
  border: 0;
  font-size: 0;
  box-shadow: 0px 2px 5px #0000001c;
  overflow: hidden;
}
.side-share .share .btn i {
  display: block;
  font-size: 30px;
  line-height: 55px;
}
.side-share .share .btn.cm-fb {
  color: #fff;
  background: #405d9a;
}
.side-share .share .btn.cm-youtube {
  color: #fff;
  background: #b52322;
}
.side-share .share .btn.cm-mail {
  color: #fff;
  background: #2caf8e;
}
.side-share .share .btn.cm-line {
  color: #fff;
  background: #06c755;
  padding-top: 1px;
  padding-left: 1px;
}
.side-share .share .btn.cm-phone {
  color: #fff;
  background: #3c352a;
}
.side-share .share .btn.cm-instagram {
  background: #b90675;
}
.side-share .share .btn.cm-instagram i {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;
  color: #fff;
}
.side-share .share .btn.cm-linkedin {
  color: #fff;
  background: #0073b0;
}
.side-share .share .btn.cm-twitter {
  background: #0f1419;
}
.side-share .share .btn.cm-wechat {
  background: #51c332;
}
.side-share .share .btn.cm-qq {
  background: #000;
}
.side-share .share .btn:hover {
  border: 0;
  box-shadow: unset;
}
.side-share .share .btn.cm-fb:hover {
  background: #5c79b7;
}
.side-share .share .btn.cm-youtube:hover {
  background: #cb3a39;
}
.side-share .share .btn.cm-mail:hover {
  background: #43caa8;
}
.side-share .share .btn.cm-line:hover {
  background: #1dd96a;
}
.side-share .share .btn.cm-phone:hover {
  background: #5a5247;
}
.side-share .share .btn.cm-instagram:hover {
  background: #ce208c;
}
.side-share .share .btn.cm-linkedin:hover {
  background: #1c94d4;
}
.side-share .share .btn.cm-twitter:hover {
  background: #29333c;
}
.side-share .share .btn.cm-wechat:hover {
  background: #71e053;
}
.side-share .share .btn.cm-qq:hover {
  background: #333;
}
/*------------ / side-share ------------*/
/*------------ cart ------------*/
.main-cart-box {
  background: #eaeaea;
  position: fixed;
  width: 80px;
  height: auto;
  z-index: 1000;
  right: 0;
  bottom: calc(50% - 300px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
}
.main-cart-box .c-box-btn {
  width: 80px;
  height: 99px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.main-cart-box .c-box-btn + .c-box-btn:before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  left: 10px;
  top: 1px;
}
.main-cart-box .c-box-btn + .c-box-btn:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 0;
}
.main-cart-box .c-box-btn .ic {
  width: 41px;
  height: 41px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: block;
  line-height: 41px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-bottom: 3px;
  color: #666666;
}
.main-cart-box .c-box-btn .ic.icon-cart-info {
  font-weight: bold;
}
.main-cart-box .c-box-t {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
}
.main-cart-box .c-box-btn:hover .ic {
  background: #ff6c00;
  border: 1px solid #ff6c00;
  color: #fff;
}
.main-cart-box .cart-btn .qty {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #fff;
  background: linear-gradient(to bottom, #ca7942, #95481f);
  border-radius: 50%;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
  background: #ff6c00;
  border: 1px solid #ff6c00;
  color: #fff;
}
.main-cart-box .history-content {
  position: absolute;
  width: 80px;
  height: auto;
  left: -85px;
  top: 110px;
  box-sizing: border-box;
  padding: 13px 8px 7px;
  border: 2px solid #c3c3c3;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.main-cart-box .history-content.active {
  opacity: 1;
  pointer-events: all;
  top: 100px;
}
.main-cart-box .history-content:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.history-list .box {
  position: relative;
  margin-bottom: 10px;
}
.history-list .box:nth-last-child(1) {
  margin-bottom: 0;
}
.history-list .box .name {
  font-size: 15px;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.history-list .box:hover .name {
  color: #ff6c00;
  text-decoration: underline;
}
.history-list .box .pic {
  position: relative;
}
.history-list .box .pic:before {
  content: "";
  background: rgba(204, 204, 204, 0.5);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.history-list .box:hover .pic:before {
  opacity: 1;
}
.history-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.cart-fancybox-content {
  display: none;
}
.front-member-fancybox .fancybox-skin {
  margin-top: unset;
  margin-bottom: unset;
}
.front-member-fancybox .fancybox-inner {
  max-height: unset !important;
}
.member-fancybox-body {
  overflow-y: hidden;
}
.social-login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 15px;
  padding-right: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.social-login-box > div.fb-login-box,
.social-login-box > div.google-login-box,
.social-login-box > div.line-login-box {
  width: 240px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}
.LINE-login-button a {
  width: 240px;
  height: 40px;
  background: #06c755;
  border-radius: 6px;
  display: flex;
  margin: auto;
  transition: all 0.3s ease;
}
.LINE-login-button a .LINE-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='61' viewBox='0 0 64 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='LINE' class='cls-1' d='M57.144,41.969c4.64-5.087,6.863-10.251,6.863-15.984C64.007,11.66,49.646.005,32,.005S-0.014,11.66-.014,25.985c0,12.842,11.388,23.6,26.771,25.633,1.041,0.225,2.46.688,2.819,1.579a6.558,6.558,0,0,1,.1,2.894s-0.374,2.259-.456,2.741C29.085,59.641,28.58,62,32,60.557S50.43,49.7,57.145,41.969h0M19.466,34.508h-6.36a1.681,1.681,0,0,1-1.678-1.68V20.107a1.678,1.678,0,1,1,3.356,0V31.15h4.682A1.679,1.679,0,0,1,19.466,34.508Zm6.579-1.68a1.678,1.678,0,1,1-3.355,0V20.107a1.678,1.678,0,1,1,3.355,0V32.829Zm15.31,0a1.678,1.678,0,0,1-3.022,1.008l-6.518-8.878v7.87a1.679,1.679,0,1,1-3.357,0V20.107A1.678,1.678,0,0,1,31.479,19.1L38,27.978v-7.87a1.678,1.678,0,1,1,3.356,0V32.829Zm10.292-8.039a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681a1.679,1.679,0,0,1,0,3.358h-6.36a1.682,1.682,0,0,1-1.678-1.68V20.107a1.68,1.68,0,0,1,1.678-1.679h6.36a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681Z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: 24px 24px;
  background-position: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  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,
.LINE-login-button a:focus,
.LINE-login-button a:active {
  background: #05b34c;
}
.f-login {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 40px;
  height: auto;
  overflow-x: hidden;
}
.f-login .f-title {
  text-align: center;
  margin-bottom: 30px;
}
.f-login .main-title {
  color: #444444;
  font-size: 26px;
  margin: 0;
}
.f-login .main-title {
  color: #444444;
  font-size: 26px;
  margin: 0;
  z-index: 1;
  position: relative;
  font-weight: 600;
}
.f-login .main-sub {
  color: #faf0e7;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin-top: -72px;
  display: block;
}
.f-login label.form-checkbox {
  display: block;
  font-size: 14px;
}
.f-login .form-box .form-control {
  padding-left: 0;
}
.f-login .form-box .form-group {
  padding-bottom: 5px;
  text-align: left;
}
.f-login .form-box .form-group label {
  width: 139px;
  color: #646464;
  float: left;
}
.f-login .form-box .control-box {
  margin-left: 180px;
}
.f-login .form-box .form-group label {
  width: 139px;
}
.f-login .btn.pure {
  text-align: center;
  color: #95481f;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-top: 20px;
}
.f-login .btn.pure:hover {
  color: #ca7942;
}
.f-login .btn.p-reset,
.f-login .btn.p-send {
  width: 202px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  border-radius: 5px;
  background: #aaaaaa;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
}
.f-login .btn.p-reset:before,
.f-login .btn.p-send:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ca7942, #95481f);
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before {
  opacity: 1;
}
.f-login .form-box {
  background: none;
  padding-top: 0;
  padding-bottom: 10px;
}
.f-login .check-agree {
  padding: 10px 52px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.f-login .f-reminder {
  padding: 10px 54px 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  background: none;
}
.f-login .f-reminder p {
  margin: 0;
}
.f-login .btn-box.cart_f_btn {
  padding-top: 10px;
}
.f-login .terms-style {
  color: #95481f;
  transition: all 0.3s ease;
}
.f-login .terms-style:hover {
  color: #ca7942;
}
.f-login .f-msg {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.f-login .f-txt {
  font-size: 15px;
  text-align: center;
}
/*------------ / cart ------------*/
@media screen and (max-width: 1500px) {
  .main-cart-box {
    width: 100%;
    height: 60px;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #fbfaf7;
    display: flex;
    z-index: 401;
    box-shadow: 0px -3px 12px 1px #00000017;
  }
  .main-cart-box .c-box-btn {
    width: auto;
    height: auto;
    background: #fbfaf7;
    z-index: 2;
    flex-grow: 1;
    flex-direction: row;
  }
  .main-cart-box .c-box-btn .ic {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    font-size: 25px;
    border: 0;
    background: transparent;
    color: #444a51;
  }
  .main-cart-box .c-box-btn:hover .ic,
  .main-cart-box .history-btn.c-box-btn.active .ic,
  .main-cart-box .history-btn.c-box-btn:hover .ic {
    background: transparent;
    border: 0;
  }
  .main-cart-box .c-box-t {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .main-cart-box .c-box-btn:hover .c-box-t,
  .main-cart-box .history-btn.c-box-btn.active .c-box-t,
  .main-cart-box .history-btn.c-box-btn:hover .c-box-t {
    color: #fff;
  }
  .main-cart-box .cart-btn .qty {
    right: calc(50% + 9px);
    top: 6px;
  }
  .main-cart-box .c-box-btn + .c-box-btn:before {
    width: 1px;
    height: calc(100% - 30px);
    background: #eeeeeb;
    left: 0;
    top: 15px;
  }
  .main-cart-box .c-box-btn + .c-box-btn:after,
  .main-cart-box .c-box-btn:after {
    content: "";
    width: calc(100% - 1px);
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    background: #ff6c00;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
  }
  .main-cart-box .c-box-btn:hover:after,
  .main-cart-box .history-btn.c-box-btn.active:after,
  .main-cart-box .history-btn.c-box-btn:hover:after {
    opacity: 1;
  }
  .main-cart-box .history-content {
    width: 100%;
    height: auto;
    left: 0;
    border-radius: 0;
    padding: 10px 5px 3px;
    top: unset;
    bottom: 90%;
    z-index: 1;
  }
  .main-cart-box .history-content.active {
    top: unset;
    bottom: 100%;
  }
  .history-list {
    display: flex;
    justify-content: center;
  }
  .history-list .box {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    width: 60px;
  }
  .history-list .box .name {
    font-size: 12px;
  }
  .footer_bottom.for-cart {
    margin-bottom: 60px;
  }
  /*------------ side-share ------------*/
  .side-share.for-cart {
    right: 15px;
    left: unset;
    bottom: 70px;
    transform: unset;
    top: unset;
  }
  /*------------ / side-share ------------*/
}
@media screen and (max-width: 1440px) {
  .site-nav .menu > li:first-of-type:not(.full_menu) > ul {
    margin: 0 0 0 -65px;
  }
}
@media screen and (max-width: 1280px) {
  .site-title .logo {
    width: 320px;
  }
  .site-nav .menu > li > a {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 14px;
  }
  .footer_top .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 140px 15px 80px;
  }
  .site-info {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 50px;
    text-align: center;
  }
  .site-info::before {
    margin-top: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .site-map {
    width: 500px;
  }
  .site-map ul {
    padding: 0 10px;
  }
  .fllow .share {
    right: 0;
    left: 0;
    text-align: right;
    top: unset;
  }
  .copy_box {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .btn-box {
    padding-top: 20px;
  }
  .btn.back {
    width: 160px;
  }
  .btn.style01 {
    margin: 0 auto 10px;
  }
  .search-box:after {
    color: #111;
    top: 0;
  }
  .breadcrumb {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .breadcrumb.products-breadcrumb {
    bottom: 21px;
    left: auto;
  }

  .main-top {
    padding: 10px 0;
    background: #333333;
  }
  .main-top .main-title {
    display: block;
    position: static;
    background: none;
    margin-top: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 22px;
    height: auto;
    /* margin-bottom: -30px; */
    margin: 0 auto;
    letter-spacing: 3px;
  }
  .content-top {
    margin-bottom: 20px;
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .wrapper {
    padding-top: 40px;
  }
  .side {
    display: none;
  }
  .has-side .content {
    position: relative;
    width: 100%;
    float: none;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }
  .main-top {
    margin-bottom: 70px;
  }
  .has-side .content,
  .content {
    padding: 0px 0px 0px;
  }
  /*------------ site_header 1000 ------------*/
  .site-header {
    height: unset;
  }
  .site-title {
    float: none;
    padding: 15px 0;
    height: auto;
    line-height: 1;
  }
  .site-title .logo {
    width: 226px;
    height: 70px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .site-footer {
    padding: 50px 0 0px;
  }
  .footer_top .container {
    padding: 0 15px;
  }
  .site-info::before {
    width: 250px;
  }
  .site-info li {
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px 15px 0px;
    margin: 0 auto 30px;
  }
  .site-info li,
  .site-info p {
    display: inline-block;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li + li {
    margin: 0 0 0 0px;
    display: block;
  }
  .site-footer .fllow {
    padding: 10px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .fllow .qr-inner {
    margin: 0 auto 20px;
    display: block;
    max-width: 100px;
    order: 2;
  }
  .copy_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .follow p {
    display: block;
  }
  .footer_top,
  .footer_top .container {
    padding: 0;
  }
  .footer_top {
    padding: 0px 0 30px;
  }
  .footer_bottom {
    position: static;
    padding-bottom: 30px;
  }
  .fllow .qr-inner {
    float: none;
    display: inline-block;
    margin: 0 3px;
  }
  .ibtn.fb {
    margin: 0 3px;
  }
  .site-info .list-v {
    left: 0;
  }
  .ibtn.fb {
    top: 100%;
    margin-top: 0px;
    left: 0;
    right: 0;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating,
  .floating.fancybox-margin {
    position: fixed;
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 0;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout05/common/mobile_gotop.svg) 50% 50%
      no-repeat;
  }
  .floating .gotop:before,
  .floating .gotop:after {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  /*------------ side-share ------------*/
  .side-share {
    top: unset;
    transform: unset;
    bottom: 20px;
  }
  .side-share.for-cart {
    bottom: 70px;
  }
  .side-share .share li a {
    width: 40px;
    height: 40px;
    padding-left: 1px;
  }
  .side-share .share .btn i {
    font-size: 20px;
    line-height: 40px;
  }
  /*------------ / side-share ------------*/
  .contact-title .reminder {
    margin: 0 45px;
  }
  .contact-title {
    margin: 0 0px;
  }
  .contact-title .reminder {
    margin: 0;
  }
  .form-box .control-box label:first-child {
    margin-left: 0;
  }
  .reminder {
    margin-bottom: 25px;
  }
  .contact-form {
    margin-top: 20px;
  }
  .form-wrap.has-bg {
    background: none;
  }
  .form-box .control-label {
    position: static;
  }
  .form-box .control-label:after {
    display: none;
  }
  .form-box .form-control {
    padding-left: 10px;
  }
  .form-box .control-box select {
    padding-left: 0;
    margin-left: 18px;
  }
  .form-box {
    padding: 20px 15px 10px;
  }
  .form-box,
  .contact-title,
  .form-wrap .btn-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .copy_box {
    text-align: center;
  }
  .form-box .control-label {
    float: none;
  }
  .form-box .control-box {
    margin-left: 0;
  }
  .content-top,
  .content-title {
    min-height: 28px;
  }

  .content-title {
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-top: 0;
  }
  body .fancybox-close {
    right: 0;
    left: 0;
    margin: auto;
    top: 15px;
  }
  .fancybox-album .fancybox-skin {
    margin: 20px 0 20px;
    padding: 70px 15px 50px !important;
  }
  .fancybox-album .fancybox-nav span {
    margin: 0;
    top: -55px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
  }
  .form-box .control-box .contact-box label {
    margin: 0 20px 6px 0px;
  }
  .floating.for-cart .ibtn.gotop {
    bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .pagination li a.controls {
    bottom: -34px;
    margin: 0;
    position: absolute;
  }
  /*------------ site-main 767 ------------*/
  .main-content {
    padding: 0 0 50px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }
  /*------------ / site-footer 767 ------------*/
  /*------------ side-share ------------*/
  .side-share.for-cart {
    bottom: 95px;
  }
  /*------------ / side-share ------------*/
  .member-fancybox-body {
    overflow-y: auto;
  }
  .main-cart-box {
    height: 85px;
  }
  .main-cart-box .c-box-btn {
    flex-direction: column;
  }
  .main-cart-box .c-box-btn .ic {
    margin-right: auto;
    margin-left: auto;
  }
  .main-cart-box .c-box-t {
    font-size: 12px;
  }
  .main-cart-box .cart-btn .qty {
    right: calc(50% - 28px);
    top: 5px;
  }
  .floating.for-cart .ibtn.gotop {
    bottom: 90px;
  }
  .footer_bottom.for-cart {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 600px) {
  /*------------ cart-fancybox 600 ------------*/
  .f-login .form-control {
    margin-bottom: 0;
  }
  .f-login {
    padding-top: 0px;
    height: unset;
  }
  .f-login .f-title {
    padding-top: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #member-login-fancybox {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #member-register-fancybox {
    padding-top: 0;
    padding-bottom: 0px;
  }
  #member-forget-fancybox {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #member-forget-ok-fancybox {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #member-register-ok-fancybox {
    padding-top: 0;
    padding-bottom: 0;
  }
  .f-login .form-box .form-group label {
    height: 29px;
    line-height: 29px;
  }
  .f-login .form-box .form-group {
    padding-bottom: 0px;
  }
  .front-member-fancybox .fancybox-close {
    left: unset;
    top: 24px;
    right: 26px;
  }
  .f-login .form-box .control-box {
    margin-left: 0;
  }
  .f-login .main-sub {
    font-size: 40px;
    line-height: 40px;
    margin-top: -55px;
    margin-bottom: 0;
  }
  .f-login .btn.p-reset,
  .f-login .btn.p-send {
    width: 100px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .f-login .btn-box.cart_f_btn {
    margin-top: 0;
    padding-top: 10px;
  }
  .f-login .btn.p-reset:before,
  .f-login .btn.p-send:before {
    border-radius: 0;
  }
  .f-login .check-agree {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .f-login .btn.pure {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .f-login .f-reminder {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .f-login .form-box .form-control {
    padding-left: 10px;
  }
  /*------------ / cart-fancybox 600 ------------*/
}
