@charset "utf-8";
/*鄉奔奔手工訂製滴雞精(鄉奔奔食品行)*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@300;400;700&display=swap');

/*鄉奔奔_*/
.right_member_in{
    background: #f4cc58;
    border: 1px #391911 solid;
}
.fa-user::before,.fa-right-to-bracket::before{
    color: #744b27;
}
.right_member_in p{
    color: #391911;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}

/*大圖上的點點*/
.swiper-pagination-bullet-active{
    background: #ffffff;
}




/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 

/*加入購物車*/
.shop_search_btn{
    background: #744b27;
}
.me_tp_features {
    position: relative;
    width: auto;
    top: 20%;
    right: 0;
}
.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{
    background: #ffe9ab;
    border-radius: 20%;
    padding: 4px;
}
.fa-cart-shopping::before,.fa-credit-card::before{
    color: #774926;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*抬頭小icon*/
.tp_links{
    display: none;
}

/*版面*/
.services_page  .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.product_page .main_part {
    max-width: 86%;
}
.other_page .main_part{
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.main_part{
   width: 100%;
    max-width: 78%; 
}
.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.product_info_page  .main_part{
    width: 100%;
    max-width: 74%;
}


.other_page .header_area{
    position: relative;
}


.nav-header {
    position: relative;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.navigation{
    grid-template-columns: 1fr;

}

.main_header_area .container{
    width: 100%;
    max-width: 100%;
}

.header_area.sticky  .navigation{
    grid-template-columns: 200px 1fr;

}

.header_area.sticky .nav-header{
    max-width: 200px;
    width: 100%;
    left: 6rem;
    position: relative;
    transition: all 3s;
}

.header_area.sticky{
    background: #ffffff;
    position: fixed;
    width: 100%;
    transition: all 3s;
   
}

.header_area{
    background: #ffffff;
    position: fixed;
    width: 100%;
    transition: all 3s;
    padding: 10px 0 0 0;
}

.stellarnav ul{
    text-align: center;
    padding: 2.8%  0   0  0;
    font-family: 'Noto Sans TC';
}

.header_area.sticky .stellarnav ul{
    text-align: center;
    padding: 3.4%  0   0  0;
    width: 90%;
    font-family: 'Noto Sans TC';
}

.stellarnav > ul > li > a{
    margin: 0 22px;
    color: #764a24;
    transition: all 0.3s;
    position: relative;
    overflow: unset;
    padding: 0 17px 0 17px;
    line-height: 30px;
    height: 30px;
}
.stellarnav li a{
    color: #764a24;
}
.stellarnav li li{
    text-align: center;
}

.stellarnav > ul > li > a::before {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/runningchicken/icon-chick.svg) no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.stellarnav > ul > li:hover > a::before {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/runningchicken/icon-chick-hover.svg) no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.stellarnav > ul > li:hover > a {
    color: #f4cc58;
    top: -10px;
    transition: all 3s;
}

.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}


/*大圖標語另寫*/
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/runningchicken/slogan01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    background-position: right;
   
}

.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/runningchicken/slogan02.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    background-position: left;
}



/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/runningchicken/all_banner.png);
    background-color: #ffe9ab;
    margin: 4% 0 0 0;
    width: 100%;
    height: 488px;
}

.banner h5 {
    font-family: "LXGW WenKai Mono TC", monospace;
    font-weight: 700;
    font-style: normal;
    color: #734b26;
    font-size: 34px;
    letter-spacing: 6px;
    padding-top: 10%;
}

.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}




/*文章*/
.subbox_item { width:100%;}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
}
h5.blog_le_t{
    text-align: center;
    font-weight: 400;
    color: #744b27;
}
.blog_le .accordion{
    border-radius: 0;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #ffe9ab!important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #734a2a!important;
}
.blog_le .accordion{
    border: none;
}
.accordion li+li .link{
    border-top: 1px solid #e2c77a;
}
.accordion li .link a{
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
}
.blog_le{
    width: 18%;
}
.blog_ri {
    width: calc(100% - 19%);
    padding: 0 0 0 4%;
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.subbox_item a:after{
    background: transparent;
}
.subbox_item a:before{
    display: none;
}
.blog_list_ri {
    padding: 0 4%;
    padding-bottom: 6%;
    padding-top: 0;
}
.blog_list_ri h5{
    font-weight: 500;
    font-size: 20px;
    color: #4b423a;
    font-family: 'Noto Sans TC';
}
.subbox_item{
    background-color: #ffffff;
}
.subbox_item:hover{
   box-shadow: 0px 0px 6px 4px #eeeeee;
}
.blog_list_ri em{
    color: #d4c9a9;
}
.blog_page h4.blog_category_title{
    padding: 0;
}
.articel_mainPic  img{
    display: none;
}
.news_related{
    background: #ffe9ab;
}
h4.blog_category_title {
    color: #333333;
    letter-spacing: 2px;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 30px;
    color: #744b27;
    font-family: 'LXGW WenKai TC';
}
.news_related h6{
    margin: 2% auto 4% auto; 
}
.lastPage{
    background: #f4cc58;
}
.blog_back a.article_btn_back{
    background: #ecd8a2;
    border-radius: 25px;
}
.blog_back a.article_btn_prev {
    background: #ffe9ab;
    border-radius: 25px;
}
.blog_back a.article_btn_next{
    background: #ffe9ab;
    border-radius: 25px;
}
/*FB/LINE*/
.blog_shareData{
    display: none;
}
.blog_box_edit * {
    line-height: 150%;
    font-family: 'Noto Sans TC';
}


/*相簿*/
.album_class_page .subalbum-menu h2 {
    padding-bottom: 4%;
    font-size: 24px;
    letter-spacing: 1px;
}
.album_class_page .show-list{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    
}
.album_class_page .show-list .item{
   border: 1px solid #d2d2d2;
}
.overlay{
    background: transparent;
}
.other_subalbum li a p {
    line-height: 2;
    padding-top: 4%;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #734a2a;
    letter-spacing: 2px;
}
.pic-list .item h6 {
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #734a2a;
    letter-spacing: 1px;
    font-weight: 400;
}
.other_album{
    display: none;
}
.album_info_page .pic-list{
      grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
}
.album_info_page .pic-list .show_pic img{
    object-fit: cover;
    object-position: 16%;
}
.album_info_page .pic-list .item a{
    box-shadow: 0px 1px 1px 2px #00000008;
}
.album_class_page  .show-list .show_pic{
    box-shadow: 0px 1px 1px 2px #00000008;
}

/* 商品下拉超過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;}

.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); grid-template-columns: repeat(3, 1fr);}
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;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product_info_page .product-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: 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;}
.product-layer-two li a{
    text-align: center;
    color: #764a24;
   font-family: 'Noto Sans TC';
}

/*產品照片*/
.products-list .pic{
    aspect-ratio: 4 / 3;
}
.prod_part section{
    max-width: 86%;
    width: 100%;
}
.i_prod_tit span, .i_video_tit span {
    font-size: 36px;
    font-family: "LXGW WenKai TC", cursive;
    font-weight: bold;
    font-style: normal;
    color: #724B26;
    letter-spacing: 2px;
}
.i_prod_tit, .i_video_tit{
    padding: 4% 0;
}
.products-list .more{
    display: none;
}
.products-list{
    grid-gap: 2%;
}
.products-list .price b{
    color: #fdc23c;
    font-size: 20px;
}
.products-list .name {
    font-size: 18px;
    text-align: center;
    font-family: 'Noto Sans TC';
    color: #444;
    letter-spacing: 1px;
}
.animated-arrow{
    background: #f2e27c;
    color: #764926;
}
.fa-arrow-right::before{
    display: none;
}
.i_prod_b a i.fa-solid.fa-arrow-right {
    margin: 0;
}
.product_info_page .edit {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 150%;
}
.sidebarBtn{
    border: 1px #fce196 solid;
}
.pd_tabTitle li.activeTab a {
    font-family: 'Noto Sans TC';
    color: #744b27;
    font-size: 26px;
    font-weight: 500;
}
.pd_tabTitle li.activeTab::after{
    height: 1px;
    background: #f4cc58;
}
.prod_related{
    background: #fcfaed;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 26px;
    color: #391911;
    font-family: 'LXGW WenKai TC';
    letter-spacing: 4px;
}
.prod_related h6 {
    max-width: 100%;
    margin: 2% auto 4% auto;
    text-align: center;
}
.product_main{
    padding: 0 4% 0 0;
}
#prod_thumbSwiper .swiper-slide::before{
    background: #52451e;
}
.related_list{
    width: 100%;
    max-width: 78%;
   grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}





/*會員登入*/
.member_title h2{
    color: #744b27;
    border-bottom: none;
    font-size: 25px;
    padding-top: 8%;
}
.member_title p{
    display: none;
}
.login_mem_submit{
    background: #e3b54a;
}
.member_login_regist{
    background: #ffe9ab;
}
.member_login_regist a{
    background: #e3b54a;
}
.member_login_regist p{
    color: #313131;
}
.member_login_regist h2{
    color: #744b27;
}
.login_mem_other_link a{
    color: #8d8d8d;
}

/*麵包屑*/
.path{
    display: none;
}




/*聯絡我們*/
.contact_content .information_right{
    display: none;
}

.contact_content .information_left{
    display: none;
}


/*頁腳*/
.footer{
    background-image: url(https://pic03.eapple.com.tw/runningchicken/footer.png);
    width: 100%;
    padding: 4% 0 0 0;
}

.footer_info li p{
    color: #744B27;
}

.footer_info li p {
    color: #744B27;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}

.footer_info li a {
    color: #744B27;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    text-align: center;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
}

.footer_menu a:nth-child(1){
    display: none;
}

.footer_menu a{
    background: transparent;
    border: 1px #744B27 solid;
}

.copy{
    color: #744B27;
    border-top: none; 
    padding: 0 0 2% 0;
}

.copy a{
     color: #744B27;
}

.fa-phone-volume::before{
    color: #754e22;
}

.fa-mobile-screen-button::before{
    color: #754e22;
}

.fa-envelope::before{
    color: #754e22;
}

.box_link{
    display: none;
}

.box_link a{
    border: none;
}

.footer_menu a:hover{
    background: transparent;
    color: #744B27;
}



@media screen and (max-width: 1280px) {
/*抬頭*/    
.stellarnav > ul > li > a{
    padding:0;
    margin: 0 16px;
}
.header_area,.pageIndex .header_area{
    position: relative;
}
.header_area.sticky,.pageIndex .header_area.sticky{
    position: relative;

}
.stellarnav ul{
    padding: 4% 0 0 0;
}
.swiper-banner .swiper-slide:nth-child(1)::after{
    background-size: 100%;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    background-size: 100%;
}


/*頁腳*/
.footer .center{
    max-width: 90%;
}

.footer_info li a{
    width:100%;
}

.footer_menu{
    grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 1024px) {
.me_tp_features{
    position: relative;
}


.blog_le {
    width: 26%;
}
.blog_ri{
    width: calc(100% - 27%);
}


}
@media screen and (max-width: 980px) {
.stellarnav > ul > li > a{
    margin: 0 10px;
}

.main_header_area .container{
    width: 100%;
    max-width: 96%;
}

.stellarnav > ul > li > a::before{
    width: 30px;
    height: 30px;
    top: -26px;
}

.stellarnav > ul > li:hover > a::before {
    width: 30px;
    height: 30px;
    top: -26px;
}



.banner{
    height: 180px;
}


/*頁腳*/
.footer_menu{
    grid-template-columns: repeat(2, 1fr);
}

.footer_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}



}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: flex; }
#bottom_menu li a{
    color: #744b27;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.fa-house::before{
    color: #754e22;
}
.stellarnav ul {
    padding: 0;
}
.stellarnav > ul > li > a::before {
    display: none;
}
.stellarnav.mobile > ul > li > a{
    padding: 10px 10px 10px 46px;
}
#to_top i:before, #to_top i:after{
    background: #744b27;
}
#to_top{
    color: #744b27;
}
.stellarnav a.dd-toggle .icon-plus:after,.stellarnav a.dd-toggle .icon-plus:before{
   border-bottom: solid 3px #744b27;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #ffffff;
}
.product_menu_list>h5{
    font-family: "LXGW WenKai TC", cursive;
    font-weight: bold;
    font-style: normal;
    color: #724B26;
    text-align: center;
}
.fa-caret-down::before{
    color: #744b27;
    font-size: 16px;
}
/*產品*/
.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;
        display: block;
}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
/*加入購物車*/
.formbox_form li+li{
    margin-top: 0;
}
.form label{
    color: #222222;
}

/*文章*/
.blog_le {
    width: 100%;
}
.blog_subbox{
   grid-template-columns: repeat(2, 1fr); 
}
.blog_ri {
    width: 100%;
    padding: 0;
}

/*頁腳*/
.footer_logo{
    width: 100%;
    margin: 0 auto;
}

.footer_menu a{
    border: 1px #744b2752 solid;
}



}
@media screen and (max-width: 600px) {
.pageIndex .products-list{
    grid-template-columns: repeat(1, 1fr);
}
.product_page .products-list, .product-wrapper{
    grid-template-columns: repeat(1, 1fr);
}
.products-list .item a{
    padding-bottom: 0;
}
.product_info_page .main_part{
    width: 100%;
    max-width: 84%;
}
.mobile_product_name {
    margin-bottom: 10px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    letter-spacing: 1px;
}

/*文章*/
.blog_subbox {
    grid-template-columns: repeat(1, 1fr);
}

}
@media screen and (max-width: 480px) {
/*購物車*/    
.related_list{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
/*相簿*/
.album_class_page .show-list{
    grid-template-columns: repeat(1, 1fr);
}
.album_info_page .pic-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: unset;
}
.album_info_page .main_part{
    width: 100%;
    max-width: 84%;
}
/*文章*/
.blog_in_page .main_part{
    width: 100%;
    max-width: 84%;
}
.blog_le {
    width: 100%;
}
.blog_ri {
    width: 100%;
    padding: 0;
}



}