@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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 {}
*/

/* header商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
}
/*預設解除背景輪播--結束*/


   
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 網頁捲軸設定 */

::-webkit-scrollbar {
    width: 8px;
    background: #fff;
} /* 寬度 */

::-webkit-scrollbar-button {
    background: #fff;
    height: 8px;
    border-radius: 2px;
} /* 滾動條上下箭頭 */

::-webkit-scrollbar-thumb {
    background-color: #454545;
    border-radius: 4px;  
} /* 捲軸顏色 */

:-webkit-scrollbar-track-piece {
} /* 捲軸沒有軌道的地方 */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6);
    background-color: #a8a8a8;
} /* 捲軸軌道 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 全域設定 */
:root {
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: var(--color1);

    --color1:#262523;
    --color2:#dddddd;
    --color3:#e4aaa2;
    --color4:#f6dbd7;

    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}

@media (max-width:1200px) {
    :root {
        --f47:40px;
        --f40:40px;
        --f36:28px;
        --f32:32px;
        --f30:30px;
        --f28:26px;
        --f26:24px;
        --f24:22px;
        --f22:20px;
        --f20:18px;
        --f18:16px;
        --f16:16px;
    }
}

@media (max-width:600px) {
    :root {
        --f47:30px;
        --f40:30px;
        --f36:28px;
        --f30:26px;
        --f28:22px;
        --f26:20px;
        --f24:20px;
        line-height: 1.6;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}

/* 停留在該頁時 */
.page strong {
    background: #6a3906;
}

/* 其他頁 */
.page li {
	margin: 0;
}
.page li a, .page li strong {
    width: 35px;
    height: 35px;
}
.page li a {
    color: #4C5259;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #aacc03;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    position: fixed;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: all .3s;
}
.main_header_area .container {
    max-width: 100%;
}
.navigation {
    grid-template-columns: 130px 1fr;
}
.nav-header {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
}

.me_tp_features {
    display: none;
}

/* 搜尋欄位 */
input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.box_search input[type=text]:focus {
    color: #333;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */

/* .stellarnav */
.stellarnav > ul > li > a {
    height: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    line-height: normal;
    padding: 0 20px;
    margin: 10px 0;
}
/* .stellarnav > ul > li+li > a {
    border-left: solid 1px #fff;
} */
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav ul ul {
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px);
}
.stellarnav li li {
    border: 0;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 15px 12px 10px;
}
.stellarnav li li a {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}


/* 下滑設定 */
.header_area.sticky {
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    opacity: 1;
    transition: all .3s;
}
.nav-header,
.header_area.sticky .nav-header {
    transition: all .3s;
}
.header_area.sticky .nav-header {
    -webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both;
}


/* 其他頁面的header設定 */
.header_area:not(.pageIndex .header_area) {
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
    opacity: 1;
}
.nav-header:not(.pageIndex .nav-header) {
    -webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both;
}
.header_area.sticky .nav-header:not(.pageIndex .header_area.sticky .nav-header) {
    animation: none;
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
                transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
                transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
                transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
                transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
                transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
                transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
}
  


/* hover */
.stellarnav * {
    transition: all .3s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: rgb(255 255 255 / 80%);
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: ;
    background: rgb(255 255 255 / 30%);
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */

@media screen and (max-width: 1024px) {
    .header_area {
        position: sticky;
        background: var(--color3) !important;
        opacity: 1;
    }
    .nav-header {
        width: 80px;
        height: 80px;
        padding: 10px;
    }
    .stellarnav > ul > li > a {
        padding: 0 14px;
    }
    .stellarnav > ul > li.has-sub > a {
        padding-right: 0;
    }
}


@media screen and (max-width: 768px) {
    .header_area {
        opacity: 1;
    }
    .navigation {
        flex-direction: row;
    }
    .nav-header {
        -webkit-animation: none;
	    animation: none;
    }
    .header_area.sticky .nav-header {
        animation: none;
    }


    /* 漢堡鈕設定--開始 */
    .stellarnav.mobile {
        left: unset;
        right: 0;
    }
    .stellarnav .menu-toggle {
        margin-top: 5px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 30px;
        background: #fff;
        margin: 0 auto 8px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        width: 20px;
        margin-right: 19px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        width: 27px;
        margin-right: 27px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        
    }
    .stellarnav .menu-toggle:after {
        display: none;
        color: #fff;
    }
    .stellarnav.mobile.left > ul {
        right: 0;
        left: unset;
        background: var(--color4);
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
        position: absolute;
        right: 30px;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: solid 2px var(--color1);
    }/* 漢堡鈕設定--結束 */


    /* 選單設定--開始 */
    .stellarnav a.dd-toggle .icon-plus {
        top: 4px;
        right: 10px;
    }
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px;
    }
    .stellarnav.mobile > ul > li {
        border: 0;
    }
    .stellarnav.mobile > ul > li > a {
        color: var(--color1);
        padding: 10px 43px 10px 25px;
        margin: 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 40px;
    }
    .stellarnav.mobile li li > a {
        font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
        color: #696867;
        padding: 10px 10px 10px 40px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile ul ul {
        background: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        background: #D6EBE9;
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    /* 選單設定--結束 */

    /* hover--開始 */
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:before, 
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:after {
        color: ;
    }
    .stellarnav li li:hover > a, 
    .stellarnav li li > a:hover, 
    .stellarnav.desktop li.has-sub li a:hover, 
    .stellarnav.desktop li.has-sub li:hover > a {
        color: ;
        background: transparent;
    } /* 次分類一般變色 */ /* hover--結束 */
}

@media screen and (max-width: 570px) {
    .nav-header {
        width: 60px;
        height: 60px;
    }
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .nav-header {
        width: 60px;
        height: 60px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3%;
} /* 大圖點點 */


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer:not(.info_fix_links a i:before) * {
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    transition: all .3s;
}
footer {
    background: #f6dbd7 !important;
    padding: 80px 0 20px 0 !important;
}
.footer .center {
    max-width: 1200px;
    padding: 0 3%;
}
.footer_logo {
    max-width: 160px;
}
/* .footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
} */
.footer_logo {
    max-width: 180px;
}
.footer_logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    padding: 30px;
}
.box_link {
    display: none;
}
.footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.footer_info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 650px;
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
}
.footer_info li {
    padding: 25px 10px 10px;
}
.footer_info li::before {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--color1);
    margin-bottom: 20px;
}
.footer_info li:nth-child(1):before {
    content: 'CONTACT US';
}
.footer_info li:nth-child(2):before {
    content: 'LINK';
}


/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p {
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.footer_info li p a {
    font-size: 15px;
    font-weight: 400;
    color: var(--color1);
}
.footer_info li p:before {
    display: block;
    color: var(--color1);
}
.footer_info li p.line {
    display: none;
}
.footer_info li p.phone:before {
    content: 'PHONE';
}
.footer_info li p.line:before {
    content: 'Line ID';
}
.footer_info li p.mail:before {
    content: 'EMAIL';
}
.footer_info li p.add:before {
    content: 'ADDRESS';
}


/* footer選單 */
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
}
.footer_menu a {
    font-size: 14px;
    color: var(--color1);
    letter-spacing: 2px;
    background: transparent;
    border: 0;
    padding: 9px 11px 10px 0;
}


/* 版權聲明 */
.copy, 
.copy a {
    color: #262523;
    letter-spacing: 2px;
}
.copy {
    border: 0;
    border-top: solid 1px #a1a1a1;
    padding-top: 30px;
    margin-top: 50px;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_info li p a:hover {
    color: rgba(38, 37, 35, 0.6);
}
.footer_menu a:hover {
    color: rgba(38, 37, 35, 0.6);
    background: transparent;
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 900px) {
    .footer {
        padding: 40px 0 20px 0 !important;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_logo {
        max-width: 150px;
    }
    .footer_logo a {
        height: 150px;
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { 
        padding: 30px 0 70px; 
    }
    .footer_info ul {
        flex-direction: column;
        width: 80%;
    }
    .footer_logo {
        max-width: 120px;
    }
    .footer_logo a {
        height: 120px;
        padding: 18px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .footer_info li p:before {
        display: block;
        line-height: 120%;
    }
    .footer_menu {
        row-gap: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.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);
}
.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 { 
    position:static; margin-top:5px; 
    /*display:block !important;*/ 
    width:100%; margin-left:0;
}
.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 ul > li + li { 
    margin-top:5px;
}
.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%);
}

/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 15px;
}
.product-layer-two li li:hover > a { 
    background:#fff; 
    color:#ad925e;
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}

/* 商品列表 */
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.products-list .price b.ori_price {
    color: rgba(51, 51, 51, 0.4);
}
.products-list .price b.sp_price,
.products-list .price b {
    color: rgba(51, 51, 51, 1);
}


/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.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;
}
.sidebarBtn {
    border: 0;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    background: #F7F5F2;
    border: solid 2px #F7F5F2;
    border-radius: 0;
    padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #F7F5F2;
    border: solid 2px rgb(196 196 196 / 80%);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
}

/* 商品資訊&相關推薦 */
.prod_related * {
    transition: all ease-in .3s;
}
.prod_related {
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.related_list li a {
    background: transparent;
}
.related_list li a p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ------結帳頁面------ */
.rewrite_simple {
    background: #333333 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: rgb(138, 138, 138) url(../images/simple_right.png) 88% center no-repeat;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    color: #333;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}



@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
    /* 購物車頁面設定 */
    

    /* 商品分類 */
    .product_menu_list,
    .products-list,
    .product-wrapper { 
        width: 100%;
    }
    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: #F7F5F2;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        margin: 0;
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */
/* -------共同設定-------- */
.show-list {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.show-list .show_pic::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: #b33f2f;
    mix-blend-mode: soft-light;
    opacity: 0;
}
.overlay {
    background: linear-gradient(to top, rgba(53,53,38,.5) 0%,rgba(53,53,38,0) 100%);
    transform: scale(1);
    opacity: 1;
}

/* 相簿分類 */
.album_fixed_title {
    display: none;
    background: transparent;
}
.other_album_choice {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    max-width: 850px;
    text-align: center;
}
.other_album_choice li {
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(100% / 4);
    background: var(--color3);
    border: solid 1px var(--color3);
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.other_album_choice li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    opacity: 0;
}
.other_album_choice li a {
    position: relative;
    font-weight: bold;
    color: #fff;
    padding: 7px 25%;
}
.other_album_choice li a::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    background-image: url(https://pic03.eapple.com.tw/tinypenguin/tp_photo.svg);
    background-size: contain;
    aspect-ratio: 1 / 1;
}
.other_album_choice li a i {
    display: none;
}

/* -------共同設定-hover */
.other_album_choice li:before,
.other_album_choice li:hover:before {
    transition: all .4s;
}
.other_album_choice li:hover:before {
    width: 92%;
    height: 85%;
    opacity: 1;
}
.show-list .item .show_pic::before,
.show-list .item:hover .show_pic::before {
    transition: all .4s;
}
.show-list .item:hover .show_pic::before {
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.show-list .item:hover .overlay {
    opacity: 1;
}

/* -------.album_page------- */
.show-list .show_name,
.show-list .item:hover .show_name {
    transition: all .8s;
}
.show-list .show_name {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
}

/* .album_page - hover */
.show-list .item:hover .show_name {
    /* top: 50%;
    bottom: unset; */
    transform: translate(-50%, -50%);
    color: #fff;
    padding-bottom: 25%;
}



/* -------.album_class_page------- */
.album_class_page .main_part {
    padding: 25px 20px;
}
/* 頁面物件順序 */
.album_class_page .show_content,
.album_info_page .show_content {
    display: flex;
    flex-direction: column;
}
.other_album,
.other_album_choice {
    order: 1;
}
.subalbum-menu,
.pic-list {
    order: 2;
}
.album_class_page ul.page,
.album_info_page ul.page {
    order: 3;
}

/* 相簿內頁設定 */
.subalbum-menu {
    margin: 35px 0 30px 0;
}
/* .subalbum-menu h2 {
    display: block;
    width: fit-content;
    font-size: var(--f18);
    color: var(
    --color1);
    text-align: center;
    background: #FBEBEB;
    padding: 5px 18px;
    margin: 0 auto;
} */
.subalbum-menu h2 {
    display: none;
}
.other_subalbum li {
    background: transparent;
}

.other_subalbum li a p {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
}

/* .album_class_page - hover */
.show-list .item p,
.show-list .item:hover p {
    transition: all .4s;
}
.show-list .item:hover p {
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
}


/* -------.album_info_page------- */
.pic-list {
    display: block;
    -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: 50px 0 30px 0;
}
.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list .item a {
    display: block;
    margin: 0 auto;
}
.pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
}

/* .album_info_page - hover */
.pic-list .item a,
.pic-list .item a:hover {
    transition: all .4s;
}
.pic-list .item a:hover {
    opacity: .7;
}

@media (max-width:980px) {
    .show-list {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {
    .pic-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width:810px) {
    .album_class_page .main_part,
    .album_info_page .main_part  {
        padding: 25px 10px 10px;
    }
    .other_album_choice {
        grid-gap: 10px;
        flex-wrap: wrap;
        max-width: 400px;
    }
    .other_album_choice li {
        width: calc(100% / 2 - 35px);
    }
    .other_album_choice li a {
        padding: 4px 25%;
    }
}

@media (max-width:480px) {
    .show-list {
        grid-template-columns: repeat(1,1fr);
    }
    .pic-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* ----blog_page---- */

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search {
    margin-bottom: 40px;
}
.blog_search input[type=search] {
    border: 0;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/NinisStudio/article_search.svg) no-repeat center center;
}
.blog_le .accordion {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}
.accordion li .link a {
    padding: 15px;
}
.blog_le .accordion li .link i {
    font-size: 11px;
}
.submenu {
    background: #fff;
    padding: 7px 0 15px 0;
}
.submenu li+li {
    border: 0;
}
.submenu a {
    padding: 12px 12px 12px 15px;
}
.submenu a i {
    display: none;
}


/* 文章分類 - hover */
.blog_le .accordion > li.on_this_category {
    color: var(--color1) !important;
    background: #f6dbd7 !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: var(--color1) !important;
    background: #f6dbd7 !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: var(--color1) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: var(--color1) !important;
}
.blog_le .accordion > li.on_this_category .link i {
    color: var(--color1) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link i {
    color: var(--color1) !important;
} /* 點擊分類 */
.submenu li.on_this_category a, 
.submenu a:hover {
    color: #8c8c8c;
    background: transparent;
    padding-left: 20px;
} /*點擊子分類 */


/* 文章列表 */
.blog_subbox {
    display: block;
}
.subbox_item {
    margin-bottom: 20px;
}
.subbox_item a {
    grid-template-columns: 280px 1fr;
    align-items: center;
    grid-gap: 5%;
}
.subbox_item a:before {
    content: '+ READ MORE';
    bottom: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    color: var(--color3);
    letter-spacing: 1px;
    background: #FBEBEB;
    padding: 3px 7px;
    opacity: 1;
}
.subbox_item a:after {
    background: rgb(228 170 162 / 10%);
    border: 0;
    z-index: -1;
}
.blog_list_le {
    aspect-ratio: 7 / 5;
}
.blog_list_ri h5 {
    font-size: var(--f18);
    color: var(--color3);
    letter-spacing: 1px;
}
.blog_list_ri em {
    font-size: 12px;
    letter-spacing: 1px;
}



/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: var(--f24);
    color: var(--color3);
    letter-spacing: 1px;
}
.blog_shareData {
    flex-direction: row;
}

.blog_back {
    max-width: 400px;
    border-top: solid 1px var(--color2);
    border-bottom: solid 1px var(--color2);
    padding: 15px 0;
    margin: 0 auto;
}
.blog_back a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #afafaf;
    letter-spacing: 1px;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back, 
.blog_back a.article_btn_next {
    background: transparent;
}

/* 相關推薦 */
.news_related {
    background: #fafafa;
}
.news_related h6 span:before {
    content: '其他消息';
    font-size: var(--f20);
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    padding-top: 10px;
}
.lastPage {
    color: var(--color1);
    background: transparent;
    border-bottom: solid 1px var(--color1);
}

/* hover */
.blog_back a,
.blog_back a:hover,
.lastPage,
.lastPage:hover {
    transition: all .3s;
}
.blog_back a:hover,
.lastPage:hover {
    opacity: .7;
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
    .subbox_item a {
        grid-template-columns: 220px 1fr;
    }
}

@media screen and (max-width: 768px) {
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
}

@media screen and (max-width: 480px) {
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .subbox_item a {
        grid-template-columns: 200px 1fr;
    }
}

@media screen and (max-width: 400px) {
    .subbox_item {
        margin-bottom: 35px;
    }
    .subbox_item a {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_page form form {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}
.contact_content .information_left {
    width: 39%;
}
.contact_content .information_right {
    width: 60%;
}
.blank_letter {
    font-size: var(--f24);
    font-weight: 600;
    color: #BBBBBB;
    letter-spacing: 2px;
}
.blank_letter.i:before, 
.blank_letter.f::before {
    display: block;
    font-size: var(--f24);
    color: var(--color3);
    letter-spacing: 1px;
}

/* 左-聯絡資訊 */
/* .blank_letter.i:before {
    content: 'ACCESS';
} */
.list_before.info li {
    padding-left: 45px;
}
.list_before.info li.info_LINE {
    display: none;
}
.list_before.info li:before {
    width: 40px;
    letter-spacing: inherit;
}

/* 右-表單 */
.blank_letter.f::before {
    content: 'FORM';
}
.red {
    color: #c6b059;
}
.blank_letter.f > .note {
    display: block;
    width: fit-content;
    color: #fff;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.1em;
    background: #c6b059;
    padding: 2px 7px;
    margin-top: 20px;
}
.contact_form {
    margin-top: 10px;
    grid-gap: 25px;
}
.contact_form li .form__label {
    text-align: left;
}
.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px #e3e3e3 solid;
}
.contact_form li textarea.noborder {
    border: 1px #e3e3e3 solid;
}
.noborder:focus {
    outline: none;
}
.contact_form li.last blockquote {
    border: 0;
    border-bottom: solid 1px var(--color2);
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(150px, 1fr));
}

.contact_form li.last cite {
    background: var(--color3);
    border: 1px var(--color3) solid;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 35px;
}

/* hover */
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0;
}

@media (max-width:960px) {
    form {
        flex-direction: column;
    }
    .contact_content .information_left,
    .contact_content .information_right {
        width: 100%;
    }
}

@media (max-width:768px) {
    .contact_content {
        padding: 0;
    }
    .contact_le_nomap iframe {
        height: 350px;
    }
}

@media (max-width:600px) {
    .blank_letter.i {
        padding-top: 0;
    }
    .contact_form {
        grid-gap: 10px;
    }
    .contact_form li .form__label {
        background: transparent;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    left: unset;
    right: 10px;
    height: 120px;
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #d9d9d9;
    background: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    overflow: hidden;
    margin-bottom: 25px;
}
#to_top i.top {
    position: relative;
    width: 15px;
    height: 80px;
    margin-bottom: 5px;
    overflow: hidden;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #a3a3a3;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}

/* 新寫 */
#to_top i.top:before {
    width: 2px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
    left: 4px;
    top: 100%;
    transform: rotate(0deg);
    -webkit-animation: pagetop-line__anim 3.5s linear 0s infinite;
    animation: pagetop-line__anim 3.5s linear 0s infinite;
}
#to_top i:after {
    display: none;
}

@keyframes pagetop-line__anim {
    0% {
        opacity: 0;
        top: 100%;
    }
    5% {
        opacity: 1;
        top: 100%;
    }
    95% {
        opacity: 1;
        top: -100%;
    }
    100% {
        opacity: 0;
        top: -100%;
    }
}


/* 手機版置底按鈕 */
#bottom_menu {
    display: none;
}
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { 
        padding:30px 0 70px; 
    }
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: #fff;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 13vw;
    min-height: 200px;
    background-image: url(https://pic03.eapple.com.tw/tinypenguin/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h5 {
    font-family: "Radio Canada", sans-serif, 'Noto Sans TC', sans-serif;
    font-size: var(--f24);
    color: var(--color3);
}
.banner h5:before {
    content: "";
    display: block;
    position: relative;
    font-size: var(--f36);
    font-weight: 600;
    letter-spacing: 1px;
}

/*促銷方案*/
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
/* .banner.banC {
    background-image: url(https://pic03.eapple.com.tw/tinypenguin/banC.jpg);
    background-position-x: 60%;
} */
.banner.banC h5:before {
    content: "CONTACT";
}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
/* .banner.banE {
    background-image: url(https://pic03.eapple.com.tw/tinypenguin/banE.jpg);
    background-position-x: center;
} */
.banner.banE h5:before {
    content: "WORKS";
}

/*商品展示*/
.banner.banF {}

/*文章管理*/
/* .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/tinypenguin/banblog.jpg);
    background-position-x: 70%;
} */
.banner.banblog h5:before {
    content: "NEWS";
}

@media screen and (max-width: 600px) {
    .banner {
        min-height: 160px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









