@import  'https://fonts.googleapis.com/earlyaccess/notosanstc.css';

body{
	font-family: 'Noto Sans TC', sans-serif;
}
a{
transition: all 0.3s ease 0s;	
text-decoration: none;	
}

ul{
	
    list-style:outside none none;
	margin: 0;
	padding: 0;
		
}
/*導會員功能*/
.header-area .header-top {
    border-bottom: 1px solid #d3d3d3;
}
.header-buttom{
	
	 border-bottom: 1px solid #d3d3d3;
	
	
	
	
}
.header-default {
    color: #6e6e6e;
    font-size: 18px;
    line-height: 40px;
}

.header-default p {
    margin: 0;
}

.header-user-info {
    padding: 10px 0;
    text-align: right;
}

.header-user-info a {
    border-left: 1px solid #f1f2f2;
    color: #252525;
    font-size: 12px;
    line-height: 20px;
    padding-left: 14px;
    margin-right: 10px;
}
.header-user-info a:hover {
	
	
    color: #a9ce52;
    text-decoration: none;
}
.header-logo{
	
	padding: 30px 0;

	
}
/*導選單功能*/

#navbarSupportedContent a.nav-link{
    padding: 0 30px;
    font-size: 22px;
}

#navbarSupportedContent a:hover {color: #a9ce52;}


.header-bottom-right-inner{
    padding-top: 55px;
}

.header-bottom-right-inner  li {
    display: inline-block;
    position: relative;
}

.header-bottom-right-inner a {
    color: #777777;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.header-bottom-right-inner a:hover {
  color: #a9ce52;
  text-decoration: none;
}

.cart-toggler i {
    border: 2px solid #353535;
    cursor: pointer;
    height: 32px;
    line-height: 27px;
    text-align: center;
    width: 32px;
}

.header-bottom-right-inner .header-bottom-search {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 102%;
    width: 290px;
    z-index: 9999;
}

.mini-cart-icon i {
    border: 2px solid #a9ce52;
    color: #a9ce52;
}

.mini-cart-icon span {
    background: rgba(0, 0, 0, 0) url(../images/icon_cart.png) no-repeat scroll left top;
    color: #ffffff;
    display: block !important;
    font-size: 12px;
    font-weight: 500;
    height: 23px;
    line-height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-shadow: 0 0 0;
    top: -10px;
    width: 20px;
}

.cart-list {
    display: none;
}

/*服務區塊*/
.service{
    padding: 60px 0;
  
}

.service .single-item{
    display: inline-block;
    position: relative;
    padding: 30px 40px 30px 0px;
}



.service .single-item .fa-4{
    font-size: 80px;
    color: #a9ce52;
    top: 15px;
    padding-bottom: 25px;
}

.service .single-item img{
    width: 400px;
}

.service .single-item .bigimg{
    width: 600px;
}
.service p{
	
font-size:20px;
	color: #797879;
	
	
}


/*footer*/

.footer-area {
    background: #eeeeee;
	padding: 10px 30px 30px 30px;
	color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
	
}
.footer-area a{
   
	color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
	
}
.section-padding2 {
    padding: 30px 0;
}

h3.footer-widget-title {
    color: #000000;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.toggle-footer li {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

.toggle-footer li a {
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
.toggle-footer li a:hover {
    color: #a9ce52;
    text-decoration: none;
}
.footer-middle {
    border-top: 1px solid #3b3b3b;
    overflow: hidden;
}

.footer-border-right {
    border-right: 1px solid #3b3b3b;
}

.footer-middle-content > a {
    display: inline-block;
}

.footer-middle-content p {
    color: #ddd;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    padding-top: 30px;
}
.toggle-footer .line
{
	font-size: 25px;
    top: 50px;
	color: hsla(95,32%,44%,1.00);
	
	
}
