@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

body {
    font-family: "Noto Sans TC", sans-serif;
}





#content {
    width: 100%;
    min-height: 80vh;
    background-image: url(https://pic03.eapple.com.tw/hinokilife/bg-11.jpg);
    background-position: center;
}



.main_part {
    padding: 150px 20px 50px;
}

/* 好評推薦 */


.module_i_news section {
    max-width: 90%;
    margin: 0 auto;
}


/* .module_i_news.module_i_news02 .title_i_box::before {
    content: "RECOMMENDED";
    display: block;
    font-size: 72px;
    color: #80BA3E;
    font-weight: 1000;
} */

.module_i_news.module_i_news02 .title_i_box h4 {
    font-size: 0;
    color: #9EB463;
    font-weight: 500;
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-16.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 342px;
    padding-bottom: 10%;
}




@media screen and (max-width: 768px) {
    .module_i_news.module_i_news02 .title_i_box h4 {
        width: 400px;
        padding-bottom: 20%;
    }
}

@media screen and (max-width: 500px) {
    .module_i_news.module_i_news02 .title_i_box h4 {
    width: 500px;
    padding-bottom: 30%;
}
}

/* 首頁最新消息 */




.module_i_news.module_i_news01 section {
    max-width: 70%;
    margin: 0 auto;
}


.module_i_news.module_i_news01 {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/bg-18.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



.module_i_news.module_i_news01 .title_i_box h4 {
    font-size: 0;
    color: #9EB463;
    font-weight: 500;
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-17.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 342px;
    padding-bottom: 10%;
}



.module_i_news.module_i_news01 ul {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}



.news_part {
    width: 100%;
    padding: 100px 20px;
}

.news_part .title_i_box h4 {
    font-size: 190px;
    color: #FFA1BB;
    font-weight: 800;
}


.news_part .title_i_box h6 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
}


.news_part .title_i_box {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
    justify-content: center;
    max-width: 50%;
    margin-right: 100px;
    margin-bottom: 0;
}

.news_part .title_i_box h4 {
    font-size: 190px;
    color: #FFA1BB;
    font-weight: 800;
}

.animated-arrow {
    background: transparent;
    margin-top: 60px;
    color: #5f5f5f;
    border-bottom: 1px #999 solid;
}

.news_list {
    max-width: 50%;
    width: 100%;
}

.news_part section {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.i_news_b {
    max-width: 100%;
    width: 100%;
}



@media screen and (max-width: 768px) {
    .module_i_news.module_i_news01 .title_i_box h4 {
        width: 400px;
        padding-bottom: 20%;
    }
}

@media screen and (max-width: 500px) {
    .module_i_news.module_i_news01 .title_i_box h4 {
    width: 500px;
    padding-bottom: 30%;
}
}




@media screen and (max-width: 500px) {
    .module_i_news.module_i_news01 section {
        max-width: 80%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 首頁文章 */



.module_i_news .title_i_box h6 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
    display: none;
}

.module_i_news .title_i_box h4 {
    font-size: 30px;
    color: #9EB463;
    font-weight: 500;
}

.module_i_news .title_i_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* .module_i_news .title_i_box::before {
    content: "NEWS";
    display: block;
    font-size: 72px;
    color: #80BA3E;
    font-weight: 1000;
} */

.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
}


.i_blog_le {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    flex-direction: column;
}

.module_i_news li a .i_blog_le img {
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.1);
    filter: brightness(0.5);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


.module_i_news li a:after {
    display: none;
}

.module_i_news li a:before {
    bottom: 60%;
    right: 50%;
    color: #fff;
    transform: translate(50%, 50%);
}

.i_blog_ri h5 {
    font-weight: bold;
    color: #9EB463;
}


.module_i_news ul {
    grid-gap: 40px 60px;
    grid-template-columns: repeat(3, 1fr);

}


.module_i_news.module_i_news01 .i_blog_le::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 10%;
    position: absolute;
    top: -21px;
    background-image: url(https://pic03.eapple.com.tw/hinokilife/bg-13.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2000000;
}


@media screen and (max-width: 1024px) {

    .module_i_news ul {
        grid-template-columns: repeat(2, 1fr);

    }

    .module_i_news section {
        max-width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .module_i_news li {
        border-bottom: none;
    }

    .i_blog_ri h5 {
        font-size: 16px;
    }

    .module_i_news ul {
        grid-gap: 30px 20px;
    }
}


@media screen and (max-width: 500px) {
    .module_i_news ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .module_i_news section {
        max-width: 80%;
    }


}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 首頁購物 */





.i_prod_tit h2 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
}

.i_prod_tit span {
    font-size: 0;
    color: #fff;
    font-weight: 800;
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-15.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 337px;
    padding-bottom: 10%;

}

/* .i_prod_tit span::before {
    content: "SHOP";
    display: block;
    font-size: 72px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
} */

.pageIndex .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}



.i_prod_tit {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: center;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/hinokilife/bg-12.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;

}

.prod_part section {
    max-width: 90%;
}


.pageIndex .productsListBox .products-list .item:nth-of-type(8)~li {
    display: none;
}



.products-list .item a {}


@media screen and (max-width: 1024px) {
    .pageIndex .products-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .pageIndex .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .pageIndex .products-list .item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .i_prod_tit span {
        width: 400px;
        padding-bottom: 20%;
    }
}

@media screen and (max-width: 500px) {
    .i_prod_tit {
        background-size: auto 100%;
    }

    .i_prod_tit span {
        width: 80%;
        padding-bottom: 30%;
    }

    .prod_part section {
        max-width: 100%;
    }
}


/*-------開場NAV------*/
.nav-header {
    opacity: 1;
}

.header_area .me_tp_features {
    display: flex;
    width: auto;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    align-items: center;
    order: 3;
    flex-wrap: nowrap;
    justify-content: flex-end;
    /* right: -40px; */
    opacity: 1;
    transition: all 0.5s;
    flex-direction: row;
}


.header_area.sticky .me_tp_features {
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 10px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.me_tp_features a.tp_btn_cart b {}

.me_tp_features a.tp_btn_cart span span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}










.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}





.nav-header {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    max-width: 90px;
    transition: all 0.5s;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2s;
}

.sticky .nav-header {
    left: 0;
    transition: all 0.5s;
}



@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 50%;
        opacity: 1;
    }
}


.stellarnav {
    z-index: 0;
    width: fit-content;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.sticky .stellarnav {
    opacity: 1;
    transition: all 0.5s;
}




.header_area {
    z-index: 1;
    padding: 40px 0;
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: fit-content;
    display: flex;
    align-items: center;
}

.header_area.sticky {
    width: 100%;
    padding: 40px 0;
    z-index: 9999;
    background: transparent;
}


.header_area::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcf8eb;
    z-index: -1;
    opacity: 1;
    transform: translate(0, 0%);
    transition: all 0.5s;
}


.header_area.sticky::before {
    top: 0;
    transition: all 0.5s;
}



.nav-header:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: 40%;
    background: #fff;
    z-index: -1;
    border-radius: 100px;
    opacity: 0;
    transition: .5s;
    animation: logo 3s infinite;
    display: none;
}

@keyframes logo {

    0%,
    100% {
        box-shadow: 3px 3px 9px #9eb463bf;

    }

    50% {
        box-shadow: 3px 3px 9px #9eb46365;

    }

}



.nav-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: 40%;
    left: 0;
    border: 5px #9eb463bf solid;
    z-index: -2;
    border-radius: 100px;
    opacity: 0;
    transition: .5s;
    filter: blur(5px);
    animation: none;
    display: none;
}

@keyframes logo-green {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;

    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0;

    }

}

.sticky .nav-header::after {
    animation: logo-green 2s infinite;

}


.nav-header:hover:after {
    display: none;
    animation: logo-hover 2s forwards;
}


@keyframes logo-hover {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;

    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;

    }

}



.header_area.sticky .nav-header:before {
    display: none;
    opacity: 1;
    transition: .5s;
}




.stellarnav li {
    width: 90px;
    list-style: none;
    display: block;
    margin: 0 6px;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
}

.main_header_area .container {
    max-width: 90%;
    margin: auto;
    transition: .5s;
}


.tp_links a {
    font-size: 16px;
    color: #82b14f;
    margin: 0;
}

.me_tp_features a.tp_btn_cart {
    color: #ABBF3E;
}

/*購物車*/
.me_tp_features a.tp_btn_notice {
    color: #ABBF3E;
    display: none;
}

/*匯款通知*/


.tp_links {
    display: none;
}





/* 會員 */

.right_member_in {
    top: 46px;
    right: 3.5%;
    width: fit-content;
    background: transparent;
    border: 0;
    padding: 0;
}

.fa-right-to-bracket::before {
    content: "\f007";
}

.right_member_in a {
    font-size: 0;
}


.right_member_in:has(button) a {
    position: absolute;
    text-align: center;
    font-size: 12px;
    width: 180px;
    top: 30px;
    right: 0;
    background: #9EB463;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}


.right_member_in a i {}

.right_member_in .fa-right-to-bracket,
.right_member_in button {
    font-size: 14px;
    color: #ABBF3E;
    margin: 0;
}

.right_member_in p>i {
    display: none;
}

.right_member_in a:hover .fa-right-to-bracket,
.right_member_in button:hover i {
    transform: none;
}

.member_order {
    background: transparent;
}




/*------------------------------------------------------------*/
.stellarnav>ul>li>a {
    background: transparent;
    padding: 0;
    letter-spacing: 1px;
    color: #4b422d;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    margin: 0;
    display: flex;
    justify-content: center;
}

.stellarnav ul {
    padding-top: 8%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}

.stellarnav li.has-sub>a:after {
    content: '';
    border: 0;
    top: auto;
    right: auto;
    transform: none;
}


/* 選單動畫 */

.stellarnav>ul>li a {
    position: relative;
}

.stellarnav>ul>li>a:before,
.stellarnav>ul>li>a::after,
.stellarnav li.has-sub>a:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    transition: .5s;
}



/* 煙囪 */

.stellarnav>ul>li:nth-of-type(1)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-02.png );
}

.stellarnav>ul>li:nth-of-type(1)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-11.png );
    opacity: 0;
    transform: translate(-50%, 50%);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: -1;
}


.stellarnav>ul>li:nth-of-type(1)>a:hover::after {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}




/* 籃子 */

.stellarnav>ul>li:nth-of-type(2)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-03.png );
}

.stellarnav>ul>li:nth-of-type(2)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-12.png );
    opacity: 0;
    transform: translate(0, -100%);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: -1;
}

.stellarnav>ul>li:nth-of-type(2)>a:hover:after {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}






/* 樹木 */

.stellarnav>ul>li:nth-of-type(3)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-04.png );
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav>ul>li:nth-of-type(3)>a::after {
    display: none;
}


.stellarnav>ul>li:nth-of-type(3)>a:hover:before {
    animation: tree 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



@keyframes tree {
    0% {
        transform: translate(-50%, 0) scale(1, 1);
    }

    50% {
        transform: translate(-50%, 0) scale(0.8, 1);

    }

    60% {
        transform: translate(-50%, 0) scale(1, 1);

    }

    70% {
        transform: translate(-50%, 0) scale(0.8, 1);

    }

    80% {
        transform: translate(-50%, 0) scale(1, 1);

    }

    90% {
        transform: translate(-50%, 0) scale(0.8, 1);

    }

    100% {
        transform: translate(-50%, 0) scale(1, 1);

    }

}



/*星星 */

.stellarnav>ul>li:nth-of-type(4)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-05.png );
}

.stellarnav>ul>li:nth-of-type(4)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-13.png );
    opacity: 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}



.stellarnav>ul>li:nth-of-type(4)>a:hover:after {
    opacity: 1;
    animation: star .7s steps(2, jump-none) infinite alternate;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


@keyframes star {

    0% {
        rotate: 0;
    }

    100% {
        rotate: 10deg;
    }

}



/* 太陽 */

.stellarnav>ul>li:nth-of-type(5)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-06.png);
    transform-origin: center;
}

.stellarnav>ul>li:nth-of-type(5)>a::after {
    display: none;

}


.stellarnav>ul>li:nth-of-type(5)>a:hover:before {
    animation: sun .7s steps(2, jump-none) infinite alternate;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@keyframes sun {

    0% {
        rotate: 0;
    }

    100% {
        rotate: 5deg;
    }

}



/* 書本 */

.stellarnav>ul>li:nth-of-type(6)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-07.png );
    opacity: 1;
}

.stellarnav>ul>li:nth-of-type(6)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-14.png );
    opacity: 0;
}

.stellarnav>ul>li:nth-of-type(6)>a:hover:before {
    opacity: 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.stellarnav>ul>li:nth-of-type(6)>a:hover:after {
    opacity: 1;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}



/* 山 */

.stellarnav>ul>li:nth-of-type(7)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-08.png );

}

.stellarnav>ul>li:nth-of-type(7)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-15.png );
    opacity: 0;
    transform: translate(-50%, 0) scale(1, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav>ul>li:nth-of-type(7)>a:hover:after {
    opacity: 1;
    transform: translate(-50%, 0) scale(1, 1);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



/* 信封 */

.stellarnav>ul>li:nth-of-type(8)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-09.png );
    opacity: 1;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav>ul>li:nth-of-type(8)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-16.png );
    opacity: 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav>ul>li:nth-of-type(8)>a:hover:before {
    opacity: 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.stellarnav>ul>li:nth-of-type(8)>a:hover:after {
    opacity: 1;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

/* 鳥 */

.stellarnav>ul>li:nth-of-type(9)>a:before {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-10.png );
}

.stellarnav>ul>li:nth-of-type(9)>a::after {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/icon-17.png );
    opacity: 0;
    transform: translate(-60%, -10px);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.stellarnav>ul>li:nth-of-type(9)>a:hover:after {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}






@media screen and (max-width: 1440px) {
    .stellarnav>ul>li {
        width: 75px;
        text-wrap: nowrap;
    }

    .stellarnav>ul>li li {
        text-wrap: wrap;
    }

    .stellarnav>ul>li>a {
        font-size: 13px;
    }

}


@media screen and (max-width: 1200px) {
    .main_header_area .container {
        max-width: 98%;
    }

    .header_area.sticky {
        padding: 40px 0;
    }

    .header_area .me_tp_features {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .right_member_in {
        top: 70px;
        right: 5.5%;
    }

    .right_member_in:has(button) a {
        right: -50px;
    }
}



@media screen and (max-width: 1024px) {
    .header_area {
        position: sticky;
        padding: 10px 0;
        transition: all 0.5s;
    }

    .header_area.sticky {
        padding: 10px 0;
    }

    .navigation {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .stellarnav {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .stellarnav ul {
        padding-top: 7%;
    }

    .nav-header {
        position: relative;
        left: auto;
        transform: none;
    }

    .right_member_in:has(button) a {
        top: -3px;
        right: -200px;
    }

}

@media screen and (max-width: 768px) {
    .right_member_in:has(button) a {
        position: fixed;
        top: 20%;
        right: 0;
        width: 30px;
    }
}






/*Footer*/
.footer {
    border-top: none !important;
    background: #9EB463;
}

.footer_info ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.pageIndex .footer {}

.footer_logo {
    max-width: 30%;
    margin-right: 5%;
}

.footer_info {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.copy {
    position: relative;
    text-align: center;
    padding: 0px 0 15px;
    font-size: 13px;
    color: #1c364e;
    border-top: none;
    margin-top: 15px;
    display: none;
}

.copy a {
    color: #1c364e;
}

.box_link {
    display: none;
}

#bottom_menu li:nth-of-type(2) {
    display: none;
}

#bottom_menu li a {}

/*  */
.footer_info li:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}


.footer_info li:nth-child(1)::after {
    content: "營業時間：週一到週五09:00-18:00";
    display: block;
    color: #3D3D3D;
    font-weight: bold;
    margin: 0 50px 10px 0;
    width: fit-content;
}

.footer_info li p {
    color: #3D3D3D;
    font-weight: bold;
    margin: 0 50px 10px 0;
    width: calc(100% / 2 - 50px);
}

.footer_info li p a {
    color: #3D3D3D;
}



/*  */
.footer_menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.footer_menu a:nth-of-type(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 10px 7px;
    font-size: 14px;
    line-height: 100%;
    color: #3D3D3D;
    background: transparent;
    border: none;
    margin: 10px 0;
    width: calc(100% / 5);
    text-align: center;
    border-left: 1px #3D3D3D solid;


}

.footer_menu a:nth-last-of-type(1) {
    border-right: 1px #3D3D3D solid;
}




.footer_menu a:hover {
    background: #112231;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.footer .center {
    position: relative;
    max-width: 1200px;
}


@media screen and (max-width: 1024px) {
    .footer_info {
        max-width: 80%;
        padding: 0 0;
        flex-direction: column;
    }

    .footer_menu {
        flex-wrap: wrap;
    }

    .footer_logo {
        margin-right: 0%;
    }
}

@media screen and (max-width: 768px) {
    .footer_info {
        display: flex;
        padding: 0;
        flex-direction: column;
    }

}

@media screen and (max-width: 500px) {
    .footer_menu a {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

    .footer_menu {
        flex-wrap: wrap;
    }
}



/* 浮動 */



.info_fix {
    bottom: 20px;
    right: 20px;
}



.pageIndex .info_fix {
    opacity: 0;
    animation: footer-ac 1s forwards;
    animation-delay: 2.2s;
}


@keyframes footer-ac {
    0% {
        opacity: 0;
        transform: translate(0, 300px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);

    }

}


.linksBtn {
    width: 100px;
    height: 100px;
    display: none;
    background-color: transparent;
    background: url(https://pic03.eapple.com.tw/hinokilife/footer-09.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.info_fix:hover>.linksBtn {
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation: footer 2s infinite;
}

@keyframes footer {


    0%,
    100% {
        transform: rotate(10deg) scale(1.1);
    }

    50% {
        transform: rotate(-10deg) scale(1.2);
    }

}


.linksBtn i {
    display: none;
}

.fa-xmark::before {
    display: none;
}





.info_fix_links {
    display: flex !important;
    width: fit-content;
    padding: 0;
}

.info_fix_links a {
    width: 60px;
    height: 60px;
    display: flex;
    background-color: transparent;
    background: url(https://pic03.eapple.com.tw/hinokilife/footer-09.png);
    color: #4b422d;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.info_fix_links a:hover {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/footer-09.png);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation: footer 2s infinite;
}















/* 商品下拉超過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;
}







/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 5px 0px 5px 42px;
    width: 140px;
    font-size: 14px;
    max-width: 100%;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: #fff;
    color: #555;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #555;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: fit-content;
    margin: 0;
    margin-right: 5px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 0;
}

.me_tp_features a.tp_btn_cart span {}

.me_tp_features a.tp_btn_notice span {
    display: none;
}






/* 下拉 */
.stellarnav ul ul {
    padding: 0;
    width: 200px;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin: 0;
    margin-bottom: -1px;
    background: #fff;
    width: 100%;
    transition: all 0.3s;
}

.stellarnav li li:nth-child(1) {
    border-radius: 5px 5px 0 0;
}

.stellarnav li li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}

.stellarnav li li:hover {
    background: #A1B763;
    border-radius: 5px;
    color: #fff;
    transform: scale(1.05) translate(10px, 0);
    box-shadow: 1px 1px 5px #25353448;
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #777;
    font-size: 14px;
    transition: all 0.3s;
}

.stellarnav li li:hover>a {
    color: #fff;
    transition: all 0.3s;
}


/* 下拉二層 */

.stellarnav ul ul ul {
    top: 0;
    left: 240px;
}





@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }

    .nav-header {
        position: relative;
        text-align: center;
    }

    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }

    .header_area::before {
        top: 0;
    }

    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {
        margin: 0 15px;
    }

    .header_area .me_tp_features {
        display: flex;
        position: relative;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
        right: 0;
    }

    .stellarnav>ul>li>a:before,
    .stellarnav>ul>li>a::after,
    .stellarnav li.has-sub>a:after {
        width: 50px;
        height: 50px;
    }

    .stellarnav li {
        width: calc(100% / 9 - 20px);
        text-wrap: nowrap;
    }

    .header_area .me_tp_features {
        flex-direction: row;
    }

    .right_member_in {
        top: 179px;
        right: 37.5%;
    }
}





@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .stellarnav.mobile {
        left: 4px;
        top: 6px;
    }

    .right_member_in {
        top: 4%;
        right: 5%;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .nav-brand {
        display: inline-block;
        width: 130px;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    .nav-header {
        z-index: 0;
        top: 0;
    }

    .footer_logo {
        display: block;
        margin: 0 auto;
    }

    .header_area .me_tp_features {
        display: none;
    }

    .info_fix_links a {
        width: 50px;
        height: 50px;
    }

    .info_fix {
        bottom: 70px;
        right: 10px;
    }

    .header_area.sticky {
        padding: 10px 0;
    }

    .stellarnav.mobile.left>ul {
        padding: 0;
        border: 0;
    }

    .stellarnav.mobile.left .close-menu {
        color: #fff;
        background: #ABBF3E;
    }

    .stellarnav>ul>li {
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
    }

    .stellarnav.mobile>ul>li>a {
        margin: 0;
        padding: 15px 10px;
    }

    .right_member_in {
        top: 30px;
        right: 5.5%;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 16px;
    }

    .nav-brand {
        width: 60px;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile li.open {
        background: #fff;
        padding: 3px;
    }
}






/* 主分類超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*內頁BANNER 設定*/
.banner {
    display: none;
    width: 100%;
    background-repeat: no-repeat;
    padding: 0;
    height: 837px;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    align-content: flex-start;
    background-color: transparent;
    padding-left: 20%;
}

.banner h5 {
    width: fit-content;
    text-wrap: nowrap;
    font-size: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: 5px;
    justify-content: center;
    font-weight: bold;
}

.banner h5::before {
    content: "SHOP";
    display: block;
    font-size: 14px;
    color: #fff;
}

.banner.banA {}

.banner.banB {
    display: none;
}




.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-08.png );

}

.banner.banC h5::before {
    content: "CONTACT";
}





.banner.banD {}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-04.png );

}

.banner.banE h5::before {
    content: "Recommended";
}

.banner.banF,
.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-03.png );
}





/*  */
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-05.png );

}


.banner.banblog[data-banner="news_a_list_2946"] {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-05.png );
}

.banner.banblog[data-banner="news_a_list_2946"] h5::before {
    content: "Retail Locations";
}


.banner.banblog[data-banner="news_a_list_2947"] {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-06.png );
}

.banner.banblog[data-banner="news_a_list_2947"] h5::before {
    content: "Knowledge";
}



.banner.banblog[data-banner="news_a_list_2948"] {
    background-image: url(https://pic03.eapple.com.tw/hinokilife/banner-07.png );
}

.banner.banblog[data-banner="news_a_list_2948"] h5::before {
    content: "Product Catalog";
}







.banner.banblog h5::before {
    content: "Question";
}

/*  */


.banner.banA {}

.banner.banA h5::before {
    content: "NEWS";
}


.banner.banE {}

.banner.banE h5::before {}









/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 100%;
    letter-spacing: 1px;
}

.product_page .products-list,
.product-wrapper {
    width: 100%;
}

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;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/

#content_main {
    margin: 0;
    background: #FFFFE7;
}

.bannerindex {
    position: static;
    height: auto;
    margin-top: 100px;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}




@media screen and (max-width: 1024px) {
    .bannerindex {
        margin-top: 0;
    }
}




/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */


    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 150px 0;
}

.path {
    display: none;
}



/* 選單 */
.product-layer-two {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: fit-content;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    top: 0px;
    justify-content: center;
    box-shadow: 1px 1px 5px #00000040;
}

.sidebarBtn .price {
    border-bottom: 5px solid #A7BB3E;
    letter-spacing: 1px;
}

.product_main {
    width: 60%;
}

.product_menu_list {
    width: 100%;
    margin-bottom: 30px;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    position: relative;
    width: calc(100% / 5 - 20px);
    height: fit-content;
    text-align: center;
    transition: all 0.5s;
    margin: 10px;
    border: 0;
}

.product-layer-two li::before {}

.product-layer-two li:hover:before {
    bottom: inherit;
    top: 0;
    height: 100%;
    transition: all 0.5s;
}

.product-layer-two li a {
    color: #3D3D3D;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    font-weight: bold;
    transition: all 0.3s;
}

.sidebarBtn .price span {
    color: #81BB3E;
    font-size: 18px;
    font-weight: bold;
}

.sidebarBtn .price span.ori_price {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}

.product-layer-two li:hover>a {
    background: transparent;
    color: #81BB3E;
}

.product_page .show_content,
.product_info_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.product-layer-two li li {
    width: 100%;
}

.page {
    color: #43453d;
    margin: 0;
}

.other_select_page .page {
    display: none;
}




.product-layer-two li.active>a {
    background: transparent;
    color: #81BB3E;
    border: 0;
    border-bottom: 2px #81BB3E solid;
    font-weight: normal;
}

.products-list .price {
    display: flex;
    padding: 0 5%;
    align-items: center;
}


/* 內容 */
.products-list .more {
    border: 1px solid #999 !important;
    color: #999;
    max-width: 90%;
    position: relative;
    margin: 0px auto;
    transform: none;
    left: auto;
    display: none;
}

.products-list .item a:hover .more {
    background: #81BB3E;
    border-color: transparent;
    color: #ffffff;
}

.products-list {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(4, 1fr);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 10px;
    background: transparent;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item:hover {
    background: transparent;
    transition: all 0.5s;
}

.products-list .item a img {
    height: auto;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    height: 50px;
    padding: 0 5%;
    margin-top: 10px;
}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}

.products-list .price b {
    color: #80B83E;
}

.inquiry_a3 {
    background: #81BB3E;
}

.products-list .price b.sp_price {
    font-size: 18px;
    color: #81BB3E;
}

.product_info li .txt_box {
    color: #999;
}

/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 150px 0px;
}

.lastPage {
    background: #81BB3E;
}

.nextaction {
    background-color: #81BB3E;
}

.lastaction {
    color: #fff;
    background-color: #81BB3E;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: fit-content;
    position: relative;
    margin-bottom: 0px;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebarBtn {
    padding: 5%;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    border: 0;
    background: transparent;
}


.sidebarBtn form:nth-of-type(1) {
    margin-bottom: 20px;
}






.sidebarBtn h2 {
    color: #81BB3E;
    font-size: 24px;
    font-weight: bold;
}

.sidebarBtn {}

.product_info li span {
    color: #3d3d3d;
    font-size: 16px;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #81BB3E;
    order: 1px solid #000;
    color: #fff;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #81BB3E;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #81BB3E;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 60%;
    margin: 0 auto;
}

ul.prod li .prod-panel {
    color: #43453d;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #43453d;
}

.toShare {
    border-top: 0;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #81BB3E;
}

.products-list .item a {
    padding-bottom: 0;
}

/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #43453d;
}

.qaform .breakF {
    border: 1px #43453d solid;
    background: transparent;
    color: #43453d;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #43453d solid !important;
    color: #43453d;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

.qaform {
    margin-top: 30px;
}


/*  */
.related_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
}

.prod_related {
    background: #FFFFE8;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #3d3d3d;
}

.related_list li {
    background: #A1B763;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    width: calc(100% / 4 - 10px);
    transition: all 0.5s;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}

.related_list li a p {
    font-size: 15px;
    color: #fff;
    margin: 10px 0;
    font-weight: bold;
}


.related_list li:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.pd_tabTitle li.activeTab a {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: bold;
}

.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #81BB3E;
}

.pd_tabTitle li {
    border-bottom: 0;
}

.radio-inline__label {
    color: #ccc;
    border: 1px solid #ccc;
    cursor: pointer;
}





.list_before.account li {
    color: #4b422d;
}

.order_list_tab td {
    color: #4b422d;
    border-top: 0;
}

.payer {
    background: transparent;
}

.order_list_tab td:nth-child(1) {
    background: transparent;
    color: #81BB3Ed9;
}

.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}

.order_list_head p {
    color: #4b422d;
}

.order_list_pro td {
    color: #4b422d;
}

.last_box_money p,
.last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #4b422d;
    font-style: normal;
}



.inquiry_a1 {
    background: #fd947c;
    width: 48%;
    display: inline-block;
    margin-right: 2%;
    transition: all 0.5s;
}

.inquiry_a1:hover {
    background: #fd947c;
    transition: all 0.5s;
}


.inquiry_a2 {
    background: #83acec;
    width: 48%;
    display: inline-block;
    transition: all 0.5s;
}

.inquiry_a2:hover {
    background: #4f6fa1;
    transition: all 0.5s;
}



.inquiry_a1,
.inquiry_a2 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .products-list .item {}

    .product_page .main_part {
        width: 100%;
        max-width: 100%;
    }

    .products-list {
        max-width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .product_page .main_part {
        padding: 40px 0;
    }

    .product_page .show_content {
        padding-top: 0;
    }

    .product_main {
        width: 100%;
    }

    .sidebarBtn {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .products-list .name {
        font-size: 16px;
    }

    .product-layer-two {
        margin-bottom: 0px;
    }

    .products-list .price b {
        font-size: 14px;
    }

    .products-list .price b.sp_price {
        font-size: 16px;
    }

    .product-layer-two {
        display: none;
    }

    .product-wrapper {
        flex-direction: column;
    }

    .product_main {
        width: 100%;
    }

    .sidebarBtn {
        width: 100%;
    }

    .product_info_page .product-layer-two {
        margin-bottom: 0;
    }

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product_info_page .product_menu_list {
        display: none;
    }

    .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;
        grid-template-columns: repeat(2, 1fr);
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 80%;
        order: 0;
        min-height: unset;
    }

    .product-layer-two li {
        width: auto;
    }
}



@media screen and (max-width: 500px) {
    .related_list {
        flex-wrap: wrap;
    }

    .products-list .item {}

    .related_list li {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 640px) {
    .order_list_pro td span {
        font-size: 20px;
        display: block;
    }
}






/* 結帳葉面 */

.shopping-cart .cell.product_name a {
    color: #fff;
}

.total_amount li {
    color: #4b422d;
}

.send_simple {
    background: #81BB3E url(../images/simple_right.png) 88% center no-repeat;
}

.delivery_form.formbox_form li .form__label {
    display: none;
}



.formbox_form li .form__label .form label.Bigcheck {
    color: #fff;
}

.form label {
    color: #4b422d;
}

.shopping-cart .cell.product_name p {
    color: #4b422d;
}

.total_amount ul {
    color: #fff;
}

.form.declaration label.Bigcheck {
    color: #000;
}

.separate_title {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 40px;
    background: #9eb463;
}

.list_before.account li {
    color: #4b422d;
}



@media screen and (max-width: 1024px) {
    .car_page .main_part {
        padding: 50px 20px;
    }
}


@media screen and (max-width: 768px) {
    .payment_form {
        flex-direction: column;
    }

    .order_pay .blank_letter {
        margin-bottom: 20px;
    }
}












/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #81BB3E;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.accordion li+li .link {
    border-top: 0;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    display: none;
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 0;
    margin: 0 10px;
    transition: all 0.3s;
}

.accordion li .link a {
    color: #999;
    width: fit-content;
    transition: 0.3s;
}

.accordion li .link a:hover {
    color: #fff;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
    display: flex;
    align-items: center;
}

.subbox_item a:before {
    color: #fff;
    right: 50%;
    top: 35%;
    bottom: 0;
    transform: translate(50%, 0);
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
    padding-top: 160px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: calc(100%/ 3 - 20px);
    padding: 5px;
}



/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog_le {
    margin-right: 0;
    width: 100%;
}

.blog_ri {
    width: 100%;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 20%;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #999 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    left: 18%;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
    display: flex;
    margin-top: 50px;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #81BB3E !important;
    border-bottom: 1px #81BB3E solid;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #565656 !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 2;
}

.submenu a:hover {
    background: #0000000d;
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li .link i {
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: fit-content;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.blog_list_ri p {
    margin-top: 20px;
}


.blog_list_ri h5 {
    color: #81BB3E;
    font-size: 20px;
    -webkit-line-clamp: 2;
    font-weight: bold;
    height: 60px;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #494949;
    display: none;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}


.news_related {
    background: #81bb3e8c;
}

.news_related h6 span:before {
    color: #fff;
}




.submenu li.on_this_category a,
.submenu a:hover {
    background: #A4B83E;
    color: #fff;
}









@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }

    .subbox_item {
        width: calc(100% / 2 - 20px);
    }
}


@media screen and (max-width: 768px) {
    .blog_le .accordion {
        display: none;
    }

    .subbox_item a {
        flex-direction: column;
    }

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        padding-bottom: 70%;
    }

    .blog_in_page .main_part {
        max-width: 75%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
        padding: 100px 0;
    }

    .blog_search {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .blog_search input[type=search] {
        width: 100%;
    }

    .blog_search input[type=submit] {
        left: auto;
        right: 0;
    }
}


@media screen and (max-width: 500px) {

    .subbox_item {
        width: 100%;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 90%;
}

.show-list .item:hover .show_name {
    color: #81BB3E;
}



.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {
    background: #315468;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    display: none;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


/*照片頁*/
.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_album {
    display: none;
}



.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .item img {
    max-width: 100%;
}

.show-list {
    display: flex;
    grid-template-columns: none;
    grid-gap: 0;
}

.show-list .item {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
}








@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    color: #fff;
}

.edit {
    color: #3d3d3d;
}

.promotion_title {
    display: flex;
    flex-direction: column;
    position: relative;
}


.promotion_title em {
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.promotion_title span {
    border: 0;
}

.other_promotion li a:after,
.other_promotion li a::before {
    display: none;
}

.other_promotion li a {
    border: 0;
    background-color: #000000b8;
    padding: 20px;
}

.other_promotion li a:hover {
    background: #000;
}

.other_promotion .pmtTitle h3 {
    font-size: 20px;
    color: #fff;
}

.other_promotion .pmtTime {
    position: absolute;
    right: 15px;
}





















@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: flex;
        background: #000000ad;
    }

    #bottom_menu li a i {
        color: #fff;
    }

    #bottom_menu li a em {
        color: #fff;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .footer_info li p {
        width: 100%;
        margin: 10px 0;
    }

    .footer_info li:nth-child(1)::after {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}



.contact_page .main_part {
    padding: 150px 0px;
}





.contact_form li.last cite {
    background: #80B83E;
    color: #fff;
}

.blank_letter {
    font-family: "Noto Sans TC", sans-serif;
    color: #80B83E;
    font-weight: 500;
}


.list_before.info li::before {
    color: #A4B83E;
}

.list_before.info li {
    padding-left: 32px;
    color: #3D3D3D;
}


form.contact_content.form {
    display: flex;
    justify-content: space-between;
}



.main_header_area.animated {
    width: 100%;
}

.list_before.account {
    display: none;
}



@media screen and (max-width: 1024px) {
    .contact_page .main_part {
        padding: 20px 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
    }
}