@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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*整體*/
body { background: #fff;}

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}

/*首頁+聯絡按鈕*/
.animated-arrow { background: #d9b79c; }
.swiper-pagination {    position: relative;    transform: translateX(-50%);    left: 50%;    margin-left: 0;}


/*預設解除背景輪播*/
#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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁尷尬的空白處*/

.edit {
    width: 100%;
    padding: 0px 0;
    margin-bottom: -4px;
}

/*選單設定*/
.nav-menu {
    float: none;
    padding: 10px;
    margin-left: 13px;
    margin: 35px 0 0 0;
}
.nav-menu > li > a {
    text-transform: uppercase;
    padding: 5px 10px 0px 28px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #9f9f9f;
    font-family: 'Noto Serif TC Medium',sans-serif;
    border-left: 1px solid #e3e3e300;
    margin-bottom: 10px;
}
.main_header_area {    background: #fff;}
.main_header_area .container {    max-width: 95%;}
.pageIndex .header_area.sticky .main_header_area {
    background: #ffffff4f;
    transition: 0.5S;
}
.nav-menu>li:not(.tp_links) {
    padding-right: 6px;
}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #3f3f3f;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #ADA17E;}
li.tp_links {    display: none;}


/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}

.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #9eafb7;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}

/*手機漢堡選單設定*/
.nav-toggle {    top: 10px;}
.nav-toggle:before {    background-color: #444;    box-shadow: 0 0.5em 0 0 #444, 0 1em 0 0 #444;}
.nav-toggle:after {    color: #444;}

/*左上角小圖示們*/
.me_tp_features {
    display: none;
}


/**/

/*店家商品============================================*/

/*--首頁商品區------------------------------------------------------------*/

.pageIndex .title_box span { color: #666;}
.pageIndex .main_part:nth-child(3) { padding-bottom: 20px;}
.pageIndex .products-box {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
}
.pageIndex .item.first_box { display: block; text-align: center; width: 100% !important; margin-top: 45px;}
.pageIndex .title_box { color: #606C76;}
.pageIndex .products-list .name { font-size: 16px; font-weight: 600;}
.pageIndex .products-list .pic { padding-bottom: 75%; background: none; overflow: hidden;}
.pageIndex .animated-arrow { padding-left: 4%; background: #8B9EAD;}
.pageIndex .arrow { fill: #fff;}
.pageIndex .title_box h2 {
	display:none;
}

.products-box .title_box span {
	display:none;
}

.products-box .title_box::after {
	content:"幼貓找家長";
	font-family: 'Noto Serif TC', serif;
	font-size: 35px;
    color: #535456;
    letter-spacing: 4px;
	font-weight: 600;
}


/*商品QA*/
.lastaction { background-color: #b5c3c9; color: #fff;}
.nextaction { background-color: #f7af9d;}

/*相關推薦*/
.prod_related { background: #fff;}
.prod_related h6 span:before { color: #9eafb7;}

/*上一頁*/
.lastPage { background: #9eafb7; color: #fff; }
.lastPage:hover { background: #9eafb7; color: #fff;}

@media screen and (max-width: 1580px){ .pageIndex .products-list .item { width: 19.5%;}}
@media screen and (max-width: 768px){ .pageIndex .products-list .item { width: 32%;}}
@media screen and (max-width: 425px){ .pageIndex .products-list .item { width: 49%;}}


/*--商品總覽頁面------------------------------------------------------------*/

.product_page #content { min-height: 80vh;}

/*主分類*/
.product-layer-two li a { border: none; border-right: 1px solid #8B9EAD; background: transparent; padding: 0 14px; color: #8B9EAD;}
.product-layer-two>li:last-of-type a { border-right: none;}

/*次分類*/
.product-layer-two li ul li { padding: 0;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li a:hover { background: #8B9EAD; color: #fff;}

/*商品呈現*/
.products-list .pic { overflow: hidden;}
.products-list .more { border: 1px solid #8B9EAD; color: #8B9EAD;}
.products-list a:hover .more { background: #8B9EAD; border-color: #8B9EAD;}


/*詢價車*/
.inquiry_a1 {
    background: #f7af9d;
}

.inquiry_a2 {
    background: #b1bfc5;
}


/*相簿==========================================================*/
.other_album_choice li {
    background: #3f3f3f;}

/*電腦選單漸變效果處*********************************/
/*固定選單
.pageIndex .header_area {    position: fixed;    width: 100%;}
/*選單底色
.pageIndex .header_area.sticky .main_header_area {    background: rgb(255 255 255 / 95%);transition: all 0.3s;}
.pageIndex .header_area .main_header_area {    background: transparent;transition: all 0.3s;}
/*選單字體顏色
.pageIndex .header_area .nav-menu>li>a {    color: #fff;}
.pageIndex .header_area.sticky .nav-menu>li>a {    color:#444 ;}
.pageIndex .header_area .nav-menu > li > a:after {    background: #fff;}
.pageIndex .header_area.sticky .nav-menu > li > a:after {    background:#444 ;}
/*選單logo變色
.pageIndex .header_area .nav-brand img{filter: invert(1) brightness(2);transition: 0.3s;}
.pageIndex .header_area.sticky .nav-brand img{filter: none;}
/*選單下拉箭頭顏色
.pageIndex .header_area .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.pageIndex .header_area.sticky .submenu-indicator-chevron {    border-color: transparent #444 #444 transparent;}
/**/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {
    max-width: 240px;
}
.footer_logo img {    width: 285px;    margin-top:;}

@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 150px;    width: 100%;}
.footer_logo img {display: none;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {
    background: #dfe7eb;
    padding-top: 50px!important;
    padding-right: 0;
    padding-left: 0;
}

/*LOGO*/
.footer_logo img{
	width: 70%;
	text-align: center;
}
.footer_info { padding: 0px 0 0;}
/*資訊*/
.footer_info li:nth-child(1) {  display: none;}

/*選單*/
.footer_info li:nth-child(2) { width: 100%;}
.footer_menu a {
    padding: 5px 15px;
    width: 23%;
    text-align: center;
    border: 1px #c5c5c2  solid;
    margin: 0 4px 6px 0;
    color: #787877;
    background: #ffffff00;
    border-radius: 15px;
}

.footer_menu a:hover {
    background: #d2dbe0;
    color: #7a7a7a;
}

@media screen and (max-width: 1000px){
.footer_logo {display: block; margin: 0 auto;text-align: center;}
.footer_info ul {text-align: center;width: 100%;}
.footer_info li:nth-child(1) {  width: 100%;}
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px;}
}


/*相簿*/
.show-list .item:hover .show_name {
    color: #9eafb7;
}

/*文章*/

.blog_back a.article_btn_back {
    background: #9eafb7;
}
.blog_back a.article_btn_prev {
    background: #96a0a5;
}
.blog_back a.article_btn_next {
    background: #96a0a5;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 h5 {
    margin-top: 5px;
    color: #3f3f3f;
    font-size: 25px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}

/*我們的貓爸貓媽*/
.banner.banE {    
    background-image: url(https://pic03.eapple.com.tw/discoverycattery/bn01.jpg);
	height: 190px;}
.banner.banE[data-title-id=title_3920].banner h5{
	display:none;}
.banner.banE[data-title-id=title_3920]::after {
	content:"Kings";
	font-size: 30px;
    color: #535456;
    letter-spacing: 4px;
	font-weight: 600;
}
.banner.banE[data-title-id=title_3921].banner h5{
	display:none;}
.banner.banE[data-title-id=title_3921]::after {
	content:"Queens";
	font-size: 30px;
    color: #535456;
    letter-spacing: 4px;
	font-weight: 600;
}

.banner.banF {    
    background-image: url(https://pic03.eapple.com.tw/discoverycattery/bn01.jpg);
	height: 190px;}
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/discoverycattery/bn01.jpg);
	height: 190px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;
}

.footer_menu a { width: 40%;}
.nav-menu > li > a {
	width: 110px;
	border-radius: 20px;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 5px;
	background-color: transparent;
	position: relative;
	transition: all .3s linear;
	margin-top: 25px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.nav-brand img {
    max-width: 210px;
}

}

@media screen and (max-width: 600px) { 
}




