@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

#content {background:url(https://pic03.eapple.com.tw/shun/o_bg.jpg)fixed;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/

.nav-brand img {width: 90px;}

/*麵包屑*/
.path {display: none;}

/*頁碼*/
.page {  width: 100%;  margin: 40px auto;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
.page li {  display: flex;  margin: 3px;  width: 30px;  height: 30px;  line-height:30px;  align-items: center;  justify-content: center;}
.page li a {  display: block;  width: inherit;  height: inherit;  line-height: inherit;  padding: 0;  transition:all 0.3s;}
.page strong, .page a:hover {  background: #909090;border: 1px solid #909090;}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.stellarnav > ul > li > a {color: #433d38;}
.stellarnav > ul > li{padding: 7px;margin-top: 25px;}
.stellarnav > ul > li:hover > a{color: #cba03d;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #433d38;}
/* .stellarnav li.has-sub > a:hover:after{border-top: 6px solid #cba03d;} */

.header_area{background: transparent;}
.header_area.sticky{padding:0;}
.stellarnav > ul > li > a b {font-weight: 700;font-family: "Noto Serif TC", serif;}
.me_tp_features{padding-top: 15px;padding-right: 15px;}
.tp_links{display: none;}
.me_tp_features a.tp_btn_cart:hover,
.me_tp_features a.tp_btn_notice:hover {color: #cba03d !important;}
.me_tp_features{display: none;}

/*大圖滿版設定*/
.header_area{position: fixed; width: 100%;}
.main_header_area{background: transparent;}

/*第二層*/
.stellarnav ul ul {
    background: #ffffff;
    /*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{
    border-bottom: 1px #b9b9b9 solid;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #cba03d;
}

/*網頁下滑header改變*/
.header_area.sticky .main_header_area{
	background-color: rgb(187 187 187 / 80%);
	transition: 3s cubic-bezier(.165,.84,.44,1);
	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
	border-bottom: 1px solid #8575358f;
}
.header_area.sticky .nav-brand{
	width: 75px;
	transition: 3s cubic-bezier(.165,.84,.44,1);
    margin-top: 12px;
}


/* ============================== */

.tp_links{display: none;}
.me_tp_features a {color: #d9d9d9;}
/*上方選單右邊設定 臉書/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 {}
*/

/* 商品下拉超過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個--結束 */

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li{margin-top: 0px;}
}

@media screen and (max-width: 768px) {
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 12px;}
.stellarnav.mobile {padding: 10px;}
}

/* ============================================ */


/* footer */

.footer_logo img {
    width: 115px;
}
.box_link{display: none;}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p:nth-child(1){display: none;}
.footer_info li p:nth-child(2){display: none;}
.footer_info li p:nth-child(3){order: 2;}
.footer_info li p:nth-child(4){order: 1;}
.footer_info li p:nth-child(5){order: 3;}
.footer_info li p:nth-child(6){display: none;}

.footer_info li p.tel2:before {content: "手機：";}

.footer_menu a:hover {background: #6d5b44;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 側邊按鈕 */
.info_fix_links .info_fix_phone{ display: none;}
.info_fix_links .info_fix_tel2{ display: none;}
.info_fix_links .info_fix_mail{ display: none;}

.info_fix_links {
    display: flex; /* 設置為 flexbox 佈局 */
    flex-direction: column; /* 垂直排列 */
}


.info_fix_links .info_fix_phone {
    order: 1; /* 電話排在第一位 */
}

.info_fix_links .info_fix_line {
    order: 2; /* LINE 排在第二位 */
}

.info_fix_links .info_fix_fb {
    order: 3; /* Facebook 排在第三位 */
}

.info_fix_links .info_fix_messenger {
    order: 4; /* messenger 排在第四位 */
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 關於我們 */

.edit_part{padding: 0;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 購物車 = = = = = = = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px;  width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important;}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:transparent; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.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: -10px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100% !important;}
.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;display: block !important;}
.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;}
}
@media screen and (max-width: 600px) {
}


/* .prod_part {  width: 90%;}
.products-list {  display: grid;  gap: 10px;  grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {  width: 100%;} */

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  border: 1px solid #837564;   color: #837564; border-radius: 4px;}
.products-list .item a:hover .more {  background: #837564; }

/*價格*/
.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: #837564; }
.products-list .price b.ori_price {  font-size: 14px;}

/*外層版面*/
.product_page .main_part {  width: 90%;	max-width: 1500px;}
.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_info_page .product-layer-two {  display: none;}
.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; font-weight: 500;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #837564; }
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #BE0503;  color:#fff;}
.product-layer-two > li > a:before {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10px;
  content: " ";
  color: #837564; 
  background: #f2f2f2;
  width: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-left: 2px;
  font-size: 13px;
  border-radius: 4px;
}
.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; font-size: 16px;}
.product-layer-two li li:hover a{color: #837564;  font-weight: 500;}
.products-list .name {text-align: center; font-size: 17px; font-weight: 700; height: auto; min-height: 52px;}

.product-layer-two li li.active a {margin-left: 15px;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {  display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {  width: 90%;}
.pd_tabTitle li.activeTab::after {background: #bfbdbb;}
.pd_tabTitle li {border-bottom: 1px solid #bfbdbb;}

/*按鈕顏色*/
.inquiry_a1{background: #8f8f8f;}
.inquiry_a2{background: #BE0503;}
.inquiry_a3{background: #837564; }
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {  color: #837564;   background-color: #f2f2f2;}
.nextaction {  background-color: #837564; }
.lastPage {  background: #837564; border-radius: 4px; font-weight: 700;}
ul.prod li h3.prod-thumb {font-weight: 900;}
ul.prod li {font-weight: 500;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #222222;  width: 100%;}
.sidebarBtn h2 {font-weight: 900;}
.sidebarBtn .sp_price { color: #8f8f8f;}
.mobile_product_name{font-size: 24px;}
.product_info li span{font-weight: 500;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #837564; font-weight: 900;}
.prod_related {padding: 45px 15px 25px 15px;}
.related_list li a p {font-size: 17px; color: #333; font-weight: 700;}

/*內容超出十隱蔽*/
ul.prod li {overflow: hidden;}
ul.prod li img {max-width: 100%;}

/*不購物但顯示金額*/
.inquiry_a3 {display: none;}
.product_info li span {display: none;}
.product_info li:nth-child(2) .txt_box {display: none;} /*數量*/



/*側邊選單收合*/
.product-layer-two li{border: 1px solid #999;}
.product-layer-two li ul {display: none;}
.product-layer-two li:hover ul {display: block;}

/*樣式調整*/
.product-layer-two li:hover > a, 
.product-layer-two li.active > a {color: #fff; background: #c9b9a5;}
.product-layer-two li {padding: 0 0px;}
.product-layer-two li ul{margin-top: -1px; background: #ffffff; border-radius: 3px;}
.product-layer-two > li{margin: 5px 0; border-radius: 3px;}
.product-layer-two > li > a::before {display: none;}
.product-layer-two li li a>i {margin-right: 15px;}

.product_info_page .show_content {
  margin: auto;
  padding: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;}
.product_info_page .product-wrapper {width: 100%;}


.products-list {margin: 0 auto;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {height: 380px;background:url(https://pic03.eapple.com.tw/shun/p3_banner01.jpg);}
.banner h5 {color: #fff;font-size: 40px;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width: 768px) {
    .banner {height: 250px;}
}

@media screen and (max-width:480px) {
    .banner h5 {font-size: 36px;}
}

@media screen and (max-width:400px) {
	.banner {height: 200px;}
	.banner h5 {font-size: 33px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
 
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #837564 !important;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/

.list_before {
    display: flex;
    flex-direction: column;
}
.info_TEL2:before {content: "手機";}
.info_TEL:before {content: "手機";}
.info_MAIL:before {content: "Email";}

.list_before li:nth-child(1) { order: 1;}
.list_before li:nth-child(2) { order: 2;}
.list_before li:nth-child(3) { display: none;}
.list_before li:nth-child(4) { display: none;}
.list_before li:nth-child(5) { order: 3;}
.list_before li:nth-child(6) { display: none;}
.list_before li:nth-child(7) { display: none;}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before,
.info_LINE:before, .info_FAX:before, .info_TAXID:before,
.info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    width: 50px;
}

.list_before.info li {
    padding-left: 55px;
}

.contact_page .main_part {
    max-width: 2000px;
    background: url(https://pic03.eapple.com.tw/shun/c_bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
}

.contact_form li.last blockquote, .contact_form li.last cite{
    border: 1px #cfaf7c solid;
}

.contact_content {width: 1300px;}

@media screen and (max-width:600px) {
.contact_form li .form__label {background: rgb(163 163 163 / 15%);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

.stellarnav > ul > li {margin-top: 5px;}
}

@media screen and (max-width: 600px) { 
}


