/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.

Author: COUGAR Designers

Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: 'MICROGBE';
  src: url('../woff2/microgbe.woff2') format('woff2'),
       url('../woff/microgbe.woff') format('woff'),
       url('../ttf/microgbe.ttf') format('truetype'),;


  font-display: swap;
}

@font-face {
 font-family: 'MICROGME';
 src: url('../woff2/microgme.woff2')  format('woff2'),
      url('../woff/microgme.woff') format('woff'),   
      url('../ttf/microgme.ttf') format('truetype'),;    
  font-display: swap;
}

@font-face {
  font-family: MicrogrammaDBolExt;
  src: url(../ttf/microgbe.ttf);
}
@font-face {
  font-family: MicrogrammaDMedExt;
  src: url(../ttf/microgme.ttf);
}
@font-face {
 font-family: MicrogrammaDBolExt;
 src: url("../eot/microgbe.eot") /* EOT file for IE */
}
@font-face {
 font-family: MicrogrammaDMedExt;
 src: url("../eot/microgme.eot") /* EOT file for IE */
}





/*Start: Cairry: 解決Top空間問題*/
#site-header.transparent-header{
   position: unset;
}
#main #content-wrap {
   padding-top: 0px;
}

@media (max-width: 960px) {/*手機版適用*/
	#site-header.transparent-header{
    position: relative;
	}
	#main #content-wrap {
    padding-top: 0px;
  }
}
/*End: Cairry: 解決Top空間問題*/

/* Footer */
h4.widget-title{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	border-width: 0px;
	margin: 0 0 5px;
}

img.mfp-img{
	background-color: white;
}

/*Home banner*/
.banner-home-context {}


/*Features*/
.feature-full-screen-img img{
	width: 100%;
  height: auto;
  display: inline-block;
}
article.features-3x3-colunm{
	width: 33%
}

/*表格2022*/
table,table th,table td,.table-bordered {
 font-family: Nunito Sans;
	line-height:1.6em;
	letter-spacing:0.05em;
	size:1.2em;
	color:#333333;
	border-color: #cbcbcb !important;
	vertical-align: middle;
}
table th{font-weight: 600;color:#222222; }


/*表格下方卷軸2022*/
.table-scrollbar {
 font-family: Nunito Sans;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
	padding:20px 0px;
}

.table-scrollbar > .table {
    margin-bottom: 0;
}
.table-scrollbar > .table > thead > tr > th, .table-scrollbar > .table > tbody > tr > th, .table-scrollbar > .table > tfoot > tr > th, .table-scrollbar > .table > thead > tr > td, .table-scrollbar > .table > tbody > tr > td, .table-scrollbar > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-scrollbar > .table-bordered > thead > tr > th:first-child, .table-scrollbar > .table-bordered > tbody > tr > th:first-child, .table-scrollbar > .table-bordered > tfoot > tr > th:first-child, .table-scrollbar > .table-bordered > thead > tr > td:first-child, .table-scrollbar > .table-bordered > tbody > tr > td:first-child, .table-scrollbar > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.table-scrollbar > .table-bordered > thead > tr > th:last-child, .table-scrollbar > .table-bordered > tbody > tr > th:last-child, .table-scrollbar > .table-bordered > tfoot > tr > th:last-child, .table-scrollbar > .table-bordered > thead > tr > td:last-child, .table-scrollbar > .table-bordered > tbody > tr > td:last-child, .table-scrollbar > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.table-scrollbar > .table-bordered > tbody > tr:last-child > th, .table-scrollbar > .table-bordered > tfoot > tr:last-child > th, .table-scrollbar > .table-bordered > tbody > tr:last-child > td, .table-scrollbar > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}			
table th {
 text-transform: none;
}
a#cougar-newsletter-subscribe-button {
    color: #ffffff;
    background-color: #ff6600;
}

a#cougar-newsletter-subscribe-button:hover {
    color: #ff6600;
    background-color: #ffffff;
}

/*表格拉bar*/
.table-responsive-full {
    /*border: 1px solid #ddd;*/
	 font-family: Nunito Sans;
	size:1.2em;
	color:#6C6C6C;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
	padding:20px 0px;
	border-color: #a9a9a9 !important;
}

.table-responsive-full > .table {
    margin-bottom: 0;
}
.table-responsive-full > .table > thead > tr > th, .table-responsive-full > .table > tbody > tr > th, .table-responsive-full > .table > tfoot > tr > th, .table-responsive-full > .table > thead > tr > td, .table-responsive-full > .table > tbody > tr > td, .table-responsive-full > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-responsive-full > .table-bordered {
    /*border: 0 none;*/
}
.table-responsive-full > .table-bordered > thead > tr > th:first-child, .table-responsive-full > .table-bordered > tbody > tr > th:first-child, .table-responsive-full > .table-bordered > tfoot > tr > th:first-child, .table-responsive-full > .table-bordered > thead > tr > td:first-child, .table-responsive-full > .table-bordered > tbody > tr > td:first-child, .table-responsive-full > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.table-responsive-full > .table-bordered > thead > tr > th:last-child, .table-responsive-full > .table-bordered > tbody > tr > th:last-child, .table-responsive-full > .table-bordered > tfoot > tr > th:last-child, .table-responsive-full > .table-bordered > thead > tr > td:last-child, .table-responsive-full > .table-bordered > tbody > tr > td:last-child, .table-responsive-full > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.table-responsive-full > .table-bordered > tbody > tr:last-child > th, .table-responsive-full > .table-bordered > tfoot > tr:last-child > th, .table-responsive-full > .table-bordered > tbody > tr:last-child > td, .table-responsive-full > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}

.table-responsive-full table {
	margin: 20px auto;
	background-color:#FFF;
	font-size:1.2em;
	font-weight:300;
	border: solid 2px #999;
}
.table-responsive-full .table > thead > tr > th, 
.table-responsive-full .table > tbody > tr > th, 
.table-responsive-full .table > tfoot > tr > th, 
.table-responsive-full .table > thead > tr > td, 
.table-responsive-full .table > tbody > tr > td, 
.table-responsive-full .table > tfoot > tr > td {
    vertical-align: middle;
}
.table-responsive-full .table > thead > tr > th, 
.table-responsive-full .table > tbody > tr > th, 
.table-responsive-full .table > tfoot > tr > th, 
.table-responsive-full .table > thead > tr > td, 
.table-responsive-full .table > tbody > tr > td, 
.table-responsive-full .table > tfoot > tr > td {
	padding:2px 18px;
}
.table-responsive-full .table.height01 > thead > tr > th, 
.table-responsive-full .table.height01 > tbody > tr > th, 
.table-responsive-full .table.height01 > tfoot > tr > th, 
.table-responsive-full .table.height01 > thead > tr > td, 
.table-responsive-full .table.height01 > tbody > tr > td, 
.table-responsive-full .table.height01 > tfoot > tr > td {
	padding:11px 18px;
}
.table-responsive-full .table.height02 > thead > tr > th, 
.table-responsive-full .table.height02 > tbody > tr > th, 
.table-responsive-full .table.height02 > tfoot > tr > th, 
.table-responsive-full .table.height02 > thead > tr > td, 
.table-responsive-full .table.height02 > tbody > tr > td, 
.table-responsive-full .table.height02 > tfoot > tr > td {
	padding:7px 18px;
}
.table-responsive-full .table.height03 > thead > tr > th, 
.table-responsive-full .table.height03 > tbody > tr > th, 
.table-responsive-full .table.height03 > tfoot > tr > th, 
.table-responsive-full .table.height03 > thead > tr > td, 
.table-responsive-full .table.height03 > tbody > tr > td, 
.table-responsive-full .table.height03 > tfoot > tr > td {
	padding:8px 18px;
}
.table-responsive-full .table.height04 > thead > tr > th, 
.table-responsive-full .table.height04 > tbody > tr > th, 
.table-responsive-full .table.height04 > tfoot > tr > th, 
.table-responsive-full .table.height04 > thead > tr > td, 
.table-responsive-full .table.height04 > tbody > tr > td, 
.table-responsive-full .table.height04 > tfoot > tr > td {
	padding:5px 18px;
}
.table-responsive-full .table-bordered > thead > tr > th, 
.table-responsive-full .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.table-responsive-full table thead tr:first-child,
.table-responsive-full table tbody.vertical th {
	font-weight:500;
}
.table-responsive-full table tbody.vertical th {
	width:40%;
	border-bottom:solid 1px #c0c0c0;
	border-top:solid 1px #c0c0c0;
}
.table-responsive-full table tbody.vertical tr:nth-child(even) th {
	background-color:#c0c0c0;
}
.table-responsive-full table tbody.vertical tr:nth-child(even) { background-color:#e1e1e1;}
.table-responsive-full table b { font-family: MicrogrammaDBolExt !important; font-weight: 500; font-size: 18px;}
.table-responsive-full table b.blue { color:#004593;}
.table-responsive-full table b.gold { color:#a88424;}
.table-responsive-full table b.orange { color:#ed6c00;}
.table-responsive-full table o.orange { color:#ed6c00;}
.table-responsive-full table .graybg { background-color:#c5c5c5;}
.table-responsive-full table s1 { font-size: 0.9em;}
.table-responsive-full table s1.small { font-size:0.9em;}
.table-responsive-full .system {
	text-align:left;
	line-height:30px;
}
.table-responsive-full .system ul {
	list-style-position:inside;
}

.table-responsive-full table .icon_ok {
	background:url(../png/icon_ok.png) no-repeat center;
}
.table-responsive-full table .icon_no {
	background:url(../png/icon_no.png) no-repeat center;
}
@media (max-width: 1180px) {
	.jet-menu .jet-menu-item .top-level-link {
    font-size: 10px;
  }
}
@media (max-width: 580px) {
	.table-responsive-full table {
		margin: 20px auto;
		background-color:#FFF;
		font-size:1.1em;
		font-weight:300;
		border: solid 2px #999;
	}
}


section:first-child h1, .home-model-name h2, div.category-modelname a {
	font-family: MicrogrammaDBolExt !important;
	font-weight: normal !important;
}

h1.elementor-size-xxl{
	font-family: MicrogrammaDBolExt !important;
	font-weight: normal !important;
}

@media (min-width: 1024px) and (max-width: 2380px){
#site-header-inner {width:1380px	;margin: 0 30 0 auto;display:block;}
}


.primary-modelname-text {
    font-family: Nunito;
}

.elementor-lightbox .elementor-lightbox-image{background-color:white;}


/*you may also like css*/



@media only screen and (max-width: 3700px) and (min-width: 769px) {
.like-image img{
    text-align: center;!important;
    width: 100%;!important;
    background-color: #F9F9F9;
    padding:20px;
    margin-bottom: 10px;
}


.like-image img:hover {
    background-color: #eee;
    cursor: pointer;
}

.like-modelname h{
    padding-top: 13px;
    font-size:1.3em !important;
	font-family: MicrogrammaDBolExt !important;
	font-weight: normal !important;
    text-align: left !important;
    color: #FF6000;
    padding-bottom: :0px;
    line-height:2px;    
}

.like-modelname p1{
    font-family:Nunito;
    font-size:1em;
    color: #7E7E7E;
    text-align: left;   
    line-height:2px;
    letter-spacing: 0.3px;
}
}
@media (max-width: 768px)and (min-width: 320px) {
.like-image img{
    text-align: center;!important;
    width:100%;!important;
    background-color: #F9F9F9;
    padding:20px;
    margin-bottom: 10px;
}
.like-image img png{
    text-align: center;!important;
    width:80%;!important;
}	
	.like-modelname h{
    padding-top: 13px;
    font-size:1.2em;
	font-family: MicrogrammaDBolExt !important;
	font-weight: normal !important;
    text-align: left !important;
    color: #FF6000;
    padding-bottom: :0px;
    line-height:1px;    
}

.like-modelname p1{
    font-family:Nunito;
    font-size:0.9em;
    color: #7E7E7E;
    text-align: left;   
    line-height:2px;
    letter-spacing: 0.3px;
}

}

/*MAGIC ZOOM顏色按鈕邊框*/
#mzp-button-1{box-shadow:inset 0 0 0 2px white;border:solid 2px #C8C8C8}
#mzp-button-2{box-shadow:inset 0 0 0 2px white;border:solid 2px #C8C8C8}

/*MAGIC ZOOM讓相簿PNG檔底色是白色*/
figure.mz-figure.thumbnails-style-shaded.mz-hover-zoom.mz-ready.mz-inner-zoom img,
figure.mz-figure.thumbnails-style-shaded.mz-hover-zoom.mz-ready.mz-inner-zoom.mz-active img,
figure.mz-figure.thumbnails-style-shaded.mz-hover-zoom.mz-ready.mz-inner-zoom.mz-active div.mz-lens img,
figure.mz-figure.thumbnails-style-shaded.mz-hover-zoom.mz-ready img {background-color:#FFFFFF;}

/*圈選文字時的背景及文字顏色*/
::selection {
background: #FF6000;
color: #fff;
}
::-moz-selection {
background: #FF6000;
color: #fff;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}

.new-product-tag {
    position: absolute;
    top: 5px; /* 距離商品上方的距離 */
    left: 5px; /* 距離商品左邊的距離 */
    background-color: #F66000; /* 背景顏色設置為紅色 */
    color: white; /* 文字顏色設置為白色 */
    padding: 5px 10px; /* 標籤內部的間距 */
    font-weight: bold; /* 文字加粗 */
    font-size: 12px; /* 設定字體大小 */
    border-radius: 3px; /* 圓角設計 */
    z-index: 10; /* 確保標籤位於商品圖層的上方 */
}

/* 確保商品容器具有相對定位，讓標籤能正確定位 */
/*.elementor-widget-image {
    position: relative;
}
*/