@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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; background: #f2ebe5;}
.bannerindex { position:relative; height:auto;     background: #f2ebe5;}
.swiper-pagination-bullet {   background: #f2ebe5;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.page {  margin: 0px;}
.pageIndex .main_part {  border-top: 0px solid #ccc;}
.main_header_area .container {  max-width: 1400px;}
.main_part {        padding: 10px;    }
body {    background: url(https://pic03.eapple.com.tw/atanfoodstore/bgimg1.jpg) no-repeat top center fixed;    background-size: cover;}

/*下拉編輯頁*/
.other_select_page .promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}

/*中間小標刪除*/
.path { display:none;}


/*header最右側icon*/
.nav-menu>li:last-child {display:none;}
.tp_links a {  display: none;}

/*網站按鈕*/
.animated-arrow {  background:#b56f31; border-radius: 30px;}

/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #b56f31;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #b56f31;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = *//*header*/
.stellarnav ul ul li a { font-size: 14px; }
.main_header_area {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px -10px #000;
}
.pageIndex .header_area {
    width: 100%;
    z-index: 10000;
    top: 0px;
    transition: ease-out 0.3s;
    box-shadow: none;
}
.pageIndex .header_area .main_header_area {
    background: rgb(255, 255, 255);
    backdrop-filter: saturate(100%) blur(10px);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: auto;
    transition: ease-out 0.3s;
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 20px;
}
.pageIndex .header_area.sticky .main_header_area {
    box-shadow: none;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: saturate(100%) blur(10px);
    width: 97%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 45px;
    box-shadow: 0px 0px 15px -10px #000;
    transition: ease-out 0.3s;
}
.main_header_area .container { max-width: 1200px; }
.navigation {  padding: 10px 0 0px 200px;     display: flex;  flex-direction: row-reverse;}

/*購物車搜尋*/
.me_tp_features { width: 0%;        margin: auto 0px;  display: flex;}
.me_tp_features a { font-size: 17px;}
.me_tp_features a span {   display: none;}
.box_search {  display: none;}

/*LOGO*/
.nav-brand {
    width: 180px;
    margin: 6px 0px 0px 0px;
}

/*選單*/
.stellarnav > ul > li > a {
    transition: 0.3s ease-out;
    padding: 0 17px 0 0;
    letter-spacing: 2px;
    color: #38393a;
    margin: 15px 20px;
}
.stellarnav>ul>li>a:hover { color: #2c2c2c; }
.stellarnav li.has-sub > a:after {display: none;}

.stellarnav ul ul {  width: 215px;}
.stellarnav > ul > li:hover > a {color: #b56f31;}
.stellarnav > ul > li > a:before {
content: "";
position: absolute;
right: 50%;
left: 50%;
bottom: 2px;
height: 2px;
background-color: #b56f31;
transition: all .3s ease-in-out;
}
.stellarnav > ul > li:hover > a:before {right: 17px;color: #ffffff;left: 0px;}
.stellarnav > ul > li:nth-last-child(1) {    display: none;}

/*下拉選單*/
.stellarnav ul ul {
    width: 100%;
    position: absolute;
}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li {
    text-align: center;
}
.stellarnav li li a:hover {
    color: #ffffff;
    background: #87b828;
}
.stellarnav li a { padding: 9px 10px;}

.stellarnav > ul > li:nth-child(6) > ul > li:nth-last-child(1){display: none;}

@media screen and (max-width: 1350px) {
.main_header_area .container {  max-width: 1100px;}
}

@media screen and (max-width: 1250px) {
.nav-brand { margin: 10px 0px 0px 0px; }
.stellarnav > ul > li > a {     transition: 0.3s ease-out;     padding: 0px 10px;}
}


@media screen and (max-width: 1024px) {
.pageIndex .header_area .main_header_area {
      background: rgb(255 255 255);
      backdrop-filter:unset;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      transition: ease-out 0.3s;
}
.pageIndex .header_area.sticky .main_header_area {  backdrop-filter:unset;}
.pageIndex .header_area { position: relative; }
.main_header_area .container { max-width: 100%; }
.nav-header {      position: static;      text-align: center;}

.navigation { padding: 0px 0 0px 0px; display: block; }
/*購物車搜尋*/
.me_tp_features {   width: 100%; display: block;}
.me_tp_features a span {   display: contents;}
}

@media screen and (max-width: 768px) {
.pageIndex .header_area {     position: sticky;     top: 0;}
.pageIndex .header_area .main_header_area {      width: 100%;      border-radius: 0;}
.stellarnav .menu-toggle {      padding: 29px 10px;      margin: 10px;}
.stellarnav .menu-toggle span.bars { top: 0; }
.stellarnav .menu-toggle span.bars span {      margin: 0 auto 5px;      background: #535353;      height: 2px;}
.stellarnav .menu-toggle:after {      font-size: 15px;      letter-spacing: 1px;      color: #535353;}
.stellarnav.mobile li.open{background: #fff;}
.stellarnav.mobile li.open li.open {  background: #ffffff00;}
.stellarnav.mobile.left .close-menu {      background: unset;      border-bottom: 1px #ddd solid;}
.stellarnav .icon-close { margin-right: 5px; }
.stellarnav.mobile > ul > li > a {   margin: 5px 20px; padding: 10px 26px 10px 10px;}
.stellarnav.mobile > ul > li {   border-bottom: 1px #f9f9f9 solid;}
.stellarnav > ul > li > a:before {display: none;}

/*購物車搜尋*/
.me_tp_features {   margin: 0px 0px;     padding-bottom: 6px;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { 
    background: url(https://pic03.eapple.com.tw/atanfoodstore/banner.jpg)center top;   
    background-size: cover;
    padding: 174px 0;     
    letter-spacing: 10px;
    box-shadow: 0px 0px 15px 1px #d1d1d1;
}
.banner h5 {   display: none;}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.other_select_page .banA {display: none;}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
/*.module_i_news li:nth-child(n+4) {display: none;}*/

@media screen and (max-width: 1024px) {
    .banner { 
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        padding: 0px;
        background-size: cover;
        height: 140px;
    }
}
@media screen and (max-width: 768px) {
    .banner { }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.box_link {display: none;}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 10px 10px;
}
.box_link a { display: none; }
.footer {
    background-image: radial-gradient(#d1c1a65c 1px, #f7f4f0 1px);
    background-size: 4px 4px;
    overflow: hidden;
    box-shadow: 0 -5px 10px rgb(221 221 221 / 69%);
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: column;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before {content: "·";}

.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:nth-last-child(1) {    display: none;}

.footer_menu a:hover {
    background: transparent;
    color:#87b828;
}
.copy {
	color: #696969;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 20px 0;
}
.copy a{
	color: #696969;
	transition:all 0.3s;
}
.footer_info li { padding: 15px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #af7926;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #af7926;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before { content: "網站地圖 MAIN MENU";}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
    color: #434343;    
    letter-spacing: 0.15em;
}

.footer_info ul {    
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));    
    gap: 0;    
    letter-spacing: 0.15em;
}
@media screen and (max-width: 650px) {
.footer_menu { grid-template-columns: 1fr;}
}
@media screen and (max-width: 600px) {
.footer:before { display: none; }
.footer_info li {   display: block;   padding: 25px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁促銷方案*/
.news_part {
    margin: 80px auto;
    padding: 50px 40px;
    background: #fffdf2;
    border-radius: 30px;
    border: 2px #bb7d54 solid;
}
.i_news_b a:hover {    background: #cd9869;}
.news_list ul li a:hover {   background: #87b828;}
.news_list ul li a:hover span {   color: #fff;}
.news_list ul li a:hover p {   color: #ffffff;}
.news_list ul li a:hover p:after {   color: #fff;}

/*促銷方案*/
.promotion_title * {  color: #b56f31; font-weight: 600;   font-size: 16px;   letter-spacing: 1px;}
.promotion_title { text-align: center;}
.promotion_title em {  border: 1px #b56f31 dashed;}
.promotion_title span { border:none; padding: 0px 0px;   margin: 0px 0px 0px 0;}
.promotion_title h2 {  display: block;  font-size: 30px;}
.promotion_title h2 span {   display: none;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #b56f31 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
    .news_part {  margin: 40px auto;     padding: 40px 20px;  width: 90%;}

    .news_list ul li {   background: #ffffff;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#b56f31 !important;}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
}
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #CCC;
}
.blog_box {
    padding: 30px 7px 7px 7px;
}
.blog_list_le {
    box-shadow: 0px 0px 5px #ccc; 
    width: 100%;
}
.blog_list_ri {
    padding: 7px 0px;
    width: 96%;
}
.subbox_item { 
    width:32%;
    padding: 0px 0;
    margin-left: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.subbox_item a {    overflow: hidden;}
.submenu a {    background: #fff;}
.submenu a:hover {    background:#cfb39a;}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #b56f31;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:hover:before {    bottom: -5%;}
.subbox_item a:after {    display: none;}

/*側邊欄位*/
h5.blog_le_t {   text-align: center;}

/*文章內頁*/
.blog_back a.article_btn_back {    background:#87b828;}
.blog_back a.article_btn_next {    background: #b56f31;}
.blog_back a.article_btn_prev {    background: #b56f31;}
@media screen and (max-width: 768px) {
    .subbox_item {  width: 46%; margin: 10px auto;}
    .subbox_item a:before {display: none;}
}
@media screen and (max-width: 375px) {
    .subbox_item {  width: 46%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {
    background: rgb(0 0 0 / 25%);
}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;

    box-shadow: 0px 0px 10px #aaa;}
.show-list .show_name {
    text-align: center;
    margin-top: 15px;}
.show-list .item:hover .show_name {    color:#b56f31;}
.other_album_choice li {
    background:#b56f31;
    border-radius: 10px;
    font-size: 13px;}
.other_album_choice li .fa {
    height: 12px;
    vertical-align: baseline;}
.fa-2x {    font-size: 1em;}

@media screen and (max-width: 748px){
    .show-list .item {    width: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車*/
.product_page .main_part { max-width:1400px;}
.product_info_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex;     justify-content: space-around; flex-wrap: wrap;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px;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%;}
.products-list .item {      padding: 15px 10px;   margin: 0 5px;   background: #ffffff;   border-radius: 10px; box-shadow: 0px 0px 10px 1px #d1d1d1;}
.products-list .item a {    display: contents;}
.products-list .name {  margin-top: 4px;  text-align: center; height: 24px;}
.products-list .price b {  color: #b56f31;}
.products-list .pic {padding-bottom: 0;   height: 100%;   overflow: hidden;    border-radius: 10px;}
.products-list .pic img {transform: scale(1.1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.2);}
.products-list .more {    border: 1px solid #b0b0b3;    color: #b0b0b3;     border-radius: 50px}
.products-list a:hover .more {   background: #b0b0b3;    border-color: #b0b0b3;   color: #fff;}

.product-layer-two li {  margin: 10px 5px 0 0;}
.product-layer-two li.active li a {  background: none;}
.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: none; padding:5px 10px; transition:all ease .3s; border:none;    background: #ffffff00;}
.product-layer-two li li a{ padding:0;     background: #ffffff00;}

.product-layer-two li li:hover > a { background:#ffffff00; color:#b56f31;}

.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #313131;}
.product-layer-two li a {    border: unset;text-align: center;  background:unset;  color: #313131;    transition: all 0.3s; padding: 7px 0px;}
.product-layer-two li a:hover {transform: unset;   transition:unset; background: #ffffff00; color: #b56f31;}
.product-layer-two li.active a {background: #b56f31;  color: #ffffff; border: none;}
.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: #ffffff00; 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:#b56f31;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop {margin-top: 30px;    display: flex;      justify-content: flex-start;}
.product_info_page .half_box li.btn_blankTop input { width: calc(30% - 10px); background-image: none; padding: 0; text-align: center;     border-radius: 50px;   margin-right: 5px;}

.bx-wrapper .bx-viewport {
    border: unset;
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;}
.bx-wrapper img {    margin: 0 auto;}
.product_pic #bx-pager {color: #b0b0b3;}
.product_pic #bx-pager .block {    background: #b0b0b3;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #b0b0b3;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}

/*商品內頁*/
ul.prod {   width: 70%;}
ul.prod li h3.prod-thumb {  background: #bd9882;  border-radius: 50px;  color: #ffffff;}
.qaform {    margin: 0px auto;}
.qaform .breakF {   border: 1px #bd9882 solid;   background: #ffffff;}

/*詳細資訊按鈕*/
.products-list .item a:hover .more {background: #b56f31; border-color: #b56f31;}
.sidebarBtn {   position: sticky;  top: 110px;   border: 2px #bd9882 solid;   border-radius: 10px; }

/*購物車所有按鈕*/
.inquiry_a1 {    background: #b56f31;}
.inquiry_a2 {    background: #b9905d;}
.inquiry_a3 {  background: #ddaf75;}
.lastaction { color: #fff;     background-color: #b56f31;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {   background: #b9885c;}
.nextaction {    background-color: #b0b0b3;}
.lastPage {    background: #b56f31;     border-radius: 10px;}
.rewrite_simple {    background: #0c0c0c;}
.rewrite_simple:hover {    background: #6e6e6e;}
.send_simple {    background: #b56f31;}
.send_simple:hover{    background: #6e6e6e;}

/*相關推薦*/
.prod_related {
    background: #f3e3d240;
    backdrop-filter: saturate(100%) blur(10px);
    border-top: 2px #bd9882 solid;
}
.prod_related h6 span:before {  color: #b56f31;}
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3.2);     margin: 5px 5px}
.mobile_product_name {    text-align: center; margin-bottom: 30px;}
}
@media screen and (max-width: 980px) {
.products-list .item { width: calc(100% / 2.2); }
}
@media screen and (max-width: 768px) {
.product_info_page .main_part {   padding: 10px;  }
.sidebarBtn {  position: unset; margin: 5px auto 15px;}
ul.prod {    width: 100%;}
.mobile_product_name {   margin-bottom: 5px;   color: #734319;}

.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: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 1;}
}
@media screen and (max-width: 600px) {
.products-list .item { max-width: 350px; margin: 15px auto 0px; display: block;}
.related_list li {    width: 45%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_form li {      padding: 0px 0px 15px 90px; }
.contact_form li.last cite {    background: #b56f31;}
.contact_form li.last blockquote {    color: #b56f31;}
.contact_form li.last blockquote, .contact_form li.last cite {   border: 1px #b56f31 solid;  border-radius:100px;}
.list_before.info li:before {    color: #b56f31;}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 825px) {
}

@media screen and (max-width: 768px) {
    .contact_form li .form__label {       width: 90px;      margin-left: -100px;    }
}

@media screen and (max-width: 695px) {

}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:20px 0 10px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




