@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;   background: #ffffff;  }
.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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*測試刪除
.stellarnav > ul > li:nth-last-of-type(1) > a{display: none;}
.footer_menu a:nth-last-child(1) {  display: none;}
*/
/*共用*/
#content { background: #fffdf6;}
.path p, .path p a {display: none;}
.animated-arrow {
  background: #78b1b7;
  border-radius: 50px;
  border: 1px #284447 solid;
}

/*滾輪*/
::-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: #a8dad3; border: #a8dad3;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top {
  bottom: 70px;
  right: auto;
  left: 16px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #bd0837;
  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;}


/*新浮動隱藏*/
.linksBtn {
  display: none;
}

.edit_part {
  padding: 0;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單購物欄*/
.me_tp_features {  padding-top: 12px;  margin-bottom: 2px; }
.shop_search_btn {   background: #302929;     border-radius: 0px 20px 20px 0px;}
.me_tp_features a { margin: 0 0px 0px 5px;     color: #302929;}

.stellarnav ul ul li a { font-size: 14px; }
.main_header_area {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px -10px #000;
}
/*header*/
.navigation { grid-template-columns: 250px 1fr;}
.header_area.sticky { background: none;}
.header_area {
    position: absolute;
    background: none;
    width: 100%;
    z-index: 10000;
    top: 0%;
    padding:0px;
    transition: ease-out 0.3s;
    box-shadow: none;
}
.pageIndex .header_area {  top: 0%;}
.header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 0px;
}
.header_area .main_header_area {
    box-shadow: none;
    background: #fdfbfb;
    margin: 0 auto;
    border-radius:0px 0px 50px 50px;
    box-shadow: 0px 0px 10px 0px #cdc9c9d4;
    transition: ease-out 0.3s;
    width: 90%;
    max-width: 1800px;
}
.header_area.sticky .main_header_area {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin: auto;
  top: 20px;
  transition: ease-out 0.3s;
}
.main_header_area .container { max-width:95%; }
.me_tp_features { }

/*LOGO*/
.nav-brand {
    width: 155px;
    margin: 10px 0px 10px 0px;
}


/*選單*/
.stellarnav ul {
  position: relative;
  top:0px;
}
.stellarnav > ul > li > a {
  transition: 0.3sease-out;
  padding: 45px 15px 0 15px;
  letter-spacing: 2px;
  color: #302929;
  height: 90px;
  font-size: 15px;
}

.stellarnav > ul > li > a:hover { color: #b50034; }

.stellarnav > ul > li:hover > a:before{
  transform: translate(20%, -100%);
}

.stellarnav > ul > li > a:before {
  content: "";
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  transform: translate(20%,-85%) ;
  text-align: center;
  transition: all 0.5s;
}
.stellarnav > ul > li:nth-of-type(2) > a:before {
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_02.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(3) > a:before {
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_03.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(4) > a:before {
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_04.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(5) > a:before {
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_05.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(6) > a:before {
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_06.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(7) > a:before {
  background: url(https://pic03.eapple.com.tw/guanyifriedrice/bt_07.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(8) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/bt_08.png) no-repeat;
  background-size: contain;
}

/*下拉選單*/
.stellarnav ul ul {
    width: 170px;
}
.stellarnav li.has-sub > a:after {
  display: none;
}

.stellarnav li li {
  border: unset;
  padding: 5px 0px;
  border-bottom: 1px #ddd8d1 solid;
}

.stellarnav li li a:hover {
    color: #b50034;
    transition: 0.3s ease-out;
    transform: translateX(5px);
}

@media screen and (max-width: 1350px) {
.main_header_area .container {   max-width: 1100px;}
}

@media screen and (max-width: 1250px) {
.nav-brand { margin: 8px 0px 0px 0px; }
.stellarnav > ul > li > a {     transition: 0.3s ease-out;     padding: 0px 10px; }
}


@media screen and (max-width: 1024px) {
.header_area .main_header_area {
      backdrop-filter:unset;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      transition: ease-out 0.3s;
}
.stellarnav > ul > li > a {  height: 46px;}
.stellarnav > ul > li > a:before{ display: none;}
.header_area.sticky .main_header_area {  backdrop-filter:unset;}
.header_area { position: relative; }
.main_header_area .container { max-width: 100%; }
.nav-header {     position: static;     text-align: center;}
.navigation { padding: 0px 0 0px 0px; }
.me_tp_features { padding-top: 0px;}
}
@media screen and (max-width: 768px) {
    .header_area .nav-brand {   width: 130px; padding: 0px;   margin: 0px;}
    .stellarnav .menu-toggle:after {color: #5c5c5c;}
    .stellarnav .menu-toggle span.bars span {  background: #5c5c5c;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 27px 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #c8ecfd;  }
    .stellarnav.mobile > ul > li { border-bottom: 1px #d9d9d9 solid;  }
    .stellarnav.mobile > ul > li > a { }
    .stellarnav > ul > li:after {display: none;}
    .me_tp_features { margin: 5px 0;}

    .main_header_area:after {  top: 90px;}

    /*側邊選單*/
    .pageIndex .stellarnav .menu-toggle span.bars span {   background:  #391911;}
    .sticky .stellarnav .menu-toggle span.bars span {  }
    .pageIndex .stellarnav .menu-toggle:after {        color:  #391911;    }
    .sticky .stellarnav .menu-toggle:after {          }
 
    .stellarnav .menu-toggle span.bars span {   background:  #391911;}
    .stellarnav .menu-toggle:after {     color:  #391911;}
    .stellarnav.mobile {  top: 9px;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 100%;   background: #fffaecd1;  backdrop-filter: saturate(100%) blur(10px);  transition: all 1s;   left: 0;}
    .stellarnav.mobile.left .close-menu {      background: #fffaec00;          color:  #391911; }
    .stellarnav .icon-close:after {    border-bottom: solid 3px  #391911;}
    .stellarnav .icon-close::before {    border-bottom: solid 3px  #391911;}
    .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 3px  #391911;}
    .stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px  #391911;}
    .stellarnav > ul > li:not(.tp_links) > a:before {display: none;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 14px 15px;     position: relative;  }
    .stellarnav.mobile ul {    background: none;  }
    .stellarnav.mobile li.open li.open {     background: #fbe7da;}
    .stellarnav.mobile li.open {   background: none;  }
    .stellarnav.mobile > ul > li {   border-bottom: 1px  #391911 solid; text-align: center;     margin: 0px 30px; }
    .stellarnav > ul > li:after {display: none;}
    .stellarnav li li {   border-bottom: 1px #eee solid; border: none;}

 /*------------------------------*/
}

@media screen and (max-width: 600px) {
    .main_header_area:after {  top: 94px;}
} 
@media only screen and (max-width: 570px) {
  .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {      display:inline-block;  }
}
@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px 10px;}
    .nav-brand img {   padding-top: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉*/
/* 商品下拉超過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: 50px 0 0; 
  background: #fffdf7;
  font-size: 16px; 
  box-shadow: 0px 0px 10px 0px #cdc9c9d4;
}
.footer .center {max-width: 1500px;width: 90%;}
.footer_info {grid-template-columns: repeat(2, 1fr);align-items: end;grid-gap: 20px;padding-right: 0;}
.footer_info ul {display: flex;grid-column: 1 / 3;width: 100%;order: 2;justify-content: space-between;align-items: flex-start;
    padding-top: 30px;border-top: 1px solid #5b5b5b;}
.footer_info li:nth-child(1) {display: flex;align-items: flex-start;padding: 0;
    justify-content: flex-start;gap: 15px 0;flex-direction: column;     font-size: 14px;}
.footer_info li p {line-height: 1;letter-spacing: 0.08em;color: #302929;}
.footer_info li p a {color: #302929;}

/*FOOTER_MENU*/
.footer_info li:nth-child(2) {padding: 0;}
.footer_menu {display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;}
.footer_menu a {text-align: right;padding: 0 0 0px 20px;font-size: 14px;letter-spacing: 0.08em;
    color: #302929;background: unset;border: 0;margin: 0;transition: 0.3s ease;}
.footer_menu a:first-of-type {display: none;}
.footer_menu a:hover {
  background: unset;
  color: #c81942;
  transition: 0.3sease;
  font-weight: bold;
}

/*FOOTER_ICON*/
.box_link {position: relative;right: 0;max-width: 225px;justify-content: flex-end;max-width: unset;
    align-items: flex-end;flex-direction: unset;flex-wrap: unset;order: 1;max-height: max-content;}
.box_link a {display: flex;width: 40px;height: 40px;background: none;border: solid 1px #302929; border-radius: 20px; transition: 0.3s ease;
    padding: 0;font-size: 20px;margin: 0px 5px;margin: 0px 5px;color: #f1ebe6;justify-content: center;align-items: center;}
.box_link a:hover {color: #fff;font-size: 18px;transition: 0.3s ease;}
a.me_tp_ig {font-size: 25px;}
.box_link a.me_tp_ig:hover {color: #fff;font-size: 20px;transition: 0.3s ease;}
a.me_tp_call, a.me_tp_mail {display: none;}
/*LOGO*/
.footer_logo {max-width: 200px;}
/*COPY*/
.copy {max-width: 1500px;width: 90%;margin: auto;text-align: right;  padding:10px 0 12px 0;font-size: 11px;color: #8f8f8f;border-top: 0;margin-top: 0;}
.copy a {color: #8f8f8f;}

.footer_info li p.tel:before {
  content: '手機：';
}

@media screen and (max-width: 1024px) {
.footer {padding: 30px 0 0;font-size: 15px;}
.footer_logo {max-width: 180px;}
.box_link a {width: 35px;height: 35px;font-size: 18px;}
.box_link a:hover {font-size: 16px;}
a.me_tp_ig {font-size: 23px;}
.box_link a.me_tp_ig:hover {font-size: 18px;}
.footer_menu a {font-size: 14px;}
}
@media screen and (max-width: 900px) {
.footer { background-repeat: repeat;}
.footer_info ul {flex-direction: column;gap: 30px 0;padding-bottom: 50px;}
.footer_info li+li {margin-top: 0;}
.footer_menu {justify-content: flex-start;}
.footer_menu a {padding: 10px 15px 0 0;}
.copy {text-align: left;font-size: 12px;}
}
@media screen and (max-width: 768px) {
.footer {font-size: 14px;   }
.footer_info {padding: 0;grid-gap: 20px;grid-template-columns: 180px 1fr;}
.footer_info ul {gap: 15px 0;padding-top: 20px;}
.box_link {justify-content: flex-start;}
.footer_info li:nth-child(1) {gap: 10px 0;}
.footer_menu a {font-size: 12px;}
}
@media screen and (max-width: 450px) {}


/*其他編輯頁*/
.other_select_page .other_promotion {
  display: none;
}

.other_select_page .promotion_title h2 {
  display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {     background-image: url(https://pic03.eapple.com.tw/guanyifriedrice/bn01.jpg);   min-height: 500px;}
.banner h5 {
  position: relative;
  top: 50px;
  letter-spacing: 2px;
  background: #fffdf7;
  padding: 15px 30px;
  border-radius: 50px;
  color: #464040;
  font-size: 25px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
  .banner {    min-height: 300px; font-size: 30px; }
  .banner h5 { top: 0px;}
}
@media screen and (max-width: 768px) {
  .banner {    min-height: 200px; font-size: 25px; }
  .banner h5 {   letter-spacing: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章設定*/
/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1500px;}
.blog_in_page .main_part{ max-width: 1500px;}
h4.blog_category_title{font-size: 28px; color: #988070;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{     text-align: center; }
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #d6bb98;
    background-image: url(https://pic03.eapple.com.tw/brightness/ta_bg.png);
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #626E45;
    font-family:  "Cinzel", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #24221F;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #b5003c;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    padding: 16.66% 14.28% 7.71% 14.28%;
}
.subbox_item a {  grid-template-columns: unset;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {
    display: none;
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.blog_list_ri em{display: none;}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}

/*側邊*/
.blog_le{ margin-top: 66px;}
.blog_le .accordion { border: none; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#b9003a !important;}
.accordion li .link a {  color: #5d564f;}
.submenu a:hover {    background: #d6bb98;}
/*首*/
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #9d968c;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #c3b5a3;}

/* 滑入進場效果 */
.blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #b9003a;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Cinzel", serif;
}
.subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

/*相關推薦*/
.news_related { background: #fffdf6;}

@media screen and (max-width:1024px) {
    .blog_subbox{ grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:450px) {
    .blog_subbox{ grid-template-columns:1fr; }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車標題*/
.prod_part .i_prod_tit {  }
.i_prod_tit span, .i_video_tit span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 10px;
  color: #8e5529;
}
.prod_part { background: #fffdfa;}

/*購物車*/
.product_page .main_part { max-width:1400px;}
/*.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}*/
.products-list:before {    content: none;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  border: 1px solid #b7b5ad;  color: #b7b5ad;    border-radius: 50px;}
.products-list .item a:hover .more {    background: #b7b5ad;}

/*價格*/
.products-list .price {    display: flex;    margin: 5px 0;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {   font-size: 17px;  margin: 0 5px;    line-height: 180%;    text-align: center;    color: #bf0e0e;}
.products-list .price b.ori_price {    font-size: 14px;}
.products-list .price .sp_price {
  text-align: center;
}

/*外層版面*/
.product_page .main_part {    width: 90%;    max-width: 1500px;}
.product_page .show_content { }
.product-layer-two li a {    text-align: center;    color: #222;    border: none;    background:#ffffff;    line-height: 200%;}
.product-layer-two li li {    border: none;    background: transparent;}
.product-layer-two li li a {    background: transparent;    font-size: 16px;     color: #515151;}
.product-layer-two li li:hover a {  color: #9fc9cd;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: none;}
.product-layer-two li:hover li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}

/*按鈕顏色*/
.inquiry_a1 {  background: #5f0d0d;}
.inquiry_a2 {  background: #9dcb81;}
.inquiry_a3 {  background: #5f0d0d; }
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover {    background: #222;}
.lastaction {    color: #5f0d0d;    background-color: #5f0d0d;    background-image: none;    color: #fff;}
.nextaction {    border: 1px solid #5f0d0d !important;    background: transparent;    background-image: none;  color: #9fc9cd;}
.lastPage {
  background: #5f0d0d;
  border-radius: 50px;
}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {    color: #5f0d0d;}

/*商品內頁*/
.prod_related h6 span:before {    font-size: 28px;    color: #2e2e2e;}
.prod_related {    padding: 45px 15px 25px 15px;    background: #fffdf6;}
ul.prod {  order: 3;}
ul.prod li {   margin-top: 1%;}
ul.prod li h3.prod-thumb {    display: none;}
.qaform .breakF {   background: #fff;}
.half_box {    width: 100%;}
.half_box li.btn_blankTop {    display: flex;    justify-content: space-between;    margin-top: 40px;}
label.radio-inline__label:hover { background: #ccc;}
.radio-inline__input:checked + .radio-inline__label {
    background: #391911;
    border: 1px solid #391911;
    color: #fff;
}
.productBtn {    width: 50%;    text-align: center;    padding-left: 0;}
.sidebarBtn {  border: none;}
.sidebarBtn .price {   color: #82370e;  font-size: 28px;}

.product_pic #bx-pager h6 {  display: none;}
.product_pic #bx-pager {
    padding: 0;
    padding-top: 4px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 10px;
    flex-direction: column;
}
.product_pic #bx-pager a {    width: calc((100% - 30px) / 8);    height: 100%;    aspect-ratio: 4 / 3;    margin: 0;    border: none;}
.product_pic #bx-pager a img {    width: 100%;    height: 100%;    object-fit: cover;    display: block;}
.product_info_page ul.bxslider li {  height: auto;  aspect-ratio: 1/1;    overflow: hidden;}
.product_info_page .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.products-list {  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.product-wrapper {    margin-top: 24px;}

.product_menu_list {
    width: 100%;
    margin: 0 0 -72px;
    top: 232px;
    position: sticky;
    z-index: 100;
    transform: translateY(-90px);    
}
ul.product-layer-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), auto));
    background: #ebebeb;
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
}

.product-layer-two li {    margin: 0;    width: 100%;}
.product-layer-two li a {    padding: 16px;    transition: all 0.4s;}
.product-layer-two li.active a,.product-layer-two li:hover a {    font-weight: bold;    border: none;}
.product-layer-two li a:hover {color: #d13c68;}

.product-layer-two li i { display: none;}
.product-layer-two li ul {    background: #fff;}
.product-layer-two li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #d13c68;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;    z-index: 1;
}

.product-layer-two li:hover:after,.product-layer-two li:focus:after,.product-layer-two li.active:after {    width: 90%;}
.page {   width: 100%;}
.page strong,li.activeN {    background: #b7b5ad;    color: #fff;    border-color: #b7b5ad;}
.page strong,.page a,.page li a,.page strong,li.activeN {    border-radius: 100%;    width: 50px;    height: 50px;    line-height: 47px; padding: 0;    transition: all 0.1s ease-in-out;}
.page strong,.page a:hover {  background: #999;}
.products-list .item a:hover .more {
  color: #ffffff;
  letter-spacing: 0;
  background: #b33c55;
}
.products-list .more {    color: #414141;  }
.products-list .item {    padding: 0px 0px 10px;     background: #fff;     box-shadow: 0px 0px 10px #dddddd;}
.products-list .name { font-size: 18px; font-weight: bold;  text-align: center; height: 24px; text-overflow: ellipsis;  transition: all 0.3s;     margin-top: 6px;}
.products-list .item:hover .name {  color: #451f0c;}

@media screen and (max-width: 1200px) {
    .products-list {   grid-template-columns: 1fr 1fr 1fr;   }
}
@media screen and (max-width: 1024px) {
    .product_page .products-list {  grid-template-columns: 1fr 1fr;    }
    .product_menu_list {  top: 270px;}
}
@media screen and (max-width: 768px) {
  .product_page .main_part {  width: 100%;}
  .product_page .product_menu_list>h5 {   display: block;}
  .product_info_page .main_part {   padding: 20px 10px 10px;  }
  .product_menu_list {  margin: 0 0 0px; transform: translateY(0px);    top: 0px;}
   
  ul.product-layer-two {  display: none;      grid-template-columns: none;  box-shadow: none;}  
  ul.prod {   width: 100%;  }
  .product-wrapper {    margin-top: 0;   }

  .sidebarBtn {     position: relative;    top: 0;     margin-bottom: 0;   }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {   bottom: 0px;}
  .product_pic #bx-pager a {    padding:0px 3px;}
}
@media screen and (max-width: 600px) {
    .products-list {     grid-template-columns: 1fr 1fr;}
    .prod_related h6 span:before {        font-size: 20px;    }
    .product_pic #bx-pager a img {    height: unset;}
}
@media screen and (max-width: 425px) {
    .products-list {   gap: 8px;}

    .page {  margin: 0px;}
    .page strong, .page a, .page li a, .page strong, li.activeN {   border-radius: 100%;    width: 30px;  height: 30px;   line-height: 26px;}
}
@media screen and (max-width: 375px) {
    .products-list,   .product_page .products-list {      }
}


/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #fffdf6;}
.news_list ul li p:after {    background: #c01744;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}
.other_promotion li a:hover {
  background: #fffdf6;
}
.promotion_title h2 {
  font-size: 28px;
  color: #633d33;
  font-weight: bold;
}
.edit h3{
  color: #633d33;
}

.other_promotion li a:hover:before, .other_promotion li a:hover:after {
  border-color: #c01744;
}
.other_promotion li a:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px #c01744 solid;
  border-bottom: none;
  border-right: none;
  transition: all .5s;
}
.other_promotion li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 1px #c01744 solid;
  border-top: none;
  border-left: none;
  transition: all .5s;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡表單*/
.contact_le_map a {display: none;}
.blank_letter { color: #9fc9cd;}
.contact_form {  grid-gap: 20px;}
.contact_form li { grid-template-columns: 130px 1fr;}
.contact_form li .form__label {  letter-spacing: 2px;  font-size: 16px;     max-width: 130px;}
.contact_form li.last cite { background: #9fc9cd;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px #9fc9cd solid;    border-radius: 50px;}
.contact_form li input.noborder {  border: none;  border-bottom: 1px #ccc dashed;}
.contact_form li textarea.noborder {  border: 1px #ccc dashed;}


@media screen and (max-width: 768px) {
      .contact_form li {    grid-template-columns: 1fr; }
      .contact_form li .form__label {  max-width: 100%;}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 10px; }
#to_top { bottom:50px;}


/*付款方式跑版*/
.payment_form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

}

@media screen and (max-width: 600px) { 
}





