@charset "utf-8";



/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #a6bc3f;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.bannerindex { position: relative; }

.bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/goodmorningfruit/logosmall.png);
    background-size: contain;
    width: 290px;
    height: 139px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 3s forwards;
}

.bannerindex::before {
    content: "";
    display: block;
    background: #c5d991;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 2.6s forwards;
}

.swiper-banner::after {
    content: "";
    display: block;
    height: 0px;
    background-color: transparent;
    pointer-events: none;
    position: fixed;
    bottom: 240px;
    z-index: 500;
    opacity: 0;
}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
    }
    20% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.3) rotate(360deg);
    }
    40% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(0.9) rotate(360deg);
    }
    60% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.1) rotate(360deg);
    }
    80% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
    100% {
        opacity: 0;
        filter: blur(10px);
        transform: translate(-50%, -50%) scale(0.8) rotate(360deg);
    }
}

@keyframes banner-bg {
    0% {}
    50% {}
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content {
    min-height: 80vh;
    background: #e6e2d6;
    
    background-size: cover;}
#content_main {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    background: #e6e2d6;
    background-repeat: no-repeat;
    background-size: cover;}

    #to_top {
        position: fixed;
        left: 10px;
        z-index: 600;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        background: #a6bc3f;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border-radius: 100%;
    }
    #to_top i:before, #to_top i:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        background: #ffffff;
        transition: all 100ms ease-in-out;}
 

  

  




/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*首頁*/

.header_area.sticky .main_header_area {
        background: #c5d991;
        transition: all 0.3s;
    }

.header_area .main_header_area {
        transition: all 0.3s;
        background: linear-gradient(180deg, #1c1c1c, #14000000);}

.header_area {position:fixed;z-index: 9999;padding: 0px;background: #ffffff00; width: 100%;}

/*其他分頁*/

.main_header_area .container {
        max-width: 1700px;
        transition: all 0.3s;}
.header_area.sticky {
    background: #c5d991;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 5px rgba(169, 169, 169, 0.3);}



 .swiper-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }

 .swiper-pagination-bullet {
        display: none; }


/*第一層*/
/*首頁文字顏色*/
.pageIndex .stellarnav  ul  li  a {  color: #ffffff;font-weight:bold ;}
.pageIndex .stellarnav  ul  li:hover  a {color: #a6bc3f; font-weight:bold ;}


/*首頁sticky文字顏色*/
.pageIndex .header_area.sticky a {color: #1d340a;}
.pageIndex .header_area.sticky a:hover { color:#a6bc3f !important;}

/*其他分頁文字顏色*/
.stellarnav > ul > li > a {padding: 0 10px 0 0;font-weight: bold;font-size: 20px;    line-height: 30px;
    height: 30px;}
.stellarnav  ul  li:hover a {color: #a6bc3f; font-weight:bold ;}
.stellarnav ul li a {color: #ffffff;}
.stellarnav > ul > li > a b {font-weight: bold !important;}
.sticky  .stellarnav ul li a {color: #1d340a !important;}
.sticky  .stellarnav ul li a:hover  {color: #a6bc3f !important;}
.nav-menu {    margin: 0 auto;padding: 0;text-align:center;}
.nav-header {    position: relative;}

/*購物車*/
.car_page .information_left {
    display: block;}
.me_tp_features {    position: relative;    right: unset;    top: unset;    width: fit-content;}
/*搜尋*/
.shop_search_btn {
    background: #a6bc3f;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #1d340a;}


.me_tp_features a {color: #ffffff;}
.sticky .me_tp_features a {color: #1d340a;}
.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li>a {
    color: #1d340a;
    letter-spacing: 3px;
    padding: 25px 7px;
}


.nav-menu>li.focus>a {
    color: #1d340a;
}
.nav-dropdown>li:hover>a .nav-dropdown>li.focus>a {
    color: #1d340a;
}


.stellarnav li.has-sub > a:after {
        content: '';
        margin-left: 10px;
      
        position: absolute;
        top: 40%;
        right: 5px;
        transform: translateY(-50%);}   


.navigation {     padding: 20px 0px 20px 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;}
/*下拉箭頭*/
.stellarnav li.has-sub > a:after {
            height: 8px;
            width: 8px;
            display: block;
            border-style: solid;
            border-width: 0px 2px 2px 0;
            border-color: transparent #ffffff #ffffff transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border .2s;
            transition: border .2s;    }    

 .sticky .stellarnav li.has-sub > a:after {
                border-color: transparent #1d340a #1d340a transparent !important;
            }
            



/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;   transition: all 0.3s; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #1d340a;	padding-left:10px;}
.stellarnav li li.has-sub:hover > a {color: #a6bc3f;}




/*次選單樣式-半透明底色*/
.stellarnav ul ul {
    background:#c5d991;
    border-radius: 0 0  6px 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    width: 220px;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--f3-color) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #1d340a;
    font: bold ;
    letter-spacing: .1rem;
}
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    border-left: 2px solid transparent ;
}

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color:#1d340a ;
    padding-left: 10px;
    font-weight: bold;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
   
    letter-spacing: .1rem;
    position: relative;
}


/*logo*/
.nav-brand img {
    max-width: 100%;
    filter: brightness(20);
   
}

.sticky .nav-brand img {
    filter: brightness(100%);
}

.nav-brand img.sticky {
        max-width: 100%;
        filter: brightness(0);} 
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;}

.header_area.sticky .nav-brand {
        max-width: 100%;
       }


        @media screen and (max-width: 1200px) {

            .nav-brand img {width: 0%;}
            .header_area.sticky .nav-brand h1 {
                    filter: initial;
                    transition: all 0.3s ease-in-out;
                    animation: none;
                    top: 1px;
                
                    position: relative;
                    width: 100%;
                    height: 50px;
                    left: 0vw;}
            
            .nav-brand h1 {
                display: block;
                background: url(https://pic03.eapple.com.tw/goodmorningfruit/logo1200.png);
                background-size: contain;
                width: 100px;
                height: 120px;
                background-repeat: no-repeat;
                text-indent: 100%;
                overflow: hidden;
                white-space: nowrap;
                position: absolute;
                left: -20vw;
                top: -2vw;animation: none;
            }
            
          .nav-header {
                position: relative;
                width: 300px;
                margin: auto;
            }
        
            a.nav-brand {
                justify-content: center;
                width: auto;
            }
        
            .nav-brand h1 {
                position: fixed;
                width: 100px;
                height: 100px;
                left: 0;
                top: 0;
            }
            .nav-brand h1{         
                position: relative;
                width: 100%;
                height: 50px;
                left: 0vw;}
        }

/* = = = 頁尾 = = = =  = = = = = = = = */
.center {max-width: 1420px;}
/*換圖*/

.footer {
    padding: 60px 0 0;
    font-size: 16px;
    background: url(https://pic03.eapple.com.tw/goodmorningfruit/footer.jpg) no-repeat, #c5d991;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    overflow: hidden; /* 限制影子不超出範圍 */
}

.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0; /* 靠齊最右側 */
    width: 100%; /* 視需求調整，可以改小避免過大 */
    height: 100%; /* 讓影像填滿 footer */
    background: url(https://pic03.eapple.com.tw/goodmorningfruit/footer02.png) no-repeat right bottom;
    background-size: contain; /* 保持比例並讓影像完整顯示 */
    transform-origin: right bottom; /* 讓動畫從右下角開始 */
    animation: shake 5s ease infinite alternate;
    z-index: -1;
}

@keyframes shake {
    0% { transform: translateX(0) rotate(0deg); }
    25% { transform: translateX(-2px) rotate(-2deg); }
    50% { transform: translateX(2px) rotate(2deg); }
    75% { transform: translateX(-2px) rotate(-2deg); }
    100% { transform: translateX(0) rotate(0deg); }
}

 @media screen and (max-width: 768px) {
.footer {
                padding: 60px 0 0;
                font-size: 14px;
                background: url(https://pic03.eapple.com.tw/goodmorningfruit/footer.jpg) no-repeat center;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover !important;
                position: relative;
                z-index: 99;}
            
         
            
            }
  

/*換logo*/
.footer_logo img {
    width: 0;
    height: 118px; }
    
.footer_logo {
        background: url(https://pic03.eapple.com.tw/goodmorningfruit/logo1200.png) no-repeat center;
        height: 118px;
        max-width: 250px;
        width: 100%;
        margin-top: 10px;
        background-size: contain;}


.footer_info {    display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0 0;;}

.footer_menu {display: inline-block; grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 3px; width: 100%; text-align: center; margin: 0 auto;}/*footer按鈕最小寬度100px*/
.footer_menu a {  color: #1d340a;  letter-spacing: 1px;margin: 0;text-align: center;padding: 7px 11px 8px 4px;border: 0;border-right: 1px #1d340a solid;background: transparent;transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {    background: #a6bc3f;color: #ffffff;border-radius: 3px;}

.copy {background:transparent; color: #1d340a; border:none; padding: 10px 0;margin: 10px 0 0;}
.copy a{color: #1d340a;transition:all 0.3s;}
.copy a:hover {color: #1d340a;}

.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #1d340a;  color: #bbb;}
.box_link {display: none;}
.footer_logo img {max-width: 200px;}
.footer_logo {text-align: left; margin: 0 20px;}
.footer_info ul {width: 100%; display: flex;width: 100%;flex-direction: column;align-items: center;}
.footer_info li {padding: 10px 2%; display: inline-block;}
.footer_info li p {text-align: left;display: block; color: #ffffff; letter-spacing: 2px; margin: 2px 8px;}
.footer_info li p:before{margin: 0;color: #1d340a;font-weight: bold;}

.footer_info li p a {color: #1d340a;}
.footer_info li:nth-child(1) {display: flex; flex-wrap: wrap;justify-content: center;}
.footer_info li:nth-child(2) {}



/*上方選單右邊設定 臉書/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 {}
*/

/*內頁BANNER 設定*/


.banner.banB {display: none;}
.banner.banF {}
.banner.banblog {}
.banner.banC {}
.banner {
    background: url(https://pic03.eapple.com.tw/goodmorningfruit/banner.png);
    height: 476px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-size: cover;}

.banner h5 {color:#ffffff;text-shadow: 1px 1px 0 black;font-size: 46px;}
.banner h5:after {
    content: "棗子飽滿，幸福滿滿";
    font-size: clamp(0.9375rem, 0.8813rem + 0.2304vw, 1.25rem);
    white-space: pre-line;
    font-size: 16px;
    display: block;
    color: #1d340a;
    letter-spacing: 5px;
    line-height: 1.7;
    -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    opacity: 0;
    background-color: #c5d991;
    padding: 0 10px 0 10px;
    font-weight: 900;
    text-shadow: 0px 0px 0 black;}

    @keyframes bannerScrollAnimation {
        0% {
            height: 0;
        }
    
        50% {
            height: 100%;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    
    @-webkit-keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @media screen and (max-width: 768px) {
        .banner {
            background: url(https://pic03.eapple.com.tw/goodmorningfruit/banner.png);
            height: 276px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            background-size: cover;
            background-position: 35%;}
            
         .banner h5 {
               margin-top: 40px;
                color: #ffffff;
                font-size: 26px;

        }}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*頁碼*/
.path p, .path p a {display: none;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #1d340a;}


/*下拉頁碼*/
body.other_select_page .promotion_title {display: none;}
body.other_select_page ul.other_promotion.clearfix  {display: none;}
.page {
    margin: auto;}
body.other_select_page .other_promotion {display: none;}
/*按鈕*/
.animated-arrow {
    background: #1d340a;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.show-list .show_name {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
}
.show-list .item:hover .show_name {
    color: #a6bc3f;}
/*標題*/
.subalbum-menu h2 {
    font-size: 20px;
    color: #a6bc3f;
    display: inline-block;
    vertical-align: middle;}
.other_subalbum li {
    display: block;
    background: transparent;}

/*觀看更多*/
.album_fixed_title {
    font-size: 17px;
    color: #1d340a;
    padding-right: 14px;
    display: inline-block;
    position: relative;
    background: transparent;
}
.other_album_choice li {
    background: #a6bc3f;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;}
   
 /*相簿內頁*/
 /*說明*/
    .album_descrip {
        margin-bottom: 20px;
        color: #1d340a;
        line-height: 1.4;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章管理*/
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color:  #1d340a;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;}
/*側邊標題*/
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color:  #1d340a;
    font-size: 14px;
    font-weight: 700;
    position: relative;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #a6bc3f9e !important;}  
/*右側文章排版*/
.blog_subbox {

        padding: 5px;
        display: flex ;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        flex-wrap: wrap;}
/*標題*/
.blog_list_ri h5 {
    font-weight: 900;
    font-size: 20px;
    color: #a6bc3f;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
/*時間*/
.blog_list_ri em {
    font-size: 14px;
    color: #9d9c9c;
    font-style: normal;
    display: block;}
/*內文*/
.blog_list_ri p {
    font-size: 15px;
    color: #1d340a;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}
/*內文hover*/
.subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        background:#a6bc3f9e;
        opacity: 0;
    
        transition: all .5s;}


/*文章*/
/*文章內頁*/
h4.blog_category_title {
    color: #1d340a;
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.blog_box_edit * {
    line-height: 150%;
    color:  #1d340a;}
/*分享文字*/
.toShareNews {
        font-size: 1em;
        color:  #a1a1a1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;}
/*文章按鈕*/
.blog_back a.article_btn_back {
        background: #a6bc3f;}


.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
            background: #1d340a;}
/*相關文章*/
.news_related {
    background: #a6bc3f9e;
    padding: 25px 15px;}
.news_related h6 span:before {
        content: '相關文章';
        font-size: 24px;
        color: #1d340a;}
/*按鈕*/
.lastPage {
        font-size: 16px;
        color: #fff;
        background: #1d340a;
        padding: 10px 20px;
        display: block;
        margin: 40px auto;
        width: 130px;
        text-align: center;}
/*首頁-文章管理*/
.module_i_news li a:after {    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background:#a6bc3f9e;
    opacity: 0;
    border: 1px #1d340a solid;}
/*首頁-文章顯示*/
 .module_i_news li:nth-child(n+5){
        display:none !important;}
/*標題*/

.module_i_news .title_i_box h4{   font-size: 32px;
    color: #1d340a;}
/*文章標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #1d340a;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
/*時間*/
    .i_blog_ri em {
        font-size: 14px;
        color: #858585;
        font-style: normal;
        display: block;
        margin: 7px 0;}  
 /*內文*/
 .i_blog_ri p {
    font-size: 15px;
    color: #1d340a;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}       

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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: #2d2d2d; 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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*促銷內頁*/
    /*標題*/
    .promotion_title h2 {
        font-size: 24px;
        color: #a1a1a1;}
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.products-list .price b {
    color: #174d28;
    font-size: 16px;
    width: calc(50% - 10px);
}
.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: #827e7e;}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #1d340a solid;}
.product-layer-two li a {
    position: relative;
    background: #1d340a00;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #1d340a;
    border: 1px #1d340a solid;}
.product-layer-two li:hover a {     background: #c5d991; color: #1d340a;
    border: 0px #c5d991 solid;}
.product-layer-two li li a{ padding:5px 10px;background-color: #f3f3f32b;}
.product-layer-two li li:hover > a { background:#c5d991; color:#1d340a;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; 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; border-bottom:1px dotted #ccc;}
.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;}

#prod_thumbSwiper .swiper-slide{padding-top: calc(25% - 2px); position: relative;}
#prod_thumbSwiper img{position: absolute; left: 0; top: 0;}

/*產品資訊標題*/
.pd_tabTitle li.activeTab a {
    color: #1d340a;}
    element.style {
        color: #ffffff;}
/*產品資訊內文*/
element.style {
    color: #1d340a;}
.pd_tabInner_contain {
        padding-top: 20px;
        color: #1d340a;}
/*右側商品資訊*/
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #1d340a;}
/*加入詢價車*/
.inquiry_a1 {
    background: #cb8c3c;
}
/*檢視詢價車*/
.inquiry_a2 {
    background: #b36f19;
}
/*標題*/
.sidebarBtn h2 {
    color: #1d340a;
    font-size: 24px;}
 /*底*/   
.sidebarBtn {
            padding: 15px;
            display: inline-block;
            width: 28%;
            vertical-align: top;
             border: 0px #dddddd00 solid; 
            background: #a6bc3f9e;}

/*內文*/
 .product_info li span {
                display: block;
                font-size: 12px;
                color: #1d340a;
                margin-bottom: 3px;
                font-family: Arial, Helvetica, sans-serif;
                letter-spacing: 1px;}

/*產品總覽照片*/
.products-list .pic img {
    max-width: 110%;
    width: 90%;
    height: 80%;
    object-fit: cover;}

/*產品圖片*/
.proImgSwiper img {
    max-height: 60% !important;}
    .proImgSwiper {
        --swiper-navigation-size: 30px;
        --swiper-navigation-color: #1d340a;
        order: 2;
        width: 100%;
        margin: 0;
        aspect-ratio: auto !important;}

    
 /*底下相關商品*/       
.prod_related {
                    background: #a6bc3f9e;
                    padding: 25px 15px;}

/*首頁-商品*/
/*首頁-商品顯示*/
.pageIndex .products-list .item:nth-child(n+5){
    display:none;}


/*標題*/
.i_prod_tit span, .i_video_tit span {
    font-size: 32px;
    color: #a6bc3f;
    font-weight: 600;
font-family: 'Noto Serif TC', serif !important;}


.products-list .more {
    border: 1px solid #1d340a !important;
    color: #1d340a !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;}
.products-list .more:hover{ border: 0px solid  !important; }
.products-list .item a:hover .more {
        background: #c5d991 !important;
        color: #1d340a !important;
        letter-spacing: 2px;
        border: 0px solid;
    }
.products-list .name {
            font-size: 15px;
            color: #1d340a;
            letter-spacing: 1px;
            margin-top: 15px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 44px;}
/*加入購物車*/
.inquiry_a3 {
                background: #a6bc3f;
            }          
/*加入詢價車*/
.inquiry_a1 {
    background: #84972c;
}
/*檢視詢價車*/
.inquiry_a2 {
    background: #778924;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #3a6319;
}
/*回產品*/
.rewrite_simple {
    background: #c5d991 url(../images/simple_left.png) 10% center no-repeat;
}
 
/*送出詢價*/
.send_simple {
    background: #c5d991 url(../images/simple_right.png) 88% center no-repeat;
}


/*商品訂單*/
/*大標*/
.order_list_tit b {
    font-size: 28px;
    color: #c5d991;
}
/*項目*/
.order_list_tab td:nth-child(1) {
    background: #e6e6e6;
    color: #1d340a;
    width: 100px;
    font-weight: 1000;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
/*標題顏色*/
.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #1d340a;
    background-position: left bottom;
    background-repeat: no-repeat;}
/*資訊顏色*/
 .list_before {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 15px;
        color: #a1a1a1;
        display: block;
        width: 100%;
        position: relative;}
.contact_le_map a {
            display: block;
            background: #1d340a;
            text-align: center;
            padding: 10px;
            color: #fff;}
/*表單*/
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #a1a1a1;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;}


.contact_form li.last cite {
        background: #1d340ab3;
        color: #a1a1a1;}
.contact_form li.last input {
            background: none;
            border: none;
            outline: none;
            font-size: 15px;
            padding: 7px;
            letter-spacing: 2px;
            color: #a1a1a1;}


/*表單輸入文字*/
 button, input, optgroup, select, textarea {
                color: #000000;
                font: inherit;
                margin: 0;}   

@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;}

/*產品頁面*/
a.pd_menu_toggle {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #ffffff !important;

   }

   #prod_thumbSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}


/*文章*/
.path p, .path p a {
    text-align: left;}
    
.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}

.bannerindex { position:static; 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;}
}
/*大圖*/
.swiper-banner .swiper-slide img {
    width: 100%;
    height: 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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1400px) {
.container {
        max-width: 1200px;
        transition: all 0.3s;}}
 @media screen and (max-width: 1200px) {      
        .stellarnav > ul > li > a {font-size: 16px;}}
 @media screen and (max-width: 980px) {
.stellarnav > ul > li > a {font-size: 16px;}
 .main_header_area .container .navigation {    grid-template-columns: 1fr;}
 .main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu>li>a {padding: 10px 0px;}
.pageIndex .header_area {
    position: relative;
    width: 100%;}
.header_area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;}
.pageIndex .header_area .main_header_area , .pageIndex .header_area.sticky .main_header_area{    background: #c5d991;}

.pageIndex .stellarnav  ul  li:hover  a {color: #1d340a; font-weight:bold ;}

.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
.me_tp_features {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;}
/*logo*/
.nav-brand img {
        transition: all 0.3s;
        text-align: center; }
.nav-brand img {max-width: 100%;}

.navigation {
grid-template-columns: 200px 1fr;
grid-gap: 0 20px;
align-content: stretch;
justify-content: center;
align-items: center;
justify-items: center}

.tp_links {display: none;}

}

@media screen and (max-width: 768px) {


/*產品頁面*/


.product_menu_list>h5 {
    color: #1d340a;
   font-size: 18px;
    padding: 10px;
   }
.fa-caret-down::before {
    content: "\f0d7";
    color: #1d340a;
}
.product_menu_list>h5 a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;}
a.pd_menu_toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px #1d340a solid;
    border-radius: 20px;}

/*產品內頁-標題名稱*/
.mobile_product_name {
    display: block;
    margin-bottom: 10px;
    color: #1d340a;}
/*產品資訊*/
.sidebarBtn {
        padding: 15px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: 0px #dddddd00 solid;
        background: #a6bc3f9e;}
/*header*/

.header_area {
    position: relative;
    z-index: 9999;
    padding: 0px;
    background: #c5d991;
    width: 100%;}
    .header_area .main_header_area {
        transition: all 0.3s;
        background: transparent;
    }
/*footer*/

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;}   
.footer_menu {
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(135px, 100%), 1fr));
        gap: 5px;}
        .footer_info li {
            width: 80%;}   
.footer_menu a {
    margin: 0;
    text-align: center;
   
    transition: all 0.3s;
    color: #1d340a;
    background: #ffffff00;
    border: 1px #1d340a solid;
    border-radius: 99em;}
.footer_menu a:hover {
    background: #a6bc3f;
    border: 1px #1d340a solid; border-radius: 99em;
    }

 /*側邊選單*/
 .stellarnav ul li a {
    color: #1d340a;
}
 .header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 0px;}
 /*menu*/
 .header_area.sticky .main_header_area {
    background: #c5d991;}
 .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #1d340a;
    margin: 0 auto 4px;}
  .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #1d340a;
        display: block;
        transform: scale(0.9);}
 .stellarnav > ul > li > a {
        
            font-weight: bold;
            font-size: 18px;}
.stellarnav.mobile > ul > li {
            display: block;
            border-bottom: 1px #a6bc3f solid;}
/* + */
 .stellarnav a.dd-toggle .icon-plus:after {
                content: '';
                display: block;
                width: 12px;
                height: 0px;
                top: 50%;
                border-bottom: solid 3px #1d340a;
                position: absolute;}
 .stellarnav a.dd-toggle .icon-plus:before {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 0px;
                    border-bottom: solid 3px #1d340a;
                    position: absolute;
                    top: 50%;
                    transform: rotate(90deg);
                    transition: width 0.3s;}

                    
 .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right:3px #a6bc3f solid;
    background:#c5d991;}

.stellarnav.mobile li.open {
        background: #c5d991;}
.stellarnav.mobile ul {
background: #ffffff9e;}

.pageIndex .stellarnav ul li a {
        color: #1d340a;    border-right: 0;}

.pageIndex .stellarnav ul li a:hover {
            color: #a6bc3f;   }

.stellarnav ul li:hover a {
            color: #a6bc3f;    border-right: 0;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
            display: inline-block;
            padding: 5px 7px;}
.stellarnav.mobile li.open li.open {
                background: #212121;
                padding: 3px;}
/*close*/
 .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
                display: inline-block;
                text-align: right;
                font-size: 12px;
                background: #a6bc3f;
                color: #fff;
            }

.stellarnav .icon-close:after {
                content: '';
                display: block;
                width: 12px;
                height: 0px;
                top: 50%;
                border-bottom: solid 3px #fff;
                position: absolute;
                transform: rotate(-45deg);}
.stellarnav .icon-close:before {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 0px;
                    border-bottom: solid 3px #fff;
                    position: absolute;
                    top: 50%;
                    transform: rotate(45deg);}
/*表單*/
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: transparent;}
/*Footer/＝＝＝＝＝*/
.footer_info li p {
        text-align: left;
        display: flex;
        color: #ffffff;
        letter-spacing: 2px;
        margin: 2px 8px;
        flex-direction: row;
        flex-wrap: wrap;}
.footer_info li p a:hover {
    color: #ffffff;
}
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
#bottom_menu li a {  background: #e6e2d6;}
.footer_info li{width: 80%;}
.footer_info ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




