@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}
*/

/*header*/
/*固定header有顏色變化*******************************************************/
/*
.header_area.sticky .main_header_area {    background: #ffffffbf;}
.nav-brand img {    max-width: 100%;    filter: brightness(300);}
.header_area.sticky .nav-brand img {    filter: brightness(1);}
.nav-menu > li > a {    color: #fff;}
.header_area.sticky .nav-menu > li > a{color: #343a40;}
.header_area.sticky .nav-menu>li:hover>a {    color: #7d262b;}
.nav-menu>li:hover>a {    color: #fff;}
.tp_links a.me_tp_call:before , .tp_links a.me_tp_mail:before {    filter: invert(1);}
.header_area.sticky .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.header_area.sticky .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
.header_area.sticky .nav-menu>li:after {    background: #7d262b;}
*/
/*手機選單*/
/*
.navigation-portrait .nav-menu > li > a{color: #343a40;}
.navigation-portrait .nav-menu>li:hover>a {    color: #7d262b;}
.navigation-portrait .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.navigation-portrait .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
*/

/* ************************************************************ */
/*碰觸特效*/
/*hover動畫*/
/*
.nav-menu>li {    position: relative;}
.nav-menu>li:after {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 4px;
    position: absolute;
    background: #7d262b;
    bottom: 0;
}
.nav-menu>li:hover:after {    width: 100%;}
.nav-menu>li:nth-child(7):hover:after {    width: 0%;}*/



/***************************************************************/
/*LOGO*/

.nav-header img {  width: 120px;}
.nav-header { padding: 0px;}
.footer_logo {}
.footer_logo img{ }


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/*頁面背景*/
div#content { background: #f9f4ee;}

/*header*/
.main_header_area .container { max-width: 1400px;}

.header_area {
    position: fixed;
    z-index: 10000;
    width: 100%;
}
.header_area.sticky { position: absolute;}
.main_header_area {
    background: -webkit-linear-gradient(top, rgb(255 255 255) 0%,rgba(173,161,126,0) 100%);
    height: 100px;
}
.nav-menu { margin: 35px 0 0 0;}

.nav-menu > li > a {
    color: #5d6368;
	border-right: 1px solid #c2c2c2;
    padding: 0px 23px;
	transition: 0.5s;
}
.nav-menu>li:hover>a {
    letter-spacing: 3px;
	color: #AD8073;
}
.nav-menu > li:nth-last-child(0n+2) a { border-right: none;}
.nav-menu > li:nth-last-child(0n+1) a { border-right: none;}

.nav-dropdown>li>a {
}
.nav-dropdown > li > a:hover {
    color: ;
    background: ;
}

/*icon圖式更換*/
/*.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/gewedding/whatsapp.png);
	background-size: contain;
	margin: 0px 10px;
}
.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/gewedding/envelope.png);
	background-size: contain;
}
.nav-menu>li:nth-child(7):hover>a {
    background: none;
}

/*下拉選單*/
.nav-menu > li:hover > a {    /*下拉展開時選單顏色更改*/
    background: ;
	color: ;
}
.nav-dropdown > li > a:hover {    
    color: #fff;
    background: #d9aea2;
}

/*品牌介紹下拉不顯示*/
.nav-menu>li:nth-child(2) ul { display: none !important;}
.nav-menu>li:nth-child(2) span {
    display: none;
}



/*footer*/
.footer_info {
    padding: 0px;
    text-align: center;
}
.footer { background: #f9f4ee; border-top: 1px #d1d1d1 solid; }
.footer_logo img { margin-top: -20px;}
.footer_logo {
    display: block;
    margin-right: 0px;
    margin: auto;
}
.footer_info li:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
}
.footer_info li:nth-child(2) { width: 100%;}
.footer_menu a { background: #ffffff;}
.footer_menu a:hover { background: #aa7d71;}
    
.copy {
    border-top: 1px #aa7d71 solid;
    background: #AA7D71;
	color: #fff;
}
.copy a { color: #fff;}
.copy a:hover { color: #aa7d71;}

/*首頁購物車*/
/*.pageIndex .main_part { min-height: auto;}
.products-box { display: none;}*/

.pageIndex .products-box {
    width: 1200px;
    margin: auto;
}

.pageIndex .animated-arrow {
    margin-bottom: 20px;
}
.pageIndex .main_part {
    border-top: none;
}

/*首頁促銷方案*/
/*.news_part { display: none;}*/
.animated-arrow { background: #AA7D71;}

/*首頁促銷方案下移*/
/*.pageIndex .main_part {
    border-top: none;
    order: 1;
}
.news_part {
    order: 2;
}*/
.news_part .title_box {
    text-align: left;
}

.pageIndex div#content_main {
    background: #f9f4ee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.title_box { color: #b28174;}
.title_box span { color: #b28174;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.other_select_page .path { display: none;}
.blog_page .path { display: none;} 
.contact_page .path { display: none;} 

.promotion_title { display: none;}
.banner h5 {
    display: none;
}

/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/moomoo/banner-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁*/
.other_select_page ul.other_promotion.clearfix { display: none;}
.other_select_page .page { display: none;}

/*按鍵*/

/*聯絡我們*/
.animated-arrow {
    background: ;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/*文章分類按鍵範圍*/
.link a { width: 100%; display: block; padding: 15px 15px;}
.accordion li .link { padding: 0;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.products-list .name {
    height: 65px;
	display: block;
}

.products-list .more {
    border: 1px solid #aa7d71;
    color: #aa7d71;
}
.products-list a:hover .more {
    background: #aa7d71;
    border-color: #aa7d71;
}

.action-button {
    background: #aa7d71;
}
.action-button:hover {
    background: #805f56;
}
.lastPage {
    background: #aa7d71;
}

/*購物車商品內頁*/
li.prod-item.is-active:nth-child(1) { display: none;}
li.prod-item { display: none;}
.nextaction { background-color: #b8b4ad;}


@media screen and (max-width: 1200px) {
.pageIndex .products-box { width: auto;}
	}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*大圖輪撥*/
.swiper-pagination { display: none;}

/*手機選單*/
.nav-dropdown > li > a{ width: 80%;}

/*header*/
.header_area { position: relative;}
.header_area.sticky { position: relative;}
.main_header_area {
    background: #efefee;
    height: 170px;
}

.nav-toggle { 
    right: 30px;
    top: 25px;
}
.nav-menu>li:nth-child(2) ul {
    display: block !important;
}
.nav-menu>li:nth-child(2) ul li {
    display: none !important;
}


/* 手機版 輪播圖另外在換圖*/
/*.nav-toggle { right: 0px;}

.swiper-slide img { display:none; }
.bannerindex {
    height: 700px;
    padding: 0;
    background-size: cover;
}
 
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/moomoo/ph-banner01.jpg); background-position: top; background-size:cover;}
.swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/moomoo/ph-banner02.jpg); background-position: top; background-size:cover;}
.swiper-slide:nth-child(3) { background-image: url(https://pic03.eapple.com.tw/moomoo/ph-banner03.jpg); background-position: top; background-size:cover;}
.swiper-slide:nth-child(4) { background-image: url(https://pic03.eapple.com.tw/moomoo/ph-banner04.jpg); background-position: top; background-size:cover;}

.mm-page {height:100vh;}
.swiper-banner {
    width: 100%;
    height: 700px;
    position: absolute;
    left: 0;
    margin: 0;
}*/




}

@media screen and (max-width: 600px) { 

/*首頁購物車*/
.pageIndex .products-list .item {
    width: 49%;
}





/*banner*/
.banner { height: 300px;}




/*footer選單對齊*/
.footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px;
    border: 1px #ccc solid;
    margin: 0 4px 4px 0;
    line-height: 100%;
    width: 50%;
    max-width: 89px;
	text-align: center;
}

/*購物車*/
.products-list .item { width: 100%;}




}




