﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
:root {
    --main-color: #1f7c06;
    --second-color: #f4cf0f;
    --third-color: #231815;
    --forth-color: #a3a3a3;
    --fifth-color: #fff;
    --sixth-color: #4e7770;
}
/*共同設定*/
body {
    font-family: '微軟正黑體','Noto Sans TC';
}
a:hover {
    color: #1f7c06;
}
.h2 .txt-en,
.h5 .txt-en,
.breadcrumb-item .txt-en{
    display:none;
}
.btn{
	padding:8px 20px;
	border-radius:0;
}
.btn.btn-primary:hover {
    background: #f4cf0f;
    border-color: none;
}
body.member .form-check .form-check-input{
	border:none;
}
.side .navbar-nav .dropdown-menu{
	background:none !important;
	box-shadow:none !important;
}
body.home .py-5{
	padding-bottom:0 !important;
}


/*.header 設定*/
.bsnav{
	z-index:9999;
}
.header .navbar {
    background: none;
    border-bottom: none;
    transition: all .3s ease;
    margin-top: 30px;
}
.is_scroll .header .navbar {
    background: rgba(255, 255, 255, 1);
    border: 0;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    transition: all .3s ease;
}
.is_scroll .header .navbar-nav .nav-link {
    padding: 15px 10px 15px;
}
.is_scroll .header .navbar > .container {
    /* flex-direction: column; 
    background:none;
    box-shadow:none;*/
	max-width: 100%;
}
.header .navbar > .container {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border: 0;
    /*box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);*/
    transition: all .3s ease;
}
.navbar .navbar-brand {
    display: inline-block;
    background: url(../images/all/logo.svg) center center no-repeat;
    background-size: 100%;
    width: 314px;
    height: 134px;
    transition: all .3s ease;
    margin: 0;
    position:absolute;
    top:-12px;
}
.is_scroll .navbar .navbar-brand{
	background: url(../images/all/logo_s.svg) center center no-repeat;
    width: 238px;
    height: 92Px;
	top:-7px;
}

.bsnav-mobile.full.in .navbar {
    transform: scale(1);
    opacity: 1;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.8);
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav li a{
    font-size: 15px;
    color:#f4cf0f;
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav a:hover{
    color:#f4cf0f;
}
.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    font-size: 14px;
}
.header .navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing:0.05em;
}
.nav-item.dropdown > .navbar-nav {
    background: #fff;
	border-top:3px solid #f4cf0f;
    border-radius: 0px;
    width: 150px;
	box-shadow: 0 0 10px 0 #919191;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-right: 0;
    border-left: solid 5px #1f7c06;
}
.navbar-nav{
	margin-bottom:10px;
}


/*右上角 會員*/
.is_scroll .header .navbar .small-btn-box{
	background-color:rgba(31, 124, 6,1);
	justify-content: flex-end;
	width: 100%;
	z-index: 0;
}
.header .navbar .small-btn-box {
    position: absolute;
    top: -30px;
    right: 0;
}
.navbar .small-btn-box a {
    color:#fff;
    font-size:13px;
    letter-spacing:0.1em;
    margin:0;
}
.list-inline-item:not(:last-child) {
    margin:0;
}
.is_scroll .header .navbar .small-btn-box{
	/*justify-content: flex-end;
	width: 100%;
	z-index: 0;*/
	height: 30px;
}
.navbar .small-btn-box ul{
	margin:0 10px 0 0;
	display:block;
	
}
.is_scroll .header .navbar .small-btn-box ul li.list-inline-item a{
	background-color:rgba(31, 124, 6,1);
	line-height:30px;
	padding:5px;
}

/*banner 文字*/
.banner .banner-txt {
    position: absolute;
    width: 100%;
    text-align: left;
    top: auto;
    right:-82%;
    left: initial;
    transform: translate(-50%, -50%);
    color: #1f7c06;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    background: transparent;
    padding: 0;
    bottom: -14px;
    clear:both;
}

/*最新消息*/
.article-list .item a{
	padding:3px 10px;
}
.article-list .item .time {
    color: #999;
	font-size:12px;
	font-family:'Noto Sans TC' !important;
	letter-spacing:0.1em;
	font-weight:400;
}
.article-list .item .icon{
	display:none;
}
.article-list .item a:hover{
	/*background:#fdf7d7;*/
}
.small-title{
	font-family:'Noto Sans TC' !important;
	color:#999;
}
.date_box{
	color: #1f7c06;
    font-size: 14px;
	line-height:30px;
	margin-right:8px;
}
.tag {
    color: #fff;
    background: var(--second-color);
    border-color: var(--second-color);
	margin-bottom:0;
	letter-spacing:0.1em;
    border-radius: 8px;
}

/*商品*/
.pb2 .page-link{
	width: 210px !important;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 10px;
    color: #fff;
    position: relative;
	background: var(--main-color);
}
.pb2 .page-link:hover{
	color:#fff;
	background: var(--second-color);
}
/*.price-box{
	display:none !important;
}*/

body.home .tab-content .article-list .item .info{
    flex-grow:1;
}
body.product .item-info .info{
	padding:0;
}
body.product .item-info .info .title{
	margin:0;
	font-size: 1.2rem;
    font-weight: 400;
	color:#606b2e;
}
body.product.show .h5{
	text-align:left;
    line-height: 30px;
	padding-bottom:5px;	
	font-size:20px;
	margin-bottom:10px;
}
.btn.btn-light{
	padding:8px 20px;
	font-size:16px;
	letter-spacing:0.1em;
	background: var(--main-color);
}
.btn.btn-light:hover {
    background: #333;
}
body.product .btn.btn-dark {
	padding:8px 20px;
	font-size:16px;
	letter-spacing:0.1em;
    background: var(--forth-color);
}
body.product .btn.btn-dark:hover{
	background: var(--third-color);
}
body.product .anchor-title li {
    width: auto;
    background: #333;
    padding: 10px 0;
}
body.product .anchor-title a:hover {
    color: var(--second-color);
}
body.product .anchor-title a.active {
    color: var(--fifth-color);
}
.form-group .form-control,
.form-group .form-select{
	line-height:30px;
}
.btn.btn-bord {
    border: solid 1px #999;
	color:#999;
}
.cart-step {
    font-size: 1.8rem;
}
.cart-step .num{
	line-height:normal;
}
.gallery-list .item .info {
    padding: 5px 0;
}
.page-item a.page-link{
	width: 210px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.9;
    padding: 0px 20px;
    color: #fff;
    position: relative;
	background: var(--main-color);
    transition: all .3s ease;	
}
.page-item .page-link:hover:before{
	width: 100%;
    transition: all .3s ease;
}
.page-item .page-link:before{
	position: absolute;
    content: "";
    display: block;
	width: 0;
    height: auto;
    top: 0;
	bottom: 0;
	background: var(--second-color);
    left: 0;
    transition: all .3s ease;
    z-index: -1;
}
.width-210{
	width:210px !important;
	padding:0 20px !important;
	height:auto !important;
    line-height: 2.9 !important;
}
/*商品詳細頁*/
.h5 .sub-txt{
	color:#3e3e3e;
	letter-spacing:0;
	font-size:1.125rem;
}
.product-info-area .item.price .cont{
	color:#999;
}
.product-info-area .item.price .pro-price{
	font-size:24px;
	color:#F60;
}
.product-info-area .item .label:before{
	display:none;
}
.radio-text-st label{
	border-radius:0;
}
.product-info-area .item{
	margin-bottom:0;
}
.product-info-area .info-box{
	padding: 20px 0;
}
body.product .badge{
	display:none;
}



/*聯絡我們*/
.list-creative .list-terms label {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

/*首頁-video01*/
body.home .main_bg01 {
    display: block;
    position: relative;
    background: url(../images/all/main_bg01.jpg) no-repeat top center;
    clear: both;
}
body.home .main_bg01 .home-pagelist-area .editor .left_box{
    padding-top:60px;
    padding-left:60px;
}
body.home .title_en {
    display: block;
    font-size: 100px;
    font-family: 'Times New Roman';
    line-height: 100px;
    color: #d3e3d0;
    letter-spacing: 0.05em;
}
body.home .main_bg01 .home-pagelist-area .editor .left_box h4,
body.home .main_bg02 .home-pagelist-area .editor .left_box h4,
body.home .main_bg02 .home-pagelist-area .editor .left_box02 h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.15em;	
}
body.home .main_bg02 .home-pagelist-area .editor .left_box p,
body.home .main_bg02 .home-pagelist-area .editor .left_box02 p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    letter-spacing:0.05em;
}
body.home .main_bg01 .home-pagelist-area .editor .left_box p{
	display:block;
	text-align:center;
    margin-top: 7%;
	font-size:24px;
	line-height:40px;
	letter-spacing:0.1em;
}
body.home .main_bg01 .video_box,
body.home .main_bg02 .video_box {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    height: 500px;
    text-align: center;
    /*margin: 0 auto;*/
}
body.home .main_bg01 .video_box img {
    border-radius:20px;
    margin:0 0 0 auto;
}
body.home .video_box iframe {
    width: 100%;
    height:400px;
    border-radius: 20px;
}
body.home .btn-box {
    margin: 20px auto;
    clear: both;
    text-align: center;
    border-top: none;
    position: relative;
}
.btn.more {
    margin-top: 60px;
    width: 210px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    /* height: 50px; */
    line-height: 2.9;
    padding: 0px 20px;
    color: #fff;
    position: relative;
}
.btn.cover.bottom:before {
    width: 0;
    height: auto;
    top: 0;
    background: var(--second-color);
}
.btn.cover.bottom:hover:before {
    width: 100%;
}
.left_box .btn.more,
.left_box02 .btn.more {
    margin-top: 10px;
}

/*首頁-about*/
body.home .about_box {
    display:block;
    position:relative;
    text-align:center;
    clear:both;
    margin-top:70px;
}
body.home .about_box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    letter-spacing:0.15em;
}
body.home .about_box p{
    font-size:16px;
    color:#333;
    line-height:30px;
    text-align:center;
    letter-spacing:0.05em;
}
body.home .two_box .team_bg01 {
	max-height:450px;	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: absolute;
    left: 40%;
    top: 45%;
}
body.home .two_box .pic_box{
	position:relative;
	display:block;
	z-index:-1;
}
body.home .two_box .pic_box img{
	
}
body.home .two_box a .pic_box .hov_bg{
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: .3s;
	width:100%;
	height:100%;
	border-radius: 20px;
}
body.home .two_box a:hover .pic_box .hov_bg{
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);	
}
body.home .two_box .team_bg02 {
	min-height:450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body.home .two_box .name_box {
    display:block;
    text-align:center;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.1em;
}
body.home .two_box a:hover .name_box {
    color: #fff;
}
body.home .two_box .more_box {
    display: block;
}
.more_box .btn.more {
    margin-top: 16px;
    background: rgba(0, 0, 0, 0.7);
    width: 120px;
    line-height:2.4;
    font-size:14px;
    font-weight:300;
}

/***/
body.home .main_bg02 {
    display: block;
    position: relative;
    clear: both;
}
body.home .main_bg02::after{
    content:'';
    position:absolute;
    width:2000px;
    height:2208px;
    top:0;
    z-index:-1;
    background-image: url(../images/all/main_bg02.jpg) ;
}
body.home .main_bg02 .home-pagelist-area .editor .left_box {
    padding-top: 10%;
    padding-left: 40px;
}
body.home .main_bg02 .home-pagelist-area .editor .left_box02 {
    padding-top: 60px;
    padding-left: 50px;
}
body.home .main_bg02 .pic_box img{
    border-radius:20px;
    margin:0 0 0 auto;
    box-shadow: -8px 8px 0px 0 #000; 
}

/*首頁-生命、心靈頁籤*/
.tab-area .tab-title-box.dropdown .tab-title{
	position:relative;
}
.tabs_box {
    display:block;
    position:relative;
    margin:80px 0;
}
.tabs_box > ul.nav {
    justify-content: center; 
}
.tab-title{
    list-style:none;
}
.tabs_box > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    line-height: 30px;
    padding: 0 25px;
    list-style: none;
    color: #666;
    position: relative;
}

.tabs_box > ul > li+li::before{
    content:'';
    position:absolute;
    width:1px;
    height:25px;
    background:#999;
    left:0px;
    top:5px;
    font-size:20px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: #1f7c06;
    background-color: transparent;
    background:none;
    border: none;
    isolation: unset;
}

.tabs_box .nav-link {
    padding: 0;
    color: #666;
    font-size: 20px;
    letter-spacing: 0em;
    font-weight: 600;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    border:none;
}
.tab-content {
    margin-top:30px;
}
.tab-pane{
	padding:20px;
}

.tab-pane img {
    max-width:100%;
}

body.product.show .tab-content {
    margin-top:0px;
}
.nav-tabs {
    border-bottom:none;
}
/*頁籤 end*/

/*首頁-產品*/
.main_productbg {
    margin:10px 70px 0;
    position:relative;
}
.news_bg .title_en::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 405px;
    background: #f4cf0f;
    left: 0;
    right: 0;
    top: -46%;
    z-index: -1;
}
.main_productbg .title_en{
    text-align:center;
}

.main_productbg h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.1em;
    text-align:center;
    margin-bottom:1.5rem;
}
.main_productbg .btn.more{
    margin: 15px auto 0;
    display: block;
}
.gallery-list .item .info {
    padding:0;
}
.gallery-list .item .item-detail {
    background: #fff;
    border: 1px solid #6b753c;
    padding: 17px 17px 0 17px;
    border-radius: 10px;
}
.gallery-list.border-solid .item .item-detail{
	/*min-height:280px;
	height:280px;*/
	border:1px solid #6b753c;
       /* height: 100%;*/
}
.gallery-list p.price{
    color:#F60;
}
.gallery-list p.price s {
    color: #999;
}
body.home .gallery-list .item .title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #606b2e;
    margin:0px;
    text-align:center;
	padding:10px 0;
}
.slick .slick-arrow {
    width: 45px;
    height: 45px;
    background: url(../images/all/gallery_btn.png) no-repeat;
	background-size:cover;
    text-indent: -9999px;
    border: none;
    outline: none;
    position: absolute;
    z-index: 1;
	top:45%;
}
.slick .slick-prev {
    left:-10px;
}
.slick .slick-next {
    background-position:-45px 0;
    right:-10px;
}
/*首頁-最新消息*/
.news_bg {
    position:relative;
    margin-top:100px;
}
.news_bg .news_pic{
    display: block;
    clear: both;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.news_bg .news_pic img{
    border:14px solid #fff;
    display:block;
    border-radius: 20px;
    margin: 0 0 0 auto;
    box-shadow: 0 0 10px 0 #919191;
    max-width: 100%;
}
.news_bg .btn.more{
	margin-left:30px;
	margin-top: 10px;
}
.news_bg .left_box{
    padding-left:40px;
}
body.home .news_bg .title_en {
    display: block;
    font-size: 120px;
    font-family: 'Times New Roman';
    line-height: 100px;
    letter-spacing: 0.05em;
    color: rgba(100%,100%,100%,0.7);
}
body.home .article-list .item a{
	line-height:36px;
    margin-right: 10px;
	width:auto;
}
body.home .article-list .item a.main-info {
	width:100%;
}
body.home .article-list .item a:hover.main-info .title {
	/*background:#fdf7d7;*/	
	color:#1f7c06;
}
body.home .article-list .item + .item{
	border-top:none;
	margin:5px 0;
	padding:0;
}
body.home .article-list .item .icon{
	display:none;
}
.iso-kind ul li a {
    margin-bottom: 0;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    background: #fff;
}
.iso-kind li.active a, .iso-kind li a:hover {
    color: #fff;
    background: var(--forth-color);
    border-color: var(--forth-color);
}
.article-list .item .info,
.article-list .item .info .title{
	font-size:16px;
	letter-spacing: 0.05em;
	color:#000;
}

/*最新消息-分類*/
body.home .news_bg .dropdown-menu{
	background:none;
}
.tab-area {
    border-top:none;
}
.nav-tabs {
    border-bottom: 1px solid #ccc !important;
}
body.home .nav-tabs{
	border-bottom:none !important;
}
.tab-area .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-area .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #666;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.tab-area .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-radius: 0px;
}
.tab-area .tab-title a{
	border-top: 1px solid #ccc;	
	border-bottom:none;
	border-right:1px solid #ccc;
	margin: 0 3px;
}
body.home .tab-area .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #ccc;
    border-radius: 8px;
	margin: 0 3px;
}
body.home .tab-area .tab-title li.nav-item a{
	background-color:#fff;
}
body.home .tab-area .tab-title li.nav-item a.nav-link.active,
.tab-area .nav-tabs .nav-link.active,
.tab-area .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #666;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
}
body.home .article-list .item a.date_box{
	color:#1f7c06;
	font-size:14px;
	text-align:center;
}



/*footer*/
.footer .footer_content {
    background: #1f7c06;
    padding:0;
}
.footer_content .container .row .left-area {
    padding: 23px 0 0 10px;
}
.footer .footer_right {
    content: '';
    position: relative;
    right: 0;
    width: 1000px;
    height: 110px;
    background: url(../images/all/footer_rightpic.png) no-repeat left center;
    /* background-size: cover; */
    font-size: 40px;
    line-height: 120px;
    text-align: center;
    /* padding-right: 20%; */
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Times New Roman';
}
.footer .copyrights-info {
    border-top: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
    color: #fff;
}
.copyrights {
    color: #fff;
}
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footer-info ul li,
.footer-info ul li a {
    color:#fff;
    font-size:14px;
    line-height:33px;
    letter-spacing:0.05em;
}
.footer .footer-info ul li .icon {
    display: none;
}
.footer .footer-info ul li.mail {
    /* flex-direction: unset;
    width:25px; 
    height:33px;*/
}
.social-box {
    padding-left: 10px;
    display: inline-block;
    top: -3px;
    left: 23px;
    position: relative;
}
.footer .social-box a {
    color:#fff;
}
.footer .social-box ul li.icon_l {
    background: url(../images/all/icon_line.svg) no-repeat left center;
    height:39px;
    width:39px;
}
.footer .social-box ul li.icon_t {
    background: url(../images/all/icon_twitter.svg) no-repeat left center;
    height: 39px;
    width: 39px;
}
.footer .social-box ul li.icon_f {
    background: url(../images/all/icon_fb.svg) no-repeat left center;
    height: 39px;
    width: 39px;
}
.footer .copyrights-info a {
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
}
.copyrights,
.powered {
    display: inline-block;
}
.gotop,
.is_scroll .gotop {
    display:none;
}
.footer .footer_content .sitemap {
    display:none !important;
}

/*floating設定*/

.wid-float-section ul {
    background:none;
}
.wid-float-section ul li {
    border-radius:8px;
    margin:5px auto;
	padding: 5px 0 5px;
}
.wid-float-section ul li img{
    display:block;
    margin: 0 auto;
}
.wid-float-section ul li a{
    color:#fff;
    text-align:center;
    width: 65px;
    padding: 5px 0;
}
.wid-float-section ul li a:hover{
	color:#fff;
	opacity:0.8;
}
.wid-float-section ul li a:hover .icon{
    color:#fff;
}
.wid-float-section ul li a .num{
	left:55%;
	right:inherit;
}
.wid-float-section ul li + li{
    border-top:none;
}
.wid-float-section ul li.b1 {
    background:#1f7c06;
}
.wid-float-section ul li.b2 {
    background:#f4cf0f;
}
.wid-float-section ul li.b3 {
    background:#909090;
}
.wid-float-section ul li.b4 {
    background:#231815;
}
.wid-float-section,
body.scroll-down .wid-float-section.mobile-animate {
    bottom:20%;
}
/*聯絡我們*/
body.contact {
	font-size:15px;
}


/*內頁*/
.h2, .h5 {
    color: #1f7c06;
	font-weight: 600;
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #1f7c06;
    padding-bottom: 10px;
}
body.home .page-box{
	border-top: none;
}
.page-box{
	border-top:3px double #ccc;
	padding-top:20px;
}
.item-detail .item-info .btn-box .btn{
	font-size:24px;
}
.btn-info{
	 background: var(--second-color);
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover{
	background-color:#eee;
}
.flex-item a.btn.btn-primary,
.flex-item .btn.btn-primary,
.flex-item a.btn.btn-secondary,
.item a.btn.btn-primary,
.item .btn.btn-primary,
.item .btn.btn-secondary{
	width:auto;
	font-size: 16px;
    letter-spacing: 0.1em;
}
.form-group{
	font-size:15px;
}
.sort-area .dropdown-menu{
	z-index:10;
	min-width:6.7rem;
	border-radius:0;
}
.page-box ul.pagination li.page-item  a.page-link{
    width: auto;
    padding: 5px;
    line-height: 18px;
    height: 28px;
}

/*內頁-左選單*/
.side .filter-content ul li{
	line-height:30px;
	font-size:14px;
}
.side .filter-content ul li ul li{
	border-bottom:1px dashed #ccc;
	padding-left:5px;	
}
.side .filter-content ul li ul li a{
	color:#025d02;
	font-size:13px;
}
.wid-search .h3{
	display:none !important;
}
.side .h3{
	font-size:16px;
    display: block;
    border: solid 1px var(--main-color);
    padding: 8px;	
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn{
	font-size:15px;
}

/*內頁分享鈕*/
/*.ezshare-box .svg-inline--fa {
    height:2em;
}*/
.ezshare-box a {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.ezshare-box a:hover{
	color: #fff;
}

.lim-mimh{
    min-height:221px;
}