@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; background: #f0f0f0;}
.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: 768px) {
    .footer.with_shopping_mode { padding:0 0 55px; }
    #to_top { bottom:60px;}
    #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;
    }
}
    
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* ---------------網站建置中---------- */

/* 網站建置中-叉叉按鈕 */
.close_btn {display:block !important; position: relative !important; width: 50px !important; height: 50px !important;}
.notReady_box {padding-bottom: 20px !important;}


/* 暫時關閉 */
.header_area {z-index: 9999 !important;}
.notReady { display: none !important;}
body.hideWindow { overflow: unset !important;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: "Asul", serif, 'Noto Sans TC', sans-serif;
    font-weight: 600;
    margin: 120px auto 20px auto;
}

/* 停留在該頁時 */
ul.page li.activeN {
    width: 35px;
}

/* 其他頁 */
.page li {
	margin: 0;
}
.page li a {
    width: 35px;
    height: 35px;
}
.page li a {
    color: #4C5259;
    background: #eee;
    border-radius: 0;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #fff;
    background: #231815;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    position: fixed;
    background: linear-gradient(to bottom, rgba(0,0,0, .8) 0%,rgba(0,0,0, .5) 40%,rgba(0,0,0, .1) 80%,rgba(0,0,0,0) 100%);
}
.main_header_area .container {
    max-width: 100%;
    padding: 0 2%;
}
.navigation {
    display: flex;
    align-items: center;
}

/* 下滑設定 */
.header_area.sticky {
    background: linear-gradient(to bottom, rgba(0,0,0, .8) 0%,rgba(0,0,0, .5) 40%,rgba(0,0,0, .1) 80%,rgba(0,0,0,0) 100%);
}

/* logo */
.nav-header {
    display: block;
    max-width: 80px;
}
.nav-brand {
    max-width: 80px;
    margin: 0;
}

/* 產品搜尋 */
.me_tp_features * {
    transition: all .1s;
}
.me_tp_features {
    display: flex;
    order: 3;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    max-width: 420px;
}
.box_search {
    width: 200px;
    margin: 0 30px 0;
}
.box_search input[type=text] {
    max-width: 180px;
    height: 40px;
    border-radius: 0;
}
.box_search input[type=text] {
    border-radius: 0;
}
.shop_search_btn {
    font-weight: bold;
    background: #848484;
    border-radius: 0;
}
.box_search input[type=text]:focus {
    color: #333;
}




/* header購物車按鈕 */
.me_tp_features a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    margin: 0;
}
.me_tp_features a.tp_btn_cart {
    color: #fff;
}
.me_tp_features a.tp_btn_notice {
    color: #fff;
}
.me_tp_features a span {
    font-size: 13px;
    letter-spacing: 1px;
}
/* .me_tp_features a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 84px;
    background: #B49976;
    z-index: -1;
}
.me_tp_features a.tp_btn_cart::before {
    background: #FBC700;
}
.me_tp_features a.tp_btn_notice::before {
    background: #7D4113;
} */
.me_tp_features a i {
    margin: 0 3px 8px;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */



/* 選單 */
.me_tp_features a:hover {
    opacity: .8;
}
.stellarnav * {
    font-family: '', 'Noto Sans TC', sans-serif;
    transition: all .3s;
}
.stellarnav {
    order: 2;
}
.stellarnav ul {
    text-align: center;
}
.stellarnav > ul > li {
}
.stellarnav > ul > li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(247, 245, 242, 1);
    opacity: 0;
}
.stellarnav > ul > li > a {
    height: auto;
    color: #fff;
    letter-spacing: 2px;
    background: rgba(247, 245, 242, 0);
    padding: 0 5px;
    overflow: unset;
}
.stellarnav > ul > li > a::before {
    content: '';
    display: inline-block;
    position: relative;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/lskptaiwanfishing/f-bait.svg);
    width: 32px;
    height: 27px;
    opacity: 0;
}
.stellarnav li.has-sub > a:after {
    position: relative;
    border-top: 6px solid #fff;
    margin-left: 0;
}
.stellarnav ul ul {
    background: rgb(35 24 21 / 80%);
    box-shadow: 2px -2px 15px rgb(0 0 0 / 20%);
    backdrop-filter: blur(3px);
}
.stellarnav li li {
    border: 0;
}
.stellarnav li li > a {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 15px 12px 10px;
}
.stellarnav li li.has-sub > a:after {
    border-left: 6px solid #fff;
}

/* hover */
.stellarnav * {
    transition: all .3s;
}
.stellarnav > ul > li > a::before,
.stellarnav > ul > li > a:hover::before {
    transition: ease-in-out .5s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: rgb(255 255 255 / 70%);
} /* 主選單一般變色 */
.stellarnav > ul > li:hover > a::before,
.stellarnav > ul > li > a:hover::before {
    opacity: 1;
    animation: up-and-down .6s infinite alternate;
}
.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(35 24 21 / 100%);
    padding: 12px 15px 12px 15px;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */


@keyframes up-and-down {
    0% {
      transform: translateY(5px);
    }

    50% {
      transform: translateY(2px);
    }

    100% {
        transform: translateY(3px);
      }
}


@media screen and (max-width: 1300px) {
    .header_area {
        position: sticky;
        background: #231815;
    }
    .header_area.sticky {
        background: #231815;
    }
    .nav-brand {
        max-width: 80px;
        margin: 0 auto;
    }
    .navigation {
        flex-direction: column;
    }
    .nav-header {
        position: static;
        text-align: center;
    }
    .me_tp_features {
        display: grid;
        grid-template-columns: 8fr 1fr 1fr;
        position: absolute;
        right: 0;
        max-width: 100%;
    }
    .me_tp_features a {
        position: relative;
        width: auto;
    }
    .me_tp_features a:before {
        width: 100%;
        height: 61px;
    }
}

@media screen and (max-width: 1024px) {
    .me_tp_features {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-brand {
        max-width: 50px;
    }
    .me_tp_features {
        top: 9px;
        grid-template-columns: 1fr;
    }
    .me_tp_features a {
        display: none;
    }
    .box_search {
        margin: 0 10px 0 auto;
    }
    .box_search input[type=text] {
        height: 35px;
    }
    .main_header_area .container {
        padding: 0;
    }



    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        background: #231815;
        border-right: 0;
        box-shadow: 2px 2px 15px rgb(0 0 0 / 30%);
    }
    .stellarnav .menu-toggle {
        margin-top: 10px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 28px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        background: ;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        margin: 8px 18px 8px 0;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        display: none;
        margin: 0 auto 4px 0;
    }
    .stellarnav .menu-toggle:after {
        display: none;
    }
    .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;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }


    /* 選單設定--開始 */
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #231815 solid;
    }
    .stellarnav > ul > li > a::before {
        display: none;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 40px;
    }
    .stellarnav li li > a {
        padding: 10px 10px 10px 40px;
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 2px #777;
    }
    .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: #000000;
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    .stellarnav.mobile li li.has-sub li a {
        padding: 10px 43px 10px 55px;
    }
    /* 選單設定--結束 */
}

@media screen and (max-width: 570px) {
    .box_search {
        width: 150px;
    }
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

@media screen and (max-width: 500px) {
    .nav-header {
        max-width: 100%;
        justify-content: flex-start;
    }
    .nav-brand {
        margin: 0 0 0 70px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex .bannerindex {
    position: static;
    height: auto;
}
.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .swiper-slide:before {
    content: "";
    position: absolute;
    bottom: 13%;
    right: 22%;
    width: 35%;
    background-image: url(https://pic03.eapple.com.tw/lskptaiwanfishing/ban_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 763 / 479;
    z-index: 999;
    pointer-events: none;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3%;
} /* 大圖點點 */

/* = = = 首頁設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex {
    background: #f0f0f0;
}


/* = = = 首頁購物車 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.prod_part section {
    position: relative;
    max-width: 100%;
}

/* 左側標題-開始 */
.i_prod_tit {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 250px;
    text-align: left;
    padding-left: 30px;
    margin-top: 50px;
}
.i_prod_tit span, .i_video_tit span {
    font-family: "Asul", serif, 'Noto Sans TC', sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
}
.i_prod_tit span:before {
    content: 'Online Shop';
    display: block;
    font-family: "Asul", serif;
    font-size: 26px;
    color: rgb(229 0 18 / 80%);
    letter-spacing: 0;
}

/* 商品列表-開始 */
.pageIndex .products-list {
    grid-gap: 3%;
}
.pageIndex .productsListBox {
    display: inline-block;
    width: calc(100% - 260px);
    padding-bottom: 100px;
}
.products-list .item a {
    padding: 0;
}
.products-list .price {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
}
.products-list .price b.ori_price, 
.products-list .price .sp_price {
    text-align: left;
}
.products-list .price b {
    width: 100%;
    letter-spacing: 1px;
    margin: 3px 0;
}
.products-list .more {
    display: none;
}

/* 查看更多按鈕-開始 */
.animated-arrow {
    width: fit-content;
    height: auto;
    line-height: 30px;
    color: #231815;
    background: transparent;
    overflow: unset;
}
.animated-arrow b {
    position: relative;
    font-family:  "Asul", serif, 'Noto Sans TC', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.animated-arrow b:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -20px;
    width: 7px;
    height: 7px;
    background: #231815;
    border-radius: 50%;
    z-index: -1;
}
.animated-arrow b:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #231815;
}
.animated-arrow i {
    display: none;
} /* 查看更多按鈕-結束 */

/* hover */
.products-list .item a:hover .pic img {
    transform: scale(1.1);
}
.products-list .item a .pic img,
.products-list .item a:hover .pic img {
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.animated-arrow b:before,
.animated-arrow:hover b:before,
.animated-arrow b:after,
.animated-arrow:hover b:after {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.animated-arrow:hover b:before {
    background: #A9B2B8;
    transform: scale(8);
}
.animated-arrow:hover b::after {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .pageIndex .products-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* @media screen and (max-width: 980px) {
    .pageIndex .products-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3%;
    }
} */

@media screen and (max-width: 980px) {
    .i_prod_tit span, .i_video_tit span {
        text-align: center;
    }
    .i_prod_tit, .pageIndex .productsListBox {
        width: 100%;
    }
    .i_prod_tit {
        text-align: center;
        padding-left: 0;
        margin-top: 0;
    }
    .pageIndex .products-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1%;
    }
    .i_prod_b {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .i_prod_b {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    .pageIndex .products-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .pageIndex .productsListBox {
        padding-bottom: 0px;
    }
}

/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer * {
    font-family: "Asul", serif, 'Noto Sans TC', sans-serif;
}
.footer_menu section {
    max-width: 900px;
}
.footer_menu a {
    letter-spacing: 1px;
}
.footer .center {
    max-width: 1000px;
}
.footer_info li:nth-child(1) {
    display: none;
}
.footer_info li:nth-child(2) {
    display: flex;
    width: 100%;
    max-width: 300px;
    margin-left: 50px;
}


/* hover */
.footer_menu a:hover {
    color: rgb(255 255 255 / 70%);
}

@media screen and (max-width: 1000px) {
    .footer_info {
        flex-direction: row;
    }
    .footer_info li:nth-child(2) {
        max-width: 200px;
    }
    .footer_logo {
        min-width: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 740px) {
    .footer_info {
        flex-direction: column;
    }
    .footer_info ul {
        flex-direction: row;
        margin: 30px auto auto;
    }
    .footer_info li:nth-child(3) {
        width: 1px;
        height: auto;
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .footer_logo {
        min-width: 90px;
        width: 90px;
    }
    .footer_info ul {
        flex-direction: column;
        margin-top: 0;
    }
    .footer_info li:nth-child(2) {
        margin: 0;
    }
    .footer_info li:nth-child(3) {
        width: 100%;
        height: 1px;
        margin: 0;
    }
}

@media screen and (max-width: 375px) {
    .footer_info li section {
        padding: 10px 0;
    }
    .footer_info li:nth-child(2) section:nth-child(2):before {
        display: none;
    }
}



/* footer * {
    transition: all .3s;
}
footer {
    background: #231815 !important;
    padding: 80px 0 0 0 !important;
}
.footer_logo {
    max-width: 120px;
}
.footer .center {
    max-width: 1200px;
    padding: 0 3%;
}
.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;
}
.footer_info li {
    border-top: solid 1px #fff;
    padding: 25px 10px 10px;
} */

/* 聯絡資訊 */
/* .footer_info li p {
    font-size: 15px;
    line-height: 220%;
}
.footer_info li p,
.footer_info li p a {
    color: #fff;
}
.footer_info li p.line {
    display: none;
} */

/* footer選單 */
/* .footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
}
.footer_menu a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    padding: 8px 11px;
} */

/* 版權聲明 */
/* .copy, 
.copy a {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 12px;
    color: #514848;
    letter-spacing: 1px;
}
.copy {
    background: #180e0b;
    border: 0;
    margin-top: 50px;
    padding: 30px 0 20px 0;
}

@media screen and (max-width: 900px) {
    .footer {
        padding: 40px 0 20px 0 !important;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info ul {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 40px 0 70px 0 !important;
    }
    .footer_info ul {
        flex-direction: column;
        width: 80%;
    }
    .footer_info li:nth-child(1) {
        margin-bottom: 30px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
    .copy {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .footer_info li p:before {
        display: block;
        color: rgb(255 255 255 / 60%);
        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 {
    border-top: solid 1px #cbcbcb;
    padding-top: 20px;
}
.product-layer-two > li { 
    width:100%; 
    max-width:100%; 
    padding:0; 
    text-align:left; 
    padding-bottom: 5px;
}
.product-layer-two li a {
    color: #888888;
    border: 0;
    background: transparent;
}
.product-layer-two li i {
    font-size: 12px;
    color: #888888;
}
.fa-circle-plus::before {
    content: "\2b";
}
.product-layer-two li ul { 
    position:static; margin-top:5px; 
    width:100%; margin-left:0;
}
.product-layer-two li li {
    display: block;
    background: transparent;
    padding: 0;
    transition: all ease .3s;
}
.product-layer-two li li a { 
    background: transparent;
    padding: 5px 10px 5px 30px;
}
.product-layer-two > li ul > li + li { 
    margin-top:5px;
}

/* 商品分類hover */
.fa-circle-plus::before,
.product-layer-two li i.close::before {
    transition: all .3s;
}
.product-layer-two li i.close::before {
    content: "\f068";
    transform: rotate(-180deg);
}
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 5px;
}
.product-layer-two li li:hover > a {
    background: transparent;
    color: #231815;
}
.product-layer-two li.active a {
    color: #231815;
    font-weight: bold;
    border: 0;
}

/* 商品列表 */
.products-list {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1%;
}
.products-list .pic {
    aspect-ratio: 365 / 208;
}
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 0;
}
.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;
    background: transparent;
}
.sidebarBtn h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #3E3A39;
}
.sidebarBtn .price {
    border: 0;
}
.sidebarBtn .price span.ori_price {
    color: rgba(51, 51, 51, 0.4);
    text-decoration: line-through;
}
.sidebarBtn .price span.sp_price {
    color: rgba(51, 51, 51, 1);
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: '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;
}
.inquiry_a3 {
    font-size: 15px;
    letter-spacing: 3px;
    background: #E50012;
    border-radius: 0;
    margin-top: 8px;
}
.toShare {
    border: 0;
}

/* 商品資訊 */
.pd_tabTitle li {
    border: 0;
}
.pd_tabTitle li a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
    border-bottom: 1px solid #c2c2c2;
    margin: 0 5px;
}
.pd_tabTitle li.activeTab a {
    color: #E50012;
}
.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #E50012;
}


/* 相關推薦 */
.prod_related *,
.related_list li a figure::before,
.related_list li a figure::after,
.related_list li a figure:hover::before,
.related_list li a figure:hover::after {
    transition: all ease-in .3s;
}
.prod_related {
    background: #F7F5F2;
    padding: 50px 15px 25px 15px;
    margin: 0 auto;
}
.prod_related h6 {
    max-width: 1300px;
    font-size: 16px;
    border-bottom: 1px solid #4D4D4D;
    padding: 10px 10px;
    margin: 20px auto;
}
.prod_related h6 span:before {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4D4D4D;
}
.related_list li a {
    background: transparent;
}
.related_list li figure {
    position: relative;
}
.related_list li a p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

.lastPage {
    color: #4D4D4D;
    background: transparent;
    border-bottom: solid 2px #4D4D4D;
}

/* .product_info_page *//* hover */
.inquiry_a3:hover {
    letter-spacing: 3px;
    opacity: .7;
}
.inquiry_a3:hover {
    background: rgba(229, 0, 19, 0.9);;
}
.related_list li a:hover img {
    transform: scale(1.1);
    filter: sepia(20%) saturate(20%);
}
.related_list li a img,
.related_list li a:hover img {
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}


/* ------結帳頁面------ */
.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: rgba(229, 0, 19, 1);
}
.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) {
    .products-list {
        grid-template-columns: repeat(2,1fr);
    }
}

@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;
        border: 0;
    }

    /* .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) {
    .product_page .main_part {
        padding: 20px 10px 10px;
    }
    .products-list {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 380px) {
    .products-list {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 1%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* ----blog_page---- */

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/NinisStudio/article_search.svg) no-repeat center center;
}
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}

/* 文章列表 */



/* ----blog_in_page---- */
.blog_shareData {
    flex-direction: row;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
}

@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;
    }
}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 左-聯絡資訊 */

/* 右-表單 */
.contact_form li .form__label {
    text-align: left;
}
.noborder:focus {
    outline: none;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 50px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    font-family: "Asul", serif, 'Noto Sans TC', sans-serif;
    color: #302927;
    background: rgb(255 255 255 / 50%);
    border: solid 2px #302927;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    backdrop-filter: blur(3px);
}
#to_top i.top {
    width: 15px;
    height: 10px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #302927;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}

/* 手機版置底按鈕 */
#bottom_menu {
    background: #302927;
}
#bottom_menu li {
    border-right: 1px solid #4f4f4f;
}
/* #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) {
    #to_top { bottom:65px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 26vw;
    background-image: url(https://pic03.eapple.com.tw/lskptaiwanfishing/banner.jpg);
	background-size: cover;
    background-position-x: 100%;
    background-repeat: no-repeat;
    height: 26vw;
    background-color: #231815;
}
.banner h5 {
    font-family: "Asul", serif, 'Noto Sans TC', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 5px;
    padding-top: 50px;
}
.banner h5:after {
    content: "";
    display: block; 
    position: relative;       
    font-family: '', 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;    
}

/*促銷方案*/
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
.banner.banC {}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {}

/*商品展示*/
.banner.banF {}

/*文章管理*/
.banner.banblog {}

@media screen and (max-width: 1300px) {
    .banner h5 {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .banner h5 {
        font-size: 26px;
    }
}

@media screen and (max-width: 400px) {
    .banner h5 {
        font-size: 24px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









