@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "Noto Serif TC", "Montserrat", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{   display: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, .pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/taiwanbaoche/ban-txt1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    /* transform: scale(1); */
    }

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
animation-name:  inkFade;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}    


.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/taiwanbaoche/ban-txt2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    /* transform: scale(1); */
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  
        animation-name: inkFade ; 
        -webkit-animation-duration: 2.5;
        animation-duration: 2.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.8s;
    }


    @keyframes inkFade{
    0%{
        opacity:0;
        transform:translateY(20px);
        filter:blur(12px);
    }

    60%{
        opacity:.7;
        filter:blur(2px);
    }

    100%{
        opacity:1;
        transform:translateY(0);
        filter:blur(0);
    }
}

        @keyframes effect01 {
            0%{
                transform: scale(1.5);
                transform: translateY(0px);
            }
            100% {
                transform: translateY(-10px);
                transform: scale(1);
            }
            }

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
    
    100% {
        transform: translateY(0px);
        opacity: 0;
    }
    }
    
    @keyframes scroll {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
    
    100% {
        transform: translateY(0px);
        opacity:1;
    }
    }

    @-webkit-keyframes zoomIn {
            from {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
            
            to {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            }
            
            @keyframes zoomIn {
            from {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            
            to {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
        }


        @-webkit-keyframes zoomOut {
            from {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            
            to {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
            }
            
            @keyframes zoomOut {
                from {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                }
                
                to {
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    -ms-transform: scale(1);
                }
        }





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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;}
.path p, .path p a { display: none;}
.promotion_title { display: none;}
.other_promotion {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}
*/


/*電腦LOGO*/
.nav-brand{ max-width: 200px; padding-top: 2x; }
.nav-brand img { max-width: 100%;}

/*手機LOGO
.nav-brand-m {}
*/

/*header選單欄位*/
.main_header_area .container { max-width: 95%;}

.main_header_area:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;   
    /* 跑馬燈漸層 */
    background: linear-gradient(90deg,
                                rgb(244 180 122) 0%,
                                rgb(169 190 152) 12%,
                                rgb(245 231 178) 21%,
                                rgb(220 239 242) 38%,
                                rgb(169 190 152) 70%,
                                rgb(244 180 122) 76%,
                                rgb(245 231 178) 82%,
                                rgb(220 239 242) 90%,
                                rgb(169 190 152) 100%);
    background-size: 200% auto; /* 讓漸層比寬度大，才能流動 */
    animation: marqueeShine 15s linear infinite;
    animation-delay: .5s;
}

@keyframes marqueeShine {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.navigation{ grid-template-columns:200px 1fr;}
.stellarnav > ul > li > a { letter-spacing: 2.2px; padding: 0px 5px 0px 5px;  color: #315E45; transition: all 0.5s ease; font-weight: 300;transition: all 0.3s; font-size: 15px;}
.stellarnav > ul > li > a:hover {  color: #65A844; transition: all 0.5s ease; font-weight: 900; }
.stellarnav li a {  padding: 9px;  color: #315E45;  font-size: 15px;}
.stellarnav li a:hover { color: #65A844; transition: all 0.5s ease; font-weight: 900; }
.stellarnav ul { margin: 0 250px 0px 0px;}
.stellarnav ul ul{ left: -10px;}
.header_area {  background:#fff;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); padding: 5px 0px;transition:.5s;border-bottom: 1px solid rgb(255 255 255 / 38%);  }
.header_area.sticky { background: #fff;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); transition:.5s;}
.stellarnav {  margin: 0px 0px 5px 0px;}
.me_tp_features{position: fixed;  left: 84%; top: 3%; z-index: 9999999999; display: inline-flex;  align-items: center;}
.fa-line:before{ display:none;}
/*.stellarnav li.has-sub > a:after {  content: '+';  border-left: 0px;  border-right: 0px;  border-top: 0px;}*/
.stellarnav li.has-sub > a:after{border-top: 6px solid #315E45;}
.stellarnav li li.has-sub > a:after {  border-left: none; right: 10px;}/*選單下拉調整*/
.stellarnav li.drop-left ul ul { right: 150px;}

.stellarnav > ul > li > a {  padding: 0; text-transform: uppercase;  position: relative; display: inline-block; font-size: 16px;  font-weight: 400;  line-height: 46px;  height: 46px;  margin: 0 6px;   overflow: hidden;  cursor: pointer;  text-align: center; Letter-spacing: 1px;font-family: 'Noto Serif TC';}
.anchorList {padding: 0 20px 0 220px;}
.anchorList>li{letter-spacing: 1px;text-align: center; position: relative; margin: 13px 5px 0px 5px;}
.anchorList > li > a{color: #653F07; font-weight: bold; padding: 18px 7px 30px 7px;}
.stellarnav > ul > li.drop-left > ul { right: unset; left: -9px;}
/*.anchorList > li > a:before {content: "";width: 30px;height: 30px;position: absolute;top: -22px; left: 50%;transform: translateX(-50%);}*/

@media screen and (max-width: 1450px) {
.me_tp_features {  left: 80%;}
.stellarnav > ul > li > a { margin: 0 7px;}
.stellarnav > ul > li > a {  font-size: 15px;   margin: 0 5px;}
}
@media screen and (max-width: 1300px) {
    .me_tp_features {  left: 79%;}
}
@media screen and (max-width: 1200px) {
    .stellarnav{ margin: 0px 0px -9px 0px;}
.stellarnav ul {  text-align: left;}
.stellarnav ul {  margin: 0px;}
.me_tp_features { top: 3.5%;  left: 69%;   left: 50%;position: relative; left: unset;justify-content: flex-end;top: 37.5%;}
.stellarnav ul { text-align: right;}
.tp_links {  display: none;}
}
@media screen and (max-width: 1024px) {
.me_tp_features { justify-content: center;}
.stellarnav ul { text-align: center;}
.header_area {   padding: 0px 0px;}
}
@media screen and (max-width: 768px) {
.main_header_area {  height: 104px;}
.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{ display: none; }
.stellarnav {   margin: 15px 0px 3px 0px;}
.me_tp_features {   z-index: 0;}
}
/*主選單hover*/
/*.anchorList>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color: #828c62;}*/
/*.anchorList>li>a:hover {transform: translateY(-3px);}*//*選單上移特效*/
.anchorList>li>a:hover, .nav-menu>li>a {transition: all .3s;}


/*.me_tp_features { position: absolute; right: -11%;   top: -10%;max-width: 242px; background-color: #eaeaea;  padding: 38px 28px 21px 20px;}*/
/*.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;border-radius: 0px;max-width: 135px;font-size: 11px;}
.shop_search_btn {  font-size: 10px; background: #263C35;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover { color: #65A844; transition: 0.5s;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { color: #263C35; transition: 0.5s;} 
.me_tp_features a.tp_btn_cart span,.me_tp_features a.tp_btn_notice span{ display: none; }
.box_search {  margin-bottom: -2px;margin-right: 10px;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { border-radius:  0px;}
.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: #315E45; font-size: 15px;  padding: 10px 18px;  line-height: initial;  height: auto;  margin: 0; transition: all ease .3s;/*background-color:#f28f33;  border: solid 1px #ffb46f;*/background-color: #fff;  border: 0px;}/*下拉*/
.nav-header {  justify-content: left; max-width: 190px;}
.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: #65A844;background-color:transparent; transition: all ease .3s;}/*下拉*/
.stellarnav li li { border: none;}


@media screen and (max-width: 1550px) {

/*header*/
.nav-brand img { max-width: 100%;}
.nav-brand {  margin: 0px 15px;}
}
@media screen and (max-width: 1200px) {
.stellarnav > ul > li > a { letter-spacing: 1px;  padding: 0px;  font-size: 14px; margin: 0 5px;}
.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){ font-size: 14px; }
.stellarnav ul { margin: 0 0px 0px 0px;}
.nav-header {  justify-content: center;}
.pageIndex .header_area {  position: relative;}


}
@media screen and (max-width: 1400px) {
    .nav-brand { max-width: 320px;}
    .navigation{ grid-template-columns:180px 1fr;}
}
@media screen and (max-width: 1024px) {
.nav-brand { margin: 5px 0px 5px 0px; max-width: 190px;}
.anchorList>li {  margin: 3px 5px 0px 5px;}
}

@media screen and (max-width: 768px) {
.nav-brand {  max-width:170px;   margin: 4px 0px 0px 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%;background-color: transparent;}
.stellarnav.mobile > ul > li {  border-bottom: 1px #67676714 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: 13px;  padding: 10px 15px;}
.stellarnav li a { font-size: 15px;}
.stellarnav.mobile li.open { background: transparent;color: #fff; padding: 0px;}
.nav-brand img {  margin-right: 0px;}
.tp_links a { display: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background-color:#fffffffa;  max-width: 80%; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent; border-bottom: none;  color: #9d9d9d;  padding: 10px 15px;}
.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: #e3c2ad00;/*#f8faf3;*/ border: none;padding: 10px 25px;}
.stellarnav .icon-close:after {  border-bottom: solid 3px #9d9d9d;}
.stellarnav .icon-close:before{  border-bottom: solid 3px #9d9d9d;}
.stellarnav a.dd-toggle .icon-plus:after{  border-bottom: solid 3px #A9BE98;}
.stellarnav a.dd-toggle .icon-plus:before{  border-bottom: solid 3px #A9BE98;}
/* .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) { background-color: #e3c2ad00;} */
.stellarnav .icon-close {   margin-right: 3px;}
.anchorList>li {  margin: 5px 25px 5px 25px;}
.stellarnav.mobile > ul > li > a.dd-toggle {  padding: 0px; top: 6px;}
.stellarnav .menu-toggle span.bars span { background: #9d9d9d;}
.stellarnav .menu-toggle:after {  color: #9d9d9d; }
/*header icon*/
.anchorList > li > a:before { top: 5px; left: 40%;}
a.dd-toggle:before { display: none;}/*下拉重複icon隱藏*/
.stellarnav.mobile {   top: 15px;}
}

@media screen and (max-width: 600px) {
/*header*/
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: flex;   flex-direction: column; display: none; }
.me_tp_features {   justify-content: center;}
.box_search input[type=text] { font-size: 10px;}
.main_header_area .container {  max-width: 100%;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {  margin: 0px 8px;}
/*.me_tp_features {max-width: 100%;}*/
.box_search {  display: block;   margin-right: 15px;  text-align: center; margin-bottom: 0px;}
.me_tp_features a i, .me_tp_features a span {  margin: 0 1px; font-size: 14px;  letter-spacing: 1px;font-size: 10px;}

}

@media screen and (max-width: 570px) {
.stellarnav.mobile{ top: 21px;}
}
@media screen and (max-width: 400px) {
.subbox_item { padding-bottom: 15px;padding: 15px 0px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*Footer/＝＝＝＝＝*/
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background: #F6F5F1;}
.footer_info {  display: flex; 
    /* flex-wrap: wrap;  */
     align-items: center;  justify-content: center; padding-right: 0px; grid-gap:5px; flex-direction: row;}
.f_QR { display: flex; flex-direction: row ;}
.f_QR img{ width: 150px; margin: 0px 6px; }
.footer_info ul {  width: calc(100% - 400px);}
.footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;}
.footer_info ul>li>p {  width: 49%;  color: #040404; line-height: 175%;}
.footer_info ul>li>p>a { color: #040404;}

.footer_info ul>li>p.phone{ order: 1;}
.footer_info ul>li>p.line{ order: 2;}
.footer_info ul>li>p.add2{ order: 3;}
.footer_info ul>li>p.mail{ order: 4;}

.footer_info li p.add2:before{ content: "WhatsApp";}

.footer_menu { border-top: 1px solid #e1d7cdab;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 25px 5px 0px;  border: none;  background: transparent;  transition: all 0.3s;  color: #315E45;}
.footer_menu a:hover {  background: transparent;  letter-spacing: 2px;  transition: 0.5s;  color: #65A844;}
.footer_menu a:first-child{ display: none; }
.footer_info li:nth-child(2) {  padding-bottom: 2%;}
.copy, .copy a {  color: #bebebe;  border-top: none;}
.box_link {  width: auto;  display: flex;  flex-direction: row;  flex-wrap: wrap;  justify-content: flex-start; display: none;}
.box_link a{transition:all 0.3s; padding: 5px;  font-size: 20px;border: 1px #fff solid; width: 36%;}
.box_link i { color: #fff;}
.box_link a:hover {  background: #caa88f;}
.footer_logo { width: 250px;  padding-right: 36px; max-width: 250px;}

@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width: 1200px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px; flex-direction: column;}
    .f_QR img{ margin: 10px 10px;}
    .footer_info ul {  width: 100%;}
    .footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;  flex-direction: column;  align-items: center;  width: 100%;}
    .footer_info li:nth-child(2) { padding-bottom: 0px; text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .box_link {  width: auto;  flex-wrap: nowrap;  position: sticky;  margin-top: 1%;}
}
@media screen and (max-width:1024px) {
    .stellarnav ul{ padding-top: 4px;}
    .footer_logo{max-width: 230px; width: 230px; }
}
@media screen and (max-width: 768px) {    
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 0px; }
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center; margin-bottom: 10px; max-width: 210px; width: 210px;}
    .footer_menu { text-align: center; display: flex; flex-direction: row;  flex-wrap: wrap;  justify-content: center;}
    .footer_menu a {margin: 3px; width: 130px; padding: 5px;}
    .f_QR img{ width: 120px;}
    }
    
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    }





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .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; background: transparent;}
.product-layer-two li li a{ padding:5px 17px;}
.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 #E5CAB7;}
.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: -20px; 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%;}
.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;}
}
@media screen and (max-width: 600px) {
}


.product_page #content,.product_info_page #content{
    background-image: url(https://pic03.eapple.com.tw/taiwanbaoche/in-bg.jpg);
    background-size: cover;
    background-position: bottom;
}

.car_page #content,.remit_page #content{
    background-image: url(https://pic03.eapple.com.tw/taiwanbaoche/in-bg.jpg);
    background-size: cover;
    background-position: bottom;
}


/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #315E45;  padding: 12px 16px; transition: 0.3s; border: 0px;}
.product-layer-two li a:hover{ background: #315E45; color: #fff;}
.product-layer-two li li a{ color: #315E45; background: unset; }
.product-layer-two li i{ color: #D0DFC2; top: 6px; } 
.product-layer-two li li:hover > a{ color: #65A844;}
.product-layer-two li li > a:hover:before { background: #65A844;}
.product-layer-two li.active a{ background: #315E45; border: 0px; color: #fff;}
.product-layer-two li li.active a{ background: unset; color: #315E45;}
.product-layer-two li.active li a{ background: unset;color: #315E45; }

/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ;}
.products-list .price b { color: #9b9b9b; margin-top: -20px;text-align: center;}
.products-list .name{ font-size: 18px; color: #315E45; font-weight: bold; text-align: center;height: 50px;}
.products-list .more{ font-size: 15px; color: #315E45; border: 1px solid #315E45; }
.products-list .item a:hover .more{ background: #315E45; color: #fff;  }
.products-list .item a+button.pd_btn{ font-size: 15px; border: 1px solid #65A844; color: #65A844; }
.products-list .item a+button.pd_btn:hover{ background: #65A844;  }
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: 0.5s;
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn h2{ color: #315E45; font-size: 22px;}
.sidebarBtn .sp_price{ color: #9b9b9b;}
.sidebarBtn .price{ border-bottom: 0px;}
.sidebarBtn .sp_price, .lightbox_aside .sp_price{ color: #9b9b9b; }
.pd_tabTitle li.activeTab a{ font-size: 20px; font-weight: bold;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{ text-shadow: unset; color: #B0D2C5;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}


.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid; }
.inquiry_a1,.inquiry_a2,.inquiry_a3{ background:transparent; color: #315E45; border: 1px solid #315E45!important;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, a.pdinfo_link:hover { background: #65A844; color: #FFF;}
a.pdinfo_line,a.pdinfo_tel{ border-radius: 0px;}
a.pdinfo_tel{ background-color: #6CC6D9;}

.radio-inline__input:checked + .radio-inline__label{ background: #3C544D; color: #fff; border: 0px;}

.rewrite_simple{ background: #65A844;}
.send_simple{ background: transparent; color: #315E45; border: 1px solid #315E45!important; border-radius: 0px; }


/* 相關推薦 */
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background:#f5f7f0; padding: 0px; }
.related_list li a p{ padding: 15px 10px;}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; height: 35px; margin-bottom: 10px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr; grid-gap: 20px;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:450px) {
    .products-list{grid-template-columns:1fr; gap: 24px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.blog_page #content,.blog_in_page #content{
    background-image: url(https://pic03.eapple.com.tw/taiwanbaoche/in-bg.jpg);
    background-size: cover;
    background-position: bottom;
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*側邊*/ 
.blog_le{padding: 0 7px;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le .accordion {border-radius: 0;}
.accordion li .link a {font-size: 15px;font-weight: 500;letter-spacing: .6rem;text-align: center;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 12px;padding: 5px 20px;background: #c1a383;color: #fff;
	bottom: auto;right: auto;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri p {font-weight: 400;letter-spacing: .1rem;line-height: 160%;font-size: 15px;margin-top: 20px; color: #131313;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 22px;letter-spacing: .2rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;}
.news_related {background: transparent;padding: 50px 15px;margin-top: 50px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list li a p {padding: 5px 5px 10px;line-height: 1.6;color: #2F3E3A;}
.lastPage {background: #c1a383;font-size: 16px;}

@media screen and (max-width: 1024px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0;}
	/*分類頁*/
	.blog_list_ri{padding: 16px 0px;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
}
@media screen and (max-width: 450px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px; display: flex;flex-direction: column;}
    .blog_list_ri{padding: 0px 0px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le{ width: 230px; }
.blog_le .accordion {border: 1px #315E45 solid;}
.accordion li+li .link {border-top: 1px solid #315E45;}
.accordion li .link a {letter-spacing: .4rem;color: #315E45;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #65A844 !important; border: 0px!important;}
.accordion li .link a {font-size: 15px; }
.blog_list_ri h5{ color: #315E45;font-weight: 600; }
/*分類頁*/
.subbox_item a:before {background: #65A844; font-family:"Montserrat", sans-serif;}
/*文章頁*/
h4.blog_category_title{ color: #315E45; font-weight: bold;}
.news_related_list li a {padding: 0; background: #f5f7f0;}
.news_related_list li a p {padding: 15px 10px;}
.blog_back a.article_btn_back{ background: #65A844;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next{ border:1px solid #315E45  ; color: #315E45;}
.lastPage{background: #65A844; color: #fff; border: 0px ;}

@media screen and (max-width: 768px){
	/*分類頁*/
	.blog_ri {padding: 0;}
    .blog_le a.news_menu_toggle{ display: flex; flex-direction: column ; align-items: flex-end ;}
    .blog_le{ margin: 0px auto 20px; 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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map{ display: none; }
.contact_le_map a{background: #2a93d8;  }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




