@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; }
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*共用*/
.path p, .path p a{display: none;}
.main_part {   max-width: 1600px;}

/*內頁背景*/
body {
    background: url(https://pic03.eapple.com.tw/xinyi66noodles/BG01.jpg) no-repeat top center fixed;
    background-size: cover;
}
#content_main {
    background: url(https://pic03.eapple.com.tw/xinyi66noodles/BG01.jpg) no-repeat top center fixed;
    background-size: cover;
}

@media screen and (max-width: 768px) {
  #content { background: url(https://pic03.eapple.com.tw/xinyi66noodles/BG01.jpg) repeat-y top center scroll;       background-size: cover;}
}

/*推薦*/
.prod_related,
.news_related {   background: #dfd4c1;    border-top: 1px #e4dbcb solid;}
.prod_related,.news_related_list {  }

.prod_related h6 span:before,
.news_related_list h6 span:before {  color: #6b6a69;  letter-spacing: 5px;}

.prod_related h6 span:before,
.news_related h6 span:before {    color: #391911;}

.related_list li figure,
.news_related_list li figure {    border-radius: 15px;}

.related_list li a,
.news_related_list li a {   background: unset;}

.lastPage {  background: #391911;}

/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #dfd4c1; border: #dfd4c1;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top {
  bottom: 70px;
  right: auto;
  left: 16px;
  width: 44px;
  height: 44px;
  color: #dfd4c1;
  background: #dfd4c1;
  border: 1px #ffffff7d solid;
  box-shadow: 0px 0px 10px #ffffff8c;
}
#to_top i.top {
  width: 14px;
  height: 14px;
  top: 14px;
  transform: translateY(-50%);
}
#to_top i.top:before, #to_top i.top:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 46%;
}
#to_top i:before, #to_top i:after {background: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*大圖動畫*/

.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/
.bannerindex  {    transform: none !important;}
.bannerindex .swiper-slide:nth-child(1)::after {
  background: url(https://pic03.eapple.com.tw/xinyi66noodles/pic-w01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0 !important;
  background-position: left;
  padding-bottom: 50%;
}
.bannerindex .swiper-slide:nth-child(2)::after {
  background: url(https://pic03.eapple.com.tw/xinyi66noodles/pic-w01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0 !important;
  background-position: left;
  padding-bottom: 50%;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu { margin: 0;}
.header_area.sticky {  background:none;}
.header_area .main_header_area .container {  max-width: 90%;  transition: all 0.3s;}
.header_area.sticky .main_header_area .container {   transition: all 0.3s;}
.nav-menu>li:not(.tp_links) {  padding-right: 15px;}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #2B3047;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #2B3047;
}

.nav-dropdown>li {  text-align: center;}

.nav-header {
  position: absolute;
  top: 28%;
  z-index: 98999999;
  transform: translate(0, -50%);
  transition: all 0.5s;
  max-width: 300px;
  padding: 0px 10px;
}

.nav-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: -1;
  border-radius: 0 0px 20px 20px;
  box-shadow: 1px 1px 5px #83838333;
  transition: all 0.3s;
}

.nav-header::before {
  transition: all 0.3s;
  transition-delay: 0.5s;
}


.nav-header::after {}

.nav-header:hover:after {
  animation-play-state: paused;
  transition: all 0.3s;
}

.nav-header:hover:before {
  transition: all 0.3s;
  transition-delay: none;
}

@keyframes rotate {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header_area {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 0;
  top: 0;
  background: transparent;
  transition: all 0.7s;
}


.main_header_area {
  position: relative;
}

.header_area .main_header_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #dfd4c1d6;
  position: absolute;
  top: -170px;
  left: 0;
  transition: all 0.85s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.header_area.sticky .main_header_area::before {
  height: 100%;
  top: 0;
  transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
}
  
.stellarnav li.has-sub > a:after {  display: none;}
.stellarnav > ul > li:nth-of-type(1) {}

.stellarnav > ul > li > a {
  padding: 0px 15px;
  color: #373737;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  height: 36px;
  margin: 0 15px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.pageIndex .stellarnav > ul > li > a {  color: #373737;}

.pageIndex .sticky .stellarnav > ul > li > a:hover { }
.sticky .stellarnav > ul > li > a {  color:#373737;  transition: all 0.5s;}

.stellarnav > ul > li > a b {  font-weight: 500;  transition: all 0.5s;}
.stellarnav > ul > li > a:hover {  color: #ffffff;  transition: all 0.5s;}
.sticky .stellarnav > ul > li > a:hover {  color: #373737;}
.header_area .navigation {
  display: flex;
  width: 100%;
  position: relative;
  padding: 15px 0;
  opacity: 1;
  transition: all 0.3s;
  flex-wrap: wrap;
}
.header_area.sticky .navigation {
  padding: 15px 0;
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
/*購物車*/
.tp_links a { display: none;}
.me_tp_features a {  margin: 0 23px;  color: #ffffff;transition: all 0.3s; }
.me_tp_features .box_search {  display: none;}
.sticky .me_tp_features a {   color: #ffffff; transition: all 0.3s; }

/*下拉*/
.nav-dropdown > li > a {
  background: #f7f5f5;
  transition: 0.2s;
  letter-spacing: 1.5px;
  width: 100%;
}

.nav-dropdown > li > a:hover {
  transition: 0.2s;
  background-color: #2B3047;
  color: #fff;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {  border-color: transparent #fff #fff transparent;}
.stellarnav li li {  }
.stellarnav li li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  background-color: transparent;
  transition: all 0.3s;
}

.stellarnav li li a:hover {
  color: #fff;
  background-color: #dfd4c1;
  transition: all 0.3s;
  
}
.stellarnav li li.has-sub > a {  padding: 10px 15px;;}
.stellarnav ul ul {  background: #ffffffed;  }

/*LOGO設定*/
.header_area .nav-brand {
  display: inline-block;
  transition: all 0.3s;
}
.header_area .nav-brand img {     padding-top: 90px;  width: 100%;  max-width: 100%;  transition: all 0.3s;}

@media screen and (max-width: 1440px) {
  .main_header_area .container {      max-width: 90%;  }
}

@media screen and (max-width: 1024px) {
  .nav-header {   max-width: 240px;}
  .pageIndex .header_area .main_header_area::before {  top: 0;  }

  /*---*/
  .stellarnav ul {   text-align: right;}
  .header_area {      position: relative;      top: 0;  }
  .header_area.sticky {    position: fixed;}
  .header_area .navigation {   padding: 15px 0;}
  .header_area .main_header_area::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .stellarnav > ul > li > a {   color: #474747;}
  .pageIndex .stellarnav > ul > li > a {    color: #474747;}
  .me_tp_features { text-align: right;}
}

@media screen and (max-width: 768px) {
  .nav-header {        z-index: 0;   }
  .nav-header::before {  transition: all 0.3s;     width: 43%;      height: 160px; }
  .header_area .main_header_area .container {      max-width: 90%;  }
  .header_area.sticky .main_header_area .container {      max-width: 90%;  }

  .nav-header { max-width: 100%;}
  .nav-brand-m {      display: block;      text-align: left;      padding: 15px 10px;  }
  .nav-brand-m img {      max-width: 200px;      width: 100%;  }
  .stellarnav.mobile { top: 3px;    }
  
  .stellarnav .menu-toggle span.bars span {      background: #2f2f2f;  }
  .stellarnav .menu-toggle:after {      color: #2f2f2f;  }
  .stellarnav.mobile>ul {      border-top: 0;  }

  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {      background: #000000;      color: #fff;  }

  .stellarnav .icon-close:after {      border-bottom: solid 3px #fff;  }
  .stellarnav .icon-close::before {      border-bottom: solid 3px #fff;  }
  .stellarnav.mobile>ul>li>a {      color: #666;      text-shadow: none;      padding: 15px 10px;  }
  .nav-brand {      display: inline-block;   width: 150px; z-index: 0; }
  .header_area .nav-brand {     }
  .header_area .nav-brand img {    padding-top: 65px;}

  .header_area .navigation {    padding: 20px 0; }
  .header_area.sticky .navigation {    padding: 20px 0;}  
  
  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {
      display: inline-block;
      text-align: right;
      font-size: 12px;
      background: #cdb7a7;
      color: #fff;
  }
  .stellarnav .icon-close:after {      border-bottom: solid 3px #fff;  }
  .stellarnav .icon-close:before {      border-bottom: solid 3px #fff;  }
  .stellarnav.mobile > ul > li > a {      padding: 25px 43px 25px 40px;  }
  .stellarnav.mobile > ul > li > a.dd-toggle {      padding: 0;      position: absolute;      top: 20px;  }

  .stellarnav > ul > li > a:before {
    width: 20px;
    height: 20px;
    transform: translate(-135%, 10%);
  }
  .stellarnav > ul > li:hover > a:before{
    transform: translate(-135%, 10%);
  }
  .sticky .stellarnav > ul > li > a:before {   }

  .stellarnav.mobile > ul > li > a.dd-toggle::before{display: none;}
  .stellarnav.mobile > ul > li {    border-bottom: 1px #7e7e7ee6 solid;}

  .stellarnav.mobile.left>ul {      left: 0;      padding: 0;      border: 0;          background: #ffffff;          box-shadow: 0px 0px 5px #d5d5d5a8;}
  .stellarnav.mobile li.open {      background: transparent;      padding: 0px;  }
  .stellarnav li li:hover {
      background: inherit;
      border-radius: 0;
      color: inherit;
      transform: none;
      box-shadow: none;
      z-index: 100000;
      transition: all 0.3s;
  }
  .stellarnav li li a:hover {    background-color: unset;  }
  .stellarnav li li:hover>a {      color: inherit;      transition: all 0.3s;  }
  .stellarnav.mobile li.open li.open {      background: transparent;      padding: 0px;  }
  .stellarnav.mobile li li.has-sub a {      padding: 15px 43px 15px 10px;  }
  .stellarnav.mobile li.open li.open {      background: transparent;      padding: 0;  }
  .stellarnav.mobile li a {      border-bottom: 0;  }
  .stellarnav li li a {      padding: 15px 15px;      color: #666;  }
}
@media screen and (max-width: 600px) {
    .stellarnav .menu-toggle {   padding: 15px 10px;}
}
@media  screen and (max-width: 425px) {
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer資訊欄位*/
.footer { 
  padding-top: 55px;    
  background: #fbeade;
  background: url(https://pic03.eapple.com.tw/xinyi66noodles/FOOTER.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .center {
    max-width: 90%;
}

.footer_info {
    display: flex;
    padding: 0px;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer_info ul {
    display: flex;
    letter-spacing: 0;
    padding: 0 0 36px;
    flex-direction: column-reverse;
    width: auto;
}

.footer_info li:nth-child(1) {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.footer_info li:nth-child(2) {
    padding-top: 0;
}

.footer_info li p,
.footer_info li p a {
    color: #666;
    font-size: 13px;
    line-height: 230%;
}

.footer_info li p a:hover, .footer_menu a:hover {
    color: #000;
    background: none;
}


.footer_menu a:nth-child(2) {
    padding: 0 20px;
    padding-left: 0;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px 0;
    transition: all 0.3s;
    color: #000;
    border: none;
    background: transparent;
    font-size: 13px;
    padding-right: 20px;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: transparent;
    opacity: .5;
    color: #a49989;
}

/*版權*/
.copy {
    color: #666;
    border: none;
    text-align: right;
    padding: 0px 0 25px;
    max-width: 90%;
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.copy a {
    color: #666;
    transition: all 0.3s;
}

.copy a:hover {
    color: #000;
}

.box_link {
    display: flex;
    left: 0%;
    top: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    display: none;
}

.box_link a {
    transition: all 0.3s;
    border: none;
    color: #666;
    margin: 0 2px;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-size: 16px;
}

.box_link a:hover {
    background: transparent;
    opacity: .8;
}

.box_link a:first-child {
    padding-left: 10px;
}

/*Logo/＝＝＝＝＝*/

.footer_logo {
  max-width: 100%;
  width: 250px;
  margin: 0;
  display: none;
}

.footer_logo img {
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: top right;
}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: #858585;
}


@media screen and (max-width: 768px) {
  .footer_menu {    display: none;}
  .footer_logo { width: 175px;}
  .footer_info {      grid-gap: 0px;  justify-content: center;}
  .footer_info li:nth-child(1) {    flex-direction: unset;}
  .footer_info li p, .footer_info li p a {   width: 100%;     text-align: center;}

  .copy {  justify-content: center;}
  .total_view {     text-align: center;}

}
@media screen and (max-width: 600px) {}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.banner {
  position: relative;
    height: 10vw;
    background-size: cover;
    animation: scale 10s both;
    background-position: center !important;
    background: linear-gradient(to right, #f6f0e4, #decec2);
    border-radius: 0px 0px 80px 80px;
}
.banner h5 {
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    top: 140px;
    right: 82px;
    font-weight: 400;
    font-size: 25px;
}
/*
.banner.banA {}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-02.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-03.jpg);}
.banner.banD {}
.banner.banE {}
.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-04.jpg);}
.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-05.jpg);}

*/
.other_select_page.bodyDesktop .banner h5{}

@keyframes scale{  
  0% {
    background-size: 108%;
  }
  100% {    
    background-size: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner {    min-height: 200px; display: none;}
  .banner h5 {    font-size: 22px;      right: 50px; top: 130px; }
}
@media screen and (max-width: 768px) {
  .banner {    min-height: 150px;}
  .banner h5 {  position: relative; right: 0px;  top: 28px; font-size: 17px; }
}
@media screen and (max-width: 600px) {
  .banner {  min-height: 26vw;    }
}
@media screen and (max-width: 425px) {
}
/* = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*首頁*/
.module_i_news section { max-width: 1600px;  margin: 0 auto;  display: flex;  flex-direction: column; padding: 0 20px;}
.module_i_news .title_i_box {     text-align: right; border-bottom: 1px solid #bebebe; padding-bottom: 35px;margin-bottom: 0;}
.module_i_news .title_i_box h6 { font-size: 50px; color: #2F2F2F; font-family: "Noto Serif TC";letter-spacing: 5px;font-weight: 500;}
.module_i_news .title_i_box h4 { font-size: 19px;  letter-spacing: 3px; padding-top: 20px;}
.module_i_news_list {  order: 3;}
.module_i_news_list, .module_i_news_list.swiper { padding: 65px 20px;}

.module_i_news ul{ }
.module_i_news li a , .subbox_item a {grid-template-columns: 1fr; grid-gap: 15px;}
.i_blog_le , .blog_list_le {position: relative;}
.i_blog_ri h5 ,.blog_list_ri h5 { font-family: "Noto Serif TC";letter-spacing: 1px;}
.i_blog_ri em ,.blog_list_ri em { color: #555; margin: 5px 0 15px; padding-bottom: 15px;}
.i_blog_le img ,.blog_list_le img {transition: 0.5s;}
.module_i_news li a:after , .module_i_news li a:before,
.subbox_item a:before ,.subbox_item a:after{display: none;}

/*hover*/
.module_i_news li a:hover .i_blog_le img , .subbox_item:hover .blog_list_le img { transform:scale(1.1);  transition: 0.8s;}
.i_blog_le:before , .blog_list_le:before { content: 'READ MORE'; position: absolute; z-index: 19; bottom: 0px;  right: 0px;  opacity: 0; text-align: center;
        font-size: 13px; color: #ffffff; background: #dfcfc3; padding: 14px 15px; transition: all .6s; border-radius: 20px 0px 0px 0px;}
.module_i_news li a:hover .i_blog_le:before , .subbox_item:hover .blog_list_le:before {  opacity: 1; transition: all .5s;}

/*按鈕*/
.i_blog_b { order: 3;}
/*.i_blog_b a i.fa-solid.fa-arrow-right { display: none;}
.fa-arrow-right::before { display: none;}*/
.i_blog_b a { background: transparent; width: fit-content;  margin-top: 0;  letter-spacing: 2px;  line-height: 60px;  height: auto;  display: block;  color: #6a6a6a;}

/*列表*/
.blog_le {  /* position: sticky;  top: 100px;*/ }
.blog_list_le { overflow: hidden;}
.blog_ri { padding: 0 0 0 50px;}
.blog_subbox { }

/*側邊*/
h5.blog_le_t { margin-bottom: 13px;}
.blog_search { margin-bottom: 50px;}
.blog_search input[type=search] { border: unset; border-bottom: 1px solid;  border-radius: 0px;}
.blog_le .accordion { border-radius: 0px;border: 1px #a19c98 solid;}
h5.blog_le_t { display: flex; flex-direction: column-reverse; color: #2F2F2F;  letter-spacing: 5px;}
h5.blog_le_t span { font-size: 50px;}
h5.blog_le_t em {  font-size: 19px;  letter-spacing: 3px; padding-top: 5px; font-weight: 300;}
.accordion li .link a { color: #2f2f2f;letter-spacing: 1px;font-weight: 500;}

/*顏色*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background:#a19c98 !important;}

/*內頁*/
/*標題*/
.blog_shareData{flex-wrap: wrap; flex-direction: row;}
.articel_mainPic { }
.blog_box_edit {  width: 100%;}
.blog_box_edit {}
.news_tags {order: -1;}

/*按鈕*/
.blog_back { justify-content: center; justify-items: center; width: 100%; border-top: 1px solid #bebebe; padding-top: 30px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_back ,.blog_back a.article_btn_next{ background: transparent; width: 120px; border-radius: 99em; display: flex; align-items: center; justify-content: center; }
.blog_back a.article_btn_prev , .blog_back a.article_btn_next { border: unset; color: #2f2f2f;}
.blog_back a.article_btn_back{ color:#2f2f2f;}
.blog_back a.article_btn_back:hover  , .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {  color: #a19c98;}

@media screen and (max-width: 768px) {
      .blog_ri {  padding: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.album_fixed_title{background: unset;}
.show-list .show_pic img{border-radius: 1rem;}

.overlay{border-radius: 1rem;}

.show-list .show_name {
  text-align: center;
  background: #ead5cd;
  border-radius: 1rem;
}
.show-list .item:hover .show_name {  color: #795148;}
.other_subalbum li {  background: unset;}
.other_album_choice li {  background: #d9cdbe;}

.other_album_choice li a {  color: #453c3d;}
.other_subalbum li a p { text-align: center;}

.pic-list .show_pic img {  border-radius: 10px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁購物車*/
.prod_part {    background: #f7f7f7;}
.i_prod_tit span, .i_video_tit span {
  font-size: 26px;
  letter-spacing: 2px;
  color: #3f392b;
  font-weight: 600;
}
/*購物車*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
ul.page { width: 100%;}

.product-layer-two li a {  background: none; padding: 6px 3px;}
.product-layer-two li.active a {  border: none; color: #c4b48c;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;     background: none;}
.product-layer-two li li a{ padding:5px 10px; background: none;}
.product-layer-two li li:hover > a { background:none;     color: #c4b48c;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;     padding: 5px 0px;}
.product-layer-two li li.active a {    background: #f5efe3;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.products-list .more { border: 1px solid #c3b48c; color: #c3b48c;  border-radius: 20px;}
.products-list .item a:hover .more { background: #c3b48c;}
.products-list .price b {  color: #857376;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#c4b48c;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

/*內頁*/
.prod_tabs {
    margin-top: 40px;
    border: 3px #dfd4c1 solid;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.product_info_page .main_part {    max-width: 1300px;}
.pd_tabTitle li.activeTab::after {    height: 3px;    background: #ada17e;}
.pd_tabTitle li a { color: #cfcfcf;}
.pd_tabTitle li.activeTab a {
    color: #c4b48b;
    font-weight: 600;
}
.sidebarBtn {    border: 1px #c4b48b solid;     border-radius: 20px;}
.inquiry_a3 {  background: #c4b48c;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.prod_part { padding: 50px 2% 50px;   }
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.prod_tabs {    padding: 15px;}
}
@media screen and (max-width: 600px) {
}

/* = = = 商品訂購/詢價 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*按鈕*/
.total_amount .rewrite_simple, .total_amount .send_simple { font-size: 16px;}
.rewrite_simple { background: #3a3a3a url(../images/simple_left.png) 10% center no-repeat; background-color: #333; transition: all 0.5s;}
.send_simple { background: #676767 url(../images/simple_right.png) 88% center no-repeat; transition: all 0.5s;}
.rewrite_simple:hover, .send_simple:hover { opacity: .6; transition: all 0.5s;}

/*--購物車---------------------------------------*/

/*商品列表*/
.shopping-cart .cart_head { }
.shopping-cart .cell { font-size: 16px; color: #666;}
.shopping-cart .cell.product_name p { color: #666; font-size: 16px;}
.fa-lg { color: #666;}

/*小計*/
.total_amount li:nth-child(1), .total_amount li:nth-child(2) { color: #666; font-size: 16px;}

/*匯款資料*/
.car_page .information_left { display: block; margin: 20px 0 0;}
.car_page .blank_letter.i { position: relative; color: #666; font-size: var(--f24); padding: 0;}
.car_page .blank_letter.i::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: #9b9b9b;
}
.list_before.account li { color: #666; font-size: 15px;}
.contact_le_map { display: none; background: #676767;}/*聯絡表單*/

/*--訂購資料---------------------------------------*/

/*訂購資料*/
.formbox_form li .form__label { color: #666; font-size: 15px;}
.form label { display: flex; align-items: center; color: #666; font-size: 15px;}/*單選*/
.border200 { color: #444;}
.form label.Bigcheck { display: flex; align-items: center; color: #666; font-size: 15px;}/*同訂購人*/

/*小計*/
.total_amount li { color: #666; font-size: 16px;}
.total_amount li input[name=DiscountCode] { color: #444;}/*折扣碼*/
.total_amount li#DiscountStr span { color: #6d4949;}/*折扣碼使用狀況*/
.total_amount li.red { color: #6d4949;}

/*確認訂購*/
.declaration { background: #676767; border-radius: 10px;}

/*--訂單成立---------------------------------------*/

/*按鈕*/
.pay_text a.animated-arrow { background: #333;}

/*匯款*/
.order_pay .blank_letter, .order_pay .information_left { color: #666; font-size: 24px;}
.pay_text a { border: 1px solid #9b9b9b; font-size: 16px; transition: all 0.5s;}
.pay_text a:first-child:hover { background: #696d69; transition: all 0.5s;}
.pay_text a:last-child:hover { background: #676767; transition: all 0.5s;}

/*商品訂單*/
.order_list_tit b { color: #676767; font-size: 28px;}
.order_list_tit span { color: #3a3a3a; font-size: 12px;}

.order_list_tab tbody { border: 1px solid #9b9b9b;}
.order_list_tab td { color: #666; font-size: 15px; border-top: 1px solid #9b9b9b;}
.order_list_tab td:nth-child(1) { color: #444; font-size: 15px;}
.order_list_tab td:last-of-type { border-bottom: 1px solid #9b9b9b;}

.payer { background: transparent;}

/*購物清單*/
.order_list_head p { color: #676767; font-size: 28px; border-bottom: none;}

.order_list_pro tr:first-child { background: #676767;}
.order_list_pro tr:first-child td { color: #666; font-size: 14px;}

.order_list_pro td { color: #666; font-size: 14px;}
.last_box_money em span { color: #fff; font-size: 28px;}

/*--匯款頁面---------------------------------------*/

/*--RWD---------------------------------------*/
@media screen and (max-width: 768px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁聯絡我們*/
.i_contact_box{background: #e4eef7;     padding: 100px 20px;}
.contact_content .information_left {    width: 100%; display: none; }
.pageIndex .contact_content .information_right {     
  padding: 3% 3%;
  border: 2px #666 solid;
  border-radius: 20px;
  background: #ffffffad;
}
.pageIndex .contact_content .information_left {display: none;}
.pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert { grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(150px, 1fr));}
/*聯絡我們*/
.contact_content {    width: 1400px;     margin: 0px auto 140px;    padding: 0px 0px;}
.contact_form li input.noborder {   border: unset; background: unset;}
.contact_form li textarea.noborder {    border: unset; background: unset;}
.contact_form li {
    display: block;
    border-bottom: 1px solid #C2BCB4;
    padding-bottom: 10px;
    width: 48%;
}
.contact_form li .form__label {   color: #393b38; text-align: left; margin-bottom: 5px;     max-width: 100%; font-weight: 600;}
.contact_form li.last cite {    background:#666;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px#666 solid;}
.contact_content .information_right { width: 100%;  padding: 60px;   border: 1px #666 solid;   }
.contact_form {  grid-gap: 20px; display: flex;      flex-wrap: wrap;}
.contact_form li.last {  justify-content: center;}
.contact_editbox {   padding: 0px;}
.blank_letter {  color: #666;     padding-top: 5px;}

.list_before { display: inline-block;  width: 36%;}
.contact_le_nomap {  display: inline-block; width: 61%;}

@media screen and (max-width: 1440px) {
  .contact_form li {    width: 47%;}
}
@media screen and (max-width: 1024px) {
  .contact_content {    width: 100%;  }
    .contact_content .information_right {   width: 100%;  }
}
@media screen and (max-width: 825px) {
    .list_before.info li {    width: 90%; }
}
@media screen and (max-width: 768px) {
  .pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert {   grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 1fr));  }
  .contact_content { width: 100%;}
  .contact_page .contact_content {   padding: 0px 15px;}
    .contact_content .information_right { padding: 12px; }
    .contact_form li .form__label {     width: 100%;      max-width: 100%;  }
    .contact_form li .form__insert {  width: 90%;}

    .list_before.info {    margin-right: 0%;  }
    .list_before { display: inline-block;  width: 100%;}
    .contact_le_nomap {  display: inline-block; width: 100%;}


}
@media screen and (max-width: 600px) {
    .contact_form li .form__label {   text-align: left;  margin-bottom: 5px;}
    .contact_form {     display: grid;}
    .contact_form li {      width: 100%;  }
    .contact_form li .form__label {         background: #ebebeb;     color: #666;}
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




