@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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+TC:wght@200..900&display=swap');

/*反白顏色*/
::-moz-selection{
    background-color: #444;
    color: #fff;
  }
  ::selection{
    background-color: #444;
    color: #fff;
  } 

/*預設解除背景輪播*/
#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;}
}

/*字型與背景*/
body {
    font-family: 'Noto Serif TC', sans-serif;
    letter-spacing: 1px;
	background-image: url(https://pic03.eapple.com.tw/tnflowers/allbg001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

/*上面顏色*/
.main_header_area {
    background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.07);
}
.stellarnav > ul > li > a {
    color: #222;}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #222;
}
.nav-brand img {
    margin-top: 25px;
    filter: inherit;
}
.me_tp_features a {
    color: #222;
}
.tp_links a {
    color: #222;
}

.pageIndex .header_area {
        position: fixed;
        width: 100%;
        top: 0px;}
.pageIndex .main_header_area{background: linear-gradient(to bottom, rgba(34, 34, 34, 0.3) 0%, rgba(173, 161, 126, 0) 100%);    box-shadow: unset;}
.pageIndex .nav-brand img{    margin-top: 30px;    filter: contrast(0) brightness(100);}	
.pageIndex .stellarnav > ul > li > a{color: #fff;transition: all 0.3s;
    padding: 0 16px 0 16px;
    font-size: 16px;}
.pageIndex .stellarnav li.has-sub > a:after{    border-top: 6px solid #fff;}
.pageIndex .me_tp_features a{    color: #fff;}
.pageIndex .tp_links a{color: #fff;}
.main_header_area .container {
    max-width: 90%;}
.pageIndex .me_tp_features {
        padding: 5px 1vw 5px;}
.nav-brand{width: 230px;}

.pageIndex .header_area.sticky .main_header_area {
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.07);
    }
.pageIndex .header_area.sticky .stellarnav > ul > li > a {
           color: #000;
    text-shadow: unset;
    font-weight: 600;
    }
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart, .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {
        color: #343a40;
		font-weight:600
    }
.pageIndex .header_area.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid #343a40;
}

.pageIndex .header_area.sticky .nav-brand img{    filter: inherit;}
.pageIndex .header_area.sticky .me_tp_features a{    color: #343a40;}

/*下拉*/
.pageIndex .stellarnav > ul > li > a:hover {
    color: #f0f0f0;}
.stellarnav > ul > li.drop-left > ul {
    right: 0;}
.stellarnav ul ul a:hover {
    background: #222;
    color: #fff;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{padding-left: 10px;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{transition: all 0.3s;font-size:14px;}
.stellarnav li li{background:#fff;    border: 0px #eee solid;}
.stellarnav li a{color:#5e7f73;}

/*footer*/
.box_link a{display:none;}
.footer_logo img{max-width: 230px;
    margin-top: 15px;}
.footer_menu a {
    padding: 5px 7px;
    color: #888;
	border: 0px #ccc solid;
    background: #f9f9f9;
    border-right: 1px #ccc solid;
}
.footer_menu a:nth-child(1){ border-left: 1px #ccc solid;}
.footer_menu a:hover {
    background: #f9f9f9;
    color: #000;
}
.footer_info li p.add2:before {
    content: '營業時間：';
}


/*文章分類側邊欄設定*/
.blog_le .accordion li .link{padding: 0;}
.blog_le .accordion li .link a{padding: 15px 10px;display: block;}
.blog_search input[type=search] {border-radius: 0;background: #fff;}
.blog_le .accordion {border-radius: 0;background: #fff;border: none;}
.blog_le .accordion li{border-bottom: 1px solid #eee;transition: all .4s;}
.blog_le .accordion li:last-child{border-bottom: none;}
h5.blog_le_t span{font-family: 'Raleway', sans-serif;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #aaa !important;}
.accordion li .link{border-bottom: none;}
/*文章跑版設定*/
.blog_subbox {display: flex;flex-wrap: wrap;}
/*////E N D/////*/

/*側邊*/
h5.blog_le_t em{font-size: 16px;}
h5.blog_le_t span{font-size: 16px;}
.blog_le{margin-top: 20px;}
/*清單頁*/
h4.blog_category_title{margin-bottom: 0;font-size: 20px;}
.blog_list_le {width: 100%;}
.blog_list_ri{padding: 15px 10px;width: 100%;}
.blog_list_ri h5{font-size: 18px;color: #555;}
.blog_list_ri p {font-size: 13px;line-height: 180%;}
.subbox_item {background: #fff;width: 32%;margin: 0.5%;}
.subbox_item a{padding: 5px;}
.subbox_item a:before {width: 100%;bottom: 0;top: auto;left: 0;transform: none;transition: all .5s;	overflow: hidden;
	padding: 0;height: 0;letter-spacing: 2px;background: #888;color: #fff;font-size: 12px;text-align: center;}
.subbox_item a:after{display: none;}
.subbox_item a:hover:before {transform: none;padding: 10px 5px;height: 45px;    text-align: center;}
/*詳細頁*/
.blog_ri{margin-top: 20px;}
.blog_back a.article_btn_back{background: #ccc;}
/*////E N D/////*/

/*購物車=============*/
/*店家商品*/
.prod_related h6 span:before {
	color: #212121;
    letter-spacing: 0.1em;
}
.lastPage { background: #333; }
.products-list .name { height: auto; }
.inquiry_a1 { background: #cabfad; }
.inquiry_a2 { background: #836E55; }
.nextaction { background-color: #cabfad; }
.lastaction { background-color: #e8e4d8; }
.prod_related {
	background-image: url(https://pic03.eapple.com.tw/pisces/bg.png);
	background-attachment: fixed;
}
ul.prod li h3.prod-thumb {
    background: #ddd;
    color: #212121;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
     background: none;
}
.products-list .more {
        border: 1px solid #333;
    color: #333;
	line-height: 29px;
}
.products-list .item a:hover .more { 
    background: #333; 
}
.products-list .price b {
    color:#c07756;
    font-size: 16px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: 414141;
    border-bottom: 1px #ada17e solid;
	background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
}
.product_page .main_part {
	width: 90%;	
	max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    padding: 10px 10px;
    flex-direction: row;
}
.product_page .products-list {
	width: calc(100% - 280px);
}
.product-layer-two {
    width: 250px;
	margin: 0;
}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.product-layer-two li.active a {
	border: unset;
	border-bottom: 1px dotted #ccc;
}
.inquiry_a3{    background: #212121;}
.nextaction {
    background-color: #212121;
}
.lastaction {
    background-color: #ccc;
    color: #222;
}
/**/
.product-layer-two li a {
	color: #222;
	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;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #444;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
	background: #836C53; 
	color:#fff;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {
	position: static;
    margin-top: 10px;
    display: block !important;
    width: 100%;
    margin-left: 0;
}
.product-layer-two li li {
	border: none;
	background: transparent;
	display:block;
	padding: 2px;
}
.product-layer-two li li a{
	background: transparent;
}
.product-layer-two li li:hover a{
	    color: #000;
    background: #f0f0f0;
}

/*購物車*/
.send_simple {
    background: #5b5b5b;
}
.rewrite_simple {
	background: #5b5b5b;
}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
/*購物車QA隱藏*/
ul.prod li:nth-child(2) {
    display: none;}
@media screen and (max-width: 1024px) {
.products-list .name {
    color: #000;
    font-size: 14px;
    letter-spacing: 0px;
}
.clearfix:before, .clearfix:after { display: none; }
.product_page .products-list {
    width: calc(100% - 280px);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.products-list .item { width: 100%; }
}

@media screen and (max-width: 768px) {
.product-layer-two > li > a { display: none; }
.product_page .products-list ,.product-layer-two { width:100%; }
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none; }
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic { padding-top: 0px; }
body.pageIndex .products-list { padding: 40px 0 20px; }
.products-list .item { width: 100%; }
.products-list .name {
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
	height: 37px;
}
.product-layer-two {display: none; }
.product_page .products-list {
      width: 100%;
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 425px) { 
.product-layer-two {
    display: none;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list {
    width: 100%;
}
}
@media screen and (max-width: 320px) {
.product_page .products-list { grid-template-columns: 1fr!important; }
}

/*聯絡我們*/
.contact_content .information_right{width: calc(100% - 310px);}
.contact_form li .form__label{    width: 90px;    margin-left: -95px;}
h4.blank_letter.f:before {
    content: "訂購花禮可填寫以下表單，讓訂購更有效率";
    display: block;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    color: #101010;
}
.contact_content {
    max-width: 1200px;}
.contact_form li.last cite {
    background: #444;
    color: #fff;
}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px #ccc solid;}
.ADD2:before {
    content: "時間";
}

/*其他頁面*/
.other_select_page .promotion_title{display:none;}
.other_select_page .other_promotion{display:none;}
.path p, .path p a{display:none;}
#content{min-height: 100vh;}
.other_select_page .page{display:none;}

/*相簿*/
/*主分類*/
.show-list{text-align: center;}
.show-list .item {width: 33%;padding: 1%;margin: 1% 0;}
.show-list .show_pic img{    height: 265px;
    object-fit: cover;}
/*次分類*/
.show-list .item:hover .show_name {
    color: #999;
}
.other_album_choice li {
    background: #444;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner{    padding: 125px 0;}
.banner.banblog h5,.banner h5 {
    position: absolute;
    bottom: 30%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
    letter-spacing: 4px;
	font-family: 'Noto Serif TC','Zen Maru Gothic', sans-serif, arial;
	}
.banner h5:before { 
 	display: block;  
 	font-size: 50px; 
	color: #fff;
 	letter-spacing: 5px; 
	font-family: 'Dancing Script', cursive;
  font-weight: 400;
  font-style: normal;
 	}
.banner.banA {display:none;}
.banner.banB {}
.banner.banC {display:none;}
.banner.banD {}
.banner.banE {background: url(https://pic03.eapple.com.tw/tnflowers/banner_bg001.jpg) no-repeat;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banE h5:before{content: "Project";}	
.banner.banblog {background: url(https://pic03.eapple.com.tw/tnflowers/banner_bg001.jpg) no-repeat;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banblog h5:before{content: "News";}	
.banner.banF {background: url(https://pic03.eapple.com.tw/tnflowers/banner_bg001.jpg) no-repeat;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banF h5:before{content: "Product";}
@media screen and (max-width: 600px) {
.banner h5:before { 
	font-size: 30px; 
	}
.banner.banblog h5,.banner h5 {font-size:25px;}
.blog_list_ri h5{font-size:20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1024px) {
.pageIndex .header_area {
    position: relative;}
.pageIndex .main_header_area {
    background: #fff;}
.pageIndex .nav-brand img {
    margin-top: 10px;
    filter: inherit;
}
.pageIndex .stellarnav > ul > li > a {
    color: #000;}
.pageIndex .me_tp_features a {
    color: #000;
}
.pageIndex .stellarnav li.has-sub > a:after {
    border-top: 6px solid #000;
}

.stellarnav > ul > li > a{padding: 0 12px 0 12px;}
.show-list .show_pic img{    height: auto;}
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.main_header_area .container {
    max-width: 100%;
}
.stellarnav.mobile > ul > li > a {
    padding: 10px 43px 10px 10px;
}
.subbox_item{    width: 49%;}
.nav-brand img {
    margin-top: 10px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #333;
    color: #fff;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #fff;}
}

@media screen and (max-width: 600px) { 
.nav-brand {
    width: 195px;
}
.show-list .item {
    width: 100%;}
.pic-list .item { width: 100%;
  margin: 10px 1%;}
}
@media screen and (max-width: 475px) { 
.subbox_item{    width: 100%;}
}





