@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/*網站全域設定/＝＝＝＝＝*/
:root {
    --MainColor: #595651; /*網站主要色系*/
    --SubColor: #4c4640; /*網站輔助色系1*/
    --SubColor2: #7C7972; /*網站輔助色系2*/
    --SubColor3:rgb(157 139 120);
    --SFont:"Noto Serif TC", serif;/*特殊字體*/
    --SFontE:"Italianno", serif;/*特殊字體*/
    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f65:65px;
    --f48:48px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f28:28px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f17:17px;
    --f16:16px;
  }
  @media (max-width:1024px) {
  :root{
    --m50:40px;
    --m30:25px;
    --f65:58px;
    --f48:40px;
    --f40:36px;
    --f36:32px;
    --f32:28px;
    --f28:24px;
    --f24:22px;
    --f22:20px;
  }
  }
  @media (max-width:768px) {
  :root{
    --pd100:70px 0;
    --m100:70px;
    --m50:30px;
    --m30:20px;
    --f65:52px;
    --f48:32px;
    --f40:28px;
    --f36:26px;
    --f32:24px;
    --f28:20px;
    --f24:20px;
    --f20:18px;
    --f18:17px;
    --f17:16px;
  }
  }
  @media (max-width:600px) {
  :root{
    --pd100:50px 0;
    --m100:50px;
    --m50:25px;
    --f65:42px;
    --f48:28px;
    --f40:24px;
    --f36:22px;
    --f32:20px;
    --f28:18px;
    --f24:18px;
    --f22:18px;
    --f20:17px;
    --f18:16px;
    --f17:15px;
    --f16:15px;
  }
  }
  @media (max-width:375px) {
  :root{
    --f65:35px;
    --f48:24px;
    --f40:20px;
    --f36:18px;
    --f32:18px;
    --f28:17px;
    --f24:17px;
    --f22:17px;
    --f20:16px;
    --f18:15px;
  }
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/* header */
.stellarnav > ul > li{padding: 10px;margin-top: 5px;}
.stellarnav > ul > li:hover > a{color: #009346;}
.header_area{background: rgb(239 239 239 / 90%);}
.stellarnav > ul > li > a b {font-weight: 700;font-family: "Noto Serif TC", serif;}
.me_tp_features{padding-top: 5p;padding-right: 15px;}
.tp_links{display: none;}
.me_tp_features a.tp_btn_cart:hover,
.me_tp_features a.tp_btn_notice:hover {color: #009346 !important;}

/*第二層*/
.stellarnav ul ul {
    background: #89cf91;
    /*width: 185px;*/
}
.stellarnav > ul > li.drop-left > ul {
    right: unset;
    left: 0px;
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 20px;
	transition: all 0.3s;
	color: #6f6d6d;
	background: #e4e4de;
    border-bottom: 1px #a6a6a6 solid;
	
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	/*color: #ADA17E;
	padding-left:10px;
	border-color:#ADA17E;*/
	background: #afb0a9;
    color: #ffffff;
}


/* 電腦LOGO */
.nav-brand {}
.nav-brand img {width: 75px;}


/*手機LOGO
.nav-brand-m {}
*/

/* footer */
.box_link a:nth-child(n+1):not(:nth-child(2)):not(:nth-child(3)) {display: none;}
.footer_logo img{width: 135px;}


.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p:nth-child(1){
    order: 3;}
.footer_info li p:nth-child(2){
    order: 2;}
.footer_info li p:nth-child(3){
    display: none;}
.footer_info li p:nth-child(4){
    order: 1;}
.footer_info li p:nth-child(5){
    order: 4;}
.footer_info li p:nth-child(6){
    order: 5;}

.footer_info li p.add:before {
    content: "店家地址";}
.footer_info li p.mail:before {
    content: "服務信箱";}
.footer_info li p.tel:before {
    content: "服務專線";}



/* 側邊按鈕 */
.info_fix_links .info_fix_phone{ display: none;}
.info_fix_links .info_fix_mail{ display: none;}
.info_fix_links .info_fix_line{ order: 1;}
.info_fix_links .info_fix_tel{ order: 2;}
.info_fix_links .info_fix_fb{ order: 3;}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.rewrite_simple {
    background: #bbbab6 url(../images/simple_left.png) 10% center no-repeat;
}
.contact_le_map a {
    background: rgb(167 150 132);
    width: 20%;
}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;padding: 100px 0;max-width: 1500px;}
.i_prod_tit{margin-bottom: 50px;}
.i_prod_tit h2 {     font-size: 48px;    line-height: 110%;    letter-spacing: 0.5px;    color: #e4e4de;    font-weight: normal;}
.i_prod_tit span {   display: block;    font-size: 32px;    line-height: 140%;    color: #e4e4de;}
.products-list {    display: grid;padding: 0;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;margin: 0;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #706D66;    color: #706D66;}
.products-list .item a:hover .more {    background: #706D66;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #706D66;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #706D66;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #706D66; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #706D66;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #706D66;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .product-layer-two {display: none;}
.proImgSwiper li {display: flex;align-items: flex-start;}
.product_info_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_info_page .product-wrapper {  display: flex;    flex-wrap: wrap;align-items:flex-start;width: 100%;}
ul.prod {   width: 71%;}
.sidebarBtn {
    position: sticky;
    top: calc(100px + 30px);
    border: none;
    padding: 0;
    padding-left: 30px;
}
/* .product_pic {    padding: 0;    width: 100%;    max-width: 1000px;    margin: 0 auto;} */
.product_pic .bx-wrapper{padding: 0;margin: 0;}
.product_pic #bx-pager{width: 100%;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;position: relative;padding: 0;margin-top: 20px;gap:10px;}
.product_pic #bx-pager a{display: block;width: 100%;height:auto;overflow:hidden;margin: 0;}
.product_pic #bx-pager h6{display: none;}
.bx-wrapper .bx-viewport{border: none;left: 0;}

/*按鈕顏色*/
.inquiry_a1{background: #000;}
.inquiry_a2{background: #6f6d6d;}
.inquiry_a3{background: #706D66;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #a1a1a1;}
.lastaction {    color: #706D66;    background-color: #f2f2f2;}
.nextaction {    background-color: #706D66;}
.lastPage {    background: #706D66;}
/*商品側邊規格*/
.sidebarBtn h2{font-size: 24px;font-family: "Noto Serif TC", serif;}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .price span {    font-size: 14px;}
.sidebarBtn span.sp_price {    color: #b73e3e;    font-size: 20px;    margin-top: 5px;}
.mobile_product_name{display: none;}
.prod_tabs {width: 70%;}
.pd_tabTitle li.activeTab::after{border-bottom: 1px dotted;background: transparent;}
.pd_tabTitle li{border-bottom: transparent;}
.pd_tabTitle li.activeTab a {
    background: transparent;
    padding: 5px;
    display: block;
    font-size: 20px;
    line-height: 140%;
    color: #67635a;
    margin-bottom: 10px;
    pointer-events: none;
    cursor: not-allowed; /* 可選：改變鼠標樣式，顯示禁止點擊 */
}

.product_info_page fieldset.size {    display: grid;gap:7px;}
.radio-inline__label {
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0;
    color: #a5a5a5;
    border: 1px solid #ccc;
    cursor: pointer;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #fff;
    border: 1px solid #bd957b;
    background: #bd957b;
    color: #fff;
}
/*相關推薦*/
.prod_related {    background: #E6E5E1;    padding: 100px 0;}
.related_list{width: 90%;max-width: 1500px;margin: auto;}
.prod_related h6{margin-bottom: 50px;}
.prod_related h6 span:before{content:"RECOMMEND";    font-family: "Noto Serif TC", serif;    font-size: 48px;    line-height: 110%;    letter-spacing: 0.5px;    color: #7C7972;    font-weight: normal;}
.prod_related h6 span:after{content:"推薦商品";    display: block;    font-size: 32px;    line-height: 140%;    color: #7C7972;}

.car_page .information_left {    display: block;}

@media screen and (max-width: 1200px) {
    /*購物車/＝＝＝＝＝*/
.products-list {grid-template-columns: 1fr 1fr 1fr;}
.product_main , ul.prod{ width: 100%; padding: 0;  }
.sidebarBtn{width:100%; position: relative;top: 0;  padding: 0;margin-top: 30px;  }
.product_info_page fieldset.size {    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
}

@media screen and (max-width: 1024px) {
    /*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}

/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two , .product_info_page .product-wrapper{width: 100%;  }

}
@media screen and (max-width: 600px) {
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*Banner/＝＝＝＝＝*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_01.jpg);
    background-size: cover;background-position: center;
    height: 45vw;
    max-height: 550px;
    min-height: 250px;
    position: relative;
}
.product_page .banner , .product_info_page .banner {    background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_06.jpg);}
.promotions_page .banner {    background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_03.jpg);}
.banner.banblog {    background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_02.jpg);}
.services_page .banner {    background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_05.jpg);}
.contact_page .banner {    background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_04.jpg);}


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_06.jpg);}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_02.jpg);}
.banner.banC {}
.banner.banD {background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_04.jpg);}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_03.jpg);}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/a64031200/Banner_05.jpg);}

.banner h5 {
    font-size: var(--f40);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;width: 90%;
    font-family: var(--SFont);
    letter-spacing: 1px;text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);transition:all 0.3s;
}
.banner h5:before {
    content:"";
    display: block;
    font-size: var(--m100);
    font-family: var(--SFont);
    font-weight: normal;transition:all 0.3s;
}
.banner h5::after{
	content: "";
    /*max-width: 500px;*/
	width:7%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px auto;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 促銷活動 */
.promotions_page #content{
    background-image: url(https://pic03.eapple.com.tw/a64031200/p5_bg01.jpg);
    background-size: cover;
    background-position: top;
}
/* 首頁顯示 */
.news_list ul li a:hover {
    background: #f3f2ed;
}

/*上面那排標題*/
.promotion_title em{ border: 0px;   padding: 16px 16px;   background: #c73849;  color: #fff;}
.promotion_title span{ display: none;}
.promotion_title h2{color: #977e62; font-size: 28px; padding-left: 16px;line-height: 50px;font-weight: bold;}
.promotions_page .edit{ line-height: 32px;margin: 32px 0;color: #000;}
/* 下方sitemap */
.other_promotion li a{ background: #e3e2dd; border: 0px; color: #706D66;}
.other_promotion li a:hover{  background: #d1ccc0; color: #fff;}
.other_promotion .pmtTitle h3{ color: #977e62;}
.other_promotion li a:before{ border: 1px solid #ab8b5f;border-bottom: none; border-right: none;}
.other_promotion li a:after{ border: 1px solid #ab8b5f;border-top: none; border-left: none;}


/* 產品介紹的功能隱藏 */
.other_select_page .promotion_title{ display: none;}
.other_select_page .other_promotion{display: none;}


@media screen and (max-width:768px) {
    .promotion_title h2{ padding-left: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




