@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

/*色彩與文字大小*/
:root {
    --MainColor: #ADA17E; /*網站主要色系*/
    --SubColor_1: #cbc0a0; /*網站輔助色系 1*/
    --SubColor_2: #658781; /*網站輔助色系 2*/
    --FontColor_1: #ccc; /*內文顏色 1*//
    --FontColor_2: #666666; /*內文顏色 2*/
    --FontColor_3: #888888; /*內文顏色 3*/
    --BackgroundColor: #ffffff; /*背景顏色*/
    --BorderColor: #cccccc; /*框線顏色*/
    --SFontE: "微軟正黑體", sans-serif; /*特殊字體 英文*/
    --SFontC: "微軟正黑體", sans-serif; /*特殊字體 中文*/
    --LineHeight: 180%;
    --LetterSpacing_B: 0.2em;
    --LetterSpacing_S: 0.1em;
    --Transition: .3s ease-in-out;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
}



body{
    font-family: "Noto Sans TC", sans-serif;
}

#content {
    background: url(https://pic03.eapple.com.tw/campingfun/contact_bg001.jpg);
    min-height: 100vh;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*反白顏色*/
::-moz-selection{
    background-color: #BB9F87;
    color: #fff;
  }
  ::selection{
    background-color: #BB9F87;
    color: #fff;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #181818;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #181818;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #181818;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #BB9F87;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
    }


/*上方選單解除滑動固定
.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 {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.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;}
@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-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;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;    background: #040404;}
#content {
    width: 100%;
    min-height: 80vh;
    background-color: #000;
    background-position: top center;
    background-size: 100% auto;}
.path p, .path p a{color:#fff;}

/*.bannerindex { position:relative; height:auto;}*/
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}

}


/*選單設定*/

.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
}


.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 11%;
    margin-bottom: 0;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
}


.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 43px;
    right: 5%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 43px;
    transition: all 0.5s;
}


/* 漢堡 */

.stellarnav .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #fff;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}
.stellarnav .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.stellarnav .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}
.stellarnav .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* 漢堡關 */


.stellarnav.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transform: rotate(45deg);
    transition: all 1s;
}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}
.stellarnav.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(315deg);
    left: 0;
    top: -16px;
    transition: all 1s;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-55deg);
    transition: all 1s;
}
.stellarnav.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
}

@media screen and (max-width: 500px) {
    .stellarnav .menu-toggle span.bars span {
        width: 27px;
    }
    
}



/* 未開啟 */

.stellarnav > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}
.stellarnav{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}
.stellarnav::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;
}




/* 開啟 */
.stellarnav.active > ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    pointer-events: all;
    width: 30%;
    height: 100%;
    background: transparent;
    padding: 5% 5%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;
}

.stellarnav.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 590px;
    background-color: #000000a3;
    border-radius: 0 0 0 40px;
    animation: nav-left 0.5s forwards;
}
.stellarnav.active{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}
.stellarnav.active::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000002b;
    border-radius: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes nav-left {
    0%{
        left: 590px;
    }
    100%{
        left: 0;
    }
    
}


@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}



@media screen and (max-width: 1440px) {
    .stellarnav.active > ul {
        width: 35%;
    }
    
}
@media screen and (max-width: 1024px) {
    .stellarnav.active > ul {
        width: 45%;
    }
    
}


/* BAR */
.stellarnav .menu-toggle:after {
    display: none;
}


/* 購物籃 */
.tp_links{
    display: none;
}
.me_tp_features a {
    margin: 0 0;
}
.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}
.me_tp_features a.tp_btn_notice span{
    display: none;
}
.me_tp_features a.tp_btn_cart{display:none;}
.me_tp_features a.tp_btn_notice{display:none;}
.header_area .me_tp_features{    display: flex;}

/* 選項 */
.stellarnav > ul > li > a {
    margin: 0 20px;
    padding-left: 0 20px;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 0px 5px;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
}
.stellarnav > ul > li > a:hover {
    padding-left: 25px;
    transition: all 0.3s;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li > a b {
    display: inline;
    line-height: 15px;
    height: 20px;
}
.stellarnav > ul > li > a b:nth-child(1) {margin-right: 20px;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 12px;
    color: #fff;
    word-break: keep-all;
}
.stellarnav li {
    opacity: 1;
    width: 100%;
}
.stellarnav li::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 25px 0;
    background-color: #ccc;
    animation: line-left-right 1s forwards linear;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
	z-index:123;
}

.stellarnav > ul > li > a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}


@media screen and (max-width: 768px) {
    .stellarnav.mobile.left > ul {
        left: auto;
        right: 0;
        padding: 0 10%;
        padding-top: 90px;
        z-index: 0;
        max-width: 60%;
        border-right: none;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
        display: none;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: none;
    }
    .stellarnav.mobile li a {
        border-bottom: none;
    }
    .stellarnav li::before {
        margin: 20px 0;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
        display: none;
    }
    .stellarnav.mobile > ul > li > a {
        display: flex;
        text-align: left;
        align-items: center;
        margin: 0;
        padding: 0 20px;
		line-height:145%;
    }
}

@media screen and (max-width: 500px) {
    .stellarnav.mobile.left > ul {
        max-width: 88%;
    }
}






/* 選單線 延遲 */

.stellarnav li:nth-child(2):before {
    display: none;
}
.stellarnav li:nth-child(3):before {
    animation-delay: 0.3s;
}
.stellarnav li:nth-child(4):before {
    animation-delay: 0.4s;
}
.stellarnav li:nth-child(5):before {
    animation-delay: 0.5s;
}
.stellarnav li:nth-child(6):before {
    animation-delay: 0.6s;
}
.stellarnav li:nth-child(7)::before {
    animation-delay: 0.7s;
}
.stellarnav li:nth-child(8)::before {
    animation-delay: 0.8s;
}




@keyframes line-left-right {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
    
}


/* 下拉 */
.stellarnav ul ul {
    display: none  !important;
    top: auto;
    width: 160px;
    position: relative;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
    writing-mode: vertical-lr;
}

/*LOGO設定*/

@keyframes show-logo {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes show-line {
    0%{
        right: 100%;
        opacity: 0;
    }
    100%{
        right: 0;
        opacity: 1;
    }
}

/*LOGO*/
.header_area{padding:0;}
.nav-header{padding-top: 45px;}
.main_header_area .container{max-width:90%;}

/*大圖字*/

.pageIndex .swiper-banner::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #fff;
    position: fixed;
    bottom: 240px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 500;
    opacity: 0;
    border-radius: 100px;
    animation: banner-line-white 3s forwards;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/campingfun/index_bg-text01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
    animation: banner-banner-show 1s forwards;
    animation-delay: 2.6s;}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide:nth-child(2):before{    
	content: "";
    display: block;
    position: absolute;
    top: 0;
    background-image: url(https://pic03.eapple.com.tw/campingfun/index_bg-text02.png);
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;}

	
/*footer*/
.footer{    background: #040404;}
.footer_info li p{color: #ccc;}
.footer_info li p a{color: #ccc;}
.footer_menu a{ #040404;border: 1px #040404 solid;    color: #888;
    background: #040404;}
.box_link a{display:none;}
.copy{border-top: 1px #3b3b3b solid;}
.footer_info{display: block;    padding-right: 0;text-align: center;}
.footer_info li:nth-child(1) {
    text-align: center;
}
.footer_logo{    max-width: 210px;}
/*隱藏地址*/
.footer_info li p:nth-child(4) {
    display: none;
}

/*TOP*/
#to_top {
    color: #fff;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}
#to_top i:before, #to_top i:after {
    background: #fff;
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.prod_part {  width: 90%; padding: 100px 20px 100px 20px; max-width: 1400px;}
.products-list {  display: grid;  gap: 10px;  grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none; padding: 0px;}
.products-list .more {margin-top: 10px;}
.products-list .pic{border: 0px solid #e1e1e1; /*height: 15vw;*/}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  border: 1px solid #1F6B80;  color:#ffffff ;background: #1F6B80; display: none;}
.products-list .item a:hover .more {background:#1F6B80;}
.product_menu_list>h5{color:#fff;}

/*價格*/
.products-list .price {  display: flex;  margin-bottom: 5px;  align-items: center;  justify-content: center;  flex-wrap: wrap;}
.products-list .price b {  margin: 0 5px;  line-height: 180%;  text-align: center; color: #f32a39;}
.products-list .price b.ori_price {  font-size: 14px; color: #eeb044;}
.sidebarBtn .price span.ori_price {display: inline-block; color: #000;}
.products-list .price .sp_price {text-align: center;}

/*外層版面*/
.products-list .name {text-align: center; height: 62px; font-size: 16px; color: #fff; background:unset; margin-top: 0px; padding: 10px;}
.product_page .main_part {  width:100%;	max-width: 1530px;}
.product_page .show_content {  display: flex;  flex-wrap: wrap;  align-items: flex-start;  justify-content: space-between;}
.product_page .products-list {  width: calc(100% - 280px);}
.product-layer-two {  width: 250px;  margin: 0; margin-right: 20px;}
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li {  margin: 0;  width: 100%;padding: 0 10px;}
.product-layer-two > li.active {  background: #444;}
.product-layer-two li.active a {  border: unset;border-bottom: 0px dotted #ccc;}
.product-layer-two li a {  color: #fff;  border: none;  background: transparent;  transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two > li > a {  border-bottom: 1px dotted #ccc;padding-left: 25px; border-bottom: 1px dotted #423537;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #f0f0f0;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background:#f0f0f0; color:#fff;}
.product-layer-two > li > a:before {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10px;
  content: " ";
  color: #ffffff;
  background: #7f7d7f;
  width: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-left: 2px;
  font-size: 13px;
  border-radius: 50px;
}
.product-layer-two > li:hover > a:before {
box-shadow: 4px 4px 70px 6px #d50303;
}
.product-layer-two li ul {  position: relative;padding-top: 1px;}
.product-layer-two li li {  border: none;background: transparent;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #face79; font-weight: 500;}
ul.prod li h3.prod-thumb {padding: 7px 7px 10px 7px; background: #3b3b3b; color: #fff;}
ul.prod li {color: #fff;}
ul.prod li input {color: #efe2a6;}
.qaform .breakF {border: none; border-bottom: 1px #423537 solid; background: #181818; color: #efe2a6;}
.related_list li a {background: #333; padding: 10px;}
.related_list li a p {color: #ffffff;}

/*購物車/內層＝＝*/
.product_info_page .main_part {  width: 90%;}
.pd_tabTitle li.activeTab a {color: #ffffff; background: #343434;}
.pd_tabTitle li {border-bottom: 1px solid #5a5a5a;}
.pd_tabTitle li.activeTab::after {background: #343434;}
.prod_tabs {color: #fff;}

/*按鈕顏色*/
.inquiry_a1{background: #343434; border-radius: 0px;}
.inquiry_a2{background: #343434; border-radius: 0px;}
.inquiry_a3{background: #343434; border-radius: 0px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background:#a70202; color: #ffffff;}
.lastaction {  color:#efe2a6;  background-color: #d50303;}
.nextaction {  background-color: #d50303;}
.lastPage {  background: #333; border-radius: 0px; color: #ffffff;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #4F4F4F;  width: 100%;}
.sidebarBtn .sp_price { color: #d31313;}
.sidebarBtn{background: rgba(255, 255, 255, 0.9);}
.mobile_product_name{font-size: 24px; display: none;}
.sidebarBtn .price {letter-spacing: 0px; color:#d50303;}
.sidebarBtn .price span {display: inline-block;}
.sidebarBtn h2 {color: #000;}
div#number_area {color: #181818;}
.product_pic #bx-pager {display: block; width: 100%; position: relative;}
.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}
.bx-wrapper .bx-viewport {border: 0px solid #fff; background: none;}

/*相關推薦*/
.prod_related h6 span:before{    font-size: 18px;
    letter-spacing: .6rem;
    font-weight: 500;
    color: #888;}
.prod_related {padding: 45px 15px 25px 15px; background:#141414;}
.list .show_name {transform: translate(0%, 160%);}
.related_list li{
    transition: all 0.5s;
}
.related_list li:hover{
    transform: scale(1.05);
    transition: all 0.5s;
}


/*特*/
.products-list .pic img {transform: scale(1); /*-webkit-filter: grayscale(1) contrast(1.2);*/ object-fit: contain; transition: 0.5s ease;}
.products-list .pic:hover img {transform: scale(1.05); /*-webkit-filter: grayscale(0) contrast(1);*/ transition: 0.5s ease;}

ul.prod li .prod-panel {overflow: hidden;}


/*特效*/
ul.products-list li.item a { opacity: 0.6; transition: all 0.5s ease-in-out;}
ul.products-list li.item:hover a{opacity: 1;transition: all 0.5s ease-in-out;}

.products-list .pic img {height: unset;}


@media screen and (max-width: 1024px) {
.products-list {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
.product_page .products-list {width: 100%;}
.mobile_product_name {color: #fff; text-align: center; display: block;}
}

@media screen and (max-width: 480px) {
  .products-list {grid-template-columns: 1fr;}
  /*.products-list .pic {height: 58vw;}*/
  .product_info_page .main_part {padding: 0px 10px 10px;}
}
  
  
/*文章管理*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le{padding: 0 7px;}
.blog_box_edit *{color:#fff;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le .accordion {border-radius: 0;}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .6rem;text-align: center;color:#fff;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
/*分類頁*/
.toShareNews{    color: #ccc;}
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item{    background: #444;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 12px;padding: 5px 20px;background: #c1a383;color: #fff;
	bottom: auto;right: auto;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #fff;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;letter-spacing: .2rem;line-height: 160%;font-size: 12px;margin-top: 20px;color:#fff;}

/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;color:#fff;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;}
.news_related{padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;background: #141414;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list {background: transparent;}
.news_related_list li a{padding: 0;}
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}
.lastPage {background: #c1a383;font-size: 16px;}

@media screen and (max-width: 1024px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0;}
	/*分類頁*/
	.blog_list_ri{padding: 30px;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
}
@media screen and (max-width: 450px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊選單*/
.accordion li .link a,.accordion li .link a:hover{transition: all .5s;}
/*分類頁*/
.subbox_item a {grid-template-columns: 40% 1fr;grid-gap: 80px;}
.subbox_item a:before {background: #888;bottom: auto;right: 0;left: auto;top: 0;transform: none;}
.subbox_item a:after {background: rgb(224 221 221 / 20%);}
.blog_list_le {aspect-ratio: auto;}
.blog_list_le img {height: 300px;}
.blog_list_ri {padding: 30px;}
.blog_list_ri p {line-height: 200%;margin-top: 30px;}
/*文章頁*/
.news_related_list{width: 90%;}
.lastPage {font-size: 14px;background: #888;}

@media screen and (max-width: 1024px){
	.subbox_item a {align-items: center;}
}
@media screen and (max-width: 768px){
	.blog_ri {padding: 0;}
}  
@media screen and (max-width: 600px){
	.subbox_item a {grid-template-columns: 1fr;padding: 0;grid-gap: 40px;}
	.subbox_item a:after{display: none;}

}

/*會員登入*/
.member_title h2{color:#fff;}
.member_login tr td:nth-child(1){color:#fff;}
.member_title h2{    border-bottom: 2px #ccc solid;}
.login_mem_submit {
    background: #999;}
.login_mem_other_link a {
    color: #d4ce4a;}
.member_login_regist {
    background: #f3f3f3;}
.member_login_regist a {
    background: #edba19;}
.mem_regist_title_s_s{color: #fff;}
.member_regist tr td:nth-child(1){color: #fff;}
.member_regist tr td:nth-child(2){color: #fff;}
.member_title h2 {
    border-bottom: 2px #ccc solid;}
.member_copy_right_box{color: #ccc;}

/*會員登入浮動*/
.right_member_in{    background: #343434;
    color: #ccc;}
.right_member_in p{    color: #ccc;}
.right_member_in p a{    color: #ccc;}
.right_member_in p>i{color: #ccc;}
.right_member_in .fa-right-to-bracket, .right_member_in button{color: #ccc;}

/*購物車結帳頁面*/
.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{color: #fff;}
.shopping-cart .cell.product_name p{color: #fff;}
.total_amount li{color: #fff;}
.blank_letter{color: #fff;}
.formbox_form{color: #fff;}
.form label.Bigcheck{color: #fff;}
.declaration {
    background: #444;}
button, input, optgroup, select, textarea {
    color: #343434;}

/*購物車開啟*/
.car_page .information_left {
    display: block;
}
/*購物車結帳頁面footer*/
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}


/*文章分享*/
.other_promotion li a{display:none;}
.promotion_title{display:none;}
.share_page .edit ul, .blog_box_edit ul, .promotions_page .edit ul, .prod-item:first-child .prod-panel ul{    padding-inline-start: 0px;}

/*語系*/
.tp_lang {
    display: flex;
    width: 97.5%;
    height: 100%;
    align-items: center;
 justify-content: flex-end;
     margin-top: 15px;
}
.tp_lang a {min-width: 40px;}
.tp_lang a:before {
    font-size: 14px;
    padding: 5px 8px;}
.tp_lang a:hover:before {
    color: #333;
    background: #fff;}
.tp_lang a.lang_tw:before {content: 'CH';}
.tp_lang a.lang_en:before {content: 'EN';}
.tp_lang a.lang_cn:before {content: 'DE';}
.tp_lang a.lang_jp:before {content: 'JP';}

/*英文版footer*/
.footer_info li p.phone:before{
    content: 'Phone：';
}
.footer_info li p.add:before {
    content: 'Address：';
}
.footer_info li p.mail:before {
    content: 'E-mail：';
}
.footer_menu a:nth-child(1){display:none;}
.footer .center{    max-width: 90%;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/campingfun/banner-bg001.png);
    width: 100%;
    padding: 0;
    height: 0;
    padding-bottom: 49%;
    background-size: contain;
    position: relative;
}
.banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c1b09c;
    font-size: 24px;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    width: 100%;
    letter-spacing: .3em;}
.banF h5::before {
    background-image: url(https://pic03.eapple.com.tw/campingfun/bannerbg002.png);}
	
.banblog h5::before {
    background-image: url(https://pic03.eapple.com.tw/campingfun/bannerbg003.png);}
	
.banB h5::before {
    background-image: url(https://pic03.eapple.com.tw/campingfun/bannerbg004.png);}
	
.banA h5::before {
    background-image: url(https://pic03.eapple.com.tw/campingfun/bannerbg005.png);}
	
.banner h5::before {
    content: "";
    display: block;
    height: 90px;
    width: auto;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;}
	
.banner h5::after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(87deg, transparent 0%, #bebebe 40%, #ddd 60%, transparent 100%);
    margin: 0 auto;
    margin-top: 40px;
    animation: banner-line 3s forwards;
	width: 300px;
}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.footer_logo {
    max-width: 100%;
    width: 245px;
    text-align: center;
}
.footer_logo {
    display: inline-flex; }
.nav-brand {
        width: 145px;
    }
.navigation{align-items: self-start;}
.main_header_area .container {
    max-width: 100%}
.banner h5::before {
        height: 50px;
    }


/*大圖放大*/
.swiper-banner .swiper-slide img{
	position:relative;
	max-width: 200%;}
	
.pageIndex .swiper-wrapper .swiper-slide.swiper-slide:nth-child(2):before{
	background-image: url(https://pic03.eapple.com.tw/campingfun/index_bg-text01.png);}
	
.swiper-fade .swiper-slide{aspect-ratio: 1 / 1;}
.swiper-banner .swiper-slide img{height:100%;object-fit:cover;}

/*bottom menu*/
#bottom_menu{    background: #040404;border-top: 1px solid #ccc;}
	
}

@media screen and (max-width: 500px) {
.banner {
        padding-bottom: 89%;
        background-position: center;
        background-size: cover;
    }
.banner h5 {
        font-size: 20px;
    } 
.banner h5::after {
        margin-top: 20px;
    }

.tp_lang{    width: 90.5%;margin-top: 0px;}
.header_area .me_tp_features{        right: 16%;}
}

/*20250521購物車打開*/
.me_tp_features a.tp_btn_cart {
    display: block;
	color:#fff;}
.box_search {
    position: relative;
    display: flex;
    vertical-align: center;
    width: 100%;
	    margin-left: 84%;}

.box_search input[type=text] {
    display: block;}
.header_area .me_tp_features{align-items: baseline;}
.me_tp_features a.tp_btn_notice{
    display:  block;color:#fff;
}
.shop_search_btn {
    display: none;}
.tp_lang{width: 20.5%;}
.header_area .me_tp_features{right: 9%;}
@media screen and (max-width: 1200px) {
.header_area .me_tp_features {
    right: 20%;}
}
@media screen and (max-width: 768px) {
.header_area .me_tp_features {
    right: 40%;
}
.nav-header {
    padding-top: 60px;
}
}
@media screen and (max-width: 600px) {
.box_search{	    margin-left: 0;        max-width: 100%;
        width: 150px;}
.header_area .me_tp_features {
    right: 0;
}
.me_tp_features a.tp_btn_cart {
        margin-left: 40px;}
.nav-header {
        padding-top: 20px;
    }
.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{top: 17px;}
.me_tp_features a.tp_btn_notice{    margin-right: 15px;}
.box_search input[type=text]{margin-left: 20px;}
.me_tp_features{        margin: 15px 0 0;}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 17px;
    transition: all 0.5s;}
}

/*購物車付款*/
.list_before.account li{color:#fff;}
.order_list_tab td{    color: #888;}
.order_list_pro td{    color: #fff;}
.order_list_head p{color: #fff;    border-bottom: 2px #ddd solid;}
.last_box_money p, .last_box_money em{    color: #fff;}

/*會員登入後頁面*/

.member_title img {
    filter: invert(1);
}
.member_title{    color: #fff;}
.privacyContent{color: #ccc;}

/* = = = 商品訂購/詢價 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*按鈕*/
.total_amount .rewrite_simple, .total_amount .send_simple { font-size: var(--f16);}
.rewrite_simple { background: var(--FontColor_3) url(../images/simple_left.png) 10% center no-repeat; transition: var(--Transition);}
.send_simple { background: var(--MainColor) url(../images/simple_right.png) 88% center no-repeat; transition: var(--Transition);}
.rewrite_simple:hover, .send_simple:hover { opacity: .6; transition: var(--Transition);}

/*--購物車---------------------------------------*/

/*商品列表*/
.shopping-cart .cart_head { }
.shopping-cart .cell { font-size: var(--f16); color: #fff;}
.shopping-cart .cell.product_name p { color:#fff; font-size: var(--f16);}
.fa-lg { color: var(--FontColor_1);}

/*小計*/
.total_amount li:nth-child(1), .total_amount li:nth-child(2) { color:#fff; font-size: var(--f16);}

/*匯款資料*/
.car_page .information_left { display: block; margin: 20px 0 0;}
.car_page .blank_letter.i { position: relative; color: var(--FontColor_1); font-size: var(--f24); padding: 0;}
.car_page .blank_letter.i::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: var(--BorderColor);
}
.list_before.account li { color: #fff; font-size: var(--f15);}
.contact_le_map { display: none; background: var(--MainColor);}/*聯絡表單*/

/*--訂購資料---------------------------------------*/

/*訂購資料*/
.formbox_form li .form__label { color:#fff; font-size: var(--f15);}
.form label { display: flex; align-items: center; color: var(--FontColor_1); font-size: var(--f15);}/*單選*/
.border200 { color: #444;}
.form label.Bigcheck { display: flex; align-items: center; color: var(--FontColor_1); font-size: var(--f15);}/*同訂購人*/

/*小計*/
.total_amount li { color: var(--FontColor_1); font-size: var(--f16);}
.total_amount li input[name=DiscountCode] { color: #444;}/*折扣碼*/
.total_amount li#DiscountStr span { color: var(--RedFont);}/*折扣碼使用狀況*/
.total_amount li.red { color: var(--RedFont);}

/*確認訂購*/
.declaration { background: var(--MainColor); border-radius: 10px;}

/*--訂單成立---------------------------------------*/

/*匯款*/
.order_pay .blank_letter, .order_pay .information_left { color: var(--FontColor_1); font-size: var(--f24);}
.pay_text a { border: 1px solid var(--BorderColor); font-size: var(--f16); transition: var(--Transition);}
.pay_text a:first-child:hover { background: #07C105; transition: var(--Transition);}
.pay_text a:last-child:hover { background: var(--MainColor); transition: var(--Transition);}

/*商品訂單*/
.order_list_tit b { color: var(--MainColor); font-size: var(--f28);}
.order_list_tit span { color: var(--FontColor_3); font-size: var(--f12);}

.order_list_tab tbody { border: 1px solid var(--BorderColor);}
.order_list_tab td { color: var(--FontColor_1); font-size: var(--f15); border-top: 1px solid var(--BorderColor);}
.order_list_tab td:nth-child(1) { color: #444; font-size: var(--f15);}
.order_list_tab td:last-of-type { border-bottom: 1px solid var(--BorderColor);}

.payer { background: transparent;}

/*購物清單*/
.order_list_head p { color: var(--MainColor); font-size: var(--f28); border-bottom: none;}

.order_list_pro tr:first-child { background: var(--MainColor);}
.order_list_pro tr:first-child td { color: var(--FontColor_1); font-size: var(--f14);}

.order_list_pro td { color: var(--FontColor_1); font-size: var(--f14);}
.last_box_money em span { color: var(--RedFont); font-size: var(--f28);}

/*--匯款頁面---------------------------------------*/

/*--RWD---------------------------------------*/
@media screen and (max-width: 768px) {}


/* = = = 會員 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.right_member_in { border-radius: 5px 0 0 5px;}
.send_simple { background-color: var(--MainColor);}

/*登入*/
.login_mem_name, .login_mem_pass { filter: grayscale(1);}
.login_mem_submit { background: transparent; border: 1px solid var(--BorderColor) !important; color: var(--FontColor_3); border-radius: 5px; transition: .3s ease-in-out;}
.login_mem_submit:hover { background: var(--MainColor); color: var(--FontColor_3); transition: .3s ease-in-out;}
.login_mem_other_link a { color: var(--FontColor_3); transition: .3s ease-in-out;}/*重寄認證信/忘記密碼*/
.login_mem_other_link a:hover { opacity: .6; transition: .3s ease-in-out;}

.member_login_regist { border: 1px solid var(--BorderColor); background: transparent; border-radius: 5px;}
.member_login_regist a { background: transparent; border: 1px solid var(--MainColor); color: var(--MainColor); border-radius: 5px; transition: .3s ease-in-out;}
.member_login_regist a:hover { background: var(--SubColor_1); color: var(--FontColor_3); transition: .3s ease-in-out;}
.member_login_regist p { line-height: 200%;}

/*會員註冊*/
.member_regist input { color: #999;}
.mem_regist_title_s_s input[type="button"]:hover{background: #000 !important;}
.mem_regist_title_s_s input[type="submit"]:hover{background: #000 !important;}

/*會員專區*/
.member_title { margin: 0 auto;}
.member_title p { border-top: 2px var(--MainColor) solid; color: var(--FontColor_1); padding: 30px 0 0;}
.member_title em { color: var(--FontColor_2);}

.member_order { background: none; text-align: center;}
.member_order a { text-indent: 1px; background: transparent; border: 1px solid var(--BorderColor); width: auto; height: auto; padding: 20px 50px; color: var(--FontColor_2); transition: .3s ease-in-out;}
.member_order a:hover { background: var(--MainColor); color: var(--FontColor_2); transition: .3s ease-in-out;}

/*會員資料*/
.mem_box2 input.bbtn01 { background: transparent; border: 1px solid var(--BorderColor); color: var(--FontColor_3); border-radius: 5px; transition: .3s ease-in-out;}/*會員專區*/
.mem_box2 input.bbtn01:hover { background: var(--MainColor); color: var(--FontColor_3); transition: .3s ease-in-out;}
.mem_box2 input.bbtn02 { background: transparent !important; border: 1px solid var(--MainColor); color: var(--MainColor); border-radius: 5px; transition: .3s ease-in-out;}/*確認送出*/
.mem_box2 input.bbtn02:hover { background: var(--SubColor_1); color: var(--FontColor_3); transition: .3s ease-in-out;}

/*修改密碼*/
.mem_regist_title_s { display: none; background: transparent; color: var(--FontColor_1); margin: 0 auto 20px;}
.mem_box2 input.bbtn01, .mem_box2 input.bbtn02{    width: 200px;}

/*訂購查詢紀錄*/
.order_history { margin: 0 auto 50px;}

.mem_regist_title_s_s { text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;}
.mem_regist_title_s_s input[type="button"] { background: transparent !important; border: 1px solid var(--BorderColor); color: var(--FontColor_3) !important; border-radius: 5px; transition: .3s ease-in-out;}/*返回會員專區*/

/*詢價車*/
.shopping-cart .cart_head .cell.product_name{    color: #fff;}
.shopping-cart.inquiry_cart .cell.product_spec{color: #fff;}


/*只有英文版調*/
.right_member_in p a{-webkit-writing-mode: vertical-lr;
    letter-spacing: 2px;}
.ACCN1:before{content:"Bank Account Name";}
.ACCN2:before {content: "Bank Name";}
.ACCN3:before {content: "Bank Code";}
.ACCN4:before {content: "Bank Account Name";}
.prod_related h6 span:before{content: 'Related Recommendations';    letter-spacing: .1rem;}
.news_related h6 span:before{    content: 'Related Articles';letter-spacing: .1rem;}
.member_title p:before {
    content: 'Members Area';
    display: block;
    color: #fff;
	font-size: 25px;
}
.member_title img{    display: none;}
.products-list .price b{    width: auto;}











