@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;}
*/

.main_header_area {background: #ffffff;}
.header_area.sticky .main_header_area {background: #ffffffD8;}
.main_header_area .container {max-width: 1500px;}
.nav-header {
    top: 0;
}
.nav-brand {
    width: 100px;
}

.navigation {
    padding: 25px 0 30px 240px;
}

.stellarnav > ul {font-family: 'Noto Sans TC';}
.swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
    color: #615d5a;
    padding: 0 6px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    height: 24px;
    margin: 0 12px;
    overflow: visible;
    background: linear-gradient(to right, #fdc83885 50%, transparent 50%) 100% bottom/200% 50% no-repeat;
    transition: background-position .3s cubic-bezier(0, 0, 0.61, 1.01);
}
.stellarnav > ul > li > a:hover, .stellarnav li.has-sub:hover>a  {
    background-position: 0% bottom;
}

/*次分類*/
.stellarnav > ul > li.drop-left > ul {right: auto;}

.stellarnav ul ul {
    padding-top: 18px;
    left: 50%;
    transform: translate(-50%, -0);
    background:transparent;
}
.stellarnav li li {
    text-align: center;
    background: #5f3e1a;
	border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #fee1a5;
}

.stellarnav li li a, .stellarnav li li.has-sub > a, .stellarnav.mobile li li.has-sub a {
    color: #FFF;
    font-size:14px;
    padding: 10px 20px;
    line-height: initial;
    height: auto;
    margin: 0;
}

.tp_links {display: none;}
.shop_search_btn {background: #f0960f;}
.me_tp_features {padding-right: 13px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product_page .product-layer-two { 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); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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;}
.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: #fff; 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) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}
*/


/*文章*/

.blog_back a.article_btn_prev {
    background: #fbc74c;
}
.blog_back a.article_btn_next {
    background: #fbc74c;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
/*Banner/＝＝＝＝＝*/
.banner{
}
.banner h5 {
    font-size: 32px;
    color: #ffffff;
    display: none;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/bibibear/bn01.jpg);
	background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/bibibear/bn03.jpg);
	background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/bibibear/bn02.jpg);
	background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer/＝＝＝＝＝*/
.footer{background: #ffffff; padding: 50px 0 0;}
.footer_logo img { width: 100%;}
.footer_logo {
    width: 150px;
    margin: 0 30px;
}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content:center;}
p.mail {    display: none;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(80px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
	margin: 0;	
	text-align: center;	
	padding: 6px;	
	transition: all 0.3s;     
	border: 0px #ccc solid;
    color: #ffffff;
    background: #fdc838;
	border-radius: 10px;
	}
.footer_menu a:hover {    background:#917e49;}

/*回首頁按鈕刪除
.footer_menu a:nth-child(1){display: none;}*/
.copy {    background: #ffd665;    color: #fff;	border:none; margin-top: 30px;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link {   display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #d8b1bf;    color: #fff;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode {
    padding: 30px 0 0px;
}
#to_top { bottom:60px;}

.navigation {
    padding: 25px 0 30px 0;
}

.footer_menu {
    width: 70%;
}


}


@media screen and (max-width: 600px) { 
}




