/*   設定一種Google字型 -----( 還有最後行也要改 )  */
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);  /*圓體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);  /*黑體*/
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexming.css);  /*明體*/
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexkai.css);  /*楷體*/
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css); /*仿宋體*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /*思源黑體*/

/*   選擇一種Google字型 但必須對應最上面定義字型-----  */
body {
/*font-family: 'cwTeXYen', sans-serif; /*圓體*/
font-family: 'cwTeXHei', sans-serif; /*黑體*/
/*font-family: 'cwTeXMing', serif;  /*明體*/
/*font-family: 'cwTeXKai', serif; /*楷體*/
/*font-family: 'cwTeXFangSong', serif; /*仿宋體*/
/*font-family: 'Noto Sans KR', sans-serif; /*思源黑體*/
}

@media screen and (min-width: 940px) {
.site-content .sidebar {    /*側邊欄 寬比例*/
	width: 15%;
}
}

@media screen and (min-width: 940px) {
.left-sidebar .content-area {  /*側邊欄在左邊時 主頁寬比例*/
	width: 85%;
}
.right-sidebar .content-area {  /*側邊欄在右邊時 主頁寬比例*/
	width: 85%;
}
}

/*** 導航菜單   部分樣式可在外觀自定***************************/

.nav-menu ul {
	min-width: 8em;                   /*上面副菜單最小寬度*/
	border: 0px solid #555555;  /*上面副菜單外框粗細及顏色*/
}

.nav-menu a {                 /* 主選單 ***/
   font-family: 'cwTeXHei', sans-serif;
   font-weight: 550;          /* 主選單粗體  ***/
   font-size: 16px;             /* 主選單字體 ***/
}

.nav-menu ul li a {                               /*上面副選單*/
	border-top: 1px solid #555555;  /*上面副選單分隔線*/
	padding: 6px 18px;                     /*上面副選單 高度 內距*/
	color: #cccccc;                            /*上面副選單字體*/
	font-size: 15px;                           /*上面副選單字體*/
	background: #060175;               /*上面副選單底色*/
}

.nav-menu ul li a:hover {
	color: #FDD54B;        /*上面副選單滑入字體*/
}

/*-----------------------------------------------------------*/

.nav-menu.nav-menu-mobile li {        /*側面主選單*/
	line-height: 12px;                        /*側面選單高度*/
	background: #060175;                /*側面主選單底色*/
	border-top: 1px solid #555555;  /*側面選單分隔線*/
}

.nav-menu.nav-menu-mobile a {    /*側面副選單字體*/
	color: #cccccc;
}

.nav-menu.nav-menu-mobile .nav-toggle-subarrow {  /*側面選單的右邊按鈕*/
	color: #FFFFFF;     /*側面選單的右邊按鈕字體*/
	border-left: 1px solid #555555;       /*側面選單的右邊按鈕分隔線*/
	padding: 7px 20px;      /*側面選單的右邊按鈕 高度 內距*/
	font-size: 22px;      /*側面選單的右邊往下按鈕字體*/
}

.nav-menu.nav-menu-mobile a:hover {
	color: #FDD54B;        /*側面副選單滑入字體*/
}

/* ==================================== */

#page-header-cover .swiper-slide-heading {  /*隱藏頁面 header 正中間的標題大字*/
    font-size: 0px;
    overflow: hidden;
}

/*** goods-catalog 商品目錄 *******************************/

.goods-single-thumb-container { /*產品單頁 隱藏內建頂端圖片+++*/
    display: none;
}

/* 麵包屑 字體*/
.breadcrumbs { 
   font-size: 15px; 
}

/* 麵包屑 上層字體*/
.breadcrumbs a {
    text-decoration: none;
    color: #777777;
    font-weight: 550;
}

/* 單品顯示頁 最大寬度*/
.entry-content {
    max-width: 950%;
}
/* 單品顯示頁區域 品名標題 字體*/
.entry-title{ 
   font-weight:bold;
   font-size: 22px; 
}
/* SKU產品型號 字體*/
.goods-sku {
   font-weight:bold;
   font-size: 16px;
}

/*** 文章 ********************************************/

.entry-header .entry-title {    /*-----文章列表標題------*/
   font-size:18px
}

.single .entry-header .entry-title {  /*-----文章內頁標題------*/
   color:#AC3D00;
   font-size: 22px
}

.entry-footer .cat-links, .entry-footer .tags-links {
     font-size: 15px;  /*回到文章列表*/
}
/* ********************************************* */
