@charset "utf-8";
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


body {   font-family: 'Roboto', 'Noto Sans TC', sans-serif; letter-spacing: 1px;}
.main_part {  max-width: 1400px;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area.sticky { position:fixed;}
.pageIndex .header_area{position: fixed;}

/*內頁page*/
.edit_part { padding: 0px;}
.edit_part .show_content { margin-bottom: -5px;}
.other_page .show_content {  margin-bottom: -6px;}
.contact_page  .main_part {  max-width: 1550px;}
#content_main { margin: 0; background-color: #f8f8f8;}
#content {  background-color: #fffbf2;}
.path p, .path p a { display: none;}
.promotion_title { display: none;}
.edit p {  color: #162232;font-size: 16px;margin: 7px 0px;}
.edit span {  color: #162232;font-size: 18px;}
.other_promotion {display:}
ul.page {  display: none;}
/*上方選單右邊設定 臉書/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}
*/


/*預設解除背景輪播*/
#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;}}
/* ====== 共用 slogan 設定 ====== */
.swiper-slide {
    position: relative;
}

.swiper-slide::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px; /* 建議加具體高度 */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.swiper-slide:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/chungchengtw/slogan01.png);
}
.swiper-slide:nth-child(2)::after {
    background-image: url(https://pic03.eapple.com.tw/chungchengtw/slogan02.png);
}

.swiper-slide:nth-child(1).swiper-slide-active::after {
    animation: slide-left 1s 0.5s both;
    opacity: 1;
}
.swiper-slide:nth-child(2).swiper-slide-active::after {
    animation: slide-bottom 1s 0.5s both;
    opacity: 1;
}

/* ====== 動畫效果定義 ====== */
@keyframes slide-left {
    0% {
        transform: translateX(-60%) translateY(0);
        opacity: 0;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        transform: translateX(-50%) translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* ====== 隱藏 swiper 原子彈圓點 ====== */
.swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
}



/* === 在大圖中飛的兩隻蜜蜂 === */
.bannerindex {
    position: relative;
}

.bannerindex::before,
.bannerindex::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 102;
}

/* 蜜蜂1 */
.bannerindex::before {
    top: 65%;
    left: 20%;
    background-image: url(https://pic03.eapple.com.tw/chungchengtw/bee01.png);
    animation: fly-bee1 12s linear infinite;
}

/* 蜜蜂2 */
.bannerindex::after {
    top: 70%;
    left: 80%;
    background-image: url(https://pic03.eapple.com.tw/chungchengtw/bee02.png);
    animation: fly-bee2 14s linear infinite;
}

@keyframes fly-bee1 {
    0%   { transform: translate(0, 0) rotate(0deg); }
    25%  { transform: translate(100px, -40px) rotate(10deg); }
    50%  { transform: translate(180px, 30px) rotate(-15deg); }
    75%  { transform: translate(120px, -50px) rotate(10deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes fly-bee2 {
    0%   { transform: translate(0, 0) rotate(0deg); }
    20%  { transform: translate(-80px, 30px) rotate(-10deg); }
    40%  { transform: translate(-150px, -20px) rotate(15deg); }
    70%  { transform: translate(-100px, 40px) rotate(-15deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

/* 手機隱藏蜜蜂 */
@media screen and (max-width: 768px) {
  .bannerindex::before,
  .bannerindex::after {
    display: none;
  }
}

.product_info_page .swiper-slide::after {
  display: none !important;
}

/*電腦LOGO*/
.nav-brand{max-width: 150px;}
.nav-brand img { max-width: 100%;margin-right: -13px;}
.footer_logo { max-width: 150px;}


/*手機LOGO
.nav-brand-m {}
*/

/*header選單欄位*/
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}
.main_header_area .container { max-width: 100%;background: linear-gradient(to bottom, #FFEB99, #C79E58);}

.nav-header {    max-width: 100%;}
.stellarnav > ul > li > a { letter-spacing: 2.2px; padding: 0px 5px 0px 5px;  color: #162232; transition: all 0.5s ease; font-weight: 300;transition: all 0.3s; font-family: "Montserrat", "Noto Sans";font-size: 16px;}
.stellarnav > ul > li > a:hover {  color: #fff; transition: all 0.5s ease; }
.stellarnav li a {  padding: 9px;  color: #fff;  font-size: 15px;}
.stellarnav ul { margin: 0 10px 0px 0px;    text-align: center;}
.header_area {  background: #f8f8f8;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); padding: 0px;}
.header_area.sticky { background: #f8f8f8;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);}
.stellarnav {margin: 0px 0px 5px 0px;}
.me_tp_features{}
.tp_links { display: none;}
.stellarnav li.has-sub > a:after {  content: '+';  border-left: 0px;  border-right: 0px;  border-top: 0px;}
.stellarnav li li.has-sub > a:after {  border-left: none; right: 10px;}/*選單下拉調整*/
/*.stellarnav > ul > li:nth-child(10) > a { display: none;}/*選單隱藏頁面*/
/*.stellarnav > ul > li:nth-child(6) > a {  pointer-events: none;}/*下拉按鈕連結取消*/
/*.stellarnav > ul > li:nth-child(7) > a { pointer-events: none;}/*下拉按鈕連結取消*/

/*header icon*/
.anchorList > li:nth-child(2) > a:before {  content: url(https://pic03.eapple.com.tw/chungchengtw/headericon01.png) ;}
.anchorList > li:nth-child(3) > a:before {  content: url(https://pic03.eapple.com.tw/) ;}
.anchorList > li:nth-child(4) > a:before {  content: url(https://pic03.eapple.com.tw/) ;}
.anchorList > li:nth-child(5) > a:before {  content: url(https://pic03.eapple.com.tw/) ;}
.anchorList > li:nth-child(6) > a:before {  content: url(https://pic03.eapple.com.tw/) ;}
.anchorList > li:nth-child(7) > a:before {  content: url(https://pic03.eapple.com.tw/) ;}
.anchorList > li:nth-child(8) > a:before {  content: url(https://pic03.eapple.com.tw/) ;}

/* 共用樣式：先設定圖片大小與過渡動畫 */
.anchorList > li:nth-child(n+2):nth-child(-n+8) > a::before {
  content: url(https://pic03.eapple.com.tw/chungchengtw/headericon01.png);
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
  margin-right: 6px; /* 可視需要微調 */
}

/* hover 時圖片往上移動（飛起來） */
.anchorList > li:nth-child(n+2):nth-child(-n+8) > a:hover::before {
  transform: translateY(-6px);
}

.stellarnav > ul > li > a {  padding: 0; text-transform: uppercase;  position: relative; display: inline-block; font-size: 16px;  font-weight: 500;  line-height: 100px;  height: 65px;  margin: 0 10px;   overflow: hidden;  cursor: pointer;  text-align: center; Letter-spacing: 1px;font-family: "noto sans TC";}

.anchorList {padding: 0 20px 0 220px;}
.anchorList>li{letter-spacing: 1px;text-align: center; position: relative; margin: 10px 8px 0px 8px;}
.anchorList > li > a{color: #653F07; font-weight: bold; padding: 18px 7px 30px 7px;}
.anchorList > li > a:before {content: "";width: 30px;height: 30px;position: absolute;top: -22px; left: 50%;transform: translateX(-50%);}

/*主選單hover*/
.anchorList>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color: #fff;}
.anchorList>li>a:hover, .nav-menu>li>a {transition: all .3s;}


.me_tp_features { width: 100%;  text-align: center;    padding-top: 10px;}
.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    color: #162232;
}

/*.me_tp_features { position: relative;  right: 0%;  top: 27%;}*/
.fa-envelope::before{ display:none;}/*icon隱藏*/
.fa-phone-volume::before{ display:none;}/*icon隱藏*/
.box_search input[type=text] {padding: 6px 55px 6px 32px;  color: #333 !important;}
.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) { color: #6b6460; font-size: 13px;  padding: 10px 24px;  line-height: initial;  height: auto;  margin: 0; transition: all ease .3s;background-color: #f8f8f8;  border: solid 1px #e7e7e7;}/*下拉*/
.nav-header {   background-color: #152233;}
.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) { color: #3f3a38;background-color:#e3eaf1; transition: all ease .3s;}/*下拉*/
.stellarnav li li { border: none;}


/*首頁最新消息*/
.pageIndex .news_part .title_i_box h4 { font-size: 33px;  font-weight: bold; color: #162232;  font-family: "Noto Sans TC", sans-serif;}
.news_list ul li a:hover { background: #ffffff;}
.pageIndex .animated-arrow {
    background: #162232;
    border-radius: 30px;
    width: 200px;
    transition: background 0.3s ease;
}

.pageIndex .animated-arrow:hover {
    background: #C79E58; /* 金色 */
}

.fa-arrow-right::before{ display:none;}
.i_news_b a i.fa-solid.fa-arrow-right {  display: none;}
.news_list ul li p {  color: #162232;}
.news_list ul li span { color: #7c7c7c;}
.news_list ul li {  border-bottom: 1px #dadada solid;}

/*首頁商品*/
.pageIndex .prod_part { background-color: #fff8e3;}

.i_prod_tit span,
.i_video_tit span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Noto Serif TC', serif;
    font-size: 30px;
    color: #162232;
    font-weight: 800;
    position: relative;
}

/* 上方 SHOP NOW */
.i_prod_tit span::before,
.i_video_tit span::before {
    content: "SHOP NOW";
    font-family: 'Abril Fatface', serif;
    font-size: 36px;
    color: #D88001;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

/* 新增主文字的 inline-flex 包裝（模擬） */

@keyframes bee-fly {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    20% {
        transform: translate(2px, -2px) rotate(2deg);
    }
    40% {
        transform: translate(-2px, 2px) rotate(-2deg);
    }
    60% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    80% {
        transform: translate(-1px, 1px) rotate(-1deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}
.i_prod_tit span::after,
.i_video_tit span::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('https://pic03.eapple.com.tw/chungchengtw/shoptitleicon.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 55%;
    right: -50px; /* 加上 right 讓 icon 出現在右側 */
    animation: bee-fly 1.5s infinite ease-in-out;
}

/* 左右各用 before/after icon 更精準 */
.i_prod_tit span::before,
.i_video_tit span::before {
    /* SHOP NOW 已用這個 */
}

.i_prod_tit span::after {
    left: -10px;
}
.i_video_tit span::after {
    right: -10px;
}



/*文章*/
.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    background-color: #d8b7743d;
}

.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;}
.submenu li.on_this_category a, .submenu a:hover { background: #e6eaf4;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #162232;}
.subbox_item a { grid-template-columns: 100%;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/grid-template-columns: 100%;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #162232;}
h5.blog_le_t em { color: #6b6360;   margin-left: 5px;   font-size: 25px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #162232 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 35%;}
.blog_list_ri h5 {  font-weight: 500;  font-size: 24px;  color: #6f6362;  margin-bottom: 15px;}
.subbox_item a:after {  background: #1622322b; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 15px;  color: #777;  line-height: 150%;}
/*文章內頁*/
.blog_back a.article_btn_back {  background: #e7e9e7; color: #333;}
h4.blog_category_title {  color: #6b6360;  font-size: 24px;  font-weight: 600;  letter-spacing: 1px; border-bottom: 1px #ccc solid;  padding: 10px 0; margin-bottom: 20px;}
.blog_shareData {  margin-bottom: 0px;}
.blog_back a.article_btn_next { background: #162232;  color: #fff;}
.blog_back a.article_btn_prev {  background: #162232; color: #fff;}
.news_related h6 span:before {  color: #6a6460;}
.news_related { background: #f8f8f8;}
/*相簿*/
.show-list .item:hover .show_name { color: #333;}
.show-list .show_name { font-size: 16px; font-weight: 500;text-align: center;}
.overlay {  background: rgb(0 0 0 / 31%);}
.other_album_choice li a { color: #333;}
.other_album_choice li { background: #e6eaf4;  border-radius: 0px;}
.album_fixed_title span:before {   color: #333;}
.other_subalbum li a p {  color: #333;  font-weight: 500;  letter-spacing: 1px;}
.subalbum-menu h2 { color: #333; font-weight: 500; letter-spacing: .5px;}

/*聯絡我們*/
.contact_content .information_left { display: none;}/*聯絡資訊*/
.contact_content .information_right { width: 100%; padding-left: 0px;}
.contact_form li input.noborder { border: 1px #dbdbdb solid; padding: 8px;  margin: 3px 0px; background-color: #f9f9f9;}
.contact_form li textarea.noborder { background-color: #f9f9f9;}
.contact_form li .form__label {  letter-spacing: 1.1px;  color: #444;}
.blank_letter {  font-family: 'Josefin Sans', 'sans-serif'; padding-left: 10px;  font-size: 25px; color: #3c3c3c; font-weight: 500;}
.contact_form li.last blockquote, .contact_form li.last cite {  border: 1px #e6eaf4 solid;}
.contact_form li.last cite {  background: #e6eaf4; color: #333;}


/*footer資訊欄位*/
.footer_info li p.phone:before{content: '手機：';}
.box_link a { display: none; }
.footer {background: #152233;padding: 30px 0 0;}
.footer .center { position: relative; max-width: 1300px;}
.footer_info { display: flex;flex-wrap: wrap; align-items: center; justify-content: center; padding: 0px; flex-direction: column;margin-bottom: 15px;  grid-gap:0px;}
.footer_menu { display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}
.footer_menu a {font-size: 15px; margin: 0;text-align: left;padding: 0; transition: all 0.3s; border: none; background: transparent;  color: #fff; display: block; width: fit-content;}
.footer_menu a:nth-child(10){ display:none;}/*footer選單隱藏*/
.footer_menu a:before { content: " ．"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover { background: transparent;color:#FFEB99;}
.copy {	background: linear-gradient(to bottom, #FFEB99, #C79E58); color: #162232;border:none;margin-top: 0px;position: relative;padding: 15px 0;}
.copy a{ color: #162232;transition:all 0.3s;}
.footer_info li { padding: 25px; }
.footer_info ul>li:before { font-size: 115%; color: #C79E58;display: block; margin: 0 0 20px; padding: 5px 0px 10px 5px;border-bottom: 1px solid #fff; letter-spacing: 0.2em; font-weight: bold;}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "主要選單 MAIN MENU"; }
.footer_info li:nth-child(1) {  display: flex;flex-direction: column;}
p.tel { order: 1;}
p.phone { order: 2;}
p.line { order: 3;}
p.add{ order: 4;}
p.mail{ order: 5;}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { color: #fff;letter-spacing: 0.12em; font-size: 15px;padding-left: 5px;}
.footer_info ul {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));letter-spacing: 0.15em;margin-bottom: 15px;}
.footer_logo img { width: 100%; }
.footer_logo { display: inline-block;  vertical-align: top;  margin: 15px;}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0;}
}

/*促銷方案更改/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.news_part {    width: 90%;}

/*外觀顏色*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.other_promotion li a {
    display: block;
    padding: 10px;
    width: 94%;
    margin: 2%;
    position: relative;
    border: none;
    background: #ffffff17;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1)
}
.other_promotion li a:hover {
   background: linear-gradient(to bottom, #FFEB99, #C79E58);
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1)
}

.promotion_title span {
    border: none;
    color: #d0d0d0;
    padding: 2px 0px;
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
}
.edit {
    margin: auto;
    font-weight: 200;
    letter-spacing: 1px;
}
.other_promotion li a:hover:before, .other_promotion li a:hover:after {
    border-color: #6b6b6b;
    border-radius: 100%;
}

.promotion_title {
    background: #162232;
    padding: 10px;
    border-left: 6px solid #a9a9a9;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.pmtTitle span {
    letter-spacing: 2px;
    color: #333;
}

/*改呈現方式*/

.promotions_page .main_part {
    display: flex;
}
.promotions_page .page {
    width: 0%;
}
.other_promotion {
    list-style: none;
    margin: 0;
    padding: 11px;
}
.other_promotion li {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}
.other_promotion li a {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 0%;
    position: relative;
    border: none;
    background: #ffffff17;
}
.other_promotion .pmtTitle h3 {
    color: #152233;
    letter-spacing: 2px;
    height: 60px;
}

.show_content {
    width: 100% !important;
    margin: 0px;
    padding: 10px 10px;
}



/*手機板*/

@media screen and (max-width: 768px) {
    .promotions_page .main_part {
        display: block;
    }

}

/* 商品下拉超過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;}
.order_finish_page .main_part { max-width: 1100px;}
/* .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);}
ul.page { width: 100%;}

.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;}
.product-layer-two li li a{ padding:5px 10px;padding-left: 18px;}
.product-layer-two li li:hover > a { background:#fff; color:#162232;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px solid #e5e5e5; padding-bottom: 5px;}
.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%;}

.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: 16px; margin-left: -12px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#162232;}

.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;}
/*購物車總攬頁面*/
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #162232 solid;
    color: #fff;
    background-color: #162232;
}

.products-list .more { border-radius: 20px; background: #162232; color: #fff; font-weight: 500;}
.products-list .item a:hover .more {  background: #cea968;  color: #fff;  letter-spacing: 2px;}

.products-list .price b { color: #162232;}
.product-layer-two li a { border: 1px #ffffff solid;  background: #ffffff; padding: 12px 16px;  font-size: 16px; color: #333; font-weight: 500;}
.product-layer-two li i.close::before { color: #162232;   font-size: 18px;}
.product-layer-two li i {  width: 50px; height: 50px;}

/*購物車商品頁面*/
.inquiry_a1, .inquiry_a2, .inquiry_a3 { border-radius: 20px;background: #162232;color: rgb(255, 255, 255);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { letter-spacing: 2px;   background: #cea968;}

.lastPage { border-radius: 20px;background:#162232; color: #fff;}
.prod_related h6 span:before { font-size: 25px; color: #3d403f;}
.pd_tabTitle li.activeTab a {  color: #555;}
.pd_tabTitle li.activeTab::after { height: 5px; background: #474747;}
.sidebarBtn h2 { color: #333; margin-bottom: 10px; letter-spacing: .5px;}
.sidebarBtn { border: none; background: #fff; box-shadow: 1px 1px 6px #cccccc75; padding: 30px 30px; }
.radio-inline__label { padding: 4px 15px; font-size: 15px;  margin: 2px 3px 2px 0; border-radius: 0px; color: #444;  border: 1px solid #c8c8c8;}
.product_info li .txt_box { color: #162232;}
.prod_related { background: #ecd28b;  padding: 50px 15px;}
#prod_thumbSwiper .swiper-slide::before { background: #d7deef;}
.pd_tabTitle li, .pd_tabTitle {  letter-spacing: 2px; font-weight: 500;}
.proImgSwiper li { align-items: flex-start;}

/*匯款通知*/
.formbox_form li.last input:last-child { background: #e6eaf4;  color: #333;}
.rewrite_simple, .send_simple {  width: 170px; height: 52px;border-radius: 0px;}
.rewrite_simple {  background: #eeeeee; color:#777	!important;}
.separate_title { font-size: 25px;  color: #444;  letter-spacing: 1px;  padding: 10px 0 5px 6px;  background: none;}
.border200 {  width: 100%;  border: 1px #dbdbdb solid;  padding: 8px; margin: 3px 0px; background-color: #f9f9f9;}

/*購物車結帳頁面*/
.shopping-cart .row { padding: 10px 20px;}
.shopping-cart .cart_head { background: #333;  color: #fff;}
.total_amount .rewrite_simple, .total_amount .send_simple { display: flex;  align-items: center;  justify-content: center;}
.total_amount .send_simple { background-color: #162232;}
.stepImg span.active { color: #162232;}
.stepImg img {  filter: hue-rotate(170deg);}
.red { margin-right: 6px;}



    
@media screen and (max-width: 1550px) {
	
/*header*/
.nav-brand img { max-width: 100%;}
.nav-brand {  margin: 0px 15px;}
}
@media screen and (max-width: 1200px) {
/*header*/
.pageIndex .header_area {  position: relative;}
.stellarnav > ul > li > a { letter-spacing: 1px;  padding: 0px;  font-size: 14px; margin: 0 5px;}
.stellarnav ul { margin: 0 0px 0px 0px;}
.nav-header {  justify-content: center;}
}
@media screen and (max-width: 990px) {
/*header*/
.nav-brand { margin: 15px 0px 5px 0px; }
.stellarnav { margin: 10px 0px 3px 0px;}
.stellarnav > ul > li {  padding: 0px ;}
.stellarnav > ul > li > a { padding: 0px 0px 0px 0px;}
}
@media screen and (max-width: 768px) {.anchorList > li:nth-child(n+2):nth-child(-n+8) > a::before {display: none;}
/*header*/
.nav-brand {  max-width: 120px;   margin: 3px 0px 3px 0px;}
/*.me_tp_features { position: relative; left: 0%;top: -10%; max-width: 238px; background-color: transparent;  padding: 10px 16px 10px 16px;  border-radius: 3px;}*/
.stellarnav .menu-toggle {  padding: 0px 15px;}
.stellarnav.mobile ul {  background: #eaeaea;}
.stellarnav.mobile ul ul { width: 100%;}
.stellarnav.mobile > ul > li {  border-bottom: 1px #f6f6f6 solid;}
.stellarnav > ul > li > a { font-size: 15px;letter-spacing: 1.5px;  padding: 0px 7px 0px 7px;}
.stellarnav.mobile li li.has-sub a { font-size: 15px;}
.stellarnav li a { font-size: 15px;}
.stellarnav.mobile li.open { background: #c5bdbc;}
.nav-brand img {  margin-right: 0px;}
.tp_links a { display: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  border-right: 1px #c0bebe solid;  background-color: #d9d1cf;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #d9d1cf;  border-bottom:1px #f6f6f6 solid;}
.stellarnav li li a:not(.dd-toggle), .stellarnav li li.has-sub>a:not(.dd-toggle), .stellarnav li li.has-sub:hover li a:not(.dd-toggle) { background-color: #eee7e6; border: solid 1px #ffffff;}
#bottom_menu { display: none;}
.stellarnav .icon-close {   margin-right: 3px;}
.stellarnav.mobile > ul > li > a.dd-toggle {   pointer-events: unset;}/*下拉選單可以點選*/
/*header icon*/
.anchorList > li > a:before { top: 5px; left: 40%;}
a.dd-toggle:before { display: none;}/*下拉重複icon隱藏*/
/*購物車*/
.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;}
.product_menu_list>h5 { color: #333;}
.mobile_product_name {  color: #fff;}

/*logo*/
.footer_logo { width: 120px;}

/*文章*/
.blog_list_ri h5 {font-weight: 500;  font-size: 18px;}
.subbox_item a:before{ display:none;}
.subbox_item {   border-bottom: 1px #e9e9e9 solid; padding: 10px;}

}

@media screen and (max-width: 600px) {
/*header*/
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: contents;}
/*.me_tp_features {max-width: 100%;}*/
.box_search {  display: block;  margin: 0 auto;  text-align: center; margin-bottom: 11px;}
.me_tp_features a i, .me_tp_features a span {  margin: 0 1px; font-size: 14px;  letter-spacing: 1px;}
/*聯絡我們*/
.contact_form li .form__label {  padding: 5px; background: rgb(255 255 255);}
.contact_form li { grid-gap: 0px;}
/*文章*/
.blog_list_ri p {  font-size: 12px;}
}
@media screen and (max-width: 400px) {
.blog_list_le { width: 42%;}
.subbox_item { padding-bottom: 15px;padding: 15px 0px;}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {display: none;}
.banner h5 {
    color: #3d403f;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 0px;background-size: 100%;
        background-repeat: no-repeat; }
#to_top { bottom:60px;}




.stellarnav.mobile > ul > li:nth-child(10) {
    display: none;
}

}

@media screen and (max-width: 600px) { 
}




